*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper,
.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;

}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


@media (max-width:1023px){

  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center{
    margin: 0 auto;
    padding-left:15px;
    padding-right:15px;
  }
}
@font-face {
  font-family: 'Campton-Bold';
  src:url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/fonts/font.woff2),
    url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/fonts/font.woff);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Campton-Book';
  src:url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/fonts/fonts.woff2),
    url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/fonts/fonts.woff);
  font-weight: normal;
  font-style: normal;
}



html{
  font-size:16px;
}

body {
  line-height: 1.2;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.5em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  line-height:1.2;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img{
  max-width:100%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  line-height:38px;
  padding: 0 20px;
  border: 1px #1135ca solid;
  border-radius: 20px;
  background-color: #1135ca;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #ffffff;
  -webkit-appearance: none;
  transition: all .15s ease-in;
  text-decoration: none !important;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
form.hs-form .input a.hs-button {
  margin-top: 15px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}


/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px 0;
  line-height:1;
  color:#000000;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100%;
  height: 40px;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 38px;
  border-radius: 5px;
  border: 1px #000000 solid;
  padding: 0 10px;
  outline:none;
  font-weight: 400;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #8b0000;
  margin-top: 0.35rem;
}


.hs_error_rollup ul li label {
  color: #8b0000;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  line-height:38px;

  padding: 0 20px;
  border: 1px #1135ca solid;
  border-radius: 20px;
  background-color: #1135ca;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #ffffff;
  -webkit-appearance: none;
  transition: all .15s ease-in;
  text-decoration: none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width:767px){
  form.hs-form.stacked {
    margin-bottom: 15px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.custom_header {
  position: relative;
}

header.custom_header .main_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header.custom_header .header_container {
  margin: 0 auto;
  max-width: 1330px;
  text-align: left;
}


header.custom_header  .logo_desktop {
  padding: 27px 0 0 0;
}

header.custom_header .logo_desktop img {
  display: block;
}

header.custom_header .menu_desktop {
  padding: 31px 0 0 0;
}



.primary_menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0 25px 0 0;
  line-height: 40px;
  position:relative;
  border-bottom:4px solid transparent;
}
.primary_menu .hs-menu-wrapper>ul>li:hover {
  border-bottom: 4px #1135ca solid;
}


.primary_menu .hs-menu-wrapper>ul ul {
  width: 260px;
  background-color: #ffffff;
  z-index: 999;
  position: absolute;
  top: 45px;
  left: 0;
  /*   border-bottom: 1px #b1b8b8 solid; */
  padding: 20px 0 20px 0;
  display:none;
}


.primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position: center right;
  background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/carat_down.png);
  padding: 0 12px 0 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  appearance: none;
  font-family: 'Campton-Bold', sans-serif;
  font-size: 1rem;
  line-height: 40px;
  color: #000000;
  background-color: transparent;

}

.primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a {
  background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/carat_up.png);

}

.primary_menu .hs-menu-wrapper>ul>li>a {
  font-family: 'Campton-Bold', sans-serif;
  line-height: 40px;
  color: #000000;

}

.primary_menu .hs-menu-wrapper>ul>li.child-open>ul {
  display: block;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  background-color: #f3f3f3;
  height: 60px;
  padding: 0 20px;
  font-size: 0.875rem;
  line-height: 60px;
  font-weight: 700;
  color: #000000;
  border-radius: 4px;
  margin: 0 0 10px 0;
  transition: all .1s linear;
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background-color: #1135ca;
  color: #ffffff;
}
header.custom_header .desktop_buttons {
  padding: 17px 0 0 0;
  text-align: right;
  display:flex;
}


header.custom_header .desktop_buttons .pay_bill a{
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px #000000 solid;
  border-radius: 20px;
  background-color: transparent;
  margin: 0 0 0 20px;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Lato', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  transition: all .1s linear;
  cursor: pointer;
  display: inline-block;
}


