/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
  text-decoration: none !important;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */
.price-content li {
  list-style: none;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.container-fluid .page-center { 	
  float: none  !important;
  max-width: 1170px !important;
  margin: 0 auto  !important;
  padding-bottom: 80px;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 991px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@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;
  }
  .copyright-bg .span6 {
    text-align: center;
    margin-top: 15px;
  }
  .footer-icons ul {
    margin: 0 auto !important;
  }
  .copyright-bg .span6:first-child { 
    margin-top: 0;
  }
  .dnd-section .dnd-module .span6,
  .dnd-section .dnd-column.span6 {
    margin-top: 20px;
  }
  .dnd-section .dnd-module .span6:first-child,
  .dnd-section .dnd-column.span6:first-child {
    margin-top: 0;
  }
  .footer .span4,
  .footer .span3,
  .dnd-section .dnd-column.span4,
  .dnd-section .dnd-module .span4,
  .dnd-section .dnd-column.span3,
  .dnd-section .dnd-module .span3 {
    margin-top: 30px; 
  }
  .footer .span4:first-child,
  .footer .span3:first-child,
  .dnd-section .dnd-column.span4:first-child,
  .dnd-section .dnd-column.span3:first-child,
  .dnd-section .dnd-module .span4:first-child,
  .dnd-section .dnd-module .span3:first-child {
    margin-top: 0;
  }
  .client-img-div .span2 {
    text-align: center;
    margin-top: 20px;
  }
  .client-img-div .span2:first-child {
    margin-top: 0;
  }
  .dnd-column.span4 {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer .span4,
  .footer .span3,
  .dnd-section .dnd-column.span4,
  .dnd-section .dnd-module .span4,
  .dnd-section .dnd-column.span3,
  .dnd-section .dnd-module .span3 { 
    width: 360px;
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-width .span3 > div {
    text-align: center !important;
  }
  .dnd-section .dnd-module .span6 {
    margin-top: 30px;
    flex: 0 0 50%;
    width: 50%;
    margin-left: 0 !important;
    float: left;
    padding: 0 15px;
  }
  .services-span .span4:nth-child(2n-1) {
    clear: both;
  }
  .dnd-section .dnd-module .span4:last-child {
    clear: none !important;
  }
  .dnd-section .dnd-module .span6:first-child,
  .dnd-section .dnd-module .span6:nth-child(2) {
    margin-top: 0;
  }
  .cta-content-width .span3 {
    width: 100% !important;
    margin-top: 30px !important; 
    float: none !important;
  }
  .client-img-div .span2 {
    margin-top: 30px;
    flex: 0 0 25%;
    width: 25%;
    position: relative;
    margin-left: 0 !important;
    float: left;
    padding: 0 15px;
  }

  .client-img-div .span2:first-child,
  .client-img-div .span2:nth-child(2),
  .client-img-div .span2:mth-child(3),
  .client-img-div .span2:nth-child(4) {
    margin-top: 0 !important;
  }
  .dnd-section .dnd-module .span6,
  .dnd-section .dnd-column.span6 {
    margin-top: 20px;
  }
  .dnd-section .dnd-module .span6:first-child,
  .dnd-section .dnd-column.span6:first-child {
    margin-top: 0;
  }
  .footer .span4,
  .footer .span3,
  .dnd-section .dnd-column.span4,
  .dnd-section .dnd-module .span4,
  .dnd-section .dnd-column.span3,
  .dnd-section .dnd-module .span3 {
    margin-top: 30px;
    flex: 0 0 50%;
    width: 50%;
    position: relative;
    margin-left: 0 !important;
    float: left;
    padding: 0 15px;
  }
  .footer .span4:first-child,
  .footer .span3:first-child,
  .dnd-section .dnd-column.span4:first-child,
  .dnd-section .dnd-column.span3:first-child,
  .dnd-section .dnd-module .span4:first-child,
  .dnd-section .dnd-module .span3:first-child,
  .footer .span4:nth-child(2),
  .footer .span3:nth-child(2),
  .dnd-section .dnd-column.span4:nth-child(2),
  .dnd-section .dnd-column.span3:nth-child(2),
  .dnd-section .dnd-module .span4:nth-child(2),
  .dnd-section .dnd-module .span3:nth-child(2) {
    margin-top: 0;
  }
  .footer .span4:last-child,
  .dnd-section .dnd-column.span4:last-child,
  .dnd-section .dnd-module .span4:last-child {
    float: none;
    margin: 0 auto !important; 
    display: table; 
    padding-top: 30px;
    clear: both !important;
  }
  .span3.footer-support {
    clear: both;
  }
  .copyright-bg .span6 {
    text-align: center;
    margin-top: 15px;
  }
  .footer-icons ul {
    margin: 0 auto !important;
  }
  .copyright-bg .span6:first-child { 
    margin-top: 0;
  }
  .dnd-section .dnd-module .span6:nth-child(2n-1) {
    clear: both !important;
  }
  .span4.client-des-img {
    padding: 0 !important;
    width: 35% !important;
    flex: 0 0 35% !important;
  }  
  .port-2.masonry-2 .span12 .span4,
  .port-2.masonry-2 .span12 .span8,
  .port-2.masonryeffectcontent2 .portfolio-col2,
  .port-2.masonryeffectcontent4 .portfolio-col2, 
  .port-2.masonryeffectcontent5 .portfolio-col2, 
  .port-2.masonryeffectcontent6 .portfolio-col2, 
  .port-2.masonryeffectcontent3 .portfolio-col2 {
    margin-bottom: 0px;
    float: left;
    display: inherit;
    padding: 0;
  }
  .port-2.masonry-2 .span12 .span8 {
    width: 100%;
  }
}
.content-wrapper {
  margin: 0 auto;
}

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

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

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing:1px;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}

ul, ol {
    margin-bottom: 0;
    padding-left: 0;
	margin-top: 0px;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/*========================= BUTTON AREA START ===========================*/

/* Primary Button */
a.more-link,
.button--primary {    
  
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none !important;
  background-color: #Fdb913 !important;
  border: 1px Solid #Fdb913 !important;
  border-radius: 4px !important;
  color: #000022 !important;
  fill: #000022 !important;
  font-size: 16px !important;
  line-height: 22px!important;
  padding: 13px 13px !important;
  text-transform: Uppercase !important;
  margin-top: 30px;
  cursor: pointer;  
  
}
a.more-link:hover,
a.more-link:active,
.button:hover,
.button:active,
.button--primary:active,
.button--primary:hover {    
  
  background-color: #002 !important;
  border: 1px Solid #002 !important;
  color: #FFFFFF !important; 
  
}
/* Primary Button */
.button--tertiary {    
  
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none !important;
  background-color: initial !important;
  border: 1px Solid #002 !important;
  border-radius: 4px !important;
  color: #Fdb913 !important;
  fill: #Fdb913;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 13px;
  text-transform: Uppercase;
  margin-top: 30px;
  cursor: pointer;
  
}
.button--tertiary:active,
.button--tertiary:hover {    
  
  border: 1px Solid #002 !important;
  color: #ffffff !important;
  fill: #ffffff;
  
}
.button.btn-flex {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.button .button__icon svg {
  fill: inherit;
  height: 36px;
  width: 12px;
  vertical-align: middle;
  margin-right: 5px;  
}

.button.button--icon-right .button__icon svg {
  margin-right: auto;
  margin-left: 10px;
  margin-right: 0px;
  vertical-align: middle;
}
.button.button--icon-left .button__icon svg {
  margin-right: auto;
  margin-left: -10px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.button--icon-right {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.button.button--icon-right .button__icon {
  order: 2;
  -webkit-order:2;
}
.button.button--icon-right .button__icon {
  border-left: 1px solid #a88181;
  margin-left: 10px;
  align-items: center;
  display: flex;
}

.button.button--icon-right.button--regular .button__icon {
  margin-top: -13px;
  margin-bottom: -13px;
}
.button.button--icon-right.button--large .button__icon {
  margin-top: -13px;
  margin-bottom: -13px;
}
.button.button--icon-right.button--small .button__icon {
  margin-top: -13px;
  margin-bottom: -13px;
}

.button.button--icon-left.button--regular .button__icon {
  margin-top: -13px;
  margin-bottom: -13px;
}
.button.button--icon-left.button--large .button__icon {
  margin-top: -13px;
  margin-bottom: -13px;
}
.button.button--icon-left.button--small .button__icon {
  margin-top: -13px;
  margin-bottom: -13px;
}
.button.button--icon-left .button__icon {
  border-right: 1px solid;
  margin-right: 10px;
  align-items: center;
  display: flex;
}
.button--simple.button--icon-left .button__icon {
  border-right: 0 !important;
  margin-right: 0 !important;
}
.button--simple.button--icon-right .button__icon {
  border-left: 0 !important;
  margin-left: 0 !important;
}
.button.button--icon-right p {
  order: 1;
  -webkit-order:1;
}
.button:disabled {
  background-color: ;
  color: ;
}
.blog-comments .hs-button {
  display: table; 
}

.blog-comments .hs-submit { 
  margin-top: 30px !important;
}
/* Secondary Button */
.price-col:nth-child(even) .button,
.button.button--secondary,
.button--secondary {    
  
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none !important;
  background-color: #8C704E !important;
  background-image: initial;
  border: 1px Solid #8C704E !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  text-transform: Uppercase !important;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 13px;
  margin-top: 30px;
  cursor: pointer;  
  
}
.price-col:nth-child(even) .button:hover,
.price-col:nth-child(even) .button:active,
.button.button--secondary:hover,
.button.button--secondary:active,
.button--secondary:active,
.button--secondary:hover {    
  
  background-color: #Fdb913 !important;
  border: 1px Solid #Fdb913 !important;
  color: #1E2B33 !important;
  fill: #1E2B33 !important;
  
}
/* Simple Button */

.button.button--simple {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none !important;
  color: #8C704E !important;
  fill: #8C704E !important;
  text-transform: Uppercase !important;
  background-color: transparent !important;
  background-image: initial;
  position:relative;
  padding:0px 0px 3px 0px !important;
  cursor: pointer;
  border:none !important;
  margin-top: 20px;
}
.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}


.button.button--simple:after {
  content: none;
}



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none !important;
  border: none !important;
  background-image: initial;
  color: #ffffff !important;
  fill: #ffffff !important;
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none !important;
}



.button.button--simple:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none !important;
  border: none !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 13px 13px !important;
}

.button.button--large {
  font-size: 18px !important;
  line-height: 25px !important;
  padding: 13px 13px !important;
}
.blog-comments .hs-button,
form .actions .hs-button,
form .hs-button {
  
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 13px 13px !important;
  
}
.blog-comments .hs-button,
form .actions .hs-button,
form .hs-button {
  
  
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none !important;
  background-color: #Fdb913 !important;
  border: 1px Solid #Fdb913 !important;
  border-radius: 4px !important;
  color: #000022 !important;
  fill: #000022 !important;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 13px;
  text-transform: Uppercase !important;
  margin-top: 30px;
  cursor: pointer;
  
  
}
.blog-comments .hs-button:hover,
form .actions .hs-button:hover,
form .hs-button:hover {
  
  
  background-color: #002 !important;
  border: 1px Solid #002 !important;
  color: #FFFFFF !important; 
  
  
}
/*================================= BUTTON AREA END ===============================*/
.hs-input {
  width: 100%;
}
body form .hs-form-checkbox-display,
body form .hs-form-booleancheckbox,
body form .hs-form-radio-display {
  display: flex !important;
  align-items: center;
}
body form .hs-form-checkbox-display .hs-input,
body form .hs-form-booleancheckbox .hs-input,
body form .hs-form-radio-display .hs-input {
  width: 15px !important;
  height: 15px !important;
  border: none !important;
  margin-right: 5px;
}
body form .hs-form-booleancheckbox,
body form .hs-form-radio li {
  list-style: none;
}
body form .hs-form-booleancheckbox label {
  display: flex !important;
  align-items: center;
  width: 100% !important;
}
form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span {
  display: flex;
  margin-left: 5px;
  line-height: 24px;
  align-items: center;
}
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;
}
.post-listing .post-item {
  margin-bottom: 30px;
}
.clearfix {
  *zoom: 1;
}
.post-listing .post-body {
  float: left;
  padding-right: 20px;
  width: 50%;
}
.hs-featured-image {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.blog-pagination a.active {
  background-color: #13A0B2;
  color: #ffffff !important;
}

.blog-pagination a {
  background-color: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-inline-box;
  padding: 15px 20px;
  margin: 0 10px 0px 0;
}
.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
}
.post-listing .post-list-content {
  float: right;
  width: 50%;
}
.hs-featured-image-link {
  border: 0;
}
.post-listing h3, .post-listing #hubspot-topic_data {
  margin-bottom: 10px;
}
.post-listing #hubspot-author_data a.author-link {
  font-weight: 600;
  transition: all 300ms ease-in 0s;
}
a.more-link {
  display: table;
}
#hubspot-author_data a.author-link {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tag ul li {
  display: inline-block;
}

