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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

.banner-section .dnd-section>.row-fluid {
padding-left: 0;
padding-right: 0;
}
.banner-section .dnd-section {
padding: 0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "icomoon"; 
  src: url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/icomoon.eot") format("embedded-opentype"),
    url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/icomoon.ttf") format("truetype"), 
      url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/icomoon.woff") format("woff"),
        url('https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/icomoon.svg') format('svg');
          font-style: normal;
          font-weight: 400;
          font-display: swap;
          }

@font-face { font-family: "gothamlight"; src: url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/gotham-light-webfont.woff2") format("woff2"), 
  url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/gotham-light-webfont.woff") format("woff");
    font-style: normal; 
    font-weight: 400;
    }

@font-face { font-family: "gothambold"; src: url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/gotham-bold-webfont.woff2") format("woff2"),
  url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/gotham-bold-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    }
@font-face { 
  font-family: "gothamblack"; src: url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/gotham-black-webfont.woff2") format("woff2"), 
    url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/font/gotham-black-webfont.woff") format("woff"); 
      font-style: normal; 
      font-weight: 400;
      }
body {
  line-height: 1.375;
  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.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* 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;
}


ul {
  padding: 0;
}




ul:not([class]) {
  margin-bottom: 32px;
  list-style:none;
}
ul > li:not([class]){
  position: relative;
  padding-left: 40px;
  padding-bottom: 16px;
}
ul > li:not([class])::before{
  content: "";
  background-image:url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/images/download.svg");
    width: 24px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    }




