/* ******************************************************************************
*********************************************************************************
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;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
    max-width: 960px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
    max-width: 720px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: ITCStoneSansCom-Semi;
  src: url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/347872_0_0.eot#iefix") format("embedded-opentype"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/347872_0_0.woff2") format("woff2"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/347872_0_0.woff") format("woff"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/347872_0_0.ttf") format("truetype");
}

@font-face {
  font-family: ITCStoneSansCom-Medium;
  src: url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/347872_1_0.eot#iefix") format("embedded-opentype"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/347872_1_0.woff2") format("woff2"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/347872_1_0.woff") format("woff"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/347872_1_0.ttf") format("truetype");
}

@font-face {
  font-family: icomoon;
  src: url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/icomoon.eot?nxrv0w") format("embedded-opentype"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/icomoon.ttf?nxrv0w") format("truetype"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/icomoon.woff?nxrv0w") format("woff"), 
  url("https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/First_Federal_Bank_July_2020/Fonts/icomoon.svg?nxrv0w") format("svg");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* 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.1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  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;
}

@media (max-width: 767px) {
  body {
      font-size: 16px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
h3.form-title {
	padding: 5px;
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  font-family: arial, helvetica, sans-serif;
}

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

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  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: 12px;
  padding: 15px 53px;

  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

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


.hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.25;
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input ,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  /* max-width: 500px; */
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input#hs-pwd-widget-password {
  padding: 20px 15px;
}

.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;
  display: inline-block;
}

.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;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
  margin-left: 2px;
}

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs li {
  margin: 15px 0;
}

ul.no-list.hs-error-msgs li label {
  color: #f2545b;
  line-height: 18px;
  font-weight: normal;
}

.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%;
}


.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;
}

@media (max-width: 767px) { 
  #hs-search-module ,
  .widget-type-form{
    margin-top: 20px;
  }
  .hs-input ,
  input#hs-pwd-widget-password {
  max-width: 100%;
  }
  form {
  max-width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: transparent;
}

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

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  /* height: auto; */
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Header Styles */
.custom-menu-primary .submenu.level-1 > li.has-submenu.Borrow  .submenu.level-2 .menu-item:last-of-type .submenu.level-3 li {
  background-image: url(https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/raw_assets/public/First_Federal_Bank_July_2020/images/500x418-BLAB-megamenu2.original.jpg);
}

.custom-menu-primary .submenu.level-1 > li.has-submenu.Bank  .submenu.level-2 .menu-item:last-of-type .submenu.level-3 li {
  background-image: url(https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/raw_assets/public/First_Federal_Bank_July_2020/images/nav_promo_bank.original.jpg);
}

.custom-menu-primary .submenu.level-1 > li.has-submenu.Learn .submenu.level-2 .menu-item:last-of-type .submenu.level-3 li .learn-image-box {
  background-image: url(https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/raw_assets/public/First_Federal_Bank_July_2020/images/FFB_borrow_ipad_air_mockup_small.original.png);
}

header.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}

.body-wrapper {
  margin-top: 132px;
}

.IE .body-wrapper {
  margin-top: 115px;
}

.header-top {
  padding-left: 15px;
  padding-right: 15px;
  font-family: ITCStoneSansCom-Medium,sans-serif;
}

.header-top a {
  font-family: ITCStoneSansCom-Medium,sans-serif;
}

.header-bottom {
  padding-right: 15px;
  padding-left: 15px;
  font-family: ITCStoneSansCom-Medium,sans-serif;
}

.header-top-outer {
  margin-right: -15px;
}

