/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .dnd-section{
  padding-top: 70px !important;
}
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section {
    padding-bottom: 5px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
    font-family: 'Druk Text Medium';
    src: url(https://6458407.fs1.hubspotusercontent-na1.net/hubfs/6458407/LiveOakBanking_July2020/Fonts/c79a5acb7f63c16c66aab96c569d8b84.woff) format("woff"),
      url(https://6458407.fs1.hubspotusercontent-na1.net/hubfs/6458407/LiveOakBanking_July2020/Fonts/c79a5acb7f63c16c66aab96c569d8b84.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FS Koopman';
    src: url(https://6458407.fs1.hubspotusercontent-na1.net/hubfs/6458407/LiveOakBanking_July2020/Fonts/FSKoopmanWeb-Regular.woff) format("woff"),
      url(https://6458407.fs1.hubspotusercontent-na1.net/hubfs/6458407/LiveOakBanking_July2020/Fonts/FSKoopmanWeb-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FS Koopman Medium';
    src: url(https://6458407.fs1.hubspotusercontent-na1.net/hubfs/6458407/LiveOakBanking_July2020/Fonts/FSKoopmanWeb-Medium.woff) format("woff"),
      url(https://6458407.fs1.hubspotusercontent-na1.net/hubfs/6458407/LiveOakBanking_July2020/Fonts/FSKoopmanWeb-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
html {
  font-size: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
      text-rendering: optimizeLegibility;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
    line-height: 1.1;
      text-transform: uppercase;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
      text-transform: uppercase;
}

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

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.1;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  margin-bottom:1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  max-width: 800px;
  padding: 20px;
}

.hs-button, 
.blog-comments .hs-button.primary{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 1rem;
  
  text-decoration: none;
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label, 
.hs-field-desc{
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "FS Koopman",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin: 0 0 3px;
  line-height: 1.3;
  font-size: .75rem;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
}

.hs-input, 
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: auto;
  font-weight: normal;
  color: #33475b;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  font-size: 1rem;
  color: #0a0a0a;
  font-family:"FS Koopman", Helvetica, Arial, sans-serif;  
  box-shadow: none;
  padding: 12px;
}
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}
.hs-input:focus {
  border-width: 2px;
}
#hs-search-module .hs-button.primary {
  margin-top: 18px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
}

.hs-form-required {
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
}
#hs_cos_wrapper_subscription_preferences #email-prefs-form {
    padding: 0;
    border: none;
    max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
#hs_cos_wrapper_subscription_preferences input#submitbutton {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
@media (min-width: 1024px) {
	  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .4s;
		position: absolute;
		z-index: 10;
		left: 0;
	  }

	  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
		opacity: 1;
		visibility: visible;
	  }
  .header_mobile, 
  .custom-menu-primary.mobile_menu, 
  .footer_abuot_resources_menu{
    display: none;
  }
}
.hs-menu-flow-vertical ul {
    list-style: none;
    padding: 0;
}
.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/* Hero Title */
.hero-title {
	color: var(--hero-color);
	font-family: var(--hero-font-family);
	font-size: var(--hero-font-size);
	font-weight: var(--hero-font-weight);
	letter-spacing: var(--hero-letter-spacing);
	line-height: var(--hero-line-height);
	text-transform: none;
}

/* Page Title */
.page-title {
	color: var(--h1-color);
	font-family: var(--h1-font-family);
	font-size: var(--h1-font-size);
	font-weight: var(--h1-font-weight);
	letter-spacing: var(--h1-letter-spacing);
	line-height: var(--h1-line-height);
	margin-bottom: 0;
	text-transform: none;
}

/* Section Title */
.section-title {
	color: var(--h2-color);
	font-family: var(--h2-font-family);
	font-size: var(--h2-font-size);
	font-weight: var(--h2-font-weight);
	letter-spacing: var(--h2-letter-spacing);
	line-height: var(--h2-line-height);
	margin-top: 0;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

/* Heading Title */
.heading-title {
	color: var(--h3-color);
	font-family: var(--h3-font-family);
	font-size: var(--h3-font-size);
	font-weight: var(--h3-font-weight);
	letter-spacing: var(--h3-letter-spacing);
	line-height: var(--h3-line-height);
	text-transform: none;
}

/* HEADING SUBTITLE */
.heading-subtitle {
	color: var(--brand-secondary);
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-bold);
}

/* SECTION SPACING */
.section {
	--sc-pad-bottom: var(--spacing);
	--sc-pad-top: var(--spacing);

	padding-bottom: var(--sc-pad-bottom);
	padding-top: var(--sc-pad-top);
	position: relative;
	scroll-margin-top: 100px;
}

.section-ctas {
	display: flex;
	gap: 1rem;
  padding-top: 2rem;
  margin-top: auto;
}
.btn-link:first-of-type {
	padding-left: 0;
}

.btn-link {
  align-content: center;
  color: var(--brand-primary) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.list-checks {
	list-style-type: none;
	padding-left: 0;
}

.list-checks li {
  border-bottom: 1px solid var(--grey-light);
  margin-bottom: 0;
  margin-left: 2rem;
  padding: 0.565rem 1.5rem 0.565rem 0;
  position: relative;
}

.list-checks li::before {
  position: absolute;
  left: -2rem;
  top: 0.85rem;
  display: inline-block;
  color: var(--brand-green);
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231ECD7D' class='bi bi-check-circle-fill' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  width: 1rem;
  height: 1rem;
}

/* RESPONSIVE VIDEO EMBED WRAPPER - USED FOR ACF OEMBED */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main_header {
  height: 90px;
  display: block;
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 8px rgba(0,0,0,.4);
  transition: all ease .2s;
  background-color: #F8FAFC;
}
#topbar:first-of-type + div {
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media (max-width: 1023px) {
  #topbar:first-of-type + div {
    position: relative;
  }
}
#topbar:first-of-type + div header {
  display: flex;
}
#topbar:first-of-type + div .main_header {
  position: relative;
  top: auto;
}
#topbar:first-of-type + div + div div#lobHeroLanding {
  margin-top: 0;
}
.header_inner {
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
}
.main-navigation {
  position: relative;
}
.header__logo {
  float: left;
  width: 250px;
  margin-right: 46px;
  margin-top: 4px;
}   
.header__logo img {
  width: 100% !important;
}
.custom-menu-primary {
  width: auto;
  float: none;
  margin: 22px 0 0 45px;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  line-height: 1.6;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-family: "FS Koopman",Helvetica,Arial,sans-serif;
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding: 20px 40px 7px 0;
  height: auto;
  margin-right: 30px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 22px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: "FS Koopman",Helvetica,Arial,sans-serif;
  display: block;
  /*font-weight: 700;*/
  /*font-size: .8rem;*/
  line-height: 1;
  /*text-transform: uppercase;*/
  padding: 3px 10px 3px 12px;
  height: auto;
}
.header_access {
  position: absolute;
  top: 6px;
  right: 10px;
}
.header_access .hs-menu-wrapper>ul>li {
  display: inline-block;
}
.header_access .hs-menu-wrapper>ul>li:last-child {
  margin-left: 10px;
}
.header_access .hs-menu-wrapper>ul>li>a {
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  transition: background-color .25s ease-out,color .25s ease-out;
  display: inline-block;
  border-radius: 3px;
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  padding: 8px 14px;
  height: auto;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
}
.header_access .hs-menu-wrapper>ul>li:first-child>a {
}
.header_access .hs-menu-wrapper>ul>li:first-child>a:hover {
}
.header_access .hs-menu-wrapper>ul>li:last-child>a:hover {
}
.lp_header .header__logo.desktop_logo {
  margin-top: 26px;
}
.lp_header .mobile-trigger, 
.lp_header .mobile-login{
  opacity: 0;
  visibility: hidden;
}

