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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid {
    padding-left:10px;
    padding-right:10px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "Proxima Nova";
  src: url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/Faruki_June2020/Font/proximanova-regular-webfont.eot) format("embedded-opentype"),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-regular-webfont.woff) format('woff'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-regular-webfont.ttf) format('truetype'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-regular-webfont.svg) format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/Faruki_June2020/Font/proximanova-medium.eot) format("embedded-opentype"),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-medium.woff) format('woff'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-medium.ttf) format('truetype'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-medium.svg) format('svg');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "proxima-extrabold";
  src: url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/Faruki_June2020/Font/proximanova-extrabold-webfont.eot) format("embedded-opentype"),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-extrabold-webfont.woff) format('woff'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-extrabold-webfont.ttf) format('truetype'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/proximanova-extrabold-webfont.svg) format('svg');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "abril_textregular";
  src: url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/abril_text_regular-webfont.woff) format('woff'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/abril_text_regular-webfont.woff) format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "abril_textsemibold";
  src: url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/abril_text_semibold-webfont.woff2) format('woff2'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/abril_text_semibold-webfont.woff) format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FontAwesome";
  src: url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/Faruki_June2020/Font/fontawesome-webfont.eot) format("embedded-opentype"),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/fontawesome-webfont.woff) format('woff'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/fontawesome-webfont.ttf) format('truetype'),
    url(https://7933460.fs1.hubspotusercontent-na1.net/hubfs/7933460/raw_assets/public/Faruki_June2020/fonts/fontawesome-webfont.svg) format('svg');
  font-style: normal;
  font-weight: 400;
}


html {
  font-size: 24px;
}

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

p {
  margin: 0 0 20px;
  line-height: 1.4;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
  line-height: normal;
}

h2 {
  font-size: 1.6rem;
  line-height: normal;
}

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 0px;
  border-style: solid;
  border-width: 2px;
  padding: 14.5px 35px;
  
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  margin: 25px 0;
  white-space: normal;
}

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

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

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

input#hs-pwd-widget-password {
  height: 48px !important;
  max-width: 600px;
  display: block;
}

textarea.hs-input {
  height: auto;
}

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

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

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