.post-header h3 a {
  color: #2c2e35 !important;
}


body .archive-accord .toggle-li .archive-year {
  color: #333333;
}

body .archive-accord .toggle-li a {
  color: #8C704E !important;
}
body .archive-accord .toggle-li:after {
  color: #333 !important;
}

.tag ul li a,
.post-listing a.topic-link {
  background-color: #f5f5f5;
  border-left: 3px Solid #002;
  color: #333333;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 20px 8px 5px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
}
.tag ul li a:hover,
.post-listing a.topic-link:hover {
  background-color: #f5f5f5;
  border-left: 3px Solid #8C704E;
  color: #8C704E;
  transition: all 300ms ease-in 0s;
}

/* Blog Post */
body.hs-blog-post {}

.single-post-col {
  position: relative;
}
.single-post-content {
  background-color: rgba(19, 160, 178, 1.0) !important;
  bottom: 0;
  left: 30px;
  padding: 30px;
  position: absolute;
  right: 30px;
}
.single-post-content .hubspot-editable,
.single-post-content h2, 
.single-post-content p {
  color: #ffffff;
}
.post-header #hubspot-topic_data a.topic-link {
  background-color: #f6f6f6;
  border-left: 1px solid #13A0B2;
  color: #13A0B2;
  display: inline-block;
  font-family: "Lato";
  font-size: 12px;
  letter-spacing: 1px;
  margin: 20px 8px 5px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
}
.post-header #hubspot-topic_data a.topic-link:hover {
  border-left: 1px solid #f22e55;
  color: #f22e55;
  transition: all 300ms ease-in 0s;
}