/* DROPDOWN STYLING TO MATCH LIVEOAKBANK.COM SITE */
#hs_menu_wrapper_primary_menu .hs-menu-children-wrapper {
  box-shadow: 0 9px 8px rgba(0,0,0,.4);
  padding: 12px !important;
  width: 220px;
  border: 1px solid #ccc;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#hs_menu_wrapper_primary_menu .hs-menu-children-wrapper .hs-menu-item {
  margin-bottom: 0;
}

/* SET BOLD AND UNDERLINE ON SPECIFIC NAV DROPDOWN LI ELEMENTS */
#hs_menu_wrapper_primary_menu .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item {
  text-indent: 1rem;
}

#hs_menu_wrapper_primary_menu .hs-item-has-children:first-of-type .hs-menu-children-wrapper .hs-menu-item:first-of-type,
#hs_menu_wrapper_primary_menu .hs-item-has-children:first-of-type .hs-menu-children-wrapper .hs-menu-item:nth-of-type(6),
#hs_menu_wrapper_primary_menu .hs-item-has-children:nth-of-type(2) .hs-menu-children-wrapper .hs-menu-item:first-of-type
 {
  text-indent: 0;
}

#hs_menu_wrapper_primary_menu.hs-menu-wrapper > ul > li > ul > li > a {
  font-weight: 500;
  padding: 12px 6px;
  text-transform: capitalize;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
  background-color: #e7e4f4 !important;
  color: rgba(28, 14, 82, 1.0) !important;
  border-radius: 4px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover::after {
  content: "\2192";
  line-height: 1;
  position: relative;
  left: 10px;
}

