*, *: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%;
  *margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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%;
    margin-left: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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 ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "helveticaneuebold"; 
  src: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueBold.woff2) format("woff2"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueBold.woff) format("woff"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueBold.ttf) format("truetype"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueBold.svg) format("svg"); 
  font-style: normal; font-weight: normal; }

@font-face { font-family: "helveticaneuelight"; 
  src: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueLight.woff2) format("woff2"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueLight.woff) format("woff"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueLight.ttf) format("truetype"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueLight.svg) format("svg"); 
  font-style: normal; font-weight: normal; }


@font-face { 
  font-family: "helveticaneuemedium"; 
  src:url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueMedium.woff2) format("woff2"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueMedium.woff) format("woff"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueMedium.ttf) format("truetype"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/HelveticaNeueMedium.svg) format("svg"); 
  font-style: normal; font-weight: normal; }


@font-face { 
  font-family: "Font Awesome 5 Free";
  src:  url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/fa-solid-900.woff2.txt) format("woff2"),
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/fa-solid-900.woff) format("woff"),
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal; 
  font-weight: 900; 
  font-display: block;
}


@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/fa-brands-400.woff) format("woff2"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/fa-brands-400.woff2.txt) format("woff"), 
    url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; 
  font-display: block;
}



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

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

/* Image */
img {
  max-width: 100%;
  height: auto;
}



/* Paragraphs */

p { 
  margin: 15px 0;
}
h2 + p, h3 + p {
  margin-top: 0;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 10px 0;
  clear: both;
}

h1 {
  line-height: 1.125;
}

h2{
  line-height: 1.28571428571;
}

h3{
  line-height: 1.16666666667;
}

h4{
  line-height: 1.2;
}

h5{
  line-height: 1.41666666667;
}

h6{
  line-height: 1.33333333333;
}


/* Lists */