/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}
.hs-error-msgs li label {
  color: #DC582A;
  font-size: 16px;
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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: #FF3434;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
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 {
  padding: 15px;
  display: inline-block;
  border-radius: 0;
  background: #eff2f3;
  color: #76878e;
  width: 100%;
}
form.hs-form.stacked {
  margin-bottom: 20px;
}

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 {
  outline: none;
  box-shadow: 0 0 6px #5A677134;
}
form input[type=submit], form .hs-button, button, .button {
  display: inline-block;
  margin-top: 20px;
  width: auto;
}
.hs-error-msgs li label {
  color: #DC582A;
  font-size: 16px;
}
ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}
@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }
}
/* 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 {
  width: 100%;
  max-width: 100%;
}
.desktop-menu {
  background: #333F48;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
  width: 100%;
}
.desktop-menu__left a {
  display: inline-block;
  height: auto;
}
.desktop-menu__left a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width:300px !important;
  display:block;
}
.desktop-contact-btn a {
  font-size: 12px;
  font-weight: 700;
  font-family: 'gothambold';
  line-height: 1.166666666666667;
  letter-spacing: 0;
  color: #FFF;
  padding: 16px 25px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #dc582a;
}
.desktop-contact-btn a:hover {
  color:#fff;
  background:#e9a88e;
}
span.icon-search {
  font-family: 'icomoon'!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span.icon-search:before {
  content: "\e915";
  color: #5a6771;
}

.nav-primary .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
}

.nav-primary .hs-menu-wrapper ul li{
  padding: 0;
  margin: 0;
}

.nav-primary .hs-menu-wrapper ul li:before{
  background:none;
}
.nav-primary .hs-menu-wrapper >ul>li {
  cursor: pointer;
  position: relative;
  float: left;
  display: inline-block;
}
.nav-primary .hs-menu-wrapper >ul>li {
  padding-left: 16px;
  padding-right: 16px;
}
.nav-primary .hs-menu-wrapper >ul>li>a {
  font-weight: 700;
  color: #fff;
  line-height: 1.444444444444444;
  display: block;
  text-decoration: none;
}
.nav-primary .hs-menu-wrapper >ul>li>a:hover{
  color:#fff;
}
.nav-primary .hs-menu-wrapper>ul>li>ul>li {
  cursor:pointer;
}
.header-search {
  background-color: #fff;
  width: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  position: absolute;
  top: auto;
  left: 0;
  z-index: 999991;
  padding: 16px 15px;
  text-align: center;
  border-bottom: 4px solid #DC582A;
}


.header-search {
  display: none;
}
.header-search.intro {
  animation: fade-in-top .6s cubic-bezier(.39,.575,.565,1) both;
  display: block;
}
@keyframes fade-in-top{
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
form.pager-header__search-form {
  max-width: 645px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
}
form.pager-header__search-form input#s {
  color: #76878e;
  line-height: 1.3;
  font-size: 16px;
}
form.pager-header__search-form input#s::placeholder {
  color: #99ABB9;
}
.header-search.intro button {
  min-width: auto;
  background: #333f48;
  padding: 0 20px;
  display: block;
}
i.icon-search {
  font-family: 'icomoon'!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.icon-search:before {
  color: #5a6771;
  content: "\e915";
}
.header-search.intro button {
  margin: 0;
}
.mobile-menu {
  background: #333F48;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
  width: 100%;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-logo-container a {
  max-width: 307px;
  display: inline-block;
  height: auto;
}
.mobile-menu-logo-container a img.hs-image-widget {
  max-width: 100%;
  display: block;
  vertical-align: middle;
  height: auto;
}
.responsive-menu__right-top p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.responsive-menu__right-top a {
  font-weight: 400;
  text-decoration: none;
  color: #dc582a;
}
.responsive-menu__right-top a:hover {
  font-weight: 400;
  text-decoration: none;
  color: #dc582a;
}
.responsive-menu__right-bottom a.desktop-menu__search-toggle {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 0;
}
.responsive-menu__right-bottom .desktop-contact-btn {
  font-size: 12px;
  font-weight: 700;
  font-family: 'gothambold';
  line-height: 1.166666666666667;
  letter-spacing: 0;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
a.responsive-menu-trigger-button {
  top: 10px;   
  width: 32px;
  height: 28px;
  background: none;
  position: absolute;
  cursor: pointer;
  padding: 0!important;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
span.lines {
  display: block;
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 32px;
  top: 1px;
  transition: background-color 0s 0.15s linear;
}
span.lines:before {
  display: block;
  position: absolute;
  background-color: #fff;
  height: 2px;
  content: '';
  width: 32px;
  transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),transform 0.15s cubic-bezier(.55,.055,.675,.19),-webkit-transform 0.15s cubic-bezier(.55,.055,.675,.19);
  top: 14px;
}
span.lines:after {
  top: 7px;
  transition: top 0.3s 0.3s cubic-bezier(.33333,.66667,.66667,1),transform 0.15s cubic-bezier(.55,.055,.675,.19),-webkit-transform 0.15s cubic-bezier(.55,.055,.675,.19);
  display: block;
  position: absolute;
  background-color: #fff;
  height: 2px;
  content: '';
  width: 32px;
}
a.responsive-menu-trigger-button:after {
  content: "MENU";
  display: block;
  font-size: 9px;
  font-weight: 700;
  line-height: 9px;
  color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  text-align: center;
}

a.responsive-menu-trigger-button.close span.lines::before {
  top: 5px;
  left: 2px;
  transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),transform 0.15s 0.32s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.15s 0.32s cubic-bezier(.215,.61,.355,1);
  -webkit-transform: translate3d(0,2px,0) rotate(45deg);
  transform: translate3d(0,2px,0) rotate(45deg);
  width: 28px;
}

a.responsive-menu-trigger-button.close span.lines {
  transition-delay: 0.32s;
  background-color: transparent;
}
a.responsive-menu-trigger-button.close span.lines::after {
  top: 5px;
  left: 2px;
  transition: top 0.3s cubic-bezier(.33333,0,.66667,.33333),transform 0.15s 0.32s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.15s 0.32s cubic-bezier(.215,.61,.355,1);
  -webkit-transform: translate3d(0,2px,0) rotate(-45deg);
  transform: translate3d(0,2px,0) rotate(-45deg);
  width: 28px;
}
a.responsive-menu-trigger-button.close:after {
  content: "CLOSE";
}
.mobile-menu__nav {
  display: none;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  right: 0;
  background: #fff;
  color: #5A6771;
  overflow: hidden;
  border-top: 4px solid #DC582A;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 180px);

}
.mobile-menu__nav.active {
  animation: fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;
}
.mobile-menu__nav.active {
  display: block;
  z-index: 99999;
}
@keyframes fade-in-right{
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.mobile-menu__nav-primary .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
}
.mobile-menu__nav-primary .hs-menu-wrapper >ul>li {
  display: inline-block;
  float: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.mobile-menu__nav-primary .hs-menu-wrapper >ul>li>a {
  color: #5A6771;
  border-bottom: 1px solid #EFF2F3;
  padding: 13px 50px 13px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}
.child-trigger {
  font-size: 7px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 48px;
  width: 48px;
  text-align: center;
  font-family: 'icomoon'!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.child-trigger:before {
  content: "\e91c";
  color: #333F48;
}
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
}
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li>ul>li {
  cursor: pointer;
  float: none;
  padding: 0;
  position: relative;
}
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  text-decoration: none;
  color: #5A6771;
  border-bottom: 1px solid #EFF2F3;
  padding: 13px 50px 13px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background-color: #EFF2F3;
  border-color: #E0E0E0;
}
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li>ul>li>a:hover,
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover
{
  color: #5A6771;
  background-color: #EFF2F3;

}
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li.child-open >a,
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li>ul>li.child-open>a{
  background-color: #333F48;
  color: #fff;
}
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  background-color: #EFF2F3;
  border-color: #E0E0E0;
  color: #5A6771;
  border-bottom: 1px solid #EFF2F3;
  padding: 13px 50px 13px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}
.mobile-menu-btns {
  display: flex;
}
.protect a {
  font-weight: 700;
  font-family: 'gothambold';
  line-height: 1.166666666666667;
  letter-spacing: 0;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #171C20;
  margin-top: 0;
  padding:16px;
  font-size: 9px;
}
.protect a:hover {
  background: #e9a88e;
  color: #fff;
}
.tap-to-call a {
  font-weight: 700;
  font-family: 'gothambold';
  line-height: 1.166666666666667;
  letter-spacing: 0;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding:16px;
  background: #dc582a;
  margin-left: 0;
}
.mobile-menu-btns>div {
  margin-top: 0;
  width: 50%;
}
.tap-to-call a {
  font-size: 9px;
}
.tap-to-call a, .protect a {
  width: 100%;
}
.mobile-nav-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #333F48;
  display: flex;
}
.mobile-contact-btn a {
  font-size: 12px;
  font-weight: 700;
  font-family: 'gothambold';
  line-height: 1.166666666666667;
  letter-spacing: 0;
  color: #FFF;
  padding: 16px 25px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #dc582a;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-contact-btn a:hover{
  color:#fff;
  background: #e9a88e;
}
.mobile-contact-btn a {

  width: 100%;
}
.mobile-contact-btn{
  width:50%;
}
.mobile-nav-btns a.responsive-menu-trigger-button {
  top: 10px;
  right: 22px;
  width: 32px;
  height: 28px;
  background: none;
  position: absolute;
  cursor: pointer;
  padding: 0!important;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
a.mobile-button-search {
  font-size: 18px;
}
i.icon-search {
  transition: opacity .4s ease;
  opacity: 1;
}
i.icon-close {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-family: 'icomoon'!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.icon-close:before {
  content: "\e926";
  color: #fff;
}
a.mobile-button-search {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
a.mobile-button-search:hover i.icon-search:before {
  color: #dc582a;
}
a.mobile-button-search.cross i.icon-search {
  opacity: 0;
}
a.mobile-button-search.cross i.icon-close {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li.child-open>.child-trigger:before, .mobile-menu__nav-primary .hs-menu-wrapper>ul>li>ul>li.child-open> .child-trigger:before {
  color: #fff;
}

.header-search.active {
  display: block;
}
.header-search.fade-in-top {
  -webkit-animation: fade-in-top .3s cubic-bezier(.39,.575,.565,1) both;
  animation: fade-in-top .6s cubic-bezier(.39,.575,.565,1) both;
}
.header-search.fade-out-top {
  -webkit-animation: fade-out-top .4s cubic-bezier(.25,.46,.45,.94) both;
  animation: fade-out-top .7s cubic-bezier(.25,.46,.45,.94) both;
}
@keyframes fade-out-top{
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}
.header-search button {
  margin: 0 !important;
}
.mobile-menu__nav.fade-left-top {
  animation: fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;
  -webkit-animation: fade-in-right .3s cubic-bezier(.39,.575,.565,1) both;
  animation: fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;
}
.mobile-menu__nav.activee {
  display: block;
  z-index: 99999;
}
.mobile-menu__nav.fade-right-top {
  -webkit-animation: fade-out-right .4s cubic-bezier(.25,.46,.45,.94) both;
  animation: fade-out-right .7s cubic-bezier(.25,.46,.45,.94) both;
}
@keyframes fade-out-right{
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}
.tap-to-call a:hover {
  background: #e9a88e;
  color: #fff;
}
.header-search button {
  min-width: auto;
  background: #333f48;
  padding: 0 20px;
}

.header-search button i.icon-search {
  font-size: 16px;
}
.header-search button:hover {
  background: #333f48;
}
form.pager-header__search-form input#s:focus {
  border: 1px solid;
}
form.pager-header__search-form input#s {
  border: 1px solid transparent;
}
.mobile-menu__nav-primary .hs-menu-wrapper>ul>li:not(:first-child)>a {
  padding: 18px 50px 18px 20px;
}
/************************media********************************/