#hs_menu_wrapper_primary_menu .hs-menu-children-wrapper .hs-menu-item:last-of-type {
  margin-bottom: 0.25rem;
}
/* DROPDOWN STYLING TO MATCH LIVEOAKBANK.COM SITE */

.reveal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  overflow-y: scroll;
  background-color: rgba(255,255,255,.75);
  display: none;
}
.open .reveal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reveal {
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  width: 100%;
  max-width: 900px;
  box-shadow: 0 0 100px rgba(0,0,0,.3);
  padding: 40px;
  border-top: #1C0E52 10px solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  max-height: 230px;
}
.reveal .row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.login-deposits, 
.login-portal{
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 50%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.reveal p {
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  font-size: 21px;
  margin-bottom: 22px;
  color: #1C0E52;
}
/* .reveal a {
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  margin: 0 0 1rem;
  transition: background-color .25s ease-out,color .25s ease-out;
  display: inline-block;
  border-radius: 3px;
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  padding: 15px 25px;
  height: auto;
  background-color: #fff;
  color: #371CA1;
  border: 1px solid #B0A6D8;
}
.reveal a:hover {
  background-color: #371CA1;
  border-color: #371CA1;
  color: #fff;
} */
.login-portal {
  border-left: #636363 1px solid;
}
.small-close {
  display: none;
}
.medium-close {
  display: block;
}
.close-button {
  height: 48px;
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: .5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
}
.close-button:hover {
  color: #0a0a0a;
}
.banner-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  padding: 110px 20px 20px;
  max-width: 75rem;
}
.banner-wrapper .banner_inner {

}
.banner-wrapper .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
  min-width: 595px;
  -ms-flex-order: 0;
  order: 0;
  padding: 0 90px 0 0;
  text-align: left;
  height: 360px;
  padding-right: 40px;
  width: 50%!important;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
}
.banner-wrapper .title h1 {
  font-size: 1.3rem;
  margin-bottom: .5rem;
  font-family: "FS Koopman",Helvetica,Arial,sans-serif;
  text-transform: none;
  line-height: 2rem;
  color: #1C0E52;
}
.banner-wrapper .title h2 {
  font-weight: 400;
  font-family: "Druk Text Medium",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  color: #1C0E52;
  font-size: 3.4rem;
}
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1064px;
  -ms-flex-order: 1;
  order: 1;
  height: 360px;
  width: 50%;
  background-position: center;
  margin-right: -12px;
  border-radius:8px;
}



@media (max-width: 1100px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
.banner-wrapper.page-center.banner_padding {
    margin-bottom: -80px;
}
}