ul,
ol {
  margin: 1rem 0px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
  
ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */



/* Horizontal rules */

hr {
  border-color: #525252;
  clear: both;
  margin-top: 30px;
  margin-bottom: 8px;
}
strong {
  font-family: 'helveticaneue', sans-serif !important;
}
button,
.button {
  border-style: solid;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

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 fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
}
/* ul.no-list.hs-error-msgs.inputs-list {
margin-top: 7px;
} */
/* 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 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  max-width: 100%;
  display: inline-block;
  height: 40px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  outline:none;
  width: 100%;
}

form select {
  padding: 9px 10px !important;
}

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

/* Inputs - checkbox/radio */


form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
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;
  font-size: 16px;
}
.hs-error-msgs label {
  display: block;
  font-size: 14px;
}
.no-list.hs-error-msgs.inputs-list label.hs-main-font-element,
.no-list.hs-error-msgs.inputs-list label.hs-error-msg{
  color: #f2545b!important;
}

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  display: block;
}
inputs-list:first-child {
  padding-top: 6px;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  border-style: solid;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 17px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_blog_subscribe {
  display: block;
  width: 100%;
  background: #0B1C2D;
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
  max-width: 767px;
}

.hs-form-required {
  color: red;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 100%;
}

.submitted-message {
  color: #fff;
}
/* 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 .inner-header {
  width: 100%;
  position: fixed;
  z-index: 99;
  background: #fff;
  top: 0;
  padding-bottom: 0px;

}

.box-shadow .header .inner-header {
  box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.header .content-wrapper {
  padding-top: 20px;
}

.header .logo {
  float: left;
  width: 15%;
  padding-right: 15px;
}

.header .right-header {
  float: left;
  width: 85%;
  padding-left: 15px;
}

.header .logo a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.header .logo a img {
  width: 100% !important;
  max-width: 141px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header .logo a img  {
  width: auto !important;
  max-width: 141px;
}
}
.header .nav-menu {
  float: left;
}

.header .request-loginlink {
  float: right;
}

.header .nav-menu .hs-menu-wrapper>ul ul {
  min-width: 250px;
  position: absolute;
  top: 100%;
  left: -10px;
  background: #fff;
  border: 0.5px solid #C0C1C3;
  border-top: 4px solid #FFB548;
  padding: 15px 0;
  display: none;
}

.header .nav-menu .hs-menu-wrapper>ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 2px 10px 22px;
}

.header .nav-menu .hs-menu-wrapper>ul li a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'helveticaneuemedium';
  line-height: 20px;
}

.header .nav-menu .hs-menu-wrapper>ul li a:hover {
  color: #FFB548;
}

.header .nav-menu .hs-menu-wrapper>ul ul li {
  width: 100%;
  padding: 5px 20px;
  line-height: 1.5;
}

.header .nav-menu .hs-menu-wrapper>ul ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #102339;
  width: 100%;
  white-space: nowrap;
}

.header .nav-menu .hs-menu-wrapper>ul ul li a:hover {
  color: #FFB548;
}

.header .request-loginlink .hs-menu-wrapper>ul>li {
  display: inline-block;
  vertical-align: middle;
}

.header .request-loginlink .hs-menu-wrapper>ul>li.searchtoggle {
  position: relative;
}

.header .request-loginlink .hs-menu-wrapper>ul>li>a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'helveticaneuemedium';
  padding: 10px 10px;
  line-height: 20px;
}

.header .request-loginlink .hs-menu-wrapper>ul>li:first-child>a {
  color: #FFB548;
}

.header .request-loginlink .hs-menu-wrapper>ul>li.searchtoggle>a {
  padding: 5px 5px;
  line-height: 0;
  font-size: 0px;
}
.header .request-loginlink .hs-menu-wrapper>ul>li.searchtoggle>a i.search-icon {
  background: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley_Services_Nov2022/Images/search-icon.svg') no-repeat;
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  display: inline-block;
}
.header .request-loginlink .hs-menu-wrapper>ul>li.GetStarted>a {
  background: #FFAC2B;
  color: #fff;
  border-radius: 2px;
}

.header .request-loginlink .hs-menu-wrapper>ul>li.searchtoggle>a i.search-icon:hover {
  background: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley_Services_Nov2022/Images/search-icon-active.svg') no-repeat;
  background-size: 23px 23px;
}

.header_search_box form .hs-search-field__input {
  outline: none;
  font-family: 'helveticaneuelight';
  border-radius: 2px;
  padding: 0 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #FFB548;
  background: #102339;
  color: #fff;
  padding-right: 30px;
  height: 40px;
}

.header_search_box form .hs-search-field__input::placeholder {
  color: #CACACA;
  opacity: 1;
}

.header_search_box form button {
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-family: 'helveticaneuebold';
  border-radius: 3px;
  letter-spacing: 0.56px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley_Services_Nov2022/Images/search-icon-white.svg') no-repeat;
  border: none;
  background-color: transparent !important;
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  font-size: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  bottom: 8px;
  min-width: 0;
}

.header_search_box form .hs-search-field__input:focus {
  background-color: #102339 !important;
  border: unset !important;
}

.header_search_box {
  width: 0;
  min-width: 0;
  position: absolute;
  right: 5px;
  bottom: -3px;
  overflow: hidden;
  transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
}

.header_search_box.search-open {
  overflow: visible;
}

.header_search_box.search-open {
  width: 100%;
  min-width: 320px;
}

.header_search_box .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  z-index: 2;
  left: 0px;
  padding: 15px;
  background-color: #acabab;
}

.header .mobile_menu_wrap {
  display: none;
}

.header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 2px 10px 22px;
}
.header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul>li>a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'helveticaneuemedium';
  line-height: 20px;
}
.header .mobile_menu_wrap .mobile_btns #hs_cos_wrapper_header_mobile_cta a {
  background: #FFAC2B;
  vertical-align: middle;
}
.header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul ul>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 5px 20px;
  line-height: 1.5;
}
.header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul ul>li>a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'helveticaneuemedium';
  font-size: 14px;
  line-height: 20px;
  color: #102339;
  width: 100%;
  white-space: nowrap;
}
.header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul>li .child-trigger.child-open:after {
  content: "-";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

header.header.lp-header .content-wrapper {
  padding-bottom: 20px;
}



/* MEDIA QUERY */
@media (min-width: 992px){
  .header .nav-menu .hs-menu-wrapper>ul li.hs-item-has-children:hover>ul {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 991px){




}


@media (min-width: 992px) and (max-width: 1199px){
  .header .nav-menu .hs-menu-wrapper>ul>li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .nav-menu .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
  .header .request-loginlink .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}


@media (min-width: 1200px) and (max-width: 1429px){
  .header .right-header {
    font-size: 15px;
  }

}

@media (min-width: 1430px){
  .header .logo {
    width: 13%;
  }
  .header .right-header {
    width: 87%;
  }
  .header .request-loginlink .hs-menu-wrapper>ul>li.GetStarted>a {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 991px){
  .header .nav-menu {
    display: none;
  }
  .header_search_box {
    display: none;
  }
  .header .request-loginlink .hs-menu-wrapper>ul>li.searchtoggle {
    display: none;
  }

  .header .request-loginlink .hs-menu-wrapper>ul>li.Login {
    display: none;
  }
  .header .mobile_menu_wrap {
    display: block;
  }
  .header .mobile_menu_wrap .mobile_search .hs-search-field form {
    position: relative;
  }
  .header .mobile_menu_wrap .mobile_search .hs-search-field button {
    position: absolute;
    right: 0px;
    height: 100%;
    background-color: unset;
    border: unset;
  }
  .header .mobile_menu_wrap .mobile_btns #hs_cos_wrapper_header_mobile_cta a,
  .header .mobile_menu_wrap .mobile_btns #hs_cos_wrapper_header_mobile_cta2 a{
    box-sizing: border-box !important;
  }
  .header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul>li .child-trigger {
    position: absolute;
    right: 0;
    /*     width: 100%; */
    display: inline-block;
    vertical-align: middle;
    font-family: 'helveticaneuemedium';
    line-height: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul>li .child-trigger:after {
    content: "+";
    font-size: 20px;
    float: right;
    font-family: 'helveticaneuelight';
    color: #FFAB4E;
    font-weight: bold;
  }


  .header .logo {
    width: 30%;
  }
  .header .right-header {
    width: 70%;
    padding-right: 45px;
    position: relative;
  }
  .header .logo a img {
    max-width: 150px;
  }
  .header .toggle-wrap a.toggle {
    display: block;
    float: right;
    color: #fff;
    cursor: pointer;
    margin: 0;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 2px;
  }
  .header .toggle-wrap a.toggle i {
    position: relative;
    top: 0px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
    margin: 0;
    width: 35px;
    height: 3px;
    background-color: #102339;
    display: inline-block;
  }
  .header .toggle-wrap a.toggle i::before, 
  .header .toggle-wrap a.toggle i::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    background-color: #102339;
    display: inline-block;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .header .toggle-wrap a.toggle i::before{
    margin-top: -8px;
  }
  .header .toggle-wrap a.toggle i::after{
    margin-top: 8px;
  }
  .header .mobile_menu_wrap {
    background: #fff;
    border: 1px solid #C0C1C3;
    position: fixed;
    bottom: 0;
    overflow: auto;
    right: -100%;
    width: 360px;
    margin: 0;
    top: 0px;
    z-index: 999;
    list-style: none;
    padding: 0;
    transition: right 600ms ease-in-out;
    -moz-transition: right 600ms ease-in-out;
    -webkit-transition: right 600ms ease-in-out;
    -ms-transition: right 600ms ease-in-out;
  }
  .mobile-open .header .mobile_menu_wrap {
    right: 0px;
  }
  .mobile_menu_wrap .navmenu-headinner {
    padding: 24px;
    display: inline-block;
    width: 100%;
  }
  .mobile_menu_wrap .navmenu-headinner .logo img {
    max-width: 150px;
    width: auto !important;
  }
  .mobile_menu_wrap .navmenu-headinner .toggle-close {
    right: 24px;
    position: absolute;
    z-index: 9999;
  }
  .mobile_menu_wrap .navmenu-headinner .toggle-close i {
    margin: 0;
    transition-duration: 0s;
    position: relative;
    top: 0px;
    display: inline-block;
    width: 35px;
    height: 3px;
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
  }
  .mobile_menu_wrap .navmenu-headinner .toggle-close i:before, 
  .mobile_menu_wrap .navmenu-headinner .toggle-close i:after {
    position: absolute;
    content: "";
    background-color: #102339;
    width: 35px;
    display: inline !important;
    margin-top: 0;
    height: 3px;
  }
  .mobile_menu_wrap .navmenu-headinner .toggle-close i:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
  }
  .mobile_menu_wrap .navmenu-headinner .toggle-close i:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
  }
  .header .mobile_menu_wrap .mobile_search {
    padding: 0px 24px;
    padding-top: 5px;
  }
  .header .mobile_menu_wrap .mobile_search .hs-search-field {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .header .mobile_menu_wrap .mobile_search .hs-search-field .hs-search-field__input {
    background: #fff;
    border: 1px solid #CFD3D7;
    border-radius: 2px;
    height: 52px;
    color: #636569;
    font-family: 'helveticaneuelight';
    padding: 0 12px;
  }
  .header .mobile_menu_wrap .mobile_nav {
    padding: 0 24px;
  }
  .header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul>li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul>li>a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul ul {
    min-width: 250px;
    background: #fff;
    border: 0.5px solid #C0C1C3;
    border-top: 4px solid #FFB548;
    padding: 15px 0;
    top: 100%;
    display: none;
    position: relative;
    margin-bottom: 10px;
    left: 0;
  }
  .header .mobile_menu_wrap .mobile_btns {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; 
    border-top: 1px solid #DFE0E1;  
    padding: 25px 24px 0px;
  }

  .header .mobile_menu_wrap .mobile_btns #hs_cos_wrapper_header_mobile_cta a {
    width: 100%;
    padding: 9px 35px;
    display: inline-block;
    font-family: 'helveticaneuemedium';
    font-size: 18px;
    line-height: 23px;
    border-radius: 3px;
    letter-spacing: 0.56px;
    text-align: center;
    min-width: 233px;
    background-color: #FFAC2B;
    border: 1px solid #FFAC2B;
    color: #fff;
  }
  .header .mobile_menu_wrap .mobile_btns #hs_cos_wrapper_header_mobile_cta2 a {
    width: 100%;
    padding: 9px 35px;
    display: inline-block;
    font-family: 'helveticaneuemedium';
    font-size: 18px;
    line-height: 23px;
    border-radius: 3px;
    letter-spacing: 0.56px;
    text-align: center;
    margin-top: 15px;
    min-width: 233px;
    background-color: transparent;
    border: 1px solid #102339;
    color: #102339;
  }

  .header .content-wrapper {
    padding-bottom: 20px;
  }
  body.mobile-open:before {
    font-variant-ligatures: none;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #131414;
    opacity: 0.9;
    z-index: 9;
  }
  body.mobile-open {
    position: relative;
    right: 360px;
  }
  .header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul li a:hover {
    color: #FFB548;
  }
  .header .mobile_menu_wrap .mobile_search .hs-search-field .hs-search-field__input::placeholder {
    color: #636569;
  }
  .header .mobile_menu_wrap .mobile_nav .hs-menu-wrapper>ul>li>a {
    color: #102339;
  }




}