@media only screen and (min-width: 600px){
  .tap-to-call a {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px){
  header {
    z-index: 2000;
  }
  .desktop-menu {
    display: inline-block;
  }
  .mobile-menu-btns {
    display: none!important;
  }
  .mobile-menu {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .mobile-menu__nav {
    height: calc(100% - 124px);
    bottom: 0;
  }
  .responsive-menu__right-top {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 17px;
    line-height: 1.25;
  }
  .responsive-menu__right-bottom {
    position: relative;
    text-align: right;
    padding-right: 45px;
  }
  a.responsive-menu-trigger-button {
    right: 0;
  }
  .mobile-nav-btns {
    display: none;
  }
}
@media (min-width: 1025px){
  header {
    position: fixed;
    top: 0;
  }
  .min-height {
    min-height: 111.7px;
  }
  .desktop-menu {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .desktop-menu__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .desktop-menu__left a {
    max-width: 245px;
  }
  .desktop-menu__bottom {
    display: flex;
    align-items: center;
  }
  form.pager-header__search-form input#s {
    padding-left: 25px;
    padding-right: 25px;
  }
  a.desktop-menu__search-toggle {
    font-size: 18px;
    line-height: 0;
    margin: 0 18px;
    text-decoration: none;
  }
  .nav-primary .hs-menu-wrapper >ul>li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-primary .hs-menu-wrapper >ul>li>a {
    font-size: 14px;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul {
    border: 1px solid #EFF2F3;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 0;
    margin-top: 43px;
    width: 274px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s;
  }
  .nav-primary .hs-menu-wrapper >ul>li.hs-item-has-children:hover >ul{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s,0s,0.3s;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul>li {
    display: block;
    float: none;
    padding: 0;
    position: relative;
  }
  .nav-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>a {
    padding: 10px 32px;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333F48;
    text-decoration: none;
    font-weight: 700;
  }
  .nav-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child>a:after {
    content: '';
    height: 2px;
    width: calc(100% - 64px);
    background: #BECBCF;
    position: absolute;
    bottom: 0;
    left: 32px;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul>li>a {
    color: #76878e;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 32px;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>a:after {
    font-family: 'icomoon'!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e902';
    color: #333F48;
    font-size: .8em;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul>li:hover>a {
    background: #eff2f3;
    transition: all .3s ease;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul>li>ul {
    width: 274px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s;
    padding: 20px 0;
    border: 1px solid #EFF2F3;
    background: #fff;
    position: absolute;
    top: -21px;
    left: 100%;
    margin-top: 0;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s,0s,0.3s;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
    display: block;
    float: none;
    padding: 0;
    position: relative;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    color: #76878e;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 32px;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:hover>a{
    background: #eff2f3;
  }
  .mobile-menu {
    display: none;
  }
  .nav-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover::after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 21px;
    background: transparent;
    height: 47px;
  }
}
@media (max-width: 1366px) and ( min-width:1025px) {

  .min-height {
    min-height: 100.7px;
  }
}
@media (min-width: 1366px){

  .desktop-menu__left a {
    max-width: 300px;
  }
  .nav-primary .hs-menu-wrapper >ul>li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nav-primary .hs-menu-wrapper >ul>li>a {
    font-size: 18px;
  }

}


@media (max-width: 1024px){
  .desktop-menu {
    display: none;
  }
  a.mobile-button-search {
    display: none;
  }
  .responsive-menu__right-bottom a.desktop-menu__search-toggle:hover span.icon-search:before {
    color: #dc582a;
  }
  .header-search button i.icon-search {
    font-size: 14px;
  }
  header.lp-header .mobile-menu {
    padding-bottom: 29px;
    padding-top: 29px;
  }
}


@media (max-width: 767px){
  .responsive-menu__right {
    display: none;
  }
  a.mobile-button-search {
    display: block;
  }
  header.lp-header .mobile-menu {
    padding-bottom: 22px;
    padding-top: 22px;
  }
}


@media (max-width: 425px){
  .mobile-menu-logo-container a {
    max-width: 215px;
    display: inline-block;
    height: auto;
  }
}
footer {
  margin-top: auto;
  position: relative;
  background: #333F48;
  padding-top: 40px;
  overflow: hidden;
}
footer.lp-footer {
  padding-top: 155px;
}
.overlay-tiles__gray {
  width: 100%;
  z-index: 11;
  opacity:.5;
  position: absolute;
  background-image: url("https://22444421.fs1.hubspotusercontent-na1.net/hubfs/22444421/raw_assets/public/CoalfireFederal_October2022/images/download%20hexa.svg");
    }
.bottom-menu-sec {
  background: #171C20;
  padding: 24px 2px;
}
.ftr-row {
  margin-left: -16px;
  margin-right: -16px;
}
.footer-btm-left, .footer-btm-right {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.footer-copyright {
  text-align: right;
  padding: 0;
}
.footer-btm-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-btm-left ul li:before {
  background: none;
}
.footer-btm-left ul li {
  padding: 0;
  margin: 0;
}
.footer-btm-left ul {
  display: flex;
}
.footer-btm-left ul li {
  padding-bottom: 0;
}
.footer-btm-left ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.footer-btm-left ul li a:hover{
  opacity:.8;
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
}
.footer-disclaimer {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}
.ftr-top-row {
  margin-left: -16px;
  margin-right: -16px;
}
.ftr-top-section1, .ftr-top-section3, .ftr-top-section2, .ftr-top-section4 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.footer__logo-container img {
  max-width: 100%;
  height: auto;
  width: 276px !important;
  vertical-align:middle;
}
.footer-contact {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
h5.footer__headline,
h5.footer__headlinee{
  color: #DC582A;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.444444444444444;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #5A6771;
  font-family: gothambold;
}
.footer__meta {
  margin-bottom: 12px;
}
.footer__meta--label {
  color: #fff;
  line-height: 1.625;
  font-size: 16px;
}
.footer__meta--label a {
  color: #fff;
  line-height: 1.625;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.btn a:hover {
  background: #e9a88e;
}
.btn a {
  font-size: 12px;
  font-weight: 700;
  font-family: 'gothambold';
  line-height: 1.166666666666667;
  letter-spacing: 0;
  color: #FFF;
  padding: 16px 25px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #dc582a;
}
.footer-menu {
  padding-top: 16px;
  padding-bottom: 16px;
}
.menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
}
.menu-footer-menu-container ul li {
  padding: 0;
  margin: 0;
}
.menu-footer-menu-container ul li:before {
  background: none;
}
.menu-footer-menu-container ul li {
  list-style: none;
  margin-bottom: 4px;
  padding-left: 0;
  padding-bottom: 0;
}
.menu-footer-menu-container ul li a {
  color: #fff;
  line-height: 1.625;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.footer-socmed {
  padding-bottom: 32px;
}
.footer-socmed>a {
  font-size: 12px;
  font-weight: 700;
  font-family: 'gothambold';
  line-height: 1.166666666666667;
  letter-spacing: 0;
  color: #FFF;
  padding: 16px 25px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: rgba(220, 88, 42, 1.0);
}
.footer-socmed>a:hover {
  background:#e9a88e;
}
.footer-socmed ul {
  padding: 0;
  margin: 0 0 32px;
}
.footer-socmed ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 12px;
}
.footer-socmed ul li:before {
  background:none;
}
.footer-socmed ul li a {
  width: 46px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.footer-socmed ul li a svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
i.icon-linkedin {
  font-family: "icomoon"; 
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
}
i.icon-linkedin:before {
  content: "\e90d";
}
.footer-socmed ul li a:hover {
  color: rgb(220, 88, 42);
}
.footer-socmed ul li a:hover svg path {
  stroke: rgb(220, 88, 42);
}
.footer-disclaimer {
  line-height: 22px;
}
.footer-disclaimer p {
  margin: 0;
  font-size:14px;
}
/********** media********************************************/
@media (min-width: 600px){
  .footer-btm-left, .footer-btm-right {
    width: 100%;
    float:left;
  }
}
@media (min-width: 768px){
  footer {
    padding-top: 130px;
  }
  .bottom-menu-sec {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .ftr-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ftr-top-row {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-btm-left, .footer-btm-right {
    float: left;
    width: 50%;
  }
  .footer-btm-left ul {
    max-width: 100%;
  }
  .footer-btm-left ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer__logo-container {
    text-align: left;
    padding-bottom: 16px;
  }
  .overlay-tiles__gray {
    top: -55px;
    background-size: 768px;
    background-position: center 0;
    height: 115px;
  }
  .ftr-top-section1,
  .ftr-top-section2,
  .ftr-top-section3,
  .ftr-top-section4{
    width: 50%;
    float: left;
  }
  .menu-footer-menu-container ul {
    margin-bottom: 20px;
  }
  .footer-btm-left ul {
    justify-content: flex-start;
    max-width: 100%;
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px)
{
  .ftr-top-section1 {
    order: 1;
  }
  .ftr-top-section2 {
    order: 3;
  }
  .ftr-top-section3 {
    order: 4;
  }
  .ftr-top-section4 {
    order: 2;
  }
  .footer-socmed {
    display: flex;
    align-items: center;
  }
  .footer-socmed ul {
    margin-bottom: 0;
    margin-right: 32px;
  }
}
@media (min-width: 1025px){
  footer {
    padding-top: 219px;
  }
  .footer-btm-left ul li {
    padding-left: 9px;
    padding-right: 9px;
  }
  .overlay-tiles__gray {
    top: -135px;
    background-size: 1920px;
    background-position: center 0;
    height: 287px;
  }
  .footer-copyright {
    text-align: right;
    padding: 0;
  }
  .bottom-menu-sec {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .footer-btm-left ul {
    justify-content: flex-start;
    margin: 0 -9px;
  }
  .ftr-top-section4 {
    width: 16.66666667%;
    float: left;
  }
  .ftr-top-section3 {
    width: 33.33333333%;
    float: left;
  }
  .ftr-top-section1, .ftr-top-section2 {
    width: 25%;
    float: left;
  }
  .footer-contact {
    padding-top: 0;
  }
  .menu-footer-menu-container ul {
    margin-bottom: 32px;
  }
  .footer-menu {
    padding-top: 0;
    padding-left: 81px;
  }
  .footer-socmed {
    padding-left: 23px;
    text-align: right;
  }
  .footer-socmed ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: -12px;
  }
}
@media (max-width: 767px){
  .overlay-tiles__gray {
    display: none;
  }
  .ftr-top-section1, .ftr-top-section2, .ftr-top-section3, .ftr-top-section4 {
    width: 100%;
    float: left;
  }
  .footer__logo-container {
    text-align: center;
    padding-bottom: 16px;
  }
  .footer-btm-left ul {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 300px;
  }
  .footer-copyright {
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
  }
  .bottom-menu-sec {
    padding-bottom: 127px;
  }
  .footer-copyright {
    line-height: 22px;
  }
  .menu-footer-menu-container ul {
    margin-bottom: 16px;
  }
  .footer__logo-container {
    padding-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 600px){
  .bottom-menu-sec {
    padding-bottom: 72px;
  }
}