@media (max-width: 1023px) {
  .main_header {
    height: auto;
    box-shadow: none;
    position: relative;
  }
  .header_mobile {
    padding: .5rem 0;
    position: relative;   
    float: left;
    width: 100%;
  }
  .header_mobile_inner {
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-trigger {
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 16px;
    margin: 5px 10px 0 0;
    border: none;
    background: transparent;
  }
  .mobile-trigger:focus {
    outline: none;
  }
  .mobile-trigger:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #371CA1;
    box-shadow: 0 7px 0 #371CA1, 0 14px 0 #371CA1;
  }
  .header__logo {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    float: none;
    margin: 0;
    padding: 12px 0 3px;
  }
  .mobile-login {
    font-weight: 400;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    transition: background-color .25s ease-out,color .25s ease-out;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
    font-size: .875rem;
    padding: 8px 14px;
    height: auto;
    background-color: #fff;
    color: #371CA1;
    border: 1px solid #B0A6D8;
    position: relative;
    top: 0;
  }
  .mobile-login:hover {
    background-color: #371CA1;
    border-color: #371CA1;
    color: #fff;
  } /* Hide menu on mobile */
  .custom-menu-primary.hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header_inner{
    display: none;
  }
  .custom-menu-primary  {
    margin: 64px 0 0;
    position: absolute;
    background-color: #F6F4EF;
    padding: 18px 30px 10px;
    left: 0;
    width: 100%;
    display: none;
  }
  .mobile-open .custom-menu-primary {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    line-height: 1.6;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    margin: 0;
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-bottom: 20px;
  }
  /* SET BOLD AND UNDERLINE ON SPECIFIC NAV DROPDOWN LI ELEMENTS */
  #hs_menu_wrapper_mobile_menu .hs-item-has-children:first-of-type .hs-menu-children-wrapper .hs-menu-item:first-of-type,
  #hs_menu_wrapper_mobile_menu .hs-item-has-children:first-of-type .hs-menu-children-wrapper .hs-menu-item:nth-of-type(5),
  #hs_menu_wrapper_mobile_menu .hs-item-has-children:nth-of-type(2) .hs-menu-children-wrapper .hs-menu-item:first-of-type
   {
    font-weight: 700;
  }

  #hs_menu_wrapper_mobile_menu .hs-menu-wrapper > ul > li > ul > li > a {
    font-weight: 500;
    text-transform: capitalize;
  }
  /* DROPDOWN STYLING TO MATCH LIVEOAKBANK.COM SITE */
  
  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    background: transparent;
    min-width: 150px;
    padding-left: 10px;
  }
  .banner-wrapper {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-wrapper .title {
    -ms-flex-order: 1;
    order: 1;
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 100px;
    word-break: break-all;
    width: 100% !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: auto;
    min-width: 1px;
  }
  .banner-section {
    -ms-flex-order: -1;
    order: -1;
    height: 400px;
    width: 100%;
    margin: 0;
    border-radius:0px;
  }
  .banner-wrapper .title h2 {
    font-size: 2.75rem;
  }
  .banner-wrapper .title h1 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
    background-color: transparent !important;
  }
.banner-wrapper.page-center.banner_padding .title {
    padding-bottom: 0;
}
  .banner-wrapper.page-center.banner_padding .title h2 {
    margin: 0;
  }
}