header.custom_header .desktop_buttons .login a{
  background-repeat: no-repeat;
  background-size: 15px 16px;
  background-position: left 18px center;
  -webkit-appearance: none;
  transition: all .1s linear;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 42px;
  border-radius: 20px;
  background-color: #1135ca;
  margin: 0 0 0 20px;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Lato', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #ffffff;
  background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/icon_my_account.png);

}
header.custom_header .desktop_buttons .login a {
  margin-left: 23px;
}
header.custom_header  .search {
  display: inline-block;
  width: 25px;
  height: 40px;
  border: 0;
  background-color: transparent;
  margin: 1px 0 0 13px;
  padding: 0;
  background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/icon_search.png);
  background-repeat: no-repeat;
  background-size: 25px 22px;
  background-position: right center;
  appearance: none;
  cursor: pointer;
}

header.custom_header .desktop_buttons .pay_bill a:hover {
  background-color: #000000;
  color: #ffffff;
}

header.custom_header .desktop_buttons .login a:hover {
  background-color: #000000;
  color: #ffffff;
}

header.custom_header .search:hover {
  transform: scale(1.1);
}

.search_bar {
  display: none; 
  position: absolute;
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  z-index: 999;
  border-bottom: 1px #b1b8b8 solid;
}
/* .search-open .search_bar {
display: block;
} */

.search_bar form input[type=submit] {
  width: 170px;
  height: 60px;
  border: 1px #1135ca solid;
  border-radius: 3px;
  background-color: #1135ca;
  color: #ffffff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  line-height: 35px;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing:normal;
  /* display: inline-block; */
}

.search_bar .serach_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 45px 0 0 0;
  margin: 0 auto;
  max-width: 1170px;
  text-align: left;
  position: relative;
}