.header-top-inner {
  text-transform: uppercase;
  font-size: 1.5rem;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header-top-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-top-inner ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top ul a {
  padding: 1rem 1rem .5rem;
  display: block;
}

.header-top ul i {
  font-weight: 700;
  margin-right: 2px;
  font-size: .8em;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Rates::before {
  content: "\e928";
}

.icon-Help::before {
  content: "\e916";
}

.icon-About_Info::before {
  content: "\e900";
}

.icon-Better_Together::before {
  content: "\e906";
}

.icon-Phone::before {
  content: "\e924";
}

.icon-Location::before {
  content: "\e91e";
}

.icon-Search::before {
  content: "\e92c";
}

.header-top ul button {
  border: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: 0 0;
  line-height: inherit;
  padding: 1rem 1rem .5rem;
  cursor: pointer;
  outline: 0;
}

.header-logo a {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
}

.header-logo img {
  width: auto !important;
  height: 4.3rem;
  vertical-align: middle;
}

.header-logo {
  padding: 1rem 1.5rem;
}

header.header .header-bottom .header__container {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

header.header .header-bottom .header__container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-login p {
  padding: 1.2rem 4.4rem 1.3rem;
}

.header-apply p {
  padding: 1.2rem 3rem 1.3rem;
}

.header-apply p , .header-login p {
  margin: 0;
  position: relative;
  font-size: 2.2rem;
  cursor: pointer;
  font-family: ITCStoneSansCom-Semi,sans-serif;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  vertical-align: middle;
  font-size: 2.2rem;
  margin-left: 2rem;
}

.header-apply ul , .header-login ul {
  padding: .5rem;
  list-style: none;
  margin: 0;
  min-width: 25rem;
  margin: .125rem 0 0;
  font-size: 1rem;
  border-radius: .25rem;
  z-index: 1000;
  position: absolute;
  top: 48px;
  left: -54px;
  display: none;
}

.header-login ul {
  left: 19px;
}

.header-apply ul li, .header-login ul li {
  font-size: 16px;
  padding: 5px 10px 5px 37px;
  font-family: ITCStoneSansCom-Medium,sans-serif;
}

.header-apply hr, .header-login hr {
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 0;
}

.header-apply , .header-login {
  position: relative;
}

.header-apply ul a, .header-login ul a {
  font-family: inherit;
}

.header__navigation {
  margin-left: auto;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}

.header-login ul li:first-child {
  padding: 10px 5px 0px 37px;
}

.header-logo.page-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}


.search-popup {
  width: 0;
  height: 0;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  left: 0;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}

.search-popup-opened.search-popup {
  opacity: 1;
  z-index: 1072;
  width: 100%;
  min-height: 100vh;
}

.search-popup .close {
  z-index: 2;
  position: absolute;
  right: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
  font-size: 3.5rem;
  cursor: pointer;
  padding: 0;
  background: 0 0;
  border: 0;
  float: right;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.search-popup .close:hover {
  text-decoration: none;
  opacity: .75;
}

#search-popup-form-wrapper {
  padding-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative;
}

.search-popup-form {
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.search-popup-form form {
  margin-top: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.search-form-left , .search-form-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.search-form-right {
  text-align: right;
}

.search-form-right input[type="submit"] {
  margin-bottom: 1.5rem;
  position: relative;
  padding: 1.3rem 2.6rem 1.1rem;
  border-radius: .3rem;
  font-size: 2rem;
  line-height: 1.2;
  font-family: ITCStoneSansCom-Semi,sans-serif;
  cursor: pointer;
  margin-left: 2rem;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-form-right-inner {
  position: relative;
  top: 3px;
}

.popup-content-box-wrap.page-center  {
  margin-top: 6rem;
}

.popup-content-box {
  position: relative;
  width: 100%;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin-right: auto;
  margin-left: auto;
  padding: 6rem;
  visibility: hidden;
}

.search-popup-opened.search-popup .popup-content-box {  
  visibility: visible;
}

.popup-content-box h5 {
  margin: 0;
  font-family: ITCStoneSansCom-Semi,sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

.popup-content-box p {
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: ITCStoneSansCom-Medium,sans-serif;
}

.popup-content-box p a {
  color: inherit;
  font-family: inherit;
}

.popup-content-box-wrap {
  display: none;
}

.search-form-left i {
  bottom: 3rem;
  left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  transition: color .2s;
  position: absolute;
  width: 3rem;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-form-left-inner {
  min-height: 7rem;
  margin-bottom: 2rem;
  position: relative;
}

.popup-input-field {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-left: 3rem;
  position: relative;
  width: calc(100% - 3rem);
  vertical-align: middle;
  font-size: 2rem;
  z-index: 2;
  min-height: 2.1rem;
  transition: all .3s;
  line-height: 1.5;
  padding-bottom: .6rem;
  padding-top: .5rem;
  margin-top: .2rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.popup-input-field:focus {
  background-color: transparent;
  outline: 0;
}

.search-popup-form label {
  bottom: 2.7rem;
  left: 0;
  margin-left: 3rem;
  font-size: 1.8rem;
  top: auto;
  z-index: 1;
  transition: .2s ease-out;
  position: absolute;
  cursor: text;
  letter-spacing: normal;
}

.search-form-focused label {
  transform: translateY(-140%);
  font-size: 1.4rem;
  margin-top: 2rem;
}
.lp_header .header-logo.page-center {
  margin: 0;
}

/* .search-form-focused .search-form-left i {
color: #07578d;
} */

.popup-input-field:focus::placeholder {
  color: #07578d;
}

@media (min-width: 576px) {
  .header-apply p, .header-login p {
    display: block;
  }
  .search-form-left , .search-form-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .search-form-left-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .search-form-left {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .search-form-right {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .popup-content-box h5 {
    font-size: 2.2rem;
  }

  .popup-content-box-wrap {
    display: block;
  }
}

@media (min-width: 992px) {
  .header-logo img {
    height: initial;
    width: 275px !important;
  }

  header.header .header-bottom .header__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-menu {
    padding-left: 15px;
  }

  .mobile-menu-icons {
    display: none;
  }

  .header-menu {
    padding-left: 15px;
    display: none !important;
    overflow: hidden !important;
  }

  .main-menu-load {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: visible !important;
  }

  .header__navigation {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-logo.page-center { 
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 315px;
  }
  .search-popup-form {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .learn-image-box {
    margin-bottom: 2rem;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 232px;
    display: block;
    height: 157px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  header.header .header-bottom .header__container {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/* Mobile Styles */

@media (max-width: 991px) {
  .header__container form {
    max-width: 100%;
  }

  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    cursor: pointer;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }

  /* Mobile Styles */
  .header-apply p, .header-login p {
    font-size: 1.5rem;
  }
  .header-top {
    display: none;
  }

  .header__navigation--toggle {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    border-radius: .25rem;
  }

  .header__navigation--toggle:hover {
    opacity: .7;
  }

  span.hamburger-box {
    width: 3.5rem;
    height: 3rem;
    display: block;
    position: relative;
  }

  span.hamburger-inner {
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    width: 3.5rem;
    height: .4rem;
    background-color: #07578d;
    border-radius: .4rem;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -.2rem;
  }

  span.hamburger-inner:before , span.hamburger-inner:after {
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    width: 3.5rem;
    height: .4rem;
    background-color: #07578d;
    border-radius: .4rem;
    position: absolute;
    content: "";
    display: block;
  }

  span.hamburger-inner:after {
    bottom: -1rem;
  }

  span.hamburger-inner:before {
    top: -1rem;
  }

  .header__navigation--toggle.open span.hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .header__navigation--toggle.open span.hamburger-inner:before {
    -webkit-transform: translate3d(0,1rem,0) rotate(45deg);
    transform: translate3d(0,1rem,0) rotate(45deg);
  }

  .header__navigation--toggle.open span.hamburger-inner:after {
    -webkit-transform: translate3d(0,-1rem,0) rotate(-45deg);
    transform: translate3d(0,-1rem,0) rotate(-45deg);
  }

  .header__close--toggle.show {
    display: none;
  }

  .header--toggle.header__navigation--toggle.open {
    display: inline-block;
  }

  .mobile-menu-icons {
    background-color: #07578d;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-family: ITCStoneSansCom-Medium,sans-serif;
  }

  .page-center-inner {
    margin-right: -15px;
    margin-left: -15px;
  }

  .menu-icons-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    font-family: ITCStoneSansCom-Medium,sans-serif;
  }

  .menu-icons-inner .hs_cos_wrapper > ul, .menu-icons-inner > .hs_cos_wrapper > .hs_cos_wrapper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .menu-icons-inner .hs_cos_wrapper > ul > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    position: relative;
    width: 100%;
    max-width: 25%;
  }

  .mobile-menu-icons > .page-center-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-icons-inner .hs_cos_wrapper > ul > li > span > a {
    font-size: 14px;
    line-height: 1.21428571429;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    display: block;
  }

  .menu-icons-inner ul li i {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    padding-bottom: 1rem;
    display: block;
  }

  .menu-icons-inner ul li span {
    padding-top: 1.5rem;
    padding-bottom: .9rem;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    text-align: center;
  }

  .icon-Account::before {
    content: "\e901";
  }

  .mobile-menu-icons ul ul {
    position: absolute;
    min-width: 22rem;
    left: 20px;
    top: 80px;
    background-color: #07578d;
    color: white;
    z-index: 1000;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    text-align: left;
  }

  .mobile-menu-icons ul .icon-login-opened ul { 
    display: block;
  }

  .mobile-menu-icons ul ul li {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 0px 10px;
    line-height: 1.5;
  }

  .mobile-menu-icons ul ul li:last-child {
    padding: 5px 10px 5px 10px;
  }

  .mobile-menu-icons ul ul li a {
    color: white;
    font-size: 14px;
    line-height: 1.21428571429;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
  }

  .mobile-menu-icons ul ul hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #fff;
    height: 0;
  }

  header.header .header-bottom .header__container {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }

  .menu-icons-inner .hs_cos_wrapper > ul > li {
    font-size: 14px;
    line-height: 1.4;
  }

  .menu-icons-inner .hs_cos_wrapper> ul > li:first-child > span {
    display: inline-block;
  }

  .menu-icons-inner .hs_cos_wrapper> ul > li:first-child {
    text-align: center;
  }

  .header__navigation {
    display: block;
    margin: 0;
  }

  .header-apply, .header-login {
    display: inline-block;
  }

  .body-wrapper header.header {
    border-bottom: 0;
  }

  .body-wrapper {
    margin-top: 78.75px;
  }

  .menu-icons-inner>.hs_cos_wrapper {
    width: 100%;
  }
  .header-menu {
    display: none;
  }
  .header-apply ul, .header-login ul {
    top: 48px;
  }

  .header-apply ul {
    left: 20px;
  }

  .header-login ul {
    left: -99px;
  }

  .body-wrapper header.header.lp_header {
    border-top: 0;
  }

  .lp_header .header__navigation--toggle {
    display: none;
  }

  .menu-icons-inner ul li:not(:first-child) span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 378px) {
  .header-apply p, .header-login p {
    margin: 0;
  }

  .header-login p {
    margin-top: 20px;
  }

  .header-apply ul {
    left: 0;
  }

  .header-login ul {
    left: 0;
    top: 63px;
  }

  .header-apply ul {
    top: 43px;
  }
  .header-apply, .header-login {
    display: table;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}

.footer-bottom {
  background-image: url(https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/raw_assets/public/First_Federal_Bank_July_2020/images/footer_background.png);
}


.footer , .footer a {
  font-family: ITCStoneSansCom-Medium,sans-serif;
}

.footer-top , .footer-bottom {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-bottom {
  padding-bottom: 6rem;
}

.footer-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 2rem;
}

.footer-copyright-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

#google_language_translator {
  padding-top: 5px;
  padding-bottom: 10px;
}

.footer__copyright-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2rem;
}

.footer__copyright-links a {
  padding: 0 1rem;
}

.footer__copyright-links a:hover {
  text-decoration: underline;
}

.footer__copyright-links a:first-of-type {
  padding: 0 1rem;
}

.footer__copyright, .footer__copyright-links a, .footer__copyright-links ul li span {
  line-height: 1.625;
  font-size: 16px;
}

.footer__copyright, .footer__copyright-links , .footer-images {
  width: 100%;
}

.footer-images > .hs_cos_wrapper , .footer-images > .hs_cos_wrapper > .hs_cos_wrapper {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-images a {
  display: block;
}

.footer-images > .hs_cos_wrapper > .hs_cos_wrapper {
  width: 100%;
}

.footer-images>.hs_cos_wrapper:nth-last-child(2), 
.footer-images>.hs_cos_wrapper:nth-last-child(2)>.hs_cos_wrapper {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.goog-te-gadget {
  margin-right: 100px;
}

.footer__copyright > .hs_cos_wrapper {
  max-width: 75%;
  margin: 0 auto;
  padding-bottom: 1rem;
  text-align: center;
}

.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul {
  padding: 6rem 1.5rem 4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: none;
}

.footer-menu .hs-menu-depth-1 {
  text-transform: uppercase;
  line-height: 1.90909090909;
  font-size: 22px;
  letter-spacing: .1rem;
  font-weight: 600;
  padding-right: 15px;
  margin-bottom: 1rem;
}

.footer-menu .hs-menu-wrapper > ul > li:not(:last-child) ul.hs-menu-children-wrapper {
  font-weight: 600;
  margin-top: .7rem;
  line-height: 1.375;
  font-size: 16px;
  text-transform: none;
}

.footer-menu a {
  padding: 0;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu .hs-menu-wrapper > ul > li:not(:last-child) ul.hs-menu-children-wrapper a {
  margin-bottom: .5rem;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul ul ul.hs-menu-children-wrapper a {
  opacity: .75;
  font-weight: 500;
}

.footer-menu .hs-menu-wrapper > ul ul ul.hs-menu-children-wrapper {
  margin-top: .7rem;
  margin-bottom: .7rem;
}

.footer-top .footer__container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-contact , .footer-social {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-contact ul li {
  width: 100%;
}

.footer-contact ul li:last-child {
  display: none;
}

.footer-contact ul li span {
  padding: .5rem 0;
  display: block;
}

.footer-contact ul li i {
  font-weight: 700;
  padding-right: 1.1rem;
  font-size: 1.6rem;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Routing::before {
  content: "\e92b";
}

.icon-Phone::before {
  content: "\e924";
}

.icon-Mail::before {
  content: "\e91f";
}

.footer-contact a, .footer-social a {
  padding: .5rem 0;
  font-size: 1.6rem;
  display: block;
}

.footer-contact li:first-child a, 
.footer-social li:first-child a ,
.footer-social-mobile li:first-child a {
  padding-left: 0;
}

.footer-social ul , .footer-social-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end!important;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.footer-social ul li:first-child a , 
.footer-social-mobile ul li:first-child a {
  width: 4rem;
}

.footer-social ul li:last-child a , 
.footer-social-mobile ul li:last-child a {
  width: 3.5rem;
}

.footer-social ul li:nth-child(2) a , 
.footer-social-mobile ul li:nth-child(2) a {
  width: 4rem;
}

.footer-social ul li:nth-child(3) a , 
.footer-social-mobile ul li:nth-child(3) a {
  width: 7rem;
}

.footer-social a , .footer-social-mobile a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social a img , .footer-social-mobile a img {
  vertical-align: middle;
}

.footer-social ul li:last-child img , 
.footer-social-mobile ul li:last-child img {
  width: 34px;
}

.footer-social li:first-child a , 
.footer-social-mobile li:first-child a {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__copyright-links a:first-of-type {
  padding-left: 0;
}

.footer__copyright-links li:first-child span:last-of-type {
  display: none;
}

.footer-social {
  display: none;
}

.footer-social-mobile {
  padding-top: 4rem;
  padding-bottom: 3rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-mobile ul li a {
  padding: .5rem 1rem;
  font-size: inherit;
}

.footer-social-mobile ul li:last-child a {
  padding-right: 0;
}

.footer-social-mobile li:last-child a {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-images img {
  width: 5rem !important;
  max-height: 2rem;
  vertical-align: middle;
}

.footer-images>.hs_cos_wrapper:nth-child(2) img {
  max-height: 2rem;
}

.footer__copyright, .footer__copyright-links {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.footer-images>.hs_cos_wrapper:last-child {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  width: 100%;
}

.footer-images>.hs_cos_wrapper:first-child {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-images>.hs_cos_wrapper:nth-last-child(2) {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.footer-images>.hs_cos_wrapper {
  width: 100%;
}

.footer-images>.hs_cos_wrapper:last-child > .hs_cos_wrapper {
  max-width: 19.9rem;
  margin: 0.3rem 0 0 1rem;
  font-size: 1.6rem;
  display: block;
}

.footer-images>.hs_cos_wrapper:last-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.footer-images {
  margin-left: -5%;
}

.footer-images {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.goog-te-gadget-simple {
  background-color: #172651 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-of-type {
  color: rgb(155, 155, 155) !important;
}

footer.footer .goog-te-gadget a {
  font-family: inherit;
}

footer.footer {
  background-color: #121f47;
}

.footer.lp_footer .footer-bottom {
  padding-top: 6rem;
}

.footer.lp_footer  .footer__copyright>.hs_cos_wrapper {
  padding-bottom: 0;
}

.footer__copyright-links a {
  white-space: nowrap;
  display: inline-block;
}


@media (min-width: 576px) {
  .footer__copyright-links ul {
    padding-top: 0;
  }

  .footer-contact ul li:last-child {
    display: block;
  }

  .footer__copyright, .footer__copyright-links, .footer-images {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-images>.hs_cos_wrapper:last-child {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-images>.hs_cos_wrapper:nth-last-child(2) {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .footer-images>.hs_cos_wrapper:last-child {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-images {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .footer-images img {
    width: 10rem !important;
    vertical-align: middle;
    max-height: initial;
  }

  .footer-images > .hs_cos_wrapper:nth-child(2) img {
    margin-left: 2rem;
  }

  .footer__copyright , .footer__copyright-links {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .footer-images {
    padding-bottom: .6rem;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__copyright-links ul {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-images > .hs_cos_wrapper, 
  .footer-images > .hs_cos_wrapper > .hs_cos_wrapper {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .footer__copyright > .hs_cos_wrapper {
    text-align: left;
    margin-left: 0;
  }

  .footer-menu .hs-menu-depth-1 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .footer-contact a , .footer-social a , .footer-social-mobile a {
    font-size: 2rem;
  }

  .footer-images > .hs_cos_wrapper:nth-child(2) img {
    max-height: 6rem;
  }

  .footer__copyright-links ul li span {
    margin-left: -1px;
  }

  .footer-images>.hs_cos_wrapper:last-child {
    display: none;
  }

  .footer-images>.hs_cos_wrapper:first-child ,
  .footer-images>.hs_cos_wrapper:nth-last-child(2) {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .footer__copyright , .footer__copyright-links {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .footer-images {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer__copyright-links ul {
    margin-left: -1rem;
  }

  .footer__copyright-links a:first-of-type {
    padding-left: 1rem;
  }

  .footer-menu .hs-menu-wrapper > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-contact ul li {
    width: auto;
  }

  .footer-contact ul li:not(:first-child) i {
    margin-left: 2rem;
  }

  .footer__copyright-links li:first-child span:last-of-type {
    display: inline;
  }

  .footer-social-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .footer-contact {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .footer-social {
    padding-top: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (max-width: 575px) and (min-width: 541px) {
  .footer-images {
    margin-left: 5%;
  }
}

@media (max-width: 540px) and (min-width: 400px) {
  .footer-images {
    margin-left: 3%;
  }
}

@media (max-width: 379px) {
  .footer__copyright-links a {
    padding-left: 0;
  }
}


.footer__copyright__lp >.hs_cos_wrapper{
text-align: center !important;
  max-width: 100% !important;
}


.footer-copyright-col-lp img{
  margin: 0 10px;
  width: 125px !important;
  height: 60px !important;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.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;
  padding: 3.3rem 0;
}
.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;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@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 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.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: 960px;
  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;
  background-color: transparent;
  padding: 2rem 0;
}
.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;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.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 style */
.blog-comments .comment-date {
  display: block;
}

.blog-comments {
  margin-top: 40px;
  max-width: unset;
}

.blog-comments form {
  margin-top: 40px;
}

.blog-comments .hs-input {
  max-width: unset;
}


.blog-banner-area  {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7rem;
  padding-bottom: 5rem;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-banner-area:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: "";
  background: rgba(0,0,0,.573);
}

.blog-banner-area > .page-center-inner {
  min-height: 23.5rem;
  margin-right: auto;
  margin-left: auto;
}

.blog-banner-area .page-center > .page-center-inner {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-banner-content-outer {
  padding-right: 15px;
  position: relative;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-banner-content {
  padding-bottom: 20px;
  color: #fff;
}

.blog-banner-content h1 {
  margin-top: 3rem;
  margin-bottom: 2.1rem;
  color: #fff;
  font-size: 4rem;
  min-height: 19rem;
}

.blog-banner-content p {
  padding-bottom: 20px;
  padding-top: 45px;
  margin: 0;
  position: relative;
  display: none;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  margin-right: auto;
}



.breadcrumbs ul li p {
  padding-top: .6rem;
}

.breadcrumbs ul li a , .breadcrumbs ul li p {
  font-size: 1.4rem;
  padding: 1rem 2rem 1rem 0;
  margin: 0;
  position: relative;
  vertical-align: bottom;
}

.breadcrumbs ul li a, .breadcrumbs ul li a:hover {
  color: #fff;
}

.breadcrumbs ul li a:after {
  top: 1.2rem;
  right: 0;
  position: absolute;
  width: 1rem;
  content: "/";
}

.breadcrumbs ul li a {
  text-decoration: underline;
  margin-right: .5rem;
}

.blog-list-featured {
  color: #fff;
  background-color: #243a7a;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 15px;
  padding-left: 15px;
}

.page-center-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.featured-title h2 {
  margin: 0 1.5rem 6rem;
  text-align: center;
  font-size: 3rem;
  color: #fff;
}

.featured-title {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-index {
  display: block;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.card-wrapper {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.card-wrapper .card {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.3rem;
  max-width: 35rem;
}

.card-img-top {
  margin-bottom: 3rem;
  border-top: 1rem solid #53c5d4;
  border-radius: .3rem;
  height: 28rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-wrapper:nth-child(3n+1) .card-img-top {
  border-color: #53c5d4;
}

.card-wrapper:nth-child(3n+2) .card-img-top {
  border-color: #b2d869;
}

.card-wrapper:nth-child(3n+3) .card-img-top {
  border-color: #e04696;
}

.card-block h5 {
  margin-bottom: .5rem;
  font-family: ITCStoneSansCom-Semi,sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: inherit;
}

.color--copy-gray {
  color: #565658;
}

.card-block i {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
}

.icon-Portfolio_Investor::before {
  content: "\e926";
}

.bottom-ebook-wrap {
  background-image: url(https://5987333.fs1.hubspotusercontent-na1.net/hubfs/5987333/raw_assets/public/First_Federal_Bank_July_2020/images/FFB-banner1-bg.jpg);
}

.bottom-contact-buttons {
  background-color: #fafafa;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.bottom-contact-buttons-col {
  padding-top: 10rem;
  padding-bottom: 9rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.icon-Mobile::before {
  content: "\e920";
}

.bottom-contact-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bottom-contact-icon-block {
  display: block;
}

.bottom-contact-icon i {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10rem;
  padding: 0 2rem 3rem;
  display: block;
  color: #07578d;
}

.bottom-contact-buttons-col:hover {
  background-color: #07578d;
}

.bottom-contact-buttons-col:hover i {
  color: #fff;
}

.bottom-contact-buttons-col:hover h4 {
  color: #fff;
}

.bottom-contact-buttons-col h4 {
  font-size: 2.4rem;
}

.bottom-ebook-wrap {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fbfaf6;
  padding-top: 5rem;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.bottom-ebook-wrap > .page-center > .page-center-inner {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ebook-cta-block {
  padding-right: 15px;
  padding-left: 15px;
}

.ebook-cta-block h2 {
  font-size: 3rem;
}

p.ebook-description {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 20px;
}

.bottom-ebook-wrap .arrow-image {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  vertical-align: middle;
}

.large-image-ebook img {
  padding-top: 30px;
  vertical-align: middle;
}

.bottom-ebook-wrap .ebook-arrow {
  width: 100%;
  max-width: 450px;
  display: inline;
}

.bottom-ebook-wrap .ebook-arrow a , .bottom-ebook-wrap .ebook-arrow a:hover {
  background-color: #df4896;
  border-color: #df4896;
  color: #fff;
}

.bottom-ebook-wrap .ebook-arrow a {
  font-family: ITCStoneSansCom-Semi,sans-serif;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  line-height: 1.25;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  padding: 2rem 4.4rem 1.3rem;
  font-size: 2.2rem;
  cursor: pointer;
}

.large-image-ebook {
  display: none;
}

.card-wrapper a span {
  display: block;
}

.hs-blog-listing .content-wrapper ,
.bottom-tools-resources {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.blog-list-featured .card-block h5 , 
.blog-list-featured .color--copy-gray {
  color: #fff;
}

.hs-blog-post .content-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.blog-post {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.blog-post , .blog-sidebar {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post h1 {
  margin: 0;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.addthis_inline_share_toolbox, .sidebar-download-images, .fb_iframe_widget , #twitter-widget-0 {
  margin-bottom: 6rem !important;
}

.sidebar-download-title {
  padding: 1.4rem 1.8rem;
  background-color: #f3f3f3;
}

.sidebar-download-title h4 {
  font-size: 2.4rem;
  color: #4a4a4a;
  line-height: 1.1;
  margin: 0;
}

.sidebar-download-images {
  padding: 1.8rem 1.8rem 2.6rem;
  background-color: #fafafa;
}

.sidebar-download-images p {
  margin: 0;
}

.sidebar-download-images p:last-child {
  margin-top: 2rem;
}

.sidebar-download-images img {
  vertical-align: middle;
  max-width: 100%;
}

.related-posts {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.related-posts h2 {
  margin: 0 1.5rem 6rem;
  text-align: center;
  font-size: 3rem;
}

.related-posts .page-center-inner {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.related-post-item {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.related-post-item > a {
  color: #565658;
}

.related-post-card {
  max-width: 51rem;
  margin-bottom: 3rem;
  padding-bottom: 0;
  box-shadow: 0 0 0.2rem 0 rgba(0,0,0,.12), 0 0.2rem 0.2rem 0 rgba(0,0,0,.05);
  border-radius: .2rem;
  color: #4a4a4a;
  margin-left: auto;
  margin-right: auto;
}

.related-post-text p {
  color: #565658;
}

.related-post-text h5 {
  line-height: 1.5;
  font-family: ITCStoneSansCom-Semi,sans-serif;
  text-transform: uppercase;
  margin-bottom: .5rem;
  margin-top: 3rem;
  font-size: 1.8rem;
}

.related-post-text i {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
}

.related-post-img , .related-post-text-wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.related-post-text {
  padding: 0 2rem 2rem;
}

.related-post-img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.related-post-img-bg ,
.post-card-img-top {
  height: 14.287vw;
  min-height: 100%;
}

.blog-index-heading ,
.bottom-tools-resources .page-center-inner {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index-heading h2 ,
.bottom-tools-resources h2 {
  margin: 0 1.5rem 6rem;
  text-align: center;
}

.card-wrapper.post-item {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-item .page-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.post-card-img-top , .post-content-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-content-col, .post-card-img-top {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-content-col .card-block {
  padding: 0 2rem 2rem;
}

.post-content-col .card-block h5.card-text {
  margin-top: 3rem;
}

.card-wrapper.post-item .card {
  box-shadow: 0 0 0.2rem 0 rgba(0,0,0,.12), 0 0.2rem 0.2rem 0 rgba(0,0,0,.05);
  border-radius: .2rem;
  margin-bottom: 3rem;
  max-width: 51rem;
  color: #4a4a4a;
}

.card-wrapper.post-item .card p:first-of-type {
  color: #565658;
}

.blog-index {
  margin-right: 0;
  margin-left: 0;
}

.post-card-img-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hs-featured-image {
  float: none;
  max-width: unset;
  margin: 0;
  vertical-align: middle;
}

.blog-pagination a {
  margin-top: 3rem;
  position: relative;
  border: 1px solid transparent;
  padding: 2rem 4.4rem 1.3rem;
  font-size: 2.2rem;
  color: #fff;
  font-family: ITCStoneSansCom-Semi,sans-serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.25;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #07578d;
  border-color: #07578d;
}

.blog-pagination a:hover {
  background-color: #05395c;
  border-color: #05395c;
  color: #fff;
}

.related-post-text-wrap.no-related-img {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 0;
  display: none;
}

@media (min-width: 576px) {
  .banner-area > .page-center-inner {
    min-height: 28rem;
  }

  .blog-banner-content h1 {
    min-height: auto;
    font-size: 4.8rem;
  }

  .blog-banner-content p {
    display: block;
    min-height: 22rem;
    margin-bottom: .6rem;
  }

  .blog-list-featured {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .featured-title h2 {
    font-size: 3.8rem;
  }
  .ebook-cta-block h2 {
    font-size: 3.8rem;
  }
  .hs-blog-listing .content-wrapper ,
  .bottom-tools-resources {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .blog-post h1 {
    font-size: 3.8rem;
  }

  .related-posts {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .related-posts h2 {
    font-size: 3.8rem;
  }
  .blog-index-heading h2 ,
  .bottom-tools-resources h2 {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  .blog-banner-area > .page-center-inner {
    min-height: 36.2rem;
  }

  .blog-banner-content-outer {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .blog-banner-content h1 {
    margin-top: 5rem;
    font-size: 5.8rem;
  }

  .featured-title h2 {
    font-size: 4.8rem;
  }

  .card-wrapper {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-block h5 {
    font-size: 2.2rem;
  }
  .bottom-contact-buttons-col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .bottom-contact-buttons-col1:before {
    content: "";
    height: 75%;
    width: .2rem;
    background-color: #d9d9d9;
    position: absolute;
    left: calc(100% - .1rem);
    top: 12.5%;
    border-bottom: none;
  }

  .bottom-contact-buttons-col h4 {
    font-size: 3.2rem;
  }

  .ebook-cta-block h2 {
    font-size: 4.8rem;
  }

  .ebook-cta-block {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .blog-post , .blog-sidebar {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .blog-post h1 {
    font-size: 4.8rem;
  }

  .sidebar-download-title h4 {
    font-size: 3.2rem;
  }

  .related-posts h2 {
    font-size: 4.8rem;
  }

  .related-post-text h5 {
    font-size: 2.2rem;
  }
  .card-wrapper .card {
    max-width: 100%;
  }
  .blog-index-heading h2 ,
  .bottom-tools-resources h2 {
    font-size: 4.8rem;
  }
}

@media (min-width: 992px) {
  .blog-banner-area:before {
    background: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.08) 100%);
  }

  .blog-banner-content-outer {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-banner-content p {
    min-height: auto;
  }
  .breadcrumbs {
    display: block;
  }

  .card-wrapper {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .ebook-cta-block {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-post {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .blog-sidebar {
    padding-top: 5rem;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .sidebar-download-images {
    padding: 3rem 3rem 4rem;
  }

  .related-post-card {
    max-width: none;
    width: 100%;
  }

  .related-post-img {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .related-post-text-wrap {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .post-content-col {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .post-card-img-top {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .card-wrapper.post-item .card {
    max-width: none;
    width: 100%;
  }
  .no-post-img.post-content-col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .bottom-ebook-wrap .ebook-arrow a {
    top: 50px;
    right: -55px;
  }
}

@media (min-width: 1025px) {
  .mobile-image-ebook {
    display: none;
  }

  .bottom-ebook-wrap .arrow-image {
    position: relative;
    bottom: 60px;
    left: -120px;
  }

  .large-image-ebook {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .featured-content .card-wrapper:first-child {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .featured-content .card-wrapper:first-child , 
  .featured-content .card-wrapper:nth-child(2) {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  .mobile-image-ebook {
    display: inline;
  }

  .mobile-image-ebook img {
    padding-top: 30px;
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  .related-post-img-bg ,
  .post-card-img-top {
    height: 40.187vw;
  }
}

@media (max-width: 769px) {
  .mobile-image-ebook img {
    max-height: 250px;
  }
}

@media (max-width: 480px) {
  .blog-post__body img {
    float: none !important;
    width: auto !important;
    max-width: 100%;
    display: block;
  }
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.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;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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 {
  padding-left: 0;
  padding-right: 0;
}

#email-prefs-form {
  max-width: unset;
}

.systems-page .success {
  font-size: 12px;
}

#email-prefs-form .page-header, 
#email-prefs-form .header, 
#email-prefs-form #content h3 ,
#email-prefs-form #content .item,
#email-prefs-form #content .subscribe-options {
  text-align: left;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;    
    font-size: 10px;
  }
  .systems-page #email-prefs-form h1 {
    font-size: 32px;
  }
  .error-page[data-error="500"] .error-page_heading {
    font-size: 32px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .error-page[data-error="404"] .error-page_heading {
    font-size: 32px;
  }
  .error-page[data-error="500"] .error-page_heading {
    font-size: 22px;
  }

  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 32px;
  }
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 28px;
  }
  .systems-page #email-prefs-form h1 {
    font-size: 20px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 18px;
  }
}