@media (max-width: 640px) {
  .header__logo {
    width: 170px;
    padding: 12px 0 7px;
  }
  .header_mobile_inner {
    padding-left: .625rem;
    padding-right: .625rem;
  }
  .mobile-login {
    font-size: 14px;
    padding: 8px 14px;
    font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
    top: 0;
    left: 1px;
  }
  .mobile-trigger {
    margin: 8px 10px 0 0;
    left: -1px;
  }
  .banner-section {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    height: 280px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner-wrapper .title {
    padding: 20px;
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .banner-wrapper .title h1 {
    font-family: "FS Koopman",Helvetica,Arial,sans-serif;
    text-transform: none;
    margin-bottom: 8px;
    color: #1C0E52;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .banner-wrapper .title h2 {
    color: #1C0E52;
    font-size: 2rem;
    line-height: 1.1;
  }
}

@media (max-width: 400px) {
  .mobile-trigger {
    margin: 6px 10px 0 0;
    left: 0px;
}
  .mobile-login {
    top: 0;
    left: 0;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
}
.footer__main {
  float: left;
  width: 100%;
  padding: 1.875rem 0 10px;
}
.body-wrapper {
  overflow: hidden;
}
.footer__container {
  margin: 0 auto;
}
.copyright_wrapper {
  float: left;
  width: 100%;
}
.copyright_link {
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 33.33%;
  float: right;
  text-align: right;
}
.copyright_link p {
  margin: 0;
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.copyright_link p a {
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  text-transform: none;
}
.copyright_link p a:hover {
}
.footer__copyright {
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 66.67%;
  letter-spacing: .03rem;
  padding-top: 5px;
  line-height: 26.4px;
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.footer_top {
  margin-bottom: 10px;
  padding: 15px 0 60px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.footer_menu {
  float: left;
  width: 58.33%;
}
.footer_social_icon {
  width: 33.33%;
  float: right;
}
.footer__social {
  margin-left: 1rem;
}
.footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.footer__social ul li {
  display: inline-block;
  margin: 0 8px;
}
.footer__social ul li svg {
  overflow: hidden;
  max-width: 250px;
  /*fill: #1C0E52;*/
  width: 24px;
}
.footer-logo {
  padding-bottom: 20px;
  text-align: right;
}
.footer-logo svg {
  overflow: hidden;
  /*fill: #1C0E52;*/
  width: 100%;
  max-width: 250px;
}
.footer_col-2 {
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 50%;
}
.footer_col-2 .hs-menu-wrapper>ul>li>a {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: "FS Koopman",Helvetica,Arial,sans-serif;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
  cursor: text;
}
.footer_col-2 .hs-menu-wrapper>ul>li>ul>li {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.footer_col-2 .hs-menu-wrapper>ul>li>ul>li>a {
  line-height: 1.5;
  font-family: "FS Koopman",Helvetica,Arial,sans-serif;
  padding: 0 8px 0 0;
  font-size: 1rem;
  letter-spacing: 1px;
}
.footer__copyright svg {
  /* fill: #242627;*/
  max-width: 18px;
  display: inline-block;
  margin-left: 8px;
  overflow: hidden;
}
.footer__social ul li.facebook {
  margin: 0;
}
.dedicated-icon {
  margin-right: 10px;
  margin-bottom: 8px;
} 

@media (max-width: 1250px) and (min-width: 1024px){
  .footer_social_icon {
    padding-right: 10px;
}
}
@media (max-width: 1023px) {
  .footer_social_icon, 
  .footer_menu{
    width: 100%;
  }
  .footer__social ul {
    text-align: center;
  }
  .footer_top {
    padding-bottom: 62px;
  }
  .menu_row {
    width: 66.67%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_col-2 {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .footer_col-2 .hs-menu-wrapper>ul>li>ul {
    display: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 0rem;
  }
  .footer_col-2 .hs-menu-wrapper>ul>li>ul>li{
     padding-right: 1rem;
     padding-left: 1rem;
  }
  .footer_col-2 .hs-menu-wrapper>ul>li>ul>li:first-child {
    padding-top: 1rem;
  }
   .footer_col-2 .hs-menu-wrapper>ul>li>ul>li:last-child {
     padding-bottom: 1rem;
  }
  .footer-logo {
    padding-bottom: 21px;
    text-align: center;
    padding-top: 40px;
  }
  .footer_col-2 .hs-menu-wrapper>ul>li>a {
    margin: 0;
    display: block;
    padding: 20px 0;
    color: #1C0E52;
    font-size: 16px;
    border-bottom: 1px solid #B5BDC4;
    line-height: 1.3;
  }
  .footer_col-2 .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 31px;
    margin-top: -9px;
  }
  .footer_col-2 .hs-menu-wrapper>ul>li.hs-item-has-children.child-open-f>a:before {
    content: '–';
  }
  .footer_col-2 .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .child-trigger-f {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 61px;
    cursor: pointer;
  }
  .footer_col-2 .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 0 8px 0 0;
    font-weight: 600;
    color: #1C0E52;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .footer_abuot_menu, 
  .footer_resources_menu {
    display: none;
  }
}

@media (max-width: 640px) {
  .copyright_link, 
  .footer__copyright{
    width: 100%;
    text-align: center;
  }
  .footer_top {
    padding-bottom: 0;
  }
  .footer-logo {
    padding-bottom: 37px;
    text-align: center;
    padding-top: 40px;
  }
  .menu_row {
    width: 83.33%;
  }
  .footer__main {
    padding-top: 15px
  }
  .footer__social {
    margin-left: 0;
  }
  .dedicated-icon {
    margin-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.hs-blog-listing .content-wrapper, 
.hs-blog-post .content-wrapper{
  padding-top: 130px;
  padding-bottom: 30px;
}
.blog-header {
}
.hs-blog-listing .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.blog-header {
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
.blog-header__title {
  font-size: 2rem;
  padding: 0 20px;
}
.blog-header__subtitle {
margin: 1rem 20px 2rem;
  font-size: 16px;
  font-weight: 400;
  font-family: FS Koopman,Helvetica,Arial,sans-serif;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2, 
.blog-index__post-content--small h2{
  margin: .5rem 0;
  color: #1c0e52;
  font-family: Druk Text Medium,Helvetica,Arial,sans-serif;
  font-size: 41.6px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.blog-index__post-content h2 a, 
.blog-index__post-content h2 a:hover, 
.blog-index__post-content--small h2 a, 
.blog-index__post-content--small h2 a:hover{
  color: #1c0e52;
}
.blog-index__post-content--small h2 {
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 100%;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 20px;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;  
  color: #494a52;
}
.blog-recent-posts__image {
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.blog-index__post-image--large img, 
.featured-image-wrapper img, 
.blog-recent-posts__image img{
  width: 100%;
}
.blog-recent-posts .content-wrapper {
  padding: 0;
}
.comment-date, .comment-from {
  display: block!important;
}

@media (max-width: 1023px) {
    .hs-blog-listing .content-wrapper,
  .blog-post{
    padding-top: 20px;
  }
  .hs-blog-post .content-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 999px) {
  .blog-recent-posts__list {
    display: block;
  }
  .blog-recent-posts__post {
    width: 50%;
    float: left;
  }
  .blog-index__post-content h2, .blog-index__post-content--small h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .blog-index__post-content h2, .blog-index__post-content--small h2 {
    font-size: 25px;
    line-height: 1.2;
  } 
  .blog-recent-posts__post {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
.post-item .page-center {
    display: block;
}

}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .blog-post__body p img {
    width: 100% !important;
    margin: 0 !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*LOB Content Wrapper Stlye*/
.rc-content-wrapper {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
.rc-content-wrapper .blog-post {
  padding-bottom:0;
}
.hs-blog-listing .rc-content-wrapper, 
.hs-blog-post .rc-content-wrapper{
  padding-top: 0px;
  padding-bottom: 30px;
}

.rc-content-wrapper .blog-post {
  max-width: 100%;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.rc-content-wrapper .blog-post p {
  font-size: 1.25rem;
}
.rc-content-wrapper .blog-post p a {
  text-decoration:underline;
}
.rc-content-wrapper .blog-post p a:hover{
  text-decoration:none;
}
.rc-content-wrapper .blog-post p:first-child {
  font-size: 1.75rem;
  font-weight:normal;
  color:#5B5C5D;
}
.rc-content-wrapper .blog-post ol li, 
.rc-content-wrapper .blog-post ul li {
  font-size: 1.25rem;
  margin-bottom:1.25rem;
}
.rc-content-wrapper .blog-post img {
  width:100%;
  max-width:860px;
  height:auto;
  margin:32px auto;
}

@media (max-width: 999px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}

/* END LOB Content Wrapper Style*/

/* LOB Tag Styles */
.rc-blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
  padding:1.5rem 0;
  margin:1.5rem auto;
  border-top:solid 1px #E8DCC1;
  border-bottom:solid 1px #E8DCC1;
}
.rc-blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.rc-blog-post__tag-link {
  font-size: 1.25rem;
  color: #371CA1;
}

@media (max-width: 999px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}

/* END LOB Tag Styles */

/*LOB Blog Recent Post Styles*/
.rc-blog-recent-posts {
  margin-top: 0rem;
  padding: 2rem 20px;
}
.rc-blog-recent-posts .content-wrapper {
  padding:0;
}
.rc-blog-recent-posts h2 {
  text-align: center;
}
.rc-blog-recent-posts__list {
  display: flex;
}
.rc-blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

@media (max-width: 999px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}

/*END LOB Recent Post Styles*/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
      margin-top: 40px;
    margin-bottom: 40px;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
  padding-top: 130px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 1px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .hs-form-field,
.hs-membership-loader.hs_submit.hs-submit{
  margin: 25px 0;
}
ul.no-list.hs-error-msgs {
    padding: 0;
}
@media (max-width: 767px) {
  .systems-page {
    padding-top: 100px;
  }
  .systems-page h1, 
  .systems-page h2 {
    font-size: 20px;
  }
  .systems-page h3, 
  .systems-page h4 {
    font-size: 18px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* COMMENTING THIS ALL OUT FOR NOW */
.btn {
  text-decoration:none;
  transition: background-color .25s ease-out,color .25s ease-out;
  transition: border-color .25s ease-out,color .25s ease-out;
  border-radius:3px;
  font-size:16px;
  padding:14px 42px;
}

/* .btn-primary {
  border:none!important;
  background-color:#371CA1;
  color:#ffffff;
  text-decoration:none;
}
.btn-primary:hover {
  background-color:#1C0E52!important;
} */

.btn-primary {
  border:none!important;
  border-radius:3px!important;
  font-size:16px;
  padding:14px 42px!important;
  background-color:#371CA1;
  color:#ffffff;
  text-decoration:none;
  transition: background-color .25s ease-out,color .25s ease-out;
  white-space: nowrap;
}
.btn-primary:hover {
  background-color:#1C0E52!important;
  color:#ffffff;
}
.btn-primary:focus {
  background-color:#1C0E52!important;
  color:#ffffff;
}

.btn-secondary {
  background-color:#ffffff;
  color:#371CA1;
  border:solid 1px #371CA1!important;
}
.btn-secondary:hover {
  background-color:#371CA1!important;
  color:#ffffff;
}



.btn-tertiary {
  border:none!important;
  background-color:#1ECD7D;
  color:#1C0E52;
}
.btn-tertiary:hover {
  background-color:#70EFB9!important;
}


.btn-knockpout {
  background-color:none;
  color:#371CA1;
  border:solid 1px #FFFFFF!important;
}
.btn-knockout:hover {
  background-color:#FFFFFF!important;
  border:solid 1px #371CA1!important;
  color:#371CA1;
}

.btn-large {
  font-size:24px;
  padding:18px 60px!important;
}
.btn-bar {
  width:100%!important;
  text-align:center!important;
  margin:0px auto 16px auto;
}
.springboard-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 360px;
  height: 200px;
  padding: 0 26px;
  border: #D7D3E6 1px solid;
  border-radius: 3px;
  background-color: #fff;
  transition: box-shadow .25s;
  font-family: FS Koopman Medium;
  font-size: 1.3125rem;
  color: #1C0E52;
  text-align:center;
}
.springboard-button:hover {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  border-color: #371CA1;
}
.springboard-button span {
  display: block;
  margin-top: 14px;
  font-size: .875rem;
  color: #242627;
  font-family: FS Koopman;
}
/*
    @media #{$medium-only} {
			max-width: 300px;
		}
		@media #{$small-only} {
			margin-bottom: 30px;
			max-width: 250px;
		}
*/

.hs-button-secondary {
  width:auto;
  height:auto;
  color:#371CA1;
  border:solid 1px #371CA1;
  border-radius: 3px;
  padding:13px 42px;
  margin:0 auto;
  text-align:center;
  cursor: pointer;
  display: block;
  line-height: 1;
  font-weight: normal;
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  transition: .25s ease-out;
  vertical-align: middle;
}
.hs-button-secondary:hover {
  color:#FFFFFF;
  background-color:#371CA1;
}

/* Style rules for button on T&C Landing page */
.tc-button-secondary {
  width:auto;
  height:auto;
  color:#371CA1;
  border:solid 1px #371CA1;
  border-radius: 3px;
  padding:13px 42px;
  margin:0 auto;
  text-align:center;
  cursor: pointer;
  display: block;
  line-height: 1;
  font-weight: normal;
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
  transition: .25s ease-out;
  vertical-align: middle;
}
.tc-button-secondary:hover {
  color:#FFFFFF;
  background-color:#371CA1;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/****************************************/
/* Alternating section for landing page */
/****************************************/

.alternating-section {
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:0;
  display:flex;
  flex-direction:row;
}
.alternating-section:nth-child(even) {
  flex-direction:row-reverse;
}
.alt-col {
  width:50%;
  padding:24px;
  margin:0 auto 32px auto;
}
.alt-col img {
  width:100%;
}
.alt-col p {
  margin-bottom:24px;
}
@media(max-width: 960px){
  .alternating-section {
    width:100%;
    max-width:480px;
    flex-direction:column;
  }
  .alternating-section:nth-child(even) {
    flex-direction:column;
  }
  .alt-col {
    width:100%;
    padding:0 24px 0 24px;
    margin:0 auto 48px auto;
  }
}

/*****************************/
/* Styling for Captcha badge */
/*****************************/

.grecaptcha-badge {
    margin:0 0 0 0!important;
}

/*************************/
/* Add side lines to H2s */
/*************************/

span.heading__side-lines {
	position: relative;
	display: inline-block;
}
span.heading__side-lines:before {
	position: absolute;
	content: '';
	border-bottom: 2px solid #E8DCC1;
	width: 20rem;
	top: 50%;
    left: -21rem;
}
span.heading__side-lines:after {
	position: absolute;
	content: '';
	border-bottom: 2px solid #E8DCC1;
	width: 20rem;
	top: 50%;
    right: -21rem;
}
@media (max-width: 960px) {
  	span.heading__side-lines:before {
  		border-bottom: 0px;
	}
  span.heading__side-lines:after {
  		border-bottom: 0px;
	}
  .cell_16051866918492-padding {
    border-left:0px;
}
}

/*************************/
/* Process Bullets */
/*************************/
.Process-item {
  height:auto;
  padding:0px 30px 30px;
  margin:0;
  border-left: 1.5px solid #C17B42;
  position:relative;
}
.Process-item:last-child {
  border-left:none;
}
.Process-bullet:last-child {
  left:-9px;
}
.Process-bullet {
  position: absolute;
  top:0px;
  left:-11px;
  display: block;
  min-height:20px;
  height:20px;
  width:20px;
  border:solid 2px #C17B42;
  border-radius: 50%;
}
.bullet-cloud {
  background-color: $color-brand-cloud;
}
.bullet-white {
  background-color: #FFFFFF;
}
.Process-item p {
   margin-bottom: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#loginModal {
    width:100%;
    height:100vh;
    padding:0;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.3);
    border-radius:none;
    border:none;
}
.reveal_login {
  max-width:1100px!important;
}
.login-container {
   width:100%;
   height:100%;
   display:flex;
   flex-direction: column;
   justify-content:flex-start;
   align-items:center;
}
.loginModal-head {
    width:100%;
    height:64px;
    padding:0px 20px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
}
.sign-in-head {
    display:none;
}
.close-button {
    right:1.4rem;
    top:0.2rem;
    font-size: 2rem;
}

.loginModal-body {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-evenly;
                align-items:center;
                height:auto;
                width: 100%;
                padding:48px 10px 28px 10px;
}
                .account-block {
                    display:flex;
                    flex-direction:column;
                    justify-content:space-between;
                    align-items:center;
                    width:180px;
                    height:280px;
                    padding:32px 10px;
                    margin:0px 0px 64px 0px;
                    border:1px solid #000;
                    border-radius:8px;
                    box-shadow: 0px 4px 8px rgba(95,73,189,.15);
}

                    .account-block-head {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
}
.account-block-head p {
    font-family: "Druk Text Medium",Helvetica,Arial,sans-serif;
                            /* color: $color-brand; */
    font-size:18px;
    line-height:1;
    height:36px;
    text-transform: uppercase;
    text-align: center;
     margin-bottom: 1rem;
}

.account-block ul {
    width:100%;
    padding:0 0 0 12px ;
    margin:0 0 1rem 0;
    list-style-image: url("https://www.liveoakbank.com/wp-content/themes/LOB2020/assets/images/icons2020/check-circle-fill.svg");
}
.account-block ul li {
     width:100%;
     color:#493E75;
     font-size:10px;
     line-height: 1.2;
     border-bottom:1px solid #dfdee1;
     padding:4px 0px;
     margin-bottom:0;
}
account-block .button {
     margin-bottom: 1rem;
     align-self: center;
     justify-self: flex-end;
}
.account-block .btn-primary {
  border:none!important;
  border-radius:3px!important;
  font-size:16px;
  padding:12px 24px!important;
  background-color:#371CA1;
  color:#ffffff;
  text-decoration:none;
  transition: background-color .25s ease-out,color .25s ease-out;
}
.account-block .btn-primary:hover {
  background-color:#1C0E52!important;
  color:#ffffff;
}
.account-block .btn-primary:focus {
  background-color:#1C0E52!important;
  color:#ffffff;
}

.account-block .open-new {
  font-size: 13px;
}

.enroll-text {
     font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
                font-size: 20px;
/*                 color: $color-brand; */
}

@media (min-width: 960px) {
  #loginModal {
    height:auto;
    border-radius:24px;
  }
  .sign-in-head {
     display:block;
     font-family: "FS Koopman Medium",Helvetica,Arial,sans-serif;
     font-size: 24px;
/*      color: $color-brand;*/
     padding-top: 16px;
  }
  .account-block {
     width:250px;
     height:390px;
     margin:0px 0px 64px 0px;
     padding:42px 12px;
  }
  .account-block-head p {
    font-size: 24px;
    margin-bottom: 1.2rem;
  }
  .account-block ul {
    margin-bottom:2rem;
    padding:0 20px 0 20px ;
    list-style-image: url("https://www.liveoakbank.com/wp-content/themes/LOB2020/assets/images/icons2020/check-circle-fill.svg");
  }
  .account-block ul li {
    font-size:14px;
    padding:10px 0px;
  }
  .account-block .open-new {
    font-size: 16px;
  }
  .loginModal-footer {
    border-radius: 0px;
  }
  .enroll-text {
    transition: all 0.3s;
    font-size: 20px;
  }
}