.search_bar .serach_inner input.search_field {
  width: 970px;
  height: 60px;
  border: 1px #000000 solid;
  border-radius: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  line-height: 58px;
  font-weight: 700;
  padding: 0 25px;
  outline:none
}
.search_bar .serach_inner input.search_field:focus {
  border: 2px solid #000;
}
.search_bar .serach_inner input input[type=submit] {
  width: 170px;
  height: 60px;
  border: 1px #1135ca solid;
  border-radius: 3px;
  background-color: #1135ca !important;
  color: #ffffff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  line-height: 58px;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}

.search_bar .serach_inner input.search_field::placeholder {
  color: #757575;
}
.search_bar form input[type=submit]:hover {
  background-color: #1135ca;
  border: 1px solid #1135ca;
}
.mobile_header {display: none;}

.mobile_menu_section {
  display: none;
}


@media screen and (min-width: 1024px) and (max-width: 1350px){


  header.custom_header .main_header{
    display:none;
  }

  header.custom_header .mobile_header.header_container {
    max-width: 970px;
  }


}






@media (max-width:1350px){

  header.custom_header .main_header{
    display:none;
  }

  header.custom_header .mobile_header {
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }


  header.custom_header .mobile_header .mobile_logo img {
    display: block;
  }




  header.custom_header .mobile_header .mobile_icons {
    display: flex;
    margin-top:-1px;
    align-items: center;
  }

  .mobile_search {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin: 0 0 0 10px;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    border: 0;
    background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/icon_search_mobile.png);
    cursor:pointer
  }

  .mobile_login a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin: 0 0 0 10px;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    border: 0;
    background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/icon_my_account_mobile.png);

  }



  .humburger_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin: 0 0 0 10px;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    border: 0;
    background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/icon_hamburger.png);
    cursor:pointer;

  }
  .humburger_icon {
    margin-left: 13px;
  }

  .mobile_login a {
    margin-left: 13px;
  }

  .mobile_login {
    margin-top: 1px;
  }
  .search_bar {
    width: 100%;
    min-height: calc(100vh - 65px);
    background-color: #ffffff;
    z-index: 99;
    padding: 15px 0;
    position: absolute;
    top: 65px;
    left: 0;
    transition: none;
    border: 0;
  }

  .search_bar .serach_inner {
    padding: 0;
    max-width: 970px;
  }

  .search_bar .serach_inner input.search_field {
    width: calc(100% - 107px);
  }

  .search_bar form input[type=submit] {
    width: 95px;
  }
  /* 
  .mobile-search-open .search_bar {
  display: block;
} */
  .mobile-search-open .mobile_search {
    background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/btn_close.png);  
    background-size: 25px 25px;
  }



  .mobile_menu_section {
    width: 100%;
    min-height: calc(100vh - 65px);
    background-color: #ffffff;
    z-index: 999999;
    padding: 15px 0;
    position: absolute;
    top: 65px;
    left: 0;
    transition: all .15s ease-in-out;
    display:none;
  }

  header.custom_header .mobile_menu_section .header_container {
    max-width: 970px;
  }

  .mobile_menu_section .mobile_pay_bill a {
    display: block;
    height: 40px;
    border: 1px #000000 solid;
    border-radius: 20px;
    background-color: transparent;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 38px;
    font-weight: 700;
    color: #000000;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .mobile_menu {
    border-top: 1px #d8dbdb solid;
    /*     overflow:hidden; */
  }

  .mobile_menu .hs-menu-wrapper>ul{
    position:relative
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    background-repeat: no-repeat;
    background-size: 10px 16px;
    background-position: right center;
    text-align: left;
    display: block;
    width: 100%;
    height: 75px;
    font-family: 'Campton-Bold', sans-serif;
    font-size: 1rem;
    line-height: 75px;
    color: #000000; 
    border-bottom: 1px #d8dbdb solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    background-image:url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/arrow_right.png);

  }
  .menu-open .humburger_icon {
    background-image: url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/btn_close.png);
    background-size: 25px 25px;
    margin-top: -1px;
  }
  body.menu-open .mobile_menu_section {
    display: block;
    overflow:hidden;
  }
  /*   .mobile_menu .hs-menu-wrapper>ul>li {
  position: relative;
} */

  .mobile_menu .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(120%,0);
    padding: 15px 0;
    top: -70px;
    background:#fff;
    box-shadow: none;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s  !important;
    -o-transition: all 0.4s !important;
    transition: all 0.4s  !important;
    display: block !important;
    width: 100%;
    height: 100vh;
  }
  .mobile_menu .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children.child-menu-open>ul {
    transform: translate(0);
  }  

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.dl-back {
    text-align: center;
    font-family: 'Campton-Bold', sans-serif;
    font-size: 1rem;
    text-transform: none;
    margin: 0 0 20px 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.dl-back>a:before {
    background-repeat: no-repeat;
    content:"";
    background-size: 10px 16px;
    background-position: left center;
    float: left;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background-image:url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/arrow_left.png);

  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    background-color: #f3f3f3;
    height: 60px;
    padding: 0 20px;
    font-size: 0.875rem;
    line-height: 60px;
    font-weight: 700;
    color: #000000;
    border-radius: 4px;
    margin: 0 0 10px 0;
    transition: all .1s linear;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background-color: #1135ca;
    color: #ffffff;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.dl-back>a {
    background: transparent;
    height: auto;
    line-height: 1.2;
    font-size: 1rem;
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.dl-back>a:hover {
    background: transparent;
    color: #000000;
  }

}



@media (max-width:1023px){
  header.custom_header .header_container{
    width: calc(100vw - 40px);
    margin: 0 auto;
  }


  .search_bar .serach_inner {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
  .humburger_icon {
    margin-left: 14px;
  }

  .mobile-search-open .mobile_login a {
    margin-left: 12px;
  }

  .mobile-search-open .mobile_search {
    margin-top: -1px;
  }
  body.mobile-search-open {
    overflow: hidden;
  }

  header.custom_header{
    height: 65px;
  }
}
footer.custom_footer {
  padding: 145px 0;
  background-color: #1135ca;
  color: #ffffff;
  position:relative;
  z-index:9;
}

footer.custom_footer .footer_container {
  margin: 0 auto;
  max-width: 1170px;
  text-align: left;
  position: relative;
  width:100%;
}

footer.custom_footer .top_section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer.custom_footer .top_section .footer_left {
  width: 370px;
  flex: 0 0 auto;
}

footer.custom_footer .top_section 
.footer_right {
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
  border-bottom: 1px #ffffff solid;
  width: 670px;
  flex: 0 0 auto;
}

footer.custom_footer .top_section .footer_text h4 {
  margin: 0 0 10px 0;
  font-family: 'Campton-Bold', sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2;
  color:#ffffff;
}

footer.custom_footer .top_section .footer_text h4 span {
  font-family: 'Campton-Book', sans-serif;
  font-weight: 400;
}

footer.custom_footer .bottom_section .footer_left .copyright p {
  margin-bottom: 1.52em;
}



footer.custom_footer .bottom_section {
  margin-top: 34px;
}

footer.custom_footer .top_section .footer_right h2 {
  font-family: 'Campton-Bold', sans-serif;
  font-size: 3.75rem;
  letter-spacing: 0.025em;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 1.5625rem 0;
  color: #ffffff;
}



footer.custom_footer .bottom_section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 34px auto 0 auto;
}