.post-header a.author-link {
  font-weight: 600;
  transition: all 300ms ease-in 0s;
  color: #002 !important;
} 
.post-header .single-post a.author-link { 
  color: #ffffff !important;
} 
.blog-content .post-body p {
  padding: 10px 0;
}
.blog-content .post-body ul {
  padding-left: 30px;
  margin: 10px 0;
}
.blog-content .post-body ul li:before {
  color: #13A0B2;
  content: "\f101";
  font-family: fontawesome;
  padding-right: 15px;
  vertical-align: top;
}
.blog-content .post-body ul li {
  padding-bottom: 15px;
}
.blog-content .post-body ul li:last-child {
  padding-bottom: 0;
}
/* TODO: Find a better place for this */
.content-wrapper {
  padding: 0px;
  margin: 0 auto;
}

.blog-header {
  background-color: ;
  text-align: center;
}
h4.blog-header__subtitle {
  display: none;
}
.blog-header__inner {
  margin: 0 auto;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-left: 15px;
  margin-right: 15px;
}
.blog-header__subtitle {
  color:  !important;
  font-size: 30px;
  line-height: 40px;
}
.single-post .single-post-content .hubspot-editable {

}
.single-post .single-post-content span {
  color: #ffffff!important;
}
.single-post-content h2 {
  margin-bottom: 10px;
}
.blog-header__form {
  margin: 0 1rem;
}
.recent ul li a {
  color: #Fdb913;
  font-family: Montserrat !important;
}
.tag ul li a {
  color: #333333 !important;
}
.tag ul li a:hover {
  color: #8C704E !important;
}
.blog-post__body img {
  width: auto;
  max-width: 100%;
}
.blog-post__body table,
.blog-post__body td,
.blog-post__body th {
  border: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.comment.depth-0 {
  border-top: px solid  !important;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content a {
  color: #Fdb913 !important;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-index__post-image {
  margin-bottom: 20px;
}
.blog-index__post1 {
  background-color: #ECE7E1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  padding: 20px;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
}
.blog-index__post1.section-mar-bot-30:last-child {
  margin-bottom: 30px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: 10px 15px;
  margin: 0 .1rem;
  color:  !important;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: px solid ;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
:focus {
  outline: none !important;
}
.blog-model-2 .hs-featured-image {
  margin: 0;
}
.blog-model-2 .blog-index .post-item {
  background-color: #ECE7E1;
  padding: 20px;
}
.blog-model-2 .blog-index .post-item.span6:nth-child(odd) {
  margin-left: 0;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  width: 10px;
  height: 15px;
}
.blog-pagination a:hover {
  box-shadow: 1px 2px 3px #666666;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4 !important;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-header__author-avatar {
  height: 100px;
  width: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.blog-post__body ul li:before {
  color: #13A0B2;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 15px;
  vertical-align: top;
}
.blog-post__body ul li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-post__body ul li:last-child {
  margin-bottom: 0;
}

.blog-post__body ul li:first-child {
  margin-top: 15px;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 35px;
  width: 35px;
  background-color: #13a0b2;
  border-radius: 50%;
  color: #fff;
  padding: 10px 0;
  transition: 300ms ease-in;
}

.blog-header__author-social-links svg:last-child {
  padding-right: 0;
}
.blog-header__author-social-links svg:hover {
  background-color: #f22e55;
  transition: 300ms ease-in;
}
.blog-post {
  max-width: 960px;
  margin: 0 auto;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta .blog-post__timestamp {
  display: inline-block;
}
.blog-post__meta a {
  color: #Fdb913 !important;
}
.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: ;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: ;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.blog-comments {
  max-width: 100%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: ;
  margin: 0px 15px 0px 15px;
  display: table;
}
.hs-error-msgs li {
  list-style: none;
  margin-top: 7px;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid ;
  color: ;
}
.blog-comments .hs-button:hover {
  background-color: ;
  color: ;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}
.sidebar-bg {
  background-color: #ffffff;
  border: 1px Solid #eeeeee;
  border-radius: 5px;
  padding: 40px 20px 30px 20px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.sidebar-bg:hover {
  background-color: #ffffff;
  border: 1px Solid #eeeeee;
  border-radius: 5px;
  padding: 40px 20px 30px 20px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.sidebar-bg:last-child {
  margin-bottom: 0px !important;
}
.sidebar-bg h3 {
  background-color: #f5f5f5;
  border-left: 1px Solid #002;
  color: #002;
  font-weight: 400;
  margin-bottom: 0;
  padding: 3px 13px;
  position: absolute;
  top: -20px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.sidebar-bg:hover h3 {
  background-color: #f5f5f5;
  border-left: 1px Solid #8C704E;
  color: #8C704E;
}
.search-form .hs-search-field__input {
  height: 38px;
  width: 100%;
  border-bottom: 1px Solid #002 !important;
  color: #666666;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.popular h3,
.single-post h1,
.recent h3,
.tag h3 {
  font-size: 23px;
  line-height: 33px;
}
.post-item-title {
  margin-bottom: 5px;
}
.popular h6 a {
  color: #333333 !important;
}
.popular p {
  color: #666666 !important;
}
.post-header p {
  padding-bottom: 0 !important;
}
.recent h3,
.tag h3,
.popular h3 {
  margin-bottom: 20px;
}
.recent .popular-post-items .post-item {
  position: relative;
}

.popular-post-items.owl-carousel .post-item .post-item-image {
  position: relative;
}
.popular-post-items.owl-carousel .post-item .post-item-text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 34, 1.0);
  color: #ffffff !important;
}
.popular-post-items.owl-carousel .post-item .post-item-text a {
  color: #ffffff !important;
}
.popular-post-items.owl-carousel .owl-dot.active span,
.popular-post-items.owl-carousel .owl-dot span {
  background: #002;
}
.recent ul,
.tag ul {
  list-style-type: none;
}
.recent ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 8px 0px;
}
.recent ul li:first-child {
  padding-top: 0px;
}
.recent ul li:last-child {
  padding-bottom: 0px;
}
.blog-content-bg-color {
  background-color: #ffffff;
}
.subs-blog .contact-form form {
  box-shadow: none;
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
  text-align: 
}
.comment-from h4 a {
  text-transform: capitalize;
}
.comment-reply-to {
  background: none !important;
}
.post-footer .hs-common-confirm-message {
  display: table !important;
  margin: 20px 0px !important
}
.comment-date {
  font-size: 16px !important;
  line-height: 26px;
  letter-spacing: 1px !important;
  margin-left: 10px;
  margin-bottom: 15px;
}
.subs-blog .contact-form form {
  background-color: inherit;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.blog-comments .hs_email,
.blog-comments .hs_firstname {
  width: 45%;
  margin: 15px 15px 0 15px !important;
  float: left;
  clear: left;
}
.blog-comments .hs_website,
.blog-comments .hs_lastname {
  width: 45%;
  margin: 15px 15px 0 15px !important;
  float: right;
}
.blog-comments .hs_comment {
  display: inline-block;
  width: 95%;
  clear: both;
  margin: 15px 15px 0 15px !important;
  float: none;
}
.blog-comments.sidebar-bg {
  background-color: #f9f9f9;
  padding: 15px 30px 30px 30px;
}
body .blog-comments.sidebar-bg textarea,
body .blog-comments.sidebar-bg input {
  background-color: transparent;
  border-left: 0;
  border-bottom: 1px Solid #002;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  margin: 0;
  max-width: 100%;
  padding: 0 0 10px;
  width: 100%;
}
.blog-comments.sidebar-bg .comment.depth-0 {
  border-top: 3px Solid #002;
}
.blog-comments.sidebar-bg .hs-form label {
  color: #666666;
}
.blog-comments .hs_recaptcha {
  display: none;
}
.blog-comments .hs-button {
  margin-top: 30px;
}
.blog-header  {
  background-image: url('https://cdn2.hubspot.net/hubfs/3813597/website-page/finance/1920x400x13.jpg');
  background-position: center;
  background-size: cover;
}
.blog-header .content-width {
  max-width: 1170px;
  width: 100%;
  float: none;
  margin: 0 auto;
}
.blog-header .page-head h1 {
  text-align: left;
}

.post-item.section-margin-bottom:last-child {
  margin-bottom: 0px;
}
.author-bio .blog-header__title {
  margin-bottom: 15px;
}
.author-bio .blog-header__author-social-links {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .subs-content h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  .subs-content h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 991px) {
  .blog-comments .hs_email,
  .blog-comments .hs_firstname {
    width: 93%;
    float: none;
  }
  .blog-comments .hs_website,
  .blog-comments .hs_lastname {
    width: 93%;
    float: none;
  }
}

/* Blog Author and Avatar */
#hubspot-author_data {
  font-size: 14px;
  letter-spacing: 1px;
}
#hubspot-author_data a.author-link {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-content .hs-author-profile .hs-author-avatar {
  display: inline-block;
  position: relative;
}
.blog-content .hs-author-profile .hs-author-avatar img {
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile .hs-author-avatar:after {
  content: "\f0da";
  color: #13A0B2;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  opacity: 0;
  position: absolute;
  right: -10px;
  top: 35px;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover .hs-author-avatar .blog-header__author-avatar {
  border: 2px solid #13A0B2;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover .hs-author-avatar:after {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}

.blog-content .hs-author-profile {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 2px;
  padding: 40px 20px 30px 20px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile h3.hs-author-name {
  background-color: #f3f3f3;
  border-left: 2px solid #13A0B2;
  color: #13A0B2;
  font-weight: 400;
  margin-bottom: 0;
  padding: 3px 13px;
  position: absolute;
  top: -20px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover {
  box-shadow: 1px 1px 3px #b9b9b9;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover h3.hs-author-name {
  border-left: 2px solid #f22e55;
  box-shadow: 1px 2px 3px #cccccc;
  color: #f22e55;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile .blogshare-this2.fixed-share ul li {
  display: inline;
  padding-right: 5px;
  transition: 300ms ease-in;
}
.blog-content .hs-author-bio {
  position: relative;
  transition: 300ms ease-in;
}
.blog-content .blogshare-this2.fixed-share {
  position: absolute !important;
  left: 150px;
  top: 55px;
  margin-top: 0 !important;
  transition: 300ms ease-in;
}
.blog-content .hs-author-profile .blogshare-this2.fixed-share {
  display: none;
  transition: 300ms ease-in;
}
.blog-content .hs-author-profile:hover .blogshare-this2.fixed-share {
  display: block;
  transition: 300ms ease-in;
}
.blog-content .blogshare-this2.fixed-share ul {
  display: table;
}
.blog-content .hs-author-bio {
  margin-top: 15px;
}

.blog-content  .hs-author-avatar .blog-header__author-avatar {
  border-radius: 50%;
  transition: all 300ms ease-in 0s;
}
/* Page 500 Starts */
.back-content a {
  word-break: break-all;
}
.page-500-header {
  background-color: #444444;
  background-repeat: no-repeat;
  background-size: cover; 
}
.page-500-head {
  padding-bottom: 200px;
  padding-top: 200px;
}
.page-500-head img {
  border-radius: 5px;
}
.page-500-head {
  background-color: rgba(34,34,34,0.8);
  border-radius: 5px;
  padding: 65px 15px;
  margin: 0 auto !important;
  text-align: center;
  width: 80% !important;
}
.error-500-div .page-not h1 {
  color: #f3f3f3;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
}
.error-500-div .content-500 h2 {
  color: #f3f3f3;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.error-500-div .look-content p {
  color: #f3f3f3;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 0 auto 0px;
  width: 80%;
}
.error-500-div .back-content p {
  color: #f3f3f3;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 15px;
}
.error-500-div .back-content p span a {
  color: #002 !important;
  font-size: 20px;
  line-height: 30px;
  padding-left: 5px;
  transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span:hover a {
  color: #f22e55;
  transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span a:after,
.error-500-div .back-content p span a:before {
  content: "";
}

/* Page 500 Ends */

/* ==== Header Starts ==== */

.pwd-prompt-header-bg {
  background-color: #444444;
  background-repeat: no-repeat;
  background-size: cover;
}  
.prompt-header-space {
  padding-bottom: 150px;
  padding-top: 150px;
} 
.page-prompt-head {
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 5px;
  margin: 0 auto;
  padding: 30px;
  width: 50%;
}
.page-prompt-head h2 {
  color: #13A0B2;
  margin-bottom: 10px;
}
.page-prompt-head p {
  color: #f3f3f3;
  margin-bottom: 20px;
}
.custom_error_message.pwd-head,
.custom_error_message.pwd-prompt {
  margin: 0 auto;
}
.pwd-prompt #hs-pwd-widget-password {
  background-color: transparent;
  border: 1px solid #13A0B2;
  height: 40px !important;
  margin-top: 30px !important;
}
.pwd-prompt input[type="password"] {
  color: #ffffff;
}

/* ==== Header Ends ====*/
/* Subscription Backup Unsubscribe Starts */
.email-prefs .item .item-inner {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
    background: #f7f7f7;
}
.unsubs-pg-header {
  background-color: #444444;
  background-repeat: no-repeat;
  background-size: cover; 
}
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation p,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription p,
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  margin: 1px 0px 10px;
}
.email-prefs .item .item-inner * {
    color: #444;
}
.fakelabel {
  display: flex;
  align-items: center;
}
.checkbox-row span.fakelabel span { 
    font-weight: bold;
    margin-left: 7px;
    vertical-align: -moz-middle-with-baseline;
}
.unsubs-pg-space {
  padding: 120px 15px 120px 15px; 
  
}
.unsubs-pg-head {
  background-color: rgba(38,38,38,0.8);
  border-radius: 5px;
  margin: 0 auto !important;
  padding: 30px 20px;
  width: 600px;
}
.unsubs-pg-head .page-header {
  padding-bottom: 10px !important;
}
.unsubs-pg-head h1 {
  color: #ffffff;
}
.unsubs-pg-head #content {
  padding-bottom: 0 !important;
}
.unsubs-pg-head form h3 {
  color: #cccccc !important;
  font-size: 18px !important;
}

/* Subscription Backup Unsubscribe Ends */
/* Subscription Update Confirmation Starts */

.subs-update-space {
    padding-bottom: 120px;
    padding-top: 120px;
}
.subs-update-space br {
  display: none;
}
.subs-update-head > div {
    background-color: rgba(38,38,38,0.8);
    border-radius: 5px;
    margin-left: auto;
    padding: 30px 20px;
    width: 600px;
    text-align: left;
}
.subs-update-head .page-header h2 {
    margin-bottom: 0;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
    font-size: 14px !important;
}
.subs-update-head p.header,
.subs-update-head .page-header p,
.subs-update-head .page-header h2,
.subs-update-head .page-header h1 {
    color: #ffffff;
}
.subs-update-head .page-header p {
    margin: -15px auto 0;
}
.subs-update-head .page-header {
    padding-bottom: 0;
}
.subs-update-head .success {
    color: #25AE88;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
    font-size: 14px;
}
/* Subscription Update Confirmation Ends */
/* Subscription Preferences Starts */

.subs-conf-header,
.subs-pref-header {
  background-color: #444444;
}
.subs-pref-space {
  padding: 120px 15px 120px 15px; 
}
.subs-pref-space input[type="radio"],
.subs-pref-space input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}
.subs-pref-space .email-prefs .item {
  -moz-user-select: none;
  cursor: pointer;
  float: left;
  margin: 20px 20px 0 0;
  padding-bottom: 1px;
  position: relative;
  width: 48%;
}
.subs-pref-space .subscribe-options {
  float: none;
  margin-bottom: 0px;
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}
.preference-page .page-header {
  padding-bottom: 10px;
}
.preference-page .page-header p {
  margin-top: -15px;
}
.preference-page .email-prefs p {
  margin-left: 0;
}
.preference-page .subscribe-options input {
  margin-top: -2px !important;

}
.preference-page .checkbox-row span.fakelabel span,
.preference-page .subscribe-options span {
  margin-left: 0;
}
.preference-page {
  background-color: rgba(38,38,38,0.5);
  border-radius: 5px;
  padding: 30px 20px;
}
.preference-page .subscribe-options span,
.preference-page p.header,
.preference-page .page-header p,
.preference-page .page-header h2,
.preference-page .page-header h1 {
  color: #ffffff;
  letter-spacing: 1px;
}
.preference-page .page-header h2 {
  margin-bottom: 0 !important;
}
.preference-page .subscribe-options p label {
  margin: 0;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
  font-size: 14px;
}
.preference-page .page-header {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
/* Subscription Preferences Ends */
.error-page {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.error-page div {
  text-align: center !important;
}
.systems-page {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.subs-content {
  text-align: center;
}
.subs-content,
.search_results_content {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: 15px;
  padding-right: 15px;
  background-color: ;
}
.subs-content h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.unsubcribe_header h1,
.subscription_confirmation_header .page-header h2,
.subscription_confirmation_header .page-header h1,
.subscription_confirmation_header .page-header {
  color: #ffffff !important;
}
.subs-content .page-header h2 {
  font-size: 18px;
  line-height: 28px;
}
.search_results_content,
.systems-page {
  text-align: center;
}
.subscribe-options p {
  margin-bottom: 0px;
}

.subs-content .page-header {
  margin-bottom: 30px;
  line-height: 22px;
}
.item-inner  span {
  margin-left: 8px;
}
.email-prefs .header {
  margin-bottom:10px;
}
.systems-page .success {
  display: inline-block;
  margin: 0;
  min-width: 510px;
  font-size: 16px;
  color: #25AE88;
}
.subscription_confirmation_header .page-header {
  margin-bottom: 20px;
  line-height: 25px;
}
.subscription_confirmation_header .page-header h2 {
  font-size: 25px;
  line-height: 35px;
}
.hs-search-results {
  margin-top: 20px;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: ;
  font-size: 1.25rem;
  color: ;
  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: ;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  color: #333333;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #eeeeee !important;
}
#content h3 {
  font-size: 19px;
  line-height: 29px;
  margin-top: 15px;
  margin-bottom:10px;
}
input#hs-pwd-widget-password {
  box-shadow: none;
  color: #666;
  font-size: 14px;
  margin-right: 10px;
  padding: 10px 10px 10px 20px;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 60px !important;
  height: 40px !important;
  width: 50% !important;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

.password_prompt_header .hs-button {
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .subs-content .item {
    width: auto !important;
    padding: 15px;
  }
  .subscribe-options p {
    width: auto;
    display: table;
  }
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

@media (max-width: 567px) {  
  .error-page img{
    max-width: 100%;
  }

  .systems-page form input.hs-input,
  .systems-page form input#hs-pwd-widget-password{
    width: 100% !important;
  }

  .systems-page form input#hs-pwd-widget-password{
    margin-right: 0;
    margin-bottom: 0;
  }

  .systems-page .success{		
    min-width: 100%;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header__language-switcher .globe_class {
  background-image: none;
  width: 0;
  height: 0;
  display: table;
  padding: 25px 20px;
}
.lang_switcher_class .globe_class::before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  background-repeat: no-repeat;
  background-position: center right 15px;
  font-weight: 900;
  font-size: 22px;
  line-height: 33px;
  cursor: pointer;
  color: #fff;
}
.header__language-switcher--label-current {
  display: none !important; 
}
.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  display: none !important;
}
.mm-menu .mobile-menu {
  display: none;
} 

.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h1 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h2 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h3 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h4 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h5 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h6 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h1,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h2,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h3,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h4,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h5,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h6 {
  color: #2c2e35 !important;
}
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown .two-col-bg a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown li,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown li a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown p {
  color: #2c2e35 !important;
}
.header-div .main-header {
  background: inherit;
}

.container-width {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: table;
  float:none;    
}

.header-div {
  background-color: transparent !important; 
  display: table;
  width: 100%;
  position: absolute;
  z-index: 9;
}
.header {
  background-color:  !important;
  border-bottom: px  ; 
  position: relativel
}

.main-header{
  background-color: rgba(255, 255, 255, 0.0) !important;
}
.menu-model2 .megamenu-cls .normal-menu .submenu.level-1,
.menu-model2 .menu-default .submenu.level-2,
.menu-model1 .megamenu-cls .normal-menu .submenu.level-1,
.menu-model1 .menu-default .submenu.level-2 {
  left: 0 !important;
  transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important;
} 
.menu-model2 .navigation-primary a.active-item::before,
.menu-model2 .navigation-primary a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 10px;
  transition: all 0.5s ease-in-out;
  bottom: 5px;
  background-color: #ffffff !important;
} 
.menu-model2 .main-1 {
  justify-content: center;
}
.menu-model2 .main-menu-2 {
  padding: 0 20px;
  border-left: 5px solid #002;
  border-right: 5px solid #002;
}
.menu-model2.p-logo-15 {
  padding: 50px 15px 10px 15px;
}
.menu-model2 .header__logo {
  padding-right: 30px;
}

.menu-model2 .navigation-primary a.active-item::before,
.menu-model2 .navigation-primary a:hover::before {
  width: 40px;
  transition: all 0.5s ease-in-out;
}

.menu-model2 .fixed-top {
  position: fixed !important;
  display: table;
  margin: 0 auto;
}
.menu-model2 .header__logo {
  margin-right: auto;
  margin-left: 0;
}
.menu-model3 .main-1 {
  width: 100%;
  justify-content: center;
}
.menu-model4 .header__row-2,
.menu-model3 .header__row-2 {
  justify-content: center;
  width: 100% !important;
}
.menu-model3 .submenu.level-2 {
  top: 35px;
}
.menu-model3 .main-1 {
  justify-content: center;
}

.menu-model3 .navigation-primary .has-submenu a::after {
  top: 15px;
}
.menu-model3 .main-header {
  position: relative;
  top: -15px;
}
.menu-model3 .p-logo-15 {
  padding: 15px 20px 10px 20px;
  border-radius: 5px;
}
.menu-model3 {
  height: 0; 
}
.menu-model4 .main-1 {
  width: 100%;
  justify-content: center;
}
.menu-model4 .menu-item img {
  background: #fff;
  padding: 30px 15px 30px 15px; 
}
.menu-model4 .logo-style .menu-link {
  padding: 0;
  position: relative;
  bottom: 115px;
}
.menu-model4 .logo-style {
  height: 0;
}
.menu-model5 .header__column {
  width: 100%;
}  
.menu-model5 .navigation-primary a.active-item::before {
  width: 40px;
  transition: all 0.5s ease-in-out;
}
.menu-model5 .navigation-primary a.active-item::before,
.menu-model5 .navigation-primary a::before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.menu-model5 .menu-default .submenu.level-1 > .has-submenu > .menu-arrow {
  top: 37px;
  right: 7px;
}
.menu-model5 .navigation-primary a:hover::before {  
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
  background-color: ;
  transition: all 0.5s ease-in-out;
}
.menu-model5 .navigation-primary .has-submenu a::after {
  right: 6px;
}

.menu-model5 .menu-link {
  padding: 25px 20px 25px 10px;
}

.menu-model6 .navigation-primary li > a {
  position: relative; 
  transition: all .5s ease-in-out;
}
.header-div .main-header.menu-model6 {
  border-bottom: 1px Solid #999999;
}
.menu-model6 .navigation-primary li > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #002;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s cubic-bezier(.31,.29,.05,.96);
  transition: all .5s ease-in-out;
}
.menu-model6 .navigation-primary li > a:hover:before {
  transform: scaleX(1);
}
.menu-model6 .navigation-primary li > a:hover {
  background-color: #ffffff; 
}
body .menu-model6 .sim-menu .submenu.level-1 .menu-item .menu-link:hover,
.menu-model6 .submenu.level-1 .menu-item .menu-link:hover{
  border-left: 0 !important;
}
body .header__language-switcher .lang_list_class li a,
.sim-menu .submenu.level-1 .menu-item .menu-link,
.submenu.level-2 .menu-item .menu-link {
  background-color: #ffffff !important;
  color: #2c2e35 !important;
}
 
body .header__language-switcher .lang_list_class li a:hover,
.sim-menu .submenu.level-1 .menu-item .menu-link.active-item,
.sim-menu .submenu.level-1 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link.active-item,
.submenu.level-2 .menu-item .menu-link:hover {
  background-color: #ffffff !important;
  color: #Fdb913 !important;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: ;
  margin: 0 auto;
  padding: 0 10px;
}
.globe_class .lang_list_class {
  text-align: left;
}
.header__language-switcher .lang_list_class li a,
body .navigation-primary li > a {
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-weight:normal !important;
  color: #ffffff !important;
  line-height: 23px !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  text-transform: Uppercase !important;
}
.navigation-primary a.active-item {
  color: #8C704E !important;
}
.navigation-primary a:hover {
  color: #ffffff !important;
}
.level-2 .has-submenu:after,
.submenu.level-1>.has-submenu>.menu-arrow:after {
  border-top: 5px solid #ffffff;
}
.header__row-2 {
  float: left;
}
.header__row-1 {
  float: left;
  margin-right: 20px;
  padding: 7px 0;
}
.header__row-1,
.header__row-2,
.header__row-3{
  display: table-cell;
  justify-content: flex-end;
  align-items: center;
  width: auto !important;
  line-height:0px;
}
.menu-link {
  padding: 20px 30px 20px 5px;
  display: table;
  line-height: 25px;
}
.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

.has-submenu {
  position: relative;
}
.level-2 .has-submenu ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity:0;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  z-index: 99999;
  visibility: hidden;
}
.level-2 .has-submenu:hover .submenu.level-3 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s,opacity .3s;
}
.header__column {
  float: right !important;
  display: flex !important;
  vertical-align: middle;
  align-items: center;
}
.header__language-switcher .lang_list_class li {
  padding: 0 !important;
}
.lang_list_class li {
  border: 0 !important; 
}
.header__language-switcher .lang_list_class li,
.sim-menu .submenu.level-1 > li,
.submenu.level-2 > li {
  padding: 0;
  border-bottom: 1px solid #eeeeee !important;
}
.header__language-switcher .lang_list_class li:hover,
.submenu.level-2 > li:hover {
  padding: 0;
  border-bottom: px solid  !important;
}
.submenu.level-3 > li {
  padding-left: 0px;
  width: 250px;
  border-bottom: 1px solid #eeeeee !important;
}
.submenu.level-3 > li:last-child {
  border-top: none !important;
} 
.has-submenu {
  position: relative;
}
.level-2 .has-submenu .menu-arrow:after {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  margin-left: 1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid  !important;
}

/* Styles for the Logo */

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

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

/* Fixed top */

.fixed-top {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #2c2e35 !important;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}
.header__search form {
  position: relative;
}
.header__search form button {
  position: absolute;
  right:0px;
  padding: 0px 15px;
  height: 45px;
  bottom:0px;
}
.hs-search-field__bar button svg {
  height: 15px !important;
  vertical-align: middle;
}
.header__search form button {
  background-color: #Fdb913 !important;
  border: 1px Solid #Fdb913 !important;
  fill: #000022 !important;
  border-radius: 0px 5px 5px 0;
}
.header__search form button:hover {
  background-color: #002 !important;
  border: 1px Solid #002 !important;
  fill: #FFFFFF !important; 
}

.search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    background-repeat: no-repeat;
    background-position: center right 15px;
    font-weight: 900;
    font-size: 22px;
    line-height: 33px;
    height: 36px;
    cursor: pointer;
    margin: 13px 10px;
    color: #000022;
}
.search-icon .hs-search-field__input {
  box-sizing: border-box;
  background-color: transparent;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/3813597/Construction%20cms%20theme/25x25.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #ffffff;
  border: 0px solid #eeeeee;
  border-radius: 6px;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 28px !important;
  padding: 0 15px;
  height: 45px;
}

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

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

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: ;
  font-size: 18px;
  line-height: 28px;
}

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

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

/* Styles for the Language Switcher Component */

.header__language-switcher { 
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 250px;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  font-weight: 500; 
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  transition: visibility 0s, opacity 0.3s;
  word-break: break-word;
}
.submenu.level-1 > .has-submenu > .menu-arrow {
  display: block;
  position: absolute;
  top: 30px;
  right: 2px;
  width: 0;
  height: 0;
  margin-left: 1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff !important;
}
.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
} 
.header__logo--main {
  line-height: 0px;
  width: 200px;
  display:table-cell;
  vertical-align: middle;
  float: left;
}
.header__column {
  float: right;
  display:table-cell;
  position: relative;
  width: 100%;
}
.header__row-3 button {
  border: 1px solid #fff !important;
}
.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 27px 10px;
  line-height: 28px;
  display: none;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid ;
}
.lang_list_class,
.lang_list_class li {
  padding-top: 0 !important; 
}
.header__search {
  display: none; 
}
.header__search:hover {
  display: block;
}
.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;
}
body .preheader__row.pre-header {
  background-color: ;
}
body .logo-header {
  background-color: ;
}
.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
.logo-menu .header__row-3 { 
  position: inherit !important;
}
.header__row-2 {
  display: flex !important;
}
.logo-menu .header__logo--main {
  margin-right: 20px;
}
.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.main-header {
  background: #13A0B2;
  background: linear-gradient(130deg, #002 75%, #8C704E 25%);
  background-color: rgba(0, 0, 0, 0);
  line-height: 0;
  width: 100% !important;
  z-index: 99999999;
}


.header__navigation .navigation-primary{
  display: table;
  margin: 0 auto;
} 
.header__navigation {
  display:table-cell;
}
.search-icon {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.search-icon:hover .header__search {
  display: block;
}
.header__search {
  position: absolute;
  width: 100%;
  min-width: 250px;
  top: 60px;
  padding: 0px;
  right: 0;
  z-index: 99;
}
.hs-search-field form label {
  z-index: 99999;
  display: table;
  padding-bottom: 10px;
  line-height: 20px;
}
.header__row-3 {
  vertical-align: middle;
  float: right !important; 
  width: 180px; 
  padding: 12px 0px;
}
.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle,
.header__close--toggle {
  position: relative;
  cursor: pointer;
  margin: 0;
}

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

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

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

.header__navigation--toggle:after,
.header__search--toggle:after,
.header__language-switcher--toggle:after {
  display: none;
  position: absolute;
  left: 50px;
  top: 0px;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}
/* Side panel */
.sp-close {
  color:  !important;
}
.sp-social-icons svg {
  fill:  !important;
}
.sp-content h3, .sp-social-icons h4 {
  color:  !important;
}
.sp-content {
  background-color:  !important;
}
.side-panel-wrapper > .side-panel {
  background-color:  !important;
} 


.header__row-3 .hs-button{
  margin-top: 0; 
}

.ml0{
  margin-left: 0 !important;
}

.mt15{
  margin-top: 15px; 
}

/* Tablet Styles */

/* Mobile Styles */
@media (max-width: 1150px) and (min-width: 992px) {
  .header__navigation{
    display: none;
  }
} 


@media (max-width: 480px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    width: 90% !important;
    margin: 0 auto;
  }
  .logo-menu-1 .header__row-3 {
    display: none;
  }
}
@media (max-width: 641px) and (min-width: 481px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 40%;
  }
}
@media (max-width: 991px) and (min-width: 641px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 50%;
  }
}
@media (max-width: 640px) and (min-width: 481px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 60%;
  }
  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 60px;
  }
}
@media (max-width: 1150px) {
  .header__language-switcher--toggle {
    display: none;
  }
  body .header__language-switcher {
    display: block;
  }
  .header__language-switcher:hover .lang_list_class {
    left: 90px; 
    top: 50px;
  }
  .mm-menu .desk-menu {
    display: none !important;
  }
  .mm-menu .mobile-menu {
    display: block;
  } 
  .menu-model3 .header__row-2 {
    justify-content: center;
  }
  .menu-model4 .header__row-2 {
    justify-content: center;
  }
  .menu-model4 .logo-style {
    display: none !important; 
  }
  .menu-model4 .header__navigation.open, 
  .menu-model4 .header__search.open, 
  .menu-model4 .header__language-switcher.open,
  .menu-model3 .header__navigation.open, 
  .menu-model3 .header__search.open, 
  .menu-model3 .header__language-switcher.open {
    margin: 0 auto;
  }
  
  .header__container { 
    padding: 20px 15px !important;
  }
  .logo-menu .header__logo--main {
    display: none !important;
  }
  .main-header .logo-menu .header__row-3 {
    position: absolute !important;
  }
  .header__column {
    display: initial !important;
  }
  .header__row-3 {
    right: 15px !important;
  } 
  .logo-menu-1 .search-icon {
    right: 0;
    left: inherit;
    position: inherit;
    transform: translateY(0);
  }
  .header__language-switcher {
    padding: 0px;
  }
  .header__search {
    left: -50px;
    top: 35px;
  }
  .submenu.level-1 > li > a {
    font-weight: 400 !important;
    padding: 10px 25px !important;
  }
  .header__container form {
    max-width: 100%;
  }
  .header__row-3 {
    padding: 0px;
  }
  .level-2 .has-submenu:after ,
  .submenu.level-1 > .has-submenu > .menu-arrow::after {
    display:none !important;
  }
  .submenu.level-2 .menu-item {
    width: 100%;
    border-left: none;
  }
  .header__navigation .navigation-primary {
    display: inherit;
    margin: 0px;
  }
  .level-2 .has-submenu ul {
    position: initial;
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background-color: #333333 !important;
    z-index: 9;
    width: 50%;
  }

  .header__column {
    position: relative;
    padding: 15px 15px;
    width: 100%;
    display: flex !important;
    align-items: center;
  }

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


  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 20px;
    width: 20px;
    cursor: pointer;
    justify-content: center;
    padding: 7px;
    border: 10px solid #ffffff;
    float: left !important;
    background-color: #ffffff;
  }

  .header__navigation--toggle:after {
    /* content: "Menu"; */
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 110px;
    top: 10px;
  }
  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 190px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 0px;
    background-color: inherit;
  }

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

  .search-btn:before {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

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

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

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

  .header__search {
    order: 1;
  }

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

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

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

  .header__container .mt15{
    margin-top: 0;
  }
  .header__navigation.open .has-submenu.menu-item:hover::before {
    display: none;
  }
  .header__navigation.open  .menu-arrow::before {
    display: none;
  } 
}
.footer {
  background-color: ;
}
#return-to-top {
    background-color: #09425f;  
}
#return-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;   
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000000;
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 9px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* Missing Template at Path: \'Finance child\/css\/components\/_default-modules.css\' */