@media (max-width: 641px){
  body.mobile-open:before {
    content: unset;
  }
}

@media (max-width: 640px){
  body.mobile-open {
    position: relative;
    right: 0px;
  }
  .header .request-loginlink {
    display: none;
  }
  .header .mobile_menu_wrap {
    width: 320px;
  }
  .header .logo a img{
    width: auto !important;
  }
  .header .mobile_menu_wrap {
    right: -320px;
  }
}
footer.footer {
  float: left;
  width: 100%;
  background: #060D16;
  color: #fff;
  padding: 60px 0;
}

.footer .ftcontact-info {
  width: 24%;
}

.footer .footer-col {
  float: left;
  padding-right: 15px;
}

.footer .footer-logo img {
  width: 100% !important;
  max-width: 150px;
  vertical-align: unset;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.footer .footer-logo img {
  width: auto !important;
  max-width: 150px;
}
}
.footer .footer-add {
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 23px;
}

.footer .footer-add p {
  margin: 0;
}

.footer .footer_social_links ul.footer-social {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer .footer_social_links ul.footer-social li {
  display: inline-block;
  padding-right: 8px;
  line-height: 0;
}

.footer .footer_social_links ul.footer-social li a {
  display: inline-block;
}

.footer .footer_social_links ul.footer-social li a:hover {
  opacity: 0.7;
}

.footer .footer_social_links ul.footer-social .social-facebook {
  background: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley_Services_Nov2022/Images/fb-icon.svg') no-repeat;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}


.footer .footer_social_links ul.footer-social .social-twitter {
  background: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley_Services_Nov2022/Images/twitter-icon.svg') no-repeat;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.footer .footer_social_links ul.footer-social .social-linkedin {
  background: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley_Services_Nov2022/Images/linkedin-icon.svg') no-repeat;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.footer .footer_social_links ul.footer-social .social-glasdoor {
  background: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley_Services_Nov2022/Images/glassdoor-icon.svg') no-repeat;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.footer .copyright-text {
  font-size: 12px;
  line-height: 21px;
}

.footer .ftsolution-link, 
.footer .ftproduct-link, 
.footer .ftwhowe-link {
  width: 18%;
}

.footer .ftmenu-links .hs-menu-wrapper>ul>li:first-child>a {
  margin: 0;
  padding: 10px 0;
  clear: both;
  font-family: 'helveticaneuebold' !important;
  padding-top: 0;
  color: #FFB548;
  font-size: 16px;
  line-height: 24px;
  display: block;
  cursor: text;
      font-weight: 700;
  letter-spacing: normal;
}

.footer .ftmenu-links .hs-menu-wrapper>ul>li:not(:first-child) {
  display: inline-block;
  width: 100%;
}

.footer .ftmenu-links .hs-menu-wrapper>ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.footer .ftmenu_4 .hs-menu-wrapper>ul>li.Pricing>a,
.footer .ftmenu_4 .hs-menu-wrapper>ul>li.WebsiteTerms>a,
.footer .ftmenu_4 .hs-menu-wrapper>ul>li.PrivacyPolicy>a
{
  color: #FFB548;
  font-family: 'helveticaneuebold';
}

.footer .ftmenu_4 .hs-menu-wrapper>ul>li.Pricing>a:hover,
.footer .ftmenu_4 .hs-menu-wrapper>ul>li.WebsiteTerms>a:hover,
.footer .ftmenu_4 .hs-menu-wrapper>ul>li.PrivacyPolicy>a:hover
{
  color: #fff;
  font-family: 'helveticaneuebold';
}


.footer .ftmenu-links .hs-menu-wrapper>ul>li:first-child>a:hover{
  color: #ffb548;
}

.footer .copyright-text p a img {
  vertical-align: unset;
}

.footer .ftmenu-links .hs-menu-wrapper>ul>li.Associations {
  margin-bottom: 10px;
}

footer.footer.lp-footer {
  padding: 20px 0px;
}


/* MEDIA QUERY */
@media (min-width: 769px) and (max-width: 991px){
  .footer .footer-col:nth-child(3n+1) {
    clear: left;
  }
  .footer .footer-col {
    width: 33.33%;
    margin-bottom: 60px;
  }
  .footer .footer-col:nth-child(3n) {
    clear: right;
  }
  footer.footer {
    padding-bottom: 0;
  }
}

@media (max-width: 768px){
  footer.footer {
    padding-bottom: 0;
  }
  .footer .content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer .footer-col:nth-child(3n+1){
    clear: left;
  }
  .footer .footer-col:nth-child(3n) {
    clear: right;
  }
  .footer .footer-col {
    width: 33.33%;
    margin-bottom: 60px;
  }


}

@media (max-width: 640px){
  .footer .content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer .footer-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {  
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after {
  clear: both;
  content: " ";
  display: table;
}

.apply-page .content-with-image-align .content-col h2,
.home_main .content-with-image-align .content-col h2 {
  font-size: 48px;
  line-height: 52px;
  padding-bottom: 25px;
  max-width: 527px;
}
.apply-page .content-with-image-align .col-6,
.home_main .content-with-image-align .col-6{
  width:50%;
}

.apply-page .hs_cos_wrapper_type_rich_text p {
  font-size: 21px;
  line-height: 36px;
}
.apply_top ul {
  margin:1em 0;
  list-style: none;
  padding-left: 0;
  font-size: 21px;
  line-height: 36px;
}
.apply_top ul li {
  font-size: 16px;
  line-height: 30px;
  font-family: 'helveticaneuebold';
  padding-left: 20px;
  margin: 4px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.apply_top ul li:before {
  content:'';
  border-radius: 0;
  width: 9px;
  height: 9px;
  background-color: #FFAB4E;
  top: 8px;
  position: absolute;
  left: 0;
}

.apply_top .hs_cos_wrapper_type_rich_text h2 {
  font-size: 48px;
  line-height: 54px;
}
.apply_top .hs_cos_wrapper_type_rich_text h1 {
  color: #102339;
  font-size: 42px;
  line-height: 54px;
  margin: 0;
  padding: 10px 0;
  clear: both;
}

.apply_top .hs_cos_wrapper_type_rich_text p a {
  text-decoration: underline;
}
.apply_top .hs_cos_wrapper_type_rich_text p a:hover {
  text-decoration: none !important;
  outline: none !important;
}
.pricing_main .customer_review_slider .rating-leftwrap h3,
.apply_main .customer_review_slider .rating-leftwrap h3 {
  font-size: 48px;
  line-height: 54px;
}
.pricing_main .customer_review_slider .rating-leftwrap .truestpilot-logo-star,
.apply_main .customer_review_slider .rating-leftwrap .truestpilot-logo-star {
  margin-top: 0;
}

.apply-page .cta-notification-row {
  border-top: 0.5px solid #C0C1C3;
}
.apply-page .cta-notification-row .cta-notification-img {
  padding-left: 23px;
}

.pricing_banner .banner_wrap {
  padding: 70px 0 180px;
  min-height: 0;
}

.thnkyou_main figure{
  margin:0;
  max-width: 800px;
  font-size: 21px;
  line-height: 36px;
}

.thnkyou_main figure h1 {
  padding-bottom: 0;
}

.thnkyou_main figure h1 + p {
  margin-top: 5px;
}

.thnkyou_main .dnd-section:first-child {
  border-top: 1px solid #C0C1C3;
}

.thnkyou_main .hs_cos_wrapper_type_form{
  background: transparent!IMPORTANT;
  color: #fff;
  display: block;
  margin-bottom: 0;
  max-width: 800px;
  padding: 0;
  width: 100%;
}
.thnkyou_main .hs-form label{
  color: #444444!IMPORTANT;
  font-family: Actor;
  font-size: 13px;
}
.thnkyou_main figure p a {
  text-decoration: underline;
}
.thnkyou_main .inputs-list:first-child {
  padding-top: 6px;
}
.thnkyou_main .hs-input[type=checkbox]{
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.thnkyou_main form .inputs-list input,
.thnkyou_main form .inputs-list span {
  vertical-align: unset;
}
.thnkyou_main form input[type=submit]{
  font-size: 12px;
  line-height: 12px;
  font-family: Actor;
}
.product_main .dotmenu-header ul li:last-child a:after{
  display:none;
}
.product_banner h1{
  font-weight: bold;
  font-family: roboto;
  font-size: 60px;
  padding:0;
}
.product_main .dotmenu-header ul li a:after {
  content: "|";
  display: inline-block;
  padding: 0 4px 0 9px;
  color: #0085cf;
}
.product_main .dotmenu-header{
  border:0;
  padding: 13px 0px;
  background-color: #eaeaea;
}


.thnkyou_main .hs-form .no-list.hs-error-msgs.inputs-list label.hs-error-msg{
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.thnkyou_main figure p a:hover{
  text-decoration:none;
}
.get-started-row2 .widget-type-rich_text ul {
  margin: 21px 0px;
}
.fixed-header .resources-page .resource-pagewrap {
  margin-top: 80px;
}


.get-started-page .hs-menu-wrapper ul {
  text-align: center;
  font-size: 24px;
  color: #0085cf;
  font-family: 'helveticaneuebold';
  line-height: 36px;
  margin: 0;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.get-started-page .hs-menu-wrapper ul li {
  font-size: 14pt;
}

.get-started-page .hs-menu-wrapper ul li a {
 color: #102339;
    font-weight: bold;
}
.get-started-page .hs-menu-wrapper ul li a:hover {
  color: #1f3164;
}
.get-started-page .hs-menu-wrapper ul li.active a {
  color: #0085cf;
}

.get-started-page .hs-menu-wrapper ul li a:after {
  content: "|";
  color: #0085cf;
  padding: 0px 21px 0 21px;
}

.get-started-page .hs-menu-wrapper ul li:last-child a:after {
  display: none;
}
/* ***********************************************************************************************************************************************************************************************************/
@media (min-width: 1430px){
  .reverce-colsection .content-col {
    padding-left: 50px;
  }
}

@media (min-width: 769px) and (max-width: 991px){
  .product_banner h1,
  .apply_top .hs_cos_wrapper_type_rich_text h2,
  .apply-page .content-with-image-align .content-col h2,
  .home_main .content-with-image-align .content-col h2{
    font-size: 28px;
    line-height: 36px;
  }
  .comply-row1 .content-with-image-align .content-col h2, 
  .comply-row2 .content-with-image-align .content-col h2, 
  .comply-row3 .content-with-image-align .content-col h2, 
  .resources-inner-page .content-with-image-align .content-col h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 768px){
  .comply-row3 .content-with-image-align.right .content-col,
  .comply-row2 .content-with-image-align.right .content-col,
  .apply-page .content-with-image-align.right .content-col,
  .home_main .content-with-image-align.right .content-col {
    padding-left: 46px;
  }
}
@media (max-width: 768px){
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px){
  .pricing_main .customer_review_slider .rating-leftwrap h3,
  .apply_main .customer_review_slider .rating-leftwrap h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  .product_banner h1,
  .apply_top .hs_cos_wrapper_type_rich_text h1,
  .apply_top h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .home_main .content-with-image-align .content-col h2,
  .home_main .content-with-image-align .paragraph-one,
  .apply-page .content-with-image-align .content-col h2,
  .apply-page .content-with-image-align .paragraph-one{
    max-width:100%;
  }
  .apply-page  .content-twocolsection .content-col,
  .home_main  .content-twocolsection .content-col {
    margin-bottom: 25px;
  }
  .home_main .content-with-image-align .img-col,
  .apply-page .content-with-image-align .img-col{
    TEXT-ALIGN: CENTER;
  }

  .apply_top .hs_cos_wrapper_type_rich_text h2,
  .apply-page .content-with-image-align .content-col h2,
  .home_main .content-with-image-align .content-col h2{
    font-size: 28px;
    margin-right:0;
    line-height: 36px;
  }
  .apply-page .content-with-image-align .col-6,
  .home_main .content-with-image-align .col-6{
    padding-left: 15px;
    width:100%;
    padding-right: 15px;
  }

}

/************************************************************************************************************************************************************************************************************/
.Banner-row-0-force-full-width-section,
.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0 !important;
}
a.btn {
  min-width: 233px;
  background-color: #FFAC2B;
  border: 1px solid #FFAC2B;
  font-size: 21px;
  line-height: 26px;
  padding: 9px 35px;
  display: inline-block;
  font-family: 'helveticaneuebold';
  border-radius: 3px;
  letter-spacing: 0.56px;
  text-align: center;
  color: #fff;
}
a.btn:hover {
  background-color: #EE9E23;
  border-color: #EE9E23;
  color: #fff;
}

.about-row1 .dnd-section>.row-fluid .dnd-column{
  max-width: 900px;
  margin: 0 auto;
  float: none;
  padding: 0;
}
.about-row1 .widget-type-rich_text {
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 50px;
}

.about-row1 .widget-type-rich_text ul {
  margin: 1em 0px;
  padding-left: 0px;
}

.about-row1 .widget-type-rich_text ul li {
  font-size: 16px;
  line-height: 30px;
  font-family: 'helveticaneuebold';
  padding-left: 20px;
  margin: 4px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.about-row1 .widget-type-rich_text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #FFAB4E;
  top: 8px;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid,
.dnd-section[class*="force-full-width-section"]{
  padding: 0;
}
.ebookdetails-pagewrap .dnd-section>.row-fluid .dnd-column, 
.ebookdetails-pagewrap .dnd-section>.row-fluid>[class*=span].dnd-module {
  padding: 0; 
}
.ebookdetails-pagewrap {
  border-top: 1px solid #C0C1C3;
  float: left;
  width: 100%;
}
.ebook-leftsidewrap {
  width: 60%;
  padding: 80px 80px;
  float: left;
}
.ebook-rightsidewrap {
  width: 40%;
  background: #0B1C2D;
  padding: 80px 80px;
  color: #fff;
  float: left;
}
.ebookdetails-pagewrap .dnd-section, .ebookdetails-pagewrap .dnd-section > .row-fluid {
  padding: 0;
}
.ebookdetails-pagewrap .dnd-section > .row-fluid {
  max-width: 100%; 
}
.ebookdetails-pagewrap .ebook-rightsidewrap .widget-type-rich_text {
  margin-bottom: 30px; 
}
.ebookdetails-pagewrap .ebook-rightsidewrap .widget-type-rich_text * {
  color: #fff; 
}
.ebook-rightsidewrap .widget-type-rich_text h4 {
  padding-bottom: 0;
}
.ebook-rightsidewrap .widget-type-rich_text h4 + p {
  margin-top: 5px;
}
.cm-two-col-page .ebook-rightsidewrap .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
}
.cm-two-col-page .ebook-rightsidewrap .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}
.ebook-rightsidewrap .hs-form-field {
  margin-bottom: 18px;
}
.ebook-rightsidewrap .hs-form-field > label {
  display: block;
}


.cm-two-col-page .ebookdetails-pagewrap p a{
  text-decoration: underline;
}
.cm-two-col-page .ebookdetails-pagewrap p a:hover{
  text-decoration: none;
}
.cm-two-col-page .dotmenu-header ul li:last-child a:after {
  display: none;
}
select.is-placeholder {
  color: #bfbfbf;
}
select.is-placeholder:focus {
  color: #33475b;
}
.audit-row2 .content-with-image-align {
  padding-top: 0;
}
.audit-row2 .content-with-image-align .paragraph-one {
  font-size: 16px;
  line-height: inherit;
  max-width: 100%;
}
.audit-row2 .content-with-image-align .need-contentwrap {
  margin-top: 20px;
}
.audit-row2 .content-with-image-align .content-col .paragraph-one p {
  margin-bottom: 15px;
}
.audit-row3 .dnd-section {
  border-top: 0.5px solid #C0C1C3;
}
.cm-two-col-page  .ebookdetails-pagewrap .widget-type-rich_text ul[data-att="square-list"] {
  list-style: none;
  padding-left: 0;
}
.cm-two-col-page  .ebookdetails-pagewrap .widget-type-rich_text ul[data-att="square-list"] li{
  font-family: 'helveticaneuebold';
  padding-left: 20px;
  margin: 4px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.cm-two-col-page  .ebookdetails-pagewrap .widget-type-rich_text ul[data-att="square-list"] li:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 0;
  width: 9px;
  height: 9px;
  background-color: #FFAB4E;
  top: 8px;
}
.comprehensive-tabrow a h5:after,
.comprehensive-tabrow .comprehensive-tabtext .cta-link a:after,
.cta-notification-row .cta-link a:after,
.cta-link a:after, a.cta-link:after{ 
  background: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/images/link-icon.svg) no-repeat;
}
.comprehensive-tabrow a:hover h5:after, 
.comprehensive-tabrow.current a h5:after,
.comprehensive-tabrow .comprehensive-tabtext .cta-link a:hover:after,
.cta-notification-row .cta-link a:hover:after,
.cta-link a:hover:after, a.cta-link:hover:after{
  background: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/Foley_Services_Nov2022/images/link-icon-hover.svg) no-repeat;
}
.comply-row3 .content-with-image-align .content-col h2,
.comply-row1 .content-with-image-align .content-col h2,
.comply-row2 .content-with-image-align .content-col h2,
.resources-inner-page .content-with-image-align .content-col h2{
  font-size: 48px;
  line-height: 52px;
}
.comply-row4 .customer_review_slider .rating-leftwrap h3,
.dash-row5 .customer_review_slider .rating-leftwrap h3{
  font-size: 42px;
  line-height: 54px;
}
.comply-row4 .customer_review_slider .rating-leftwrap .truestpilot-logo-star {
  margin-top: 0;
}
.safety-calendar-page .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1200px;
}
.safety-calendar-page h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 1.5rem auto;
  margin-top: 0px;
}
.about-row3 .content-with-image-align .content-col h2,
.dash-row3 .content-with-image-align .content-col h2,
.dash-row2 .content-with-image-align .content-col h2{
  font-size: 48px;
  line-height: 52px;
}
.dash-row1 .widget-type-rich_text p,
.get-started-row2 .widget-type-rich_text p{
  font-size: 18px;
  line-height: 32px;
}
.dash-row4 .content_with_bg_img .content-col h2 {
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 15px 0;
  max-width: 100%;
  font-family: 'helveticaneue', sans-serif !important;
}
.dash-row5 .customer_review_slider .rating-leftwrap .truestpilot-logo-star {
  margin-top: 0px;
}
.get-started-row1 h4 a {
  color: #102339;
}
.get-started-row1 h4 {
  text-align: center;
  font-size: 24px;
  color: #0085cf;
  line-height: 36px;
}

.get-started-row3 .dnd-row > .row-fluid,
.career-row1 .dnd-row > .row-fluid{
  align-items: flex-start; 
}
.get-started-row3 .accordion-warpper .faq-wrap>li {
  padding-left: 25px;
}
.get-started-row3 .accordion-warpper .faq-wrap>li.on {
  background: #F7F8F9;
}
.resources-inner-page .widget-type-rich_text h4 {
  line-height: 36px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #0085cf;
  padding: 0px 5px;
}
.resources-inner-page .widget-type-rich_text h4 a {
  color: #102339;
}

.resources-inner-page .widget-type-rich_text h4 a:hover {
  color: #1f3164;
}
.resources-inner-page .widget-type-rich_text p a {
  text-decoration: underline;
  color: #0082ca;
}
.resources-inner-page .widget-type-rich_text p a:hover {
  color: #1f3164;
  text-decoration: none !important;
}
.resources-inner-page .widget-type-rich_text ul  {
  margin: 1em 0;
}
.resources-inner-page .widget-type-rich_text ul li {
  font-size: 16px;
  line-height: 30px;
}
.resources-inner-page .cdldriver-section .cdl-content {
  min-height: 120px;
}

.resources-inner-page .cdldriver-section .cdl-twocol .cdl-contentwrap .btn a {
  margin-top: 20px;
}

.resources-inner-page .cdldriver-section .cdl-twocol {
  margin-bottom: 100px;
  border: 1px solid #dee2e5;
}

.resources-inner-page .cdldriver-section .cdldriver-tablewrap {
  border: none;
  display: flex;
  flex-wrap: wrap;
}

.resources-inner-page .cdldriver-section .cdl-twocol:nth-child(2n) {
  border-left: none;
}
.resources-inner-page .cdldriver-section .cdl-twocol:last-child,
.resources-inner-page .cdldriver-section .cdl-twocol:nth-last-child(2){
  margin-bottom: 0;
}
.career-page table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin-bottom: 0;
}

.career-page table td {
  border: none;
  padding: 1px;

}
.career-row2 .dnd-section>.row-fluid>[class*=span].dnd-module {
  padding: 0;
}
.career-row3 .industries-section h3 {
  text-align: left;
  font-size: 42px;
  line-height: 54px;
}
.comply-row4 .content_with_bg_img .content-col {
  padding-left: 0px;
}

.comply-row4 .content_with_bg_img .content-col h2 {
  max-width: 100%;
}
.cm-comply-layout .bottom_pane .paragraph-one p a {
  text-decoration: underline;
  color: #0082ca;
}

.cm-comply-layout .bottom_pane .paragraph-one p a:hover {
  color: #fff;
  text-decoration: none !important;
}
.resources-page .dnd-section .dnd-column {
  padding: 0;
}
.res-topmenu {
  background: #F6F6F6;
  padding: 25px 0;
  width: 100%;
  text-align: center;
}
.res-topmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.res-topmenu ul li {
  display: inline-block;
  padding: 0 2px;
}
.res-topmenu ul li a {
  color: #102339;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 35px;
  font-family: 'helveticaneuemedium';
  text-transform: uppercase;
}
.res-topmenu ul li a:hover{
  background-color: #102339;
  color: #fff;
  border-radius: 25px;
}
.resource-pagewrap {
  width: 100%;
  padding: 40px 0;
}
.resource-pagewrap .res-sidebar {
  float: left;
  width: 25%;
  padding-right: 15px;
}
.resource-pagewrap .res-section {
  float: left;
  width: 75%;
  padding-left: 15px;
}
.resource-pagewrap .dnd-section {
  padding: 0; 
}
.resource-pagewrap .dnd-section > .row-fluid {
  padding: 0; 
  max-width: 100%;
}
.resource-pagewrap .site_search,  {
  margin-bottom: 25px;
  position: relative;
}
.resource-pagewrap .post_by_title {
  padding: 0;
  border: none;
  margin-bottom: 25px;

}

.resource-pagewrap .post_by_title .content-wrapper {
  padding: 0;
}

.resource-pagewrap .post_by_title h2 {
  text-align: left;
  padding-top: 0;
}

.resource-pagewrap .post_by_title .related-articallistingrow .res-listing-col:first-child {
  width: 100%;
}

.resource-pagewrap .post_by_title .related-articallistingrow .res-listing-col:first-child .res-feature-imgwrap {
  width: 66%;
  padding-right: 15px;
}

.resource-pagewrap .post_by_title .related-articallistingrow .res-listing-col:first-child .res-feature-contentwrap {
  width: 34%;
  padding-left: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.resource-pagewrap .post_by_title .res-listing-col:first-child  .res-listing-innercol {
  height: auto !important;
}

.resource-pagewrap .post_by_title:first-child .res-listing-col:first-child .res-feature-contentwrap h3 {
  font-size: 30px;
  line-height: 39px;
}

.resource-pagewrap .post_by_title:first-child .res-listing-col:first-child .res-feature-contentwrap .cta-link {
  position: relative;
  bottom: 0;
  border-bottom: none;
}

.resource-pagewrap .post_by_title .related-articallistingrow .res-listing-col {
  width: 33.33%;
}
.resource-pagewrap .blog-sidebar-topic-filter.blog_topic {
  margin: 5px 0px;
}

.peoplease-page .dotmenu-header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eaeaea;
  border-top: none;
}

.peoplease-page .dotmenu-header ul li a {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-right: 13px;
  margin-left: 14px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.peoplease-page .dotmenu-header ul li:last-child a:after {
  display: none;
}

.peoplease-page .dotmenu-header ul li a:after {
  right: -17px;
  position: absolute;
  padding: 0px;
}

.peoplease-page .content-with-image-align {
  padding: 10px 20px 15px;
}

.peoplease-page .content-with-image-align .content-col h2 {
  max-width: 100%;
  padding: 0;
  color: #102339;

  border-bottom: 1px solid #e0dede;
  padding-bottom: 10px;
}

.peoplease-page .content-with-image-align .page-center {
  max-width: 100%;
}

.peoplease-page .content-with-image-align.right .row {
  align-items: flex-start;
}

.peoplease-page .content-with-image-align .paragraph-one {
  max-width: 100%;
  font-size: inherit;
  line-height: inherit;
}

.peoplease-page .content-with-image-align .content-col .paragraph-one h2 {
  color: #102339;
  margin: 0;
  padding: 10px 0;
  border: none;
}

.peoplease-page .content-with-image-align .img-col img {
  border: 5px solid #f6f6f6;
}

.peoplease-page .content-with-image-align .btn_wrap {
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  margin-top: 20px;
}

.peoplease-page .content-with-image-align .btn_wrap a {
  font-family: inherit;
  line-height: 17px;
  font-size: 14px;
  color: #102339 !important;
}

.peoplease-page .content-with-image-align .btn_wrap a:after {
  display: none;
}

.peoplease-page .content-with-image-align .img-col {
  width: 37.6%;
  padding: 0 !important;
  margin-top: 85px;
  margin-bottom: 20px;
}

.peoplease-page .content-with-image-align.right .content-col {
  padding: 0 !important;
  width: 58.4%;
  margin-right: 4%;
}
.peoplease-page .content-with-image-align.left .img-col {
  margin-right: 4%;
  text-align: center;
  float: left;
}

.peoplease-page .content-with-image-align.left .content-col {
  margin-right: 0px;
  width: 58.4%;
  float: left;
  padding: 0 !important;
}

.peoplease-page .content-with-image-align .img-col img {
  vertical-align: top;
}

.peoplease-page .content-with-image-align.left {
  padding-bottom: 0px;
}
.peoplease-row4 .dnd-section {
  padding-top: 30px;
  padding-bottom: 35px;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  background-position: left top !important;
  background-repeat: no-repeat !important;
}
.topmenu.res-topmenu.fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}
.comply-row3 .content_with_bg_img .content-col {
  padding-left: 0px;
}

.comply-row3 .content_with_bg_img .content-col h2 {
  max-width: 100%;
}
.comply-row5 .industries-section .industrie-row {
  justify-content: flex-start;
}
.cm-two-col-page .post_by_title .res-feature-category li {
  font-size: 14px;
}
.career-row3 .industries-section .industrie-row {
  justify-content: start;
} 
.peoplease-page .content-with-image-align .content-col>h2 {
  font-size: 36px;
  line-height: 42px;
}
/* MEDIA QUERY START */
@media (min-width: 641px) {
  .resource-pagewrap .post_by_title .related-articallistingrow .res-listing-col:first-child .res-feature-img {
    height: 330px;
  }
}
@media (min-width: 769px) {
  .dash-row1 .widget-type-rich_text,
  .get-started-row2 .widget-type-rich_text{
    max-width: 900px;
    margin: 0 auto;
  }
  .dash-row1 .widget-type-rich_text p,
  .get-started-row2 .widget-type-rich_text p,
  .resources-inner-page .widget-type-rich_text,
  .comply-row1 .widget-type-rich_text{

    font-size: 21px;
    line-height: 36px;
  }
  .get-started-row3 .widget-type-rich_text h2 {
    text-align: right;
    max-width: 900px;
    margin: 0 auto; 
  }
}
@media (min-width: 1200px) {
  .comply-row4 .customer_review_slider .rating-leftwrap h3,
  .dash-row5 .customer_review_slider .rating-leftwrap h3{
    font-size: 48px;
    line-height: 54px;
  }
}

@media (min-width: 1430px) {
  .dash-row1 h2,
  .get-started-row1 .widget-type-rich_text h2,
  .get-started-row2 .widget-type-rich_text h2,
  .comply-row1 .widget-type-rich_text h2{
    font-size: 48px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 1280px) {
  .safety-calendar-page {
    margin: 1rem;
  }
}
@media (max-width: 991px) {
  .about-row3 .content-with-image-align .content-col h2,
  .dash-row3 .content-with-image-align .content-col h2,
  .dash-row2 .content-with-image-align .content-col h2,
  .get-started-row1 h2,
  .get-started-row2 .widget-type-rich_text h2,
  .comply-row1 .widget-type-rich_text h2,
  .comply-row2 .content-with-image-align .content-col h2{
    font-size: 28px;
    line-height: 36px;
  }
  .cm-two-col-layout .ebook-leftsidewrap, .cm-two-col-layout .ebook-rightsidewrap {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .cm-comply-layout .banner_wrap .hero-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .resource-pagewrap .post_by_title:first-child .res-listing-col:first-child .res-feature-contentwrap h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about-row1 .widget-type-rich_text,
  .resources-inner-page .widget-type-rich_text,
  .comply-row1 .widget-type-rich_text{
    font-size: 18px;
    line-height: 32px;
  }
  .about-row1 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .about-row1 .dnd-section>.row-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .ebook-leftsidewrap, .ebook-rightsidewrap {
    width: 100%;
  }
  .ebook-leftsidewrap { 
    padding-left: 50px !important;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ebook-rightsidewrap {
    padding-right: 0 !important;
    padding-left: 0;
    padding-top: 35px;
    padding-bottom: 25px;
    min-height: 0 !important;
  }
  .comply-row4 .customer_review_slider .rating-leftwrap h3,
  .dash-row5 .customer_review_slider .rating-leftwrap h3{
    font-size: 28px;
    line-height: 36px;
  }
  .comply-row3 .content-with-image-align .content-col h2,
  .comply-row1 .content-with-image-align .content-col h2,
  .resources-inner-page .content-with-image-align .content-col h2{
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
  .resources-inner-page .widget-type-rich_text h4 {
    line-height: 27px;
  }
  .resources-inner-row1 .widget-type-rich_text h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .cdldriver-section .cdl-twocol h6,
  .cdldriver-section .cdl-twocol .cdl-contentwrap{
    padding-left: 10px;
    padding-right: 10px;
  }
  .career-row3 .industries-section h3 { 
    font-size: 28px;
    line-height: 36px;
  }
  .resources-inner-page .cdldriver-section .cdl-twocol {
    margin-bottom: 30px !important;
  }

  .resources-inner-page .cdldriver-section .cdl-twocol {
    border-left: 1px solid #dee2e5;
  }
  .resource-pagewrap .res-section {
    padding: 0 0px;
    width: 100%;
  }
  .resource-pagewrap .res-sidebar {
    display: none;
  }
  .resource-pagewrap .post_by_title .related-articallistingrow .res-listing-col:first-child .res-feature-imgwrap {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .resource-pagewrap .post_by_title .related-articallistingrow .res-listing-col:first-child .res-feature-contentwrap {
    width: 100%;
    padding-left: 0px;
  }

  .resource-pagewrap .post_by_title .res-feature-contentwrap .cta-link a {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .cm-two-col-layout .ebook-leftsidewrap, .cm-two-col-layout .ebook-rightsidewrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .resource-pagewrap {
    padding: 0 0 20px;
  }
  .resource-pagewrap .post_by_title .related-articallistingrow .res-listing-col {
    width: 100%;
  }
  .post_by_title .related-articallistingrow .res-listing-col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .resource-pagewrap .post_by_title {
    margin: 10px 0px;
  }

  .resource-pagewrap .post_by_title h2 {
    padding-top: 10px;
  }
  .resource-pagewrap .post_by_title .related-articallistingrow {
    margin: 0;
  }
  .peoplease-page .content-with-image-align {
    padding-left: 15px;
    padding-right: 15px;
  }
  .peoplease-page .content-with-image-align.right .row {
    flex-direction: column-reverse;
    display: flex;
  }
  .peoplease-page .content-with-image-align.right .content-col {
    width: 100%;
    margin-right: 0px;
  }
  .peoplease-page .content-with-image-align.right .col-6.img-col {
    width: 100% !important;
  }

  .peoplease-page .content-with-image-align.left .img-col {
    width: 100%;
    margin-right: 0px;
  }

  .peoplease-page .content-with-image-align.left .content-col {
    width: 100%;
  }
  .peoplease-page .content-with-image-align.left .img-col img {
    max-width: 437px;
  }
}
@media (max-width: 640px) {
  .about-row1 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ebook-leftsidewrap, .ebook-rightsidewrap {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .ebook-leftsidewrap h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .audit-row3 .dnd-section>.row-fluid,
  .audit-row1 .dnd-section>.row-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
  .peoplease-row4 p {
    font-size: 18px !important;
  }
  .comply-row3 .countdown-digit {
    display: none; 
  }
}



/* @import url('http://example.com/example_style.css'); */

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

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



.covid_page  .widget-type-rich_text ul {
  list-style: none;
  padding-left: 0;
}

.covid_page  .widget-type-rich_text ul li {
  font-size: 16px;
  line-height: 30px;
  font-family: 'helveticaneuebold';
  padding-left: 20px;
  margin: 4px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.covid_page .widget-type-rich_text ul li:before {
  border-radius: 0;
  width: 9px;
  height: 9px;
  background-color: #FFAB4E;
  top: 8px;
  content: "";
  position: absolute;
  left: 0;
}

.covid_page .widget-type-rich_text ul li a{
  text-decoration: none;
  outline: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #102339;
}


.covid_page .widget-type-rich_text ul li a:hover{
  color: #102339;
}

.full-width-page .cta-twocolsection .cta-content-col .cta-text p img {
  max-width: 215px;
}


.full-width-page .cta-twocolsection table {
  border: none!important;
}

.full-width-page .cta-twocolsection td {
  border: none;
  padding: 1px;
}
.full-width-page .cta-twocolsection table p {
  color: #525252;
}


.clearinghouse-page .ebook-leftsidewrap blockquote {
  padding: 28px 28px 27px 31px;
  background-color: #f6f6f6;
  border-left: 3px solid #65bc7b;
  margin: 0;
  margin-bottom: 84px;
}
.clearinghouse-page .ebook-leftsidewrap blockquote h2 {
  margin: 0;
  padding-top: 0;
  line-height: 1.5;
  font-size: 18px;
}

.clearinghouse-page .right-content .hs_cos_wrapper_type_form {
  padding: 0;
}

.clearinghouse-page .ebook-leftsidewrap a {
  text-decoration: underline;
}

.clearinghouse-page .post_by_title.three .res-listing-col {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.clearinghouse-page .post_by_title {
  background: rgba(223,223,223,0.15);
}
.container-fluid.contact-inner-row1 {
  border-bottom: 0.5px solid #c0c1c3;
}
.contact_page .cta-twocolsection {
  /* border-top: 1px solid #c0c1c3; */
  border-top: 0.5px solid #c0c1c3;
}
@media(max-width:767px){
  .clearinghouse-page .post_by_title.three .res-listing-col {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .clearinghouse-page .ebookdetails-pagewrap {
    float: none;
  }
  .post_by_title.three .content-wrapper {
    padding:0;
  }

}

/*******************************************************************************************************************************************************************************************************/

.full-width-page .full-width-content .hs_cos_wrapper_type_rich_text p {
  font-size: 21px;
  line-height: 36px;
}

.full-width-page .full-width-content .hs_cos_wrapper_type_rich_text p a{
  text-decoration: underline;
}

.full-width-page .full-width-content .hs_cos_wrapper_type_rich_text p a:hover{
  text-decoration: none;
}

.full-width-page .full-width-content .hs_cos_wrapper_type_rich_text ul li a {
  color: #102339;
}

.full-width-page .full-width-content .hs_cos_wrapper_type_rich_text ul,
.full-width-page .full-width-content .hs_cos_wrapper_type_rich_text ol{
  margin: 21px 0px;
}

.full-width-page .full-width-content .hs_cos_wrapper_type_rich_text ol {
  font-size: 21px;
  line-height: 36px;
}

/* .full-width-page .full-width-content .bottom_pane form label {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
} */

.free-dot-page .free-dot-content .hs_cos_wrapper_type_form {
  background-color: #fff;
  padding: 0px;
  max-width: 100%;
  margin: 0px;
}

.free-dot-page .free-dot-content .hs_cos_wrapper_type_form form label {
  color: #636466;
}

.free-dot-page .free-dot-content .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  font-family: Roboto;
}
.free_dot_banner .bottom_section .bottom_inner .fusion-text.lgr h1 {
  padding: 10px 0;
  clear: both;
  line-height: 54px;
  font-size: 5vw;
  color: #636466;
  text-align: center;
  font-family: Roboto;
  font-weight: 600;
  margin: 10px 0;
  margin-top: 21px;
}
.free-dot-v2-banner .free_dot_banner .top_section img {
  max-width: 750px;
  width: 100%;
}

.free-dot-v2-banner .free_dot_banner .bottom_section {
  padding: 30px 0px 51px;
} 

.free-dot-v2-banner .free_dot_banner .bottom_section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.free-dot-v2-banner .free_dot_banner .bottom_section .fusion-text.sml h1 {
  font-size: 24pt;
  line-height: normal;
  color: #636466;
  text-align: center;
  font-family: Roboto;
  font-weight: 600;
}

.free-dot-v2-banner .free_dot_banner .bottom_section .call h2 {
  font-size: 30pt;
  line-height: normal;
  color: #636466;
  text-align: center;
  font-family: Roboto;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 0px;
}

.free-dot-v2-page form .hs_submit.hs-submit input.hs-button.primary.large {
  font-size: 13px;
  line-height: 13px;
}

.free-dot-page .free-dot-content form .input input:focus {
  background-color: rgba(245, 248, 250, 1.0);
}

.news_post_page .ebookdetails-pagewrap {
  border: 0;
}

/* two-column-page style */
.cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table {
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border: unset !important;
  margin: 0px;
  padding: 0px;
  overflow:hidden;
}

.cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table td {
  border: unset;
  padding: 1px;
  vertical-align: middle;
  color: inherit;
}

.cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table td img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: inline;
  float: left;
  margin-right: 15px;
}

.cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table td strong span {
  line-height: 30px;
}

.cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table td span {
  line-height: 30px;
}

.cm-two-col-page .ebookdetails-pagewrap .accordion-warpper .faq-wrap .faq-answer ul {
  list-style: none;
  padding-left: 0;
}

.cm-two-col-page .ebookdetails-pagewrap .accordion-warpper .faq-wrap .faq-answer ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
}

.cm-two-col-page .ebookdetails-pagewrap .accordion-warpper .faq-wrap .faq-answer ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #828282;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}

.cm-two-col-layout .ebookdetails-pagewrap .post_by_title.two {
  border: 0;
  padding-top: 0px;
}

.cm-two-col-layout .ebookdetails-pagewrap .post_by_title.two .content-wrapper {
  padding: 0px;
}

.cm-two-col-layout .ebookdetails-pagewrap .post_by_title.two h2 {
  text-align: left;
}

.cm-two-col-layout .ebookdetails-pagewrap .post_by_title.two .res-listing-col {
  width: 50%;
}

.cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table tbody tr td{
  word-break: keep-all;
}
.cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table tbody tr.section-header {
  background-color: #e5f2ff;
  font-family: 'helveticaneuebold';
}

.cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table tbody tr.section-header td {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 15px;
  word-break: keep-all;
}
.apply-page .apply_top .content-with-image-align .content-col .paragraph-one p a {
  text-decoration: underline;
}
.apply-page .apply_top .content-with-image-align .content-col .paragraph-one p a:hover {
  text-decoration: none;
}
.clearinghouse-page form label{
  font-size:12px;
}
.free-dot-content .hs_error_rollup .no-list.hs-error-msgs.inputs-list label.hs-main-font-element{
  font-size: 14px;
  margin-top: 24px;
}
.career-page .industries-section .industry-box .industry-title b{
  font-weight:900;
}
/* MEDIA QUERY */
@media (max-width: 1024px){
  .cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text .responsive_table{
    overflow-x: auto;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (min-width: 1430px){
  .full-width-page .full-width-content .hs_cos_wrapper_type_rich_text h2 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (max-width: 768px){
  .full-width-page .full-width-content .hs_cos_wrapper_type_rich_text h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .full-width-page .full-width-content .hs_cos_wrapper_type_rich_text P{
    font-size: 16px;
  }
  .cm-two-col-layout .ebookdetails-pagewrap .post_by_title.two .related-articallistingrow {
    margin: 0px;
  }
  .cm-two-col-layout .ebookdetails-pagewrap .post_by_title.two .res-listing-col {
    width: 100%;
  }
  .cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text .responsive_table{
    overflow-x:auto;
    padding-left: 2px;
    padding-right: 2px;
  } 
  .cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table td span, 
  .cm-two-col-layout .ebookdetails-pagewrap .hs_cos_wrapper_type_rich_text table td strong span {
    font-size: 16px !important;
  }
  .free-dot-v2-banner .free_dot_banner .bottom_section .call h2 {
    padding: 0px;
    padding-bottom: 15px;
  }
  .free-dot-v2-banner .free_dot_banner .bottom_section .bottom_inner .fusion-text.lgr h1 strong {
    font-size: 36px;
  }
  .free-dot-v2-banner .free_dot_banner .bottom_section .call h2 strong {
    font-size: 28px;
  }
}

@media (max-width: 640px){
  .full-width-page-banner .banner_wrap .hero-content .hero-subhead {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
@media (max-width: 500px){
  .res-topmenu ul li a{
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }
}

@media (max-width: 400px){
  .get-started-page .hs-menu-wrapper ul {
    flex-direction: column;
  }
  .get-started-page .hs-menu-wrapper ul li a:after {
  display: none;
}
}