footer.custom_footer .bottom_section .footer_left {
  width: 370px;
  flex: 0 0 auto;
  font-size: 0.875rem;
}

footer.custom_footer .bottom_section .footer_left .copyright p {
  margin-bottom: 1.52em;
}

footer.custom_footer .bottom_section .footer_left .copyright p a {
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: underline;
}

footer.custom_footer .bottom_section .footer_left .cokie_button a {
  appearance: none;
  font-family: 'Lato', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  transition: all .1s linear;
  cursor: pointer;
  border: 1px #ffffff solid;
  color: #ffffff;
  border-radius: 20px;
  background-color: transparent;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  white-space: normal;
  word-wrap: break-word;
}

footer.custom_footer .bottom_section .footer_left .cokie_button a:hover {
  color: #ffffff;
  background-color: #000000;
}


footer.custom_footer .bottom_section .footer_right {
  text-align: right;
  width: 670px;
  flex: 0 0 auto;
}

footer.custom_footer .bottom_section .footer_right .footer_right_text a {
  background-repeat: no-repeat;
  background-size: 18px 24px;
  background-position: left center;
  padding: 0 0 0 30px;
  line-height: 24px;
  float: left;
  margin: 8px 0 0 0;
  background-image:url(https://22652991.fs1.hubspotusercontent-na1.net/hubfs/22652991/raw_assets/public/Rehmann_March2023/images/icon_share_file.png);
}

footer.custom_footer .bottom_section .footer_right .footer_right_text a span {
  text-decoration: underline;
  color: #ffffff;
}


footer.custom_footer .bottom_section .footer_right .footer_right_image img {
  max-width: 100%;
}





footer.custom_footer .middle_section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer.custom_footer .middle_section .footer_left {
  width: 370px;
  flex: 0 0 auto;
}

footer.custom_footer .middle_section .footer_right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: 'Campton-Bold', sans-serif;
  width: 670px;
  flex: 0 0 auto;
}


footer.custom_footer .middle_section .footer_right .footer_careers {
  width: 200px;
  flex: 0 0 auto;
  font-size: 1.375rem;
}

footer.custom_footer .middle_section .footer_right .footer_careers a {
  color: #ffffff;
}

footer.custom_footer .middle_section .footer_right .footer_contact {
  width: 250px;
  flex: 0 0 auto;
  font-size: 1.375rem;
  line-height: 1.2;
}

footer.custom_footer .middle_section .footer_right .footer_contact p {
  margin-bottom: 1.5em;
}

footer.custom_footer .middle_section .footer_right .footer_contact p a {
  color: #ffffff;
}

footer.custom_footer .middle_section .footer_right .footer_social_wrapper {
  width: 220px;
  flex: 0 0 auto;
  text-align: right;
}

footer.custom_footer .middle_section .footer_right .footer_careers a:hover {
  text-decoration: underline;
}

footer.custom_footer .middle_section .footer_right .footer_contact p a:hover {
  text-decoration: underline;
}

.footer_text p {
  line-height: normal;
}




footer.custom_footer .top_section .footer_form form {
  height: 40px;
  border: 1px #ffffff solid;
  border-radius: 20px;
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  display:flex;
  position:relative;
}

footer.custom_footer .top_section .footer_form form input {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  border: 0;
  background-color: transparent;
  line-height: 38px;
  padding: 0 0 0 20px;
  color: #ffffff;
  font-weight: 400;
}