form .hs-error-msgs label {
    color: red;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-family: Proxima Nova,Arial,Helvetica,sans-serif;
}
.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1 a {
  font-weight: 700;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.body-wrapper {
  padding-top: 105px;
}
.body-container-wrapper {
  padding-top:18px;
}
.hs-contact-section-one .span12.dnd-column {
  padding: 0 5% 0 10%;
}
.hs-contact-section-one .span12.dnd-column {
  padding: 0 5% 0 10%;
}
.hs-contact-section-one h2 {
  max-width: 970px;
}
.hs-contact-section-one {
  padding-bottom: 100px;
}
.hs-contact-section-two .span4.dnd-column {
  width: 33.33333333%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.google-map {
  padding-bottom: 40px;
}
.google-map iframe {
  display: block;
}
img {
  max-width:100%;
}
.hs-contact-section-two .hs-button {
  border: 2px solid #44bdbd;
  padding: 14.5px 35px;
  border-color: #962a21;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  background: #a92028;
  border-radius: 0;
  margin: 25px 0;
}
.hs-contact-section-two .hs-button:hover {
  background-color: #bf2d2d;
  border-color: #bf2d2d;
}
.cm-page .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom:0;
}
.hs-contact-page .dnd-section > .row-fluid {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}
.body-container .dnd-section[class*="force-full-width"] > .row-fluid,
.banner-section .dnd-section[class*="force-full-width"] > .row-fluid{
  padding-left:0;
  padding-right:0;
}
.hs-contact-page {
  font-weight:500;
}


/* ---------- Two col left ------------------- */
.two-col-cnt {
  float: right;
  padding-bottom: 40px;
  padding-left: 20px;
  width: 879px;
  display: inline;
  padding-right: 20px;
}
.sidebar-left {
  padding-right: 20px;
  padding-top: 58px;
  padding-bottom: 60px;
  width: 280px;
  float: left;
  display: inline;
  padding-left: 20px;
}
.two-col-cnt-grp .page-center {
  max-width: 1200px;
}
.hs-two-col-section-one .dnd-section > .row-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.hs-page-header-grp {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 355px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 1%;
}
.hs-page-header-inner {
  background-color: rgba(120,5,12,.9);
  padding: 35px 49px 47px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 775px;
}
.hs-page-header-inner h1 {
  font-family: 'abril_textregular',Arial,Helvetica,sans-serif;
  font-size: 70px;
  line-height: 1;
  margin: 0 0 15px;
  color: #fff;
}
.hs-two-col-section-one {
  margin-bottom: 20px;
  padding: 0px 136px 0 0;
  font-weight: 500;
  margin-right: -20px;
}
.hs-page-header-grp {
  margin-bottom:70px;
}
.hs-career-section-one .dnd-section > .row-fluid {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}
.hs-career-section-one .dnd-section > .row-fluid > div {
  padding: 0 5% 0 10%;
}
.hs-career-section-one .hs-button {
  margin: 0;
  padding: 14.5px 27px;
}
.hs-career-section-one {
  padding-bottom:100px;
}
.hs-website-section-one {
  font-weight:500;
}
.hs-website-section-one .dnd-section > .row-fluid {
  max-width: 960px;
} 
.hs-page-header-inner p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.hs-two-col-section-one .span6.dnd-column {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.content-with-icon-grp {
  margin: 15px 0 40px;
  min-height: 250px;
  margin-bottom: 0 !important;
  position: relative;
}
.hs-main-two-col-page .content-with-icon-grp {
  min-height: 250px;
}
.iconbox-icon {
  min-height: 250px;
  margin-bottom: 0;
  position: absolute;
  top: 6px;
  text-align: center;
  width: 30px;
}
.iconbox-content {
  margin-left: 30px;
}
.iconbox-content h3 {
  margin: 0 0 18px 0;
}
.iconbox-content a {
  cursor: pointer;
}
.iconbox-content h3 a {
  color: #000;
  font-family: 'abril_textsemibold',Arial,Helvetica,sans-serif;
  font-size: 25px;
}
.iconbox-content a {
  font-weight: 700;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.iconbox-icon i {
  font-size: 12px;
}
.iconbox-icon i {
  margin-top: 0;
  color: #962a21;
}
.iconbox-icon i.boxicon {
  position: relative;
  z-index: 2;
  -ms-transition: all .08s ease-in;
  transition: all .08s ease-in;
  text-align: center;
  display: inline-block;
  color: #962a21;
}
.fa-plus:before {
  content: "\f067";
}
.iconbox-content h3 a:hover {
  color: #6d6e71;
}
.iconbox-content a:hover {
  color: #333;
}
.sidebar-left .hs-menu-wrapper ul {
  display: block;
  font-weight: 500;
  letter-spacing: .04em;
  margin: -10px 0 0;
  margin-top: 20px;
  list-style: none;
  font-size: 0;
}
.sidebar-left .hs-menu-wrapper ul li a {
  color: #000;
  letter-spacing: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-left .hs-menu-wrapper ul ul ul li a {
  padding-left: 5px;
}
.sidebar-left .hs-menu-wrapper > ul > li.active-branch > a {
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.sidebar-left .hs-menu-wrapper > ul.partner-active > li.active-branch > a:hover {
  color: #a92028;
}
.hs-main-two-col-page .sidebar-left .hs-menu-wrapper ul ul li.hs-item-has-children > a {
  color: #a92028;
}
.hs-location-page .sidebar-left .hs-menu-wrapper > ul > li.active-branch > a:hover {
  color: #a92028;
  font-weight: 900;
}
.hs-main-two-col-page .sidebar-left .hs-menu-wrapper ul ul li.active-branch ul li a {
  color: #333;
}
.hs-main-two-col-page .sidebar-left .hs-menu-wrapper ul ul li.active-branch ul li a:hover {
  color: #a92028;
  font-weight: 900;
}
.hs-main-two-col-page .sidebar-left .hs-menu-wrapper ul ul li.active-branch ul li.active > a {
  color: #a92028;
  font-weight: 900;
}
.sidebar-left .hs-menu-wrapper ul ul {
  margin: 0;
}
.sidebar-left .hs-menu-wrapper ul ul li {
  display: block;
  position: relative;
}
.sidebar-left .hs-menu-wrapper ul ul li.active > a {
  border: 0;
  color: #a92028;
  font-weight: 600;
}
.sidebar-left .hs-menu-wrapper ul li a:hover {
  color: #a92028;
  font-weight: 900;
}
.sidebar-left .hs-menu-wrapper ul ul li.hs-locations {
  display: none;
}
.sidebar-left .hs-menu-wrapper > ul > li.active-branch > a:hover {
  color: #000;
}
.sidebar-left .hs-menu-wrapper > ul > li {
  display: none;
}
.sidebar-left .hs-menu-wrapper > ul > li.active,
.sidebar-left .hs-menu-wrapper > ul > li.active-branch{
  display: block;
}
.sidebar-left .hs-menu-wrapper > ul > li.active-branch ul ul {
  display: none;
}
.sidebar-left .hs-menu-wrapper ul ul li.active-branch > ul {
  display: block;
}
.sidebar-left .hs-menu-wrapper ul ul ul li.active > a {
  color: #231f20;
}

.sidebar-left .hs-menu-wrapper > ul > li > ul > li.active-branch > a {
  color: #a92028;
  font-weight: 600;
}
.hs-team-page .sidebar-left .hs-menu-wrapper > ul > li.active-branch > a {
  letter-spacing: 0.12px;
}
.hs-team-page .sidebar-left .hs-menu-wrapper > ul > li > ul > li > a {
  color: #a92028;
}
.hs-practice-area-page .hs-page-header-inner h1 {
  margin-bottom: 15px;
}
.hs-practice-area-page .sidebar-left .hs-menu-wrapper > ul > li.active-branch > a {
  margin-bottom: 3px;
}
.hs-practice-area-page .hs-two-col-section-one .dnd-section h3 {
  margin-bottom: 20px;
}
.hs-page-header-inner p span {
  font: 400 18px Archivo Black,Arial,Helvetica,sans-serif;
  font-size: 25px;
  line-height: normal;
  display: block;
  font-family: "abril_textsemibold",sans-serif;
}
.hs-practice-area-page .hs-two-col-section-one .dnd-section .iconbox-content h3 {
  margin-bottom: 18px;
}
.hs-location-page .hs_cos_wrapper_type_header h1 {
  font-family: 'abril_textregular',Arial,Helvetica,sans-serif;
  font-size: 70px;
  line-height: 1.8;
  margin:20px 0;
  padding-left: 20px;
}
.hs-location-page .hs-two-col-section-one {
  padding-right: 0;
}
.hs-location-page .hs-two-col-section-one .span8.dnd-column {
  width: 66.66666667%;
  padding: 0 20px;
}
.hs-location-page .hs-two-col-section-one .span4.dnd-column {
  width: 33.33333333%;
  margin: 0;
  padding: 0 20px;
}
.hs-page-header-grp.our-people,
.hs-page-header-grp.our-attorneys,
.hs-page-header-grp.our-partners{
  margin-bottom: 70px;
}
.hs-page-header-image{
  display:none;
}
.hs-team-page .hs-page-header-image{
  display:block;
}
.hs-team-page .hs-page-header-grp {
  background-image:none !important;
}
.hs-team-page .two-col-cnt {
  padding-left: 0px;
  padding-right: 0px;
  width: 75%;
}
.hs-team-page .hs-page-header-grp {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  min-height: auto;
}
.hs-team-page .hs-page-header-grp img {
  vertical-align: middle;
}
.hs-team-page .hs-page-header-inner {
  padding: 10px 20px 12px;
  width: 355px;
  bottom: -20px;
  left: 0;
}
.hs-team-page .hs-page-header-inner h3 {
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 500;
  font-family: "abril_textsemibold",sans-serif;
  color:#fff;
}
.hs-team-page .hs-page-header-inner h1 {
  font-size: 24px;
  line-height: 1;
  font-family: "abril_textsemibold",sans-serif;
  color:#fff;
}
.hs-team-page .two-col-cnt-inner {
  padding-top: 33px;
}
.hs-team-page .hs-two-col-section-one .span8.dnd-column {
  width: 66.66666667%;
  padding-left: 20px;
  padding-right: 20px;
}
.hs-team-page .hs-two-col-section-one .span4.dnd-column {
  width: 33.33333333%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.hs-team-page .hs-two-col-section-one {
  padding-right: 0;
}
.hs-team-page .two-col-cnt-inner .span8.dnd-column .hs_cos_wrapper_type_rich_text p {
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
  font-size: 20px;
}
.hs-team-page .two-col-cnt-inner .hs_cos_wrapper_type_rich_text h4 {
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0;
  padding-top: 6px;
}
.hs-team-page .two-col-cnt-inner .span4.dnd-column .hs_cos_wrapper_type_rich_text p {
  margin-bottom:10px;
}
.hs-team-page .two-col-cnt-inner .hs-button {
  padding: 15.5px 20px;
  margin: 0;
}
.hs-team-page .two-col-cnt-inner .span4.dnd-column .hs_cos_wrapper_type_rich_text h5 {
  padding: 20px 0 30px;
}
.hs-team-page .two-col-cnt-inner .span4.dnd-column .hs_cos_wrapper_type_rich_text a {
  font-weight: 700;
  display: inline-block;
}
.hs-team-page .two-col-cnt-inner .span4.dnd-column .hs_cos_wrapper_type_rich_text a:hover {
  color: #6d6e71;
}
.hs-team-page .cm-col-wrap {
  padding-bottom:100px;
  padding-left: 25px;
}
.hs-team-page .hs-two-col-section-one {
  margin-right: 0;
}
.hs-team-page .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
}
.hs-team-page .hs_cos_wrapper_type_linked_image img {
  vertical-align: bottom;
}
.hs-team-page .sidebar-left {
  width: 25%;
}
.team-grp {
  padding-top: 30px;
}
.hs-page-header-inner h6 {
  font-size: 14px;
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  letter-spacing: .04px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.hs-page-header-inner h2 {
  font-family: 'abril_textregular',Arial,Helvetica,sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.hs-two-col-section-one .dnd-section {
  padding-top: 70px;
  padding-bottom: 0;
}
.hs-two-col-section-one .dnd-section h3 {
  margin-bottom: 15px;
}
.hs-two-col-section-one h6 a {
  cursor:pointer;
}
.hs-two-col-section-one h6 a:hover {
  color: #999;
}
.hs-page-header-inner > *:last-child {
  margin-bottom: 0;
}
.hs-team-page ul {
  margin: 0;
  padding: 0;
}
.hs-team-page .two-col-cnt-inner .span3.dnd-module{
  padding-left: 20px;
  padding-right: 20px;
  width:25%;
  margin:0;
  float:left;
}
.hs-team-page .two-col-cnt-inner .span3.dnd-module .widget-type-linked_image {
  text-align:center;
}
.hs-team-page .two-col-cnt-inner .span3.dnd-module .widget-type-linked_image img{
  max-height: 130px;
  width: auto;
}

.hs-shop-section-one h4{
  font-size: 16px;
  font-family: Lora,Arial,Helvetica,sans-serif;
  text-transform: none;
  font-weight: inherit;
  line-height: 1.8;
}
.hs-shop-section-one .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-shop-section-one .span8.dnd-column {
  float: left;
  width: 66.66666667%;
  padding: 0 20px;
  margin: 0;
}

.hs-shop-section-one .span4.dnd-column {
  margin: 0;
  width: 33.33333333%;
  padding: 0 20px;
}

.product-item-inner {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.product-item-inner a {
  display: block;
}
.catimage-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  display: block;
  background-position: center center;
  background-size: cover;
  transition: transform .4s ease;
  height: 280px;
}
.catimage-overlay {
  background: rgba(255,255,255,0);
  padding: 0 10%;
  transition: background .4s ease;
  height: 280px;
}
.catimage-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: bottom;
  background: rgba(0,0,0,0);
  color: #333;
  width: 100%;
  text-align: left;
  padding: 20px;
  transition: all .2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.product-item-inner:hover .catimage-image {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-item-inner:hover .catimage-overlay {
  background: rgba(255,255,255,.5);
}
.product-item-inner:hover .catimage-text {
  background: #962a21;
  color: #fff;
  padding: 20px 30px;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
  font-weight: 700;
}
.hs-shop-section-one .widget-type-text {
  text-align: left;
  margin: 0 0 60px;
  font-family: 'Lora',Arial,Helvetica,sans-serif;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 700;
  position: relative;
}
.hs-shop-section-one .widget-type-text:after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 20px;
  bottom: -20px;
  background-color: #962a21;
}
.hs-shop-section-one .span3.dnd-module {
  display: inline-block;
  width: 25%;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 20px 14px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  letter-spacing: normal;
  vertical-align: top;
}
.hs-shop-section-one .span3.dnd-module h6 {
  display: block;
  font-size: 18px;
  margin: 0;
  color: #444;
  border: 0;
  padding: 0;
  font-weight: 600;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
  line-height: 34px;
}
.hs-shop-section-one .span3.dnd-module h6 del {
  color: #999;
  font-size: 12px;
  margin-right: 10px;
}
.hs-shop-section-one .span3.dnd-module a {
  position: relative;
  overflow: hidden;
  display: block;
}
.hs-shop-section-one .span3.dnd-module a:hover h2,
.hs-shop-section-one .span3.dnd-module a:hover h6 {
  color: #333;
}
.hs-shop-section-one .span3.dnd-module a > span {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 110px;
  text-align: center;
  background: #44bdbd;
  color: #fff;
  display: block;
  margin: -40px -48px 0 0;
  padding: 60px 0 4px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 9;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #962a21;
}
.hs-shop-section-two {
  border-top: 1px solid #efefef;
}
.hs-shop-section-two h2 {
  font-family: Lora,Arial,Helvetica,sans-serif;
  text-transform: none;
  font-weight: inherit;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
.hs-shop-section-two p {
  margin: 0 0 20px 0;
  color: #999999;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  font-family: Lora,Arial,Helvetica,sans-serif;
}
.hs-shop-section-one .span3.dnd-module img {
  width: 100%;
}
.hs-shop-section-one .widget-type-text {
  padding-left: 20px;
  padding-right: 20px;
}
.content-with-icon-grp {
  min-height: auto;
}

.hs-practice-area-page .hs-two-col-section-one .span6.dnd-column ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
  margin-left: 10px;
  margin-bottom:35px;
}
.hs-practice-area-page .hs-two-col-section-one .span6.dnd-column ul li {
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif !important;
  font-size: 16px;
}
.hs-practice-area-page .iconbox-icon {
  min-height: auto;
}
.hs-practice-area-page .content-with-icon-grp {
  min-height: auto;
  margin-bottom: 40px !important;
  margin-top: 55px;
}
.hs-practice-area-page .hs-page-header-grp.white-collar-crime {
  margin-bottom: 0;
}
.hs-two-col-section-one .dnd-section h3 {
  margin-bottom: 18px;
}
.hs-practice-area-page .hs-two-col-section-one .hs-button {
  margin: 25px 15px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-left: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.hs-home-page .span6.dnd-column {
  width: 50%;
  padding: 0 20px;
  margin: 0;
  font-weight:500;
}
.hs-home-section-one .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-home-section-one .span6.dnd-column h3 a {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  letter-spacing: .2px;
}
.hs-home-section-one .span6.dnd-column a:hover {
  color: #333;
}
.hs-home-section-one .span6.dnd-column h3 a:hover {
  color: #962a21;
}
.hs-home-section-one .span6.dnd-column h4 {
  color: rgb(0, 0, 0);
  font-size: 17px;
  line-height: 26px;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}
.hs-home-section-one .span6.dnd-column h4 a {
  color: rgb(0, 0, 0);
}
.hs-home-section-one .span6.dnd-column a{
  font-weight:700;
}
.hs-home-section-one .dnd-section {
  padding-top: 70px;
}
.ctf-tweet-text-media-wrap {
  margin-left: 5px;
  padding: 0 1px 0 4px;
  display: inline-block;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.15);
  color: inherit;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 2px;
  transition: background .1s ease-in-out;
}
.ctf-tweet-text-media-wrap i {
  padding-left: 3px;
}
.fa-picture-o:before {
  content: "\f03e";
}
.ctf-tweet-text-media-wrap:hover {
  background: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.1);
  transition: background .1s ease-in-out;
}
.hs-home-section-one .span6.dnd-column h4 + p {
  padding-bottom: 6px;
}
.hs-home-section-two .page-header.section-header {
  padding-bottom: 49px;
  padding-left: 14px;
  border-bottom: 5px solid #005d7e;
}
.hs-home-section-two .page-header.section-header h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #282424;
  white-space: normal;
}
.hs-home-section-two .page-header.section-header p {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'abril_textregular',Arial,Helvetica,sans-serif;
  margin: 0;
}
.hs-home-section-two .iconbox-icon {
  min-height: auto;
}
.hs-home-section-two .content-with-icon-grp {
  margin-bottom: 75px !important;
  margin-top: 0;
}
.hs-home-section-two .iconbox-content h3 a {
  font-weight: 700;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
  font-size: 20px;
}
.hs-home-section-two .iconbox-content h3 a:hover {
  color: #6d6e71 !important;
}
.hs-home-section-one .span6.dnd-column:nth-child(2) {
  margin-bottom: 100px;
}
.hs-home-section-two {
  padding-top: 54px;
  padding-bottom: 55px;
}
.hs-home-section-two .dnd-section > .row-fluid {
  padding-left:0;
  padding-right:0;
}
.hs-home-section-three .dnd-section {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding-left: 20px;
}
.hs-home-section-three .dnd-section > div {
  width: 100%;
}
.hs-home-section-three .dnd-section > .row-fluid {
  max-width: 1150px;
  padding: 0;
}
.hs-home-section-three h2 {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 25px 0 33px;
  margin-bottom: 25px;
}
.hs-home-section-three p {
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
}
.hs-home-section-three {
  font-weight: 500;
}
.hs-home-section-three h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 97%;
  height: 5px;
  background-color: #005d7e;
}
.hs-home-section-three .hs-button {
  margin-top: 35px;
  margin-bottom: 0;
  padding: 14.5px 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.hs-home-section-four {
  padding: 115px 0;
}

.hs-home-section-four .dnd-section > .row-fluid {
  max-width: 1024px;
  padding: 0;
}
.hs-home-section-four .dnd-section {
  padding: 0;
}
.hs-home-section-four .span12.dnd-column > .dnd-row {
  padding: 30px 0;
}
.hs-home-section-four .widget-type-header {
  padding: 20px 0 20px 20px;
  border-left: 5px solid #005d7e;
}
.hs-home-section-four .widget-type-header h1 {
  line-height: 1.2;
  font-size: 35px;
  margin:0;
}
.hs-home-section-four .content-with-icon-grp {
  min-height: auto;
  padding-bottom: 10px;
}
.hs-home-section-four .iconbox-content p {
  margin: 0;
}
.hs-home-section-four .iconbox-content h3 {
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  font-size: 20px;
  margin: 0 0 18px 0t;
}
.hs-home-section-four .iconbox-content h3 a {
  font-size: 20px;
  text-transform: none;
  font-weight: 700;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
}
.hs-home-section-four .iconbox-icon {
  top: -5px;
  min-height: auto;
}
.hs-home-section-four .iconbox-content h3 strong {
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.hs-home-section-four blockquote {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-size: 35px;
  color: #adadad;
  border: none;
  padding: 0 20px;
  padding-right: 37px;
}
.hs-home-section-four blockquote h2 {
  line-height: 1.31;
  font-size: 35px;
  position: relative;
  display: inline;
  vertical-align: middle;
}
.hs-home-section-four blockquote h2:before {
  content: '“';
  top: 3px;
  left: -15px;
  position: absolute;
  font-family: "abril_textsemibold",sans-serif !important;
  font-size: 35px;
  color: #000;
}
.hs-home-section-four blockquote h2:after {
  content: '”';
  bottom: 0;
  right: -10px;
}
.hs-home-section-four blockquote p {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif !important;
  margin: 0 !important;
  padding: 1px 0 1px 20px;
  border-left: 4px solid #e6e6e6;
}
.hs-home-section-four blockquote h4 {}

.hs-home-section-four .hs-button {
  margin:0;
  margin-bottom: 200px;
}
.hs-home-section-six {
  margin-bottom: 95px;
}
.hs-home-section-six .dnd-section {
  background-repeat: repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 100vh;
  padding: 0;
  padding-left: 14px;
}

.hs-home-section-six .dnd-section > .row-fluid {
  max-width: 1150px;
  padding: 0;
}
.cm-recent-post-area {
  max-width: 454px;
  padding-top: 25px;
}
.cm-recent-post-title h2 {
  padding: 0 15px 0;
  line-height: 1;
  margin: 0;
}
.cm-recent-post-byline {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-recent-post-byline strong {
  display: inline-block;
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.cm-recent-post-byline strong + strong {
  margin-left: 22px;
}

.cm-recent-post-title {
  padding-bottom: 10px;
}

.cm-recent-post-summary {
  border-top: 5px solid #005d7e;
  padding: 22px 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3em;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
  margin-bottom: 20px;
}

.cm-recent-post-summary > p {
  background-color: transparent !important;
}

.cm-recent-post-summary > *:last-child {
  margin: 0;
}

.recnt-post-btn-grp .recnt-post-btn {
  padding: 15px 28px 15px 28px;
  letter-spacing: 0;
  font-size: 16px;
  margin: 0;
}

.recnt-post-btn-grp {
  padding-left: 15px;
}

.recnt-post-btn-grp .recnt-blog-link {
  font-weight: 700;
  text-transform: capitalize;
  color: #a92028;
  background-color: transparent;
  padding: 20px 13px;
  border: 0;
  letter-spacing: 0;
  margin-left: 15px;
}

.recnt-post-btn-grp .recnt-blog-link:hover {
  color: #6d6e71;
}
.hs-home-section-five .dnd-section {
  padding: 0;
}

.hs-home-section-five .dnd-section > .row-fluid {
  max-width: 1160px;
  padding: 75px 0;
  border: 5px solid #005d7e;
}

.hs-home-section-five .span12.dnd-column {
  max-width: 1024px;
  margin: 0 auto;
  float: none;
}

.hs-home-section-five .span12.dnd-column > .dnd-row {
  margin-bottom: 100px;
}

.hs-home-section-five .span12.dnd-column > .dnd-row:last-child {
  margin-bottom: 0;
}

.hs-home-section-five {
  line-height: 1.2;
}

.hs-home-section-five h2 {
  line-height: 1.2;
}

.hs-home-section-five p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.hs-home-section-five .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 0 20px;
}

.hs-home-section-five .span4.dnd-column {
  padding-left: 20px;
  padding-right: 20px;
  width: 33.33333333%;
  margin: 0;
}

.hs-home-section-five .widget-type-linked_image {
  padding: 0 45px;
}

.hs-home-section-five .widget-type-linked_image img {
  display: inline-block;
  vertical-align: middle;
}
p.header {
  position: static !important;
  background: transparent !important;
  min-height: auto !important;
  padding: 0 !important;
}
.hs-practice-area-page .hs_cos_wrapper_type_rich_text a:hover {
  color: #333;
}
.hs-team-page .hs-two-col-section-one .span3.dnd-column {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 25%;
  float: left;
}

/* ---------- Two col left End ------------------- */

@media(max-width:1199px) and (min-width:960px){
  .hs-contact-page .dnd-section > .row-fluid,
  .two-col-cnt-grp .page-center,
  .hs-career-section-one .dnd-section > .row-fluid{
    max-width: 960px;
  }
  .hs-website-section-one .dnd-section>.row-fluid {
    max-width: 940px;
  }

}
@media(max-width:1199px) {
  .hs-page-header-inner {
    width: 698px;
  }
  .hs-two-col-section-one {
    padding-right: 0;
  }
  .two-col-cnt {
    width: 699px;
  }
  .sidebar-left {
    width: 240px;
  }

}

@media(max-width:959px) and (min-width:768px){
  .hs-contact-page .dnd-section > .row-fluid,
  .two-col-cnt-grp .page-center,
  .hs-career-section-one .dnd-section > .row-fluid{
    max-width: 768px;
  }
  .hs-website-section-one .dnd-section > .row-fluid{
    max-width: 748px;
  }
  .hs-main-two-col-page .sidebar-left {
    padding-top: 0;
    padding-left: 20px;
  }
  .hs-practice-area-page sidebar-left {
    padding-top: 0;
  }

}
@media(max-width:959px){
  .body-wrapper {
    padding-top: 102px;
  }
  .two-col-cnt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .two-col-cnt-grp .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-team-page .sidebar-left {
    padding-top:0;
  }
  .hs-team-page .sidebar-left .hs-menu-wrapper ul {
    margin-top:10px;
  }
  .hs-shop-section-one .span3.dnd-module {
    width: 50%;
  }
  .hs-shop-section-two p {
    font-size: 18px;
  }
  .hs-home-section-four .hs-button {
    margin-bottom: 40px;
  }
  .hs-page-header-grp {
    margin-right: -20px;
    margin-left: -20px;
  }
  .systems-page .success {
    min-width: 100%;
  }
  .systems-page h2 {
    font-size:22px;
  }

}
@media(max-width:767px){
  .hs-contact-section-one {
    padding-top: 40px;
  }
  .body-container-wrapper {
    padding-top: 0;
  }
  .hs-contact-section-one h2 {
    max-width: 100%;
  }
  .hs-contact-section-two {
    padding-top: 40px;
  }
  .hs-contact-section-two .span4.dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .hs-contact-section-two .span4.dnd-column:last-child {
    margin-bottom: 0;
  }
  .hs-contact-section-one .span12.dnd-column {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-contact-page {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-page-header-inner h1 {
    font-size: 35px;
  }
  .hs-page-header-inner {
    bottom: -20px;
    left: 0;
    width: auto;
    padding: 20px;
  }
  .hs-page-header-grp {
    margin-left: -20px;
    margin-right: -20px;
  }
  .hs-page-header-grp {
    min-height: 350px;
    background-position: top center;
  }
  .hs-page-header-grp {
    margin-bottom:40px;
  }
  .sidebar-left {
    display: none;
  }
  .hs-career-section-one .dnd-section > .row-fluid > div {
    padding: 0;
  }
  .hs-career-section-one {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-page-header-inner p {
    font-size: 16px;
  }
  .hs-two-col-section-one .span6.dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .iconbox-content {
    padding-right: 10px;
  }
  .hs-two-col-section-one {
    margin-right: 0;
  }
  .hs-website-section-one .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-location-page .hs_cos_wrapper_type_header h1 {
    padding-left: 0;
  }
  .hs-location-page .hs-two-col-section-one .span8.dnd-column {
    width: 100%;
    padding: 0;
  }
  .hs-location-page .hs-two-col-section-one .span4.dnd-column {
    width: 100%;
    padding: 0;
  }
  .hs-location-page .two-col-cnt-grp .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-page-header-grp.our-people,
  .hs-page-header-grp.our-attorneys,
  .hs-page-header-grp.our-partners{
    margin-bottom: 0;
  }
  .hs-team-page .two-col-cnt {
    width: 100%;
  }
  .hs-team-page .cm-col-wrap {
    padding-left: 0;
  }
  .hs-team-page .hs-two-col-section-one .span8.dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom:40px;
  }
  .hs-team-page .hs-two-col-section-one .span4.dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom:40px;
  }
  .hs-team-page .cm-col-wrap {
    padding-bottom: 40px;
  }
  .hs-team-page .widget-type-linked_image {
    display: block;
    margin-bottom:40px;
  }
  .hs-team-page .hs-page-header-grp {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .hs-team-page .hs-page-header-inner {
    padding: 12px 20px;
    max-width: 100%;
  }
  .hs-team-page .hs-page-header-inner h3 {
    font-size: 10px;
  }
  .hs-team-page .hs-page-header-inner h1 {
    font-size: 22px;
  }
  .hs-team-page .hs-two-col-section-one .span4.cm-col-space {
    margin-bottom:0;
  }
  .hs-page-header-inner h2 {
    font-size: 30px;
  }
  .hs-two-col-section-one .dnd-section {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .hs-team-page .hs_cos_wrapper_type_linked_image {
    display: block;
    text-align: left;
  }
  .hs-shop-section-one .span3.dnd-module {
    width: 50%;
  }
  .hs-shop-section-one .span3.dnd-module img {
    width: 100%;
  }
  .hs-shop-section-two p {
    font-size: 18px;
  }
  .hs-shop-section-one {
    padding: 0 10px;
  }
  .hs-shop-section-one .span8.dnd-column {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .hs-shop-section-one .span4.dnd-column {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .product-item-inner {
    height: 200px;
  }
  .catimage-image,
  .catimage-overlay{
    height: 200px;
  }
  .hs-shop-section-one .widget-type-text {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-shop-section-one .widget-type-text:after {
    left: 0;
  }
  .hs-shop-section-one .span3.dnd-module {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-shop-section-two p {
    font-size: 16px;
  }
  .hs-shop-section-two {
    padding-top: 40px;
  }
  .hs-home-page {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-home-page .span6.dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-home-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-home-page .span6.dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-home-section-two .content-with-icon-grp {
    margin-bottom: 0 !important;
  }

  .hs-home-section-two .content-with-icon-grp p {
    margin: 0;
  }

  .hs-home-section-two .page-header.section-header {
    margin-bottom: 20px;
  }

  .hs-home-section-two {}

  .hs-home-section-four img {
    width: 100% !important;
    display: block;
    height: 100%;
  }

  .hs-home-section-four .widget-type-header {padding: 40px 0 20px 20px;border-left: 0;border-top: 5px solid #005d7e;margin-bottom: 0 !important;margin-top: 30px;}

  .hs-home-section-four .dnd-module {
    display: block !important;
  }

  .hs-home-section-four .span12.dnd-column>.dnd-row {
    padding: 0;
  }

  .hs-home-section-four .content-with-icon-grp {
    margin-bottom: 40px !important;
  }

  .hs-home-section-four blockquote {
    margin-bottom: 40px !important;
  }

  .hs-home-section-five .span4.dnd-column {
    width: 100%;
    float: none;
  }

  .hs-home-section-five .widget-type-linked_image {
    padding: 0;
  }

  .hs-home-section-five .span4.dnd-column > div {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }

  .hs-home-section-five .dnd-section>.row-fluid {
    border-left: 0;
    border-right: 0;
  }

  .hs-home-section-five .span4.dnd-column .dnd-module {
    display: block !important;
  }

  .hs-home-section-six .dnd-section {
    padding-bottom: 50px;
    min-height: 70vh;
    height:auto;
  }

  .hs-home-section-three .dnd-section {
    padding-bottom: 50px;
    min-height: 70vh;
    height:auto;
    background-size: 158% 46% !important;
    background-repeat: no-repeat !important;
    background-position: 100% 0 !important;
    padding-top: 430px;
  }

  .hs-home-section-three h2 br {
    display: none;
  }

  .hs-home-section-three p {
    font-size: 18px;
    font-weight: 400;
  }
  .team-grp {
    padding-top: 0;
  }
  .hs-practice-area-page .hs-page-header-inner h1 {
    font-size: 35px;
  }
  .hs-practice-area-page .hs-page-header-inner p {
    font-size: 16px;
  }
  .hs-practice-area-page .hs-two-col-section-one .span6.dnd-column ul {
    margin-left:20px;
    margin-bottom:0;
  }
  .hs-practice-area-page .hs-page-header-grp.white-collar-crime {
    margin-bottom: 40px;
  }
  .hs-practice-area-page .content-with-icon-grp {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hs-practice-area-page .hs-two-col-section-one .hs-button {
    margin-left:20px;
  }
  .hs-team-page .hs-two-col-section-one .cm-col-wrap-3 {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .hs-team-page .span4.dnd-column .widget-type-linked_image {
    display: block;
    margin-bottom: 0;
  }
  .hs-home-section-five .span4.dnd-column {
    margin-bottom: 40px;
  }
  .hs-home-section-five .dnd-section > .row-fluid {
    padding-bottom:0;
  }
  
}

@media(max-width:479px){
  .hs-contact-section-two .hs-button {
    margin: 0;
  }
  .iconbox-content h3 a {
    font-size:20px;
  }
  .hs-location-page .hs_cos_wrapper_type_header h1 {
    font-size:60px;
  }
  .hs-team-page .two-col-cnt-inner .span3.dnd-module {
    width:50%;
  }
  .hs-team-page .two-col-cnt-inner .span3.dnd-module:nth-child(odd) {
    clear: left;
  }
  .hs-home-section-one h1 {
    font-size: 40px;
  }

  .hs-home-section-two .page-header.section-header h1 {
    font-size: 36px;
  }

  .hs-home-section-two .page-header.section-header {
    padding-left: 0;
  }

  .hs-home-section-one .span6.dnd-column:nth-child(2) {
    margin-bottom: 0;
  }

  .hs-home-section-two .page-header.section-header {
    border-bottom: navajowhite;
  }

  .hs-home-section-four .widget-type-header {
    padding-left: 0;
    margin-bottom: 40px !important;
  }

  .hs-home-section-four .widget-type-header h1 {
    font-size: 32px;
  }

  .hs-home-section-four blockquote h2 {
    font-size: 32px;
  }

  .hs-home-section-four {
    padding-bottom: 0;
    padding-top: 0;
  }

  .hs-home-section-five h2 {
    font-size: 32px;
  }
  .hs-home-section-five .hs_cos_wrapper_type_rich_text {
    padding: 0;
  }
  .hs-home-section-five .span4.dnd-column>div {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .cm-recent-post-title h2 {
    font-size: 32px;
  }
  .hs-home-section-six .dnd-section {
    padding-left: 0;
  }
  .hs-home-section-four blockquote {
    padding-right: 0;
  }
  .recnt-post-btn-grp .recnt-post-btn {
    padding: 15px 15px;
  }
  .hs-practice-area-page .iconbox-content h3 a {
    font-size: 25px;
  }
  .hs-team-page .two-col-cnt-inner .span8.dnd-column .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
  }
  .hs-team-page .hs-two-col-section-one .span3.dnd-column {
    width: 50%;
  }
  .accordion-cnt-area-inner {
    word-break: break-word;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}
.header__container {
  margin: 0 auto;
}
.header {
  position: fixed;
  background-color: #000;
  min-height: 87px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 27px;
}

.lp-header .custom-mobile-logo {
  display: block;
  text-align: center;
}

@media (min-width: 960px) {
  .nav-trigger-outer,
  .custom-mobile-logo{
    display:none;
  }
  .header.home-header-scroll {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: .3s;
  }
  .smaller .header.home-header-scroll{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header-home {
    position: absolute;
    z-index: 20;
    padding-top: 30px;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1.9;
  }
  .header-home-inner {
    max-width: 1031px;
    margin: 0 auto;
  }
  .header-home-inner .hs-menu-wrapper > ul {
    float: right;
    margin: 0;
    display: block;
    list-style: none;
    font-family: 'Proxima Nova',Arial,Helvetica,sans-serif !important;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 3px;
  }

  .header-home-inner .hs-menu-wrapper > ul > li {
    float: left;
    padding: 0 20px;
    line-height: 25px;
    position: relative;
  }

  .header-home-inner .hs-menu-wrapper > ul > li > a {
    font-weight: 700;
    font-size: 13px;
    padding: 0 0 6px;
    font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: inherit;
    display: inline;
  }
  

  .header-home-inner .hs-menu-wrapper > ul > li > a:hover {}

  .header-home-inner .hs-menu-wrapper > ul > li > a:hover {
    color: #a92028;
  }
  .header-home-inner .hs-menu-wrapper > ul ul {
    position: absolute;
    top: 100%;
    z-index: 10;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    padding: 11px 20px 10px;
    margin-left: 0;
    background-color: #000;
    color: #fff;
    transition: .3s;
    left: -20px;
    margin-top: 2px;
  }
  .header-home-inner .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header-home-inner .hs-menu-wrapper > ul ul li {
    position: relative;
    padding: 2px 0;
    width: 100%
  }

  .header-home-inner .hs-menu-wrapper > ul ul li a {
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    padding: 0;
    text-transform: uppercase;
    display: inline;
    font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
  }
  .header-home-inner .hs-menu-wrapper>ul ul li a:hover {
    color: #a92028;
  }

}
/* Mobile Styles */

@media (max-width: 959px) {
  .header-home {
    display:none;
  }
  .header {
    position: absolute;
    min-height: 60px;
    padding-top: 10px;
    top:0;
  }
  header.header {
    background: transparent;
  }
  header.header .header__logo.custom-mobile-logo {
    display: none;
  }
  .nav-trigger-outer {
    position: fixed;
    top: 0;
    z-index: 999;
    display: inline-block;
    width: 104px;
    height: 101px;
  }
  .nav-trigger-outer:after {
    position: absolute;
    z-index: -1;
    left: -136px;
    top: -127px;
    width: 241px;
    height: 227px;
    background: #000;
    border-radius: 50%;
    content: "";
  }
  .nav-trigger {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 15px;
    margin: 28px 0 0 25px;
    cursor:pointer;
  }
  .nav-trigger span {
    position: absolute;
    display: block;
    height: 5px;
    width: 100%;
    background: #fff;
    transition: top .2s .25s,left .2s .25s,opacity .2s .25s,transform .2s 0s;
  }
  .nav-trigger span:nth-child(1) {
    top: 0;
  }
  .nav-trigger span:nth-child(2) {
    top: 9px;
  }
  .custom-mobile-logo {
    text-align: center;
    padding: 0 100px;
  }
  .custom-mobile-logo img {
    max-width: 167px;
    width:100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
  padding:0;
}
.footer-inner {
  padding: 76px 0 79px;
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid #000;
}
.footer-shell {
  max-width: 1031px;
  margin: 0 auto;
}
.footer-columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 22px;
}
.footer-columns {
  padding: 0 19px;
}
.footer-columns:nth-child(1) {
  flex: 0 1 32.62%;
}
.footer-columns:nth-child(2) {
  flex: 0 1 22.75%;
}
.footer-columns:nth-child(3) {
  flex: 0 1 22.21%;
}
.footer-columns:nth-child(4) {
  flex: 0 1 17%;
}
.footer-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 5px;
  margin: -10px 0 24px;
}
.footer-columns ul li {
  border-bottom: 1px solid #666;
  position: relative;
  border-bottom-color: #fff;
  padding: 2px 0 3px;
  font-size: 14px;
}
.footer__copyright {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.68;
}
.footer-columns > div {
  margin-bottom: 24px;
}
.footer-columns h3 {
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 13px;
  margin: 0 0 13px;
  color: #000;
}
.footer-columns p {
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 1.68;
  margin: 0;
}
.footer-columns p:last-child {
  padding-bottom: 0;
}
.footer-columns p a:hover {
  text-decoration: underline;
}
.footer-columns p:nth-child(2) {
  line-height: 1.9;
}

@media(max-width:1023px){
  .footer-columns:nth-child(1) {
    flex: 0 1 25.92%;
  }
  .footer-columns:nth-child(2) {
    flex: 0 1 22.95%;
  }
  .footer-columns:nth-child(3) {
    flex: 0 1 22.95%;
  }
}

@media(max-width:767px){
  .footer-columns:nth-child(1),
  .footer-columns:nth-child(2),
  .footer-columns:nth-child(3),
  .footer-columns:nth-child(4) {
    flex: 0 1 50%;
  }
  .footer-columns {
    padding: 0;
  }
  .footer-inner {
    padding: 60px 0 20px;
  }
  .footer-columns > div {
    margin-bottom: 40px;
  }
  .footer__container {
    padding: 0;
  }
  
}
@media(min-width:491px){
  .footer-columns h3 + div {
    display: block !important;
    height: 100% !important;
    padding: 0 !important;
  }
}
@media(max-width:490px){
  .footer {
    background-color: #e5e5e5 !important;
  }
  .footer-columns-wrapper {
    position: relative;
    padding-top: 50px;
    padding-left: 0;
  }
  .footer-columns:nth-child(1) {
    order: 4;
    padding-top: 20px;
  }
  .footer-columns:nth-child(1), 
  .footer-columns:nth-child(2),
  .footer-columns:nth-child(3),
  .footer-columns:nth-child(4) {
    flex: 0 1 100%;
  }
  .footer-columns:first-child > div.footer__copyright {
    position: relative;
    padding: 0 20px;
    margin-bottom: 18px;
  }
  .footer-columns ul {
    padding: 0 18px 0 23px;
  }
  .footer-columns ul li {
    border-bottom: navajowhite;
  }
  .footer-columns > div {
    position: relative;
    padding: 0 20px;
    border-top: 1px solid #fff;
    margin-bottom: 11px;
  }
  .footer-columns:first-child >div {
    margin-bottom: 40px;
    border: none;
    padding: 0;
  }
  .footer-columns h3 + div {
    display:none;
  }
  .footer-columns h3 {
    position:relative;
  }
  .footer-columns h3:after {
    content: '+';
    position: absolute;
    top: 12px;
    right: 0;
    color: #b34749;    
    font-family: Lora,Arial,Helvetica,sans-serif;
    font-weight: 700;
  }
  .footer-columns h3.active:after {
    content: '-';
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper{
  max-width: 1200px;
  padding: 0;
  padding-top: 18px;
}
.blog-sidebar.span3 {
  margin-right: -21px;
  padding-right: 40px;
  padding-bottom: 60px;
  width: 300px;
  padding-top: 58px;
  padding-left: 20px;
  padding-bottom: 60px;
  padding-right: 40px;
  margin-left:0;
}
.blog-sidebar h3 {
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  color: #000;
  margin: 0 0 9px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .04em;
}
.blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.blog-sidebar ul li a {
  color: #231f20;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.blog-sidebar ul li.selected > a {
  color: #a92028;
  font-weight: 900;
}
.blog-sidebar ul li {
  font-size: 14px;
  margin-bottom: -1px;
}
.blog-sidebar ul li a span.filter-link-count {
  display: none;
}
.blog-sidebar ul li a:hover {
  color: #A92028;
  font-weight: 900;
}
.blog-sidebar input.hs-search-field__input {
  font-size: 17px;
  border: 1px solid #E1E1E1;
  padding: 10px 42px 10px 20px;
  border-color: #000;
  font-family: 'Proxima Nova',sans-serif;
  color: #231F20;
  font-weight: 500;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
  border-radius: 2px;
  background: #fff;
  line-height: 1.6;
  -ms-transition: all .2s;
  transition: all .2s;
  height:auto;
}
.blog-sidebar input.hs-search-field__input::placeholder {
  color: #231F20;
}
.blog-sidebar form {
  margin-left: -20px;
  position: relative;
}
.blog-sidebar form:before {
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 14px;
  font-family: 'FontAwesome';
  content: '\f002';
  position: absolute;
  top: 23px;
  right: 21px;
  transform: translateY(-50%);
  color: #a92028;
}
.blog-sidebar input.hs-search-field__input:focus {
  border-color: rgba(211,211,211,1.0);
  outline: none;
}
.blog-sidebar .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px;
}
.blog-sidebar .hs-search-field--open .hs-search-field__suggestions {
  margin-left:-20px
}
.blog-index.span9 {
  float: right;
  padding-bottom: 40px;
  padding-left: 40px;
  width: 859px;
  margin-left: 20px;
  margin-right: 20px;
}
.blog-index .hs-blog-header-image img {
  width: 100%;
}
.blog-index .hs-page-header-inner {
  padding: 20px 40px 50px 50px;
  width: 743px;
}
.blog-index .hs-page-header-grp {
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  min-height: auto;
}
.post-item {
  font-family: 'Proxima Nova',sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 0;
  max-width: 692px;
  margin: 0 0 60px;
}

.post-item .page-center {
  padding-left: 15px;
  padding-right: 10px;
  max-width: 100% !important;
}

.entry-title h2 {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1;
  font-size: 35px;
  text-transform: none;
  font-family: "abril_textsemibold",sans-serif;
  color: #962a21;
}

.entry-title h2 a {
  line-height: 1.29;
  font-family: 'abril_textsemibold',Arial,Helvetica,sans-serif;
  font-size: 35px;
  color: #000;
  font-weight: 600;
  text-transform: inherit;
}
.entry-title h2 a:hover {
  color: #962a21;
}
.post-description {
  margin-bottom: 30px;
}

.post-description a.read-more {
  font-family: 'proxima-extrabold',sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: capitalize;
}

.post-description a.read-more:hover {
  color: #333;
}

.entry-meta {
  position: relative;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.entry-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'proxima-extrabold',sans-serif;
  color: #000;
  font-weight: 900;
  font-size: 16px;
}

.entry-meta ul li {
  margin-right: 28px;
  display: inline;
}

.entry-meta ul li.meta-author {
}
.blog-pagination {
  margin: 10px 0 70px;
  padding-left: 15px;
  margin-left: 0;
}

.blog-pagination a {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  display: inline-block;
  margin: 2px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: 600;
  -ms-transition: all .2s;
  transition: all .2s;
}

.blog-pagination a:hover {
  color: #fff;
  background: #ccc;
}

.blog-pagination a i {
  font-size: 12px;
  color: #a92028;
  font-weight: 400;
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.blog-pagination a.blog-pagination__link--active {
  background: #962a21;
  color: #fff;
  border-color: #962a21;
}
.blog-post__body {
  font-family: 'Proxima Nova',sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
.blog-post__body p {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
}
.legal-grp p {
  font-size: 17px;
  line-height: 1.25em;
  color: #9d9d9d;
  font-style: italic;
  font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
}
.blog-post-head {
  padding-top: 0;
}
.blog-post-head h1 {
  font-family: 'abril_textsemibold',Arial,Helvetica,sans-serif;
  margin: 0 0 20px;
  padding: 0;
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
.blog-post-head h1 a {
  font-family: 'abril_textsemibold',Arial,Helvetica,sans-serif;
  font-size: 35px;
  color: #000;
  font-weight: 600;
  line-height: 1.14;
  text-transform: inherit;
}
#post-navigation .prev {
  position: fixed;
  top: 50%;
  left: -25px;
  height: 60px;
  width: 80px;
  background: #444;
  margin: -30px 0 0;
  color: #fff;
  border-radius: 0 2px 2px 0;
  opacity: .3;
  z-index: 1;
  cursor: pointer;
}
#post-navigation .prev:before {
  position: absolute;
  top: 50%;
  right: 25px;
  margin: -7px 0 0;
  line-height: 1;
  content: "\f053";
  font-size: 14px;
  color: #fff;
  font-family: 'FontAwesome';
}
#post-navigation .next {
  position: fixed;
  top: 50%;
  right: -25px;
  height: 60px;
  width: 80px;
  background: #444;
  margin: -30px 0 0;
  color: #fff;
  border-radius: 2px 0 0 2px;
  opacity: .3;
  z-index: 1;
  cursor: pointer;
}
#post-navigation .next:before {
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -7px 0 0;
  line-height: 1;
  content: "\f054";
  font-size: 14px;
  color: #fff;
  font-family: 'FontAwesome';
}
.blog-post-area {
  padding:0 10px;
}
.entry-meta ul a {
  font-family: 'proxima-extrabold',sans-serif;
  color: #000;
  font-weight: 900;
}
.sharebox {
  margin-bottom: 60px;
}
.sharebox:before {
  content: 'Share this Article';
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 20px 13px 0;
  font-weight: 800;
  width: auto;
  height: auto;
  font-family: 'proxima-extrabold',Arial,sans-serif;
  font-weight: 400;
  visibility: visible;
  overflow: visible;
}
.sharebox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.sharebox ul li {
  float: left;
  padding: 0;
  margin: 0 22px 0 0;
  line-height: 1 !important;
}
.sharebox>ul>li>a {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 0;
  float: left;
  color: inherit;
}
.sharebox ul li i {
  display: inline-block;
  font-size: 16px;
  margin: 0 3px 0 0;
  line-height: 1;
}
.sharebox>ul>li>a i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
}

.sharebox>ul>li>a i {
  transform: translate(-50%,-50%);
}
.sharebox ul li a:hover {
  color: #962a21;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-envelope-o:before {
  content: "\f003";
}
#author-info {
  margin: 0 0 60px;
  display: block;
  padding: 10px 10px;
  border-top: 1px solid #efefef;
}
#author-info .author-image {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  margin: 2px 30px 0 0;
}
#author-info .author-image img {
  display: block;
  width: 80px;
  height: 80px;
}
#author-info .author-bio {
  overflow: hidden;
  font: 400 17px Lora,Arial,Helvetica,sans-serif;
}
#author-info .author-bio h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  background: #fff;
  border: 1px solid #000;
  margin: 15px 0;
  padding: 30px;
}

.comment-date { font-size: 13px; text-align: left; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.blog-post__body {
  padding-bottom: 80px;
}
.hs-blog-listing div#author-info {
  margin: 0 0 60px;
  background: #f9f9f9;
  padding-bottom: 10px;
}

.hs-blog-listing div#author-info .read-more-block {
  font-family: 'proxima-extrabold',sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: capitalize;
  display: block;
  line-height: 30px;
}

.hs-blog-listing div#author-info .read-more-block:hover {
  color: #333;
}
@media(max-width:1199px){
  .hs-blog-listing .content-wrapper,
  .hs-blog-post .content-wrapper{
    max-width: 960px;
  }
  .blog-sidebar.span3 {
    width: 240px;
  }
  .blog-index.span9 {
    width: 680px;
  }
  .blog-index .hs-page-header-inner {
    width:100%;
  }

}
@media(max-width:959px){
  .blog-post-area {
    padding: 0;
  }
  .blog-index.span9 {
    width: 100%;
  }
  .blog-sidebar.span3 {
    width: 100%;
    margin-left: 15px;
  }
  .hs-blog-listing .content-wrapper,
  .hs-blog-post .content-wrapper{
    max-width: 768px;
  }
  .post-item .page-center {
    padding-left: 5px;
  }

}
@media(min-width:768px){
  .hs-blog-header-image {
    background-image:none !important
  }
}
@media(max-width:767px){
  .blog-index .hs-page-header-inner {
    padding: 12px 30px;
    left: 0;
    width: 100%;
  }
  .blog-sidebar.span3 {
    margin-left: 0;
    padding-left: 20px;
  }
  .blog-index.span9 {
    float: none;
    padding-bottom: 40px;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 10px;
  }
  .blog-sidebar.span3 {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-sidebar form {
    margin-left:0;
  }
  .blog-sidebar .hs-search-field--open .hs-search-field__suggestions {
    margin-left: 0;
  }
  .blog-index .hs-page-header-grp {
    margin-right:-10px;
  }
  .hs-blog-header-image {
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hs-blog-header-image img {
    display: none;
  }
  .blog-post-head {
    padding-top: 0;
  }

  .hs-blog-post .content-wrapper {
    padding-top: 12px;
  }

  .entry-meta ul li {
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    line-height: 21px;
  }
  .hs-blog-listing .entry-meta {
    margin-top:0;
  }
  .hs-blog-listing .entry-title h2 {
    margin-bottom:0;
  }
  .post-item {
    margin: 0 0 20px;
  }
  .blog-pagination {
    margin: 0px 0 20px;
  }
  .blog-post__body {
    padding-bottom: 40px;
  }
  #author-info {
    padding:0;
  }
  

}
.alignleft {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px !important;
    margin-bottom: 12px
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.custom-search-page .content-wrapper {}

.custom-search-page .col4 {
  width: 27%;
  float: left;
}

.custom-search-page .col8 {
  width: 70%;
  float: left;
}

.custom-search-page {
  padding: 76px 0 ;
}

.custom-search-page .col4 h3 {
  color: #000;
  letter-spacing: .04em;
  font-family: 'proxima-extrabold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.custom-search-page .systems-page {
  padding-top: 42px;
  padding-bottom: 0;
  padding-left: 28px;
  padding-right: 30px;
}

.custom-search-page .systems-page h1 {
  font-size: 35px;
  line-height: 1.14;
  margin-bottom: 28px;
}

.custom-search-page .systems-page h1 + p {
  color: #000;
  font-size: 17px;
  line-height: 32px;
  font-family: Lora,Arial,Helvetica,sans-serif;
}

.hs-search-results__listing li a {
  color: #000;
  font-family: 'abril_textsemibold',Arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 35px;
  line-height: 1.14;
}

.hs-search-results__listing li a:hover {
  color: #a92028;
}

p.hs-search-results__description {
  margin: 10px 0 0;
  font-family: 'Proxima Nova',sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
.custom-search-page .col8 form .hs-search-field__input {
  font-size: 17px;
  padding: 10px 42px 10px 20px;
  font-family: 'Proxima Nova',sans-serif !important;
  color: #231f20;
  font-weight: 500;
  border-radius: 2px;
  line-height: 1.6;
  border: 1px solid #000;
  background: #fff;
  -ms-transition: all .2s;
  transition: all .2s;
}

.custom-search-page .col8 form {
  max-width: 264px;
}

.custom-search-page .col8 form .hs-search-field__input::placeholder {
  color: #000;
}
ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
.custom-search-page .col4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-search-page .col4 ul li a {
  color: #000;
  font-size: 14px;
  -ms-transition: all .2s;
  transition: all .2s;
  line-height: normal;
}
.custom-search-page .col4 ul li {
  line-height: 26px;
}
.custom-search-page .col4 ul li span.filter-link-count {
  display: none;
}
.custom-search-page .col4 ul li a:hover {
  color: #6d6e71;
}
.systems-page .hs-input {
  max-width: 500px;
  display: block;
}
h2.error-404 {
  font-weight: 700;
  width: 320px;
  height: 320px;
  line-height: 300px;
  text-align: center;
  border: 10px solid #999;
  color: #999;
  border-radius: 50%;
  margin: 0 auto 60px auto;
}

h3.error-404 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #999;
  text-transform: uppercase;
}
.error-page.error-404 {
  padding-top: 58px;
  padding-bottom: 120px;
}
.hs_cos_wrapper_type_member_register label,
.hs_cos_wrapper_type_password_reset label{
  margin-bottom: 4px;
  display: block;
}

.hs_cos_wrapper_type_member_login .hs-input,
.hs_cos_wrapper_type_member_register .hs-input,
.hs_cos_wrapper_type_password_reset .hs-input {
  margin-top:10px
}
.hs_cos_wrapper_type_member_login .hs-button,
.hs_cos_wrapper_type_member_register .hs-button,
.hs_cos_wrapper_type_password_reset .hs-button {
  margin-top:10px
}
.form-input-validation-message ul.no-list.hs-error-msgs {
  padding: 0;
  margin:10px 0;
}
.hs-membership-loader .actions {
  margin: 10px 0 20px;
}
.cm-search-result {
  padding: 0 20px;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.custom-search-page .col8 form .hs-search-field__input:focus {
  color: #666;
  background: #fff;
  outline: none !important;
  border-color: #999;
}

@media(max-width:767px){
  .custom-search-page .col4 {
    width: 100%;
    float: none;
  }
  .custom-search-page .col8 form {
    max-width: 100%;
  }
  .custom-search-page .col8 {
    width: 100%;
    float: none;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
  .custom-search-page .systems-page {
    padding-left: 0;
    padding-right: 0;
  }
  .systems-page .success {
    min-width: 100%;
  }
  .systems-page h1 {
    font-size: 28px;
  }
  .cm-search-result {
    padding: 0;
  }
  .custom-search-page .col4 {
    display:none;
  }
  .custom-search-page .systems-page {
    padding-top:0;
  }
  .custom-search-page {
    padding: 0 0 40px;
  }
  .systems-page .hs-input {
    max-width: 100%;
  }

}
@media(max-width:400px){
  h2.error-404 {
    font-weight: 700;
    width: 260px;
    height: 260px;
    line-height: 240px;
  }
  .systems-page h1 {
    font-size: 28px;
  }
}