footer.custom_footer .top_section .footer_form form .hs-button {
  border: 0;
  background-color: transparent;
  line-height: 38px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: right;
  color: #ffffff;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer.custom_footer .top_section .footer_form form .hs_submit.hs-submit {
  width: 35%;
  float: left;
  margin: 0 !important;
  padding: 0 20px 0 0 !important;
  text-align: right;
  line-height: 1.4em;
}

footer.custom_footer .top_section .footer_form form .hs_email {
  width: 65%;
  float: left;
  margin-bottom: 0;
}

footer.custom_footer .top_section .footer_form form .hs-form-field {
  margin-bottom: 0;
}

footer.custom_footer .top_section .footer_form form label {
  margin-bottom: 0;
}

footer.custom_footer .top_section .footer_form form input::placeholder {
  color: #ffffff;
}

/* footer.custom_footer .top_section .footer_form {
margin-top: -1px;
} */
footer.custom_footer .top_section .footer_form form .hs_error_rollup li label {
  color: #ffffff;
}
footer.custom_footer .top_section .footer_form form label.hs-error-msg {
  color: #ffffff;
}
footer.custom_footer .top_section .footer_form form .hs_error_rollup {
  position: absolute;
  bottom: -74px;
  left: 0;
  width: 100%;
  top: auto;
} 



@media screen and (min-width: 1024px) and (max-width: 1350px){
  footer.custom_footer .footer_container{
    max-width:970px;
  }

  footer.custom_footer .top_section .footer_left {
    width: 330px;
  }

  footer.custom_footer .top_section .footer_right {
    width: 570px;
  }

  footer.custom_footer .middle_section .footer_left {
    width: 330px;
  }

  footer.custom_footer .middle_section .footer_right {
    width: 570px;
  }

  footer.custom_footer .middle_section .footer_right .footer_careers {
    width: 130px;
  }

  footer.custom_footer .middle_section .footer_right .footer_contact {
    width: 170px;
  }

  footer.custom_footer .bottom_section .footer_left {
    width: 330px;
  }

  footer.custom_footer .bottom_section .footer_right {
    width: 570px;
  }

  footer.custom_footer .top_section .footer_text p {
    margin: 0 0 1.5em;
    line-height: normal;
  }

  footer.custom_footer .bottom_section .footer_left .copyright p {
    margin-bottom: 1.48em;
  }

  footer.custom_footer .middle_section {
    padding-bottom: 1px;
  }

  footer.custom_footer .top_section .footer_form{
    margin-top:0;
  }


}


@media (max-width:1023px){


  footer.custom_footer {
    margin: 0;
    padding: 25px 0;
  }

  footer.custom_footer .footer_container {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }

  footer.custom_footer .top_section {
    display: block;
  }

  footer.custom_footer .top_section .footer_left {
    width: 100%;
  }

  footer.custom_footer .top_section .footer_right {
    width: 100%;
  }

  .footer_form {
    height: 100px;
  }

  footer.custom_footer .middle_section {
    display: block;
  }

  footer.custom_footer .middle_section .footer_left {
    width: 100%;
  }

  .footer_left {}

  footer.custom_footer .middle_section .footer_right {
    width: 100%;
    display: block;
  }

  footer.custom_footer .middle_section .footer_right .footer_careers {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: left;
  }

  footer.custom_footer .middle_section .footer_right .footer_contact {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: left;
  }

  footer.custom_footer .middle_section .footer_right .footer_social_wrapper {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: left;
  }

  .footer_social a:first-child img {
    margin-left: 0;
  }

  footer.custom_footer .bottom_section {
    display: flex;
    flex-direction: column;
  }

  footer.custom_footer .bottom_section .footer_left {
    order: 2;
    margin: 30px 0 0 0;
    WIDTH: 100%;
  }

  footer.custom_footer .bottom_section .footer_right {
    order: 1;
    text-align: left;
    width: 100%;
  }

  footer.custom_footer .bottom_section .footer_right .footer_right_text a {
    display: block;
    margin: 0 0 30px 0;
    float: none;
  }

  footer.custom_footer .top_section .footer_right h2 {
    font-size: 2.75rem;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}