*, *: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 {}

/* 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 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

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

.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-landing-page .banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/Amanahraya_reit_December2021/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "gotham_boldregular";
  src: url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/Amanahraya_reit_December2021/fonts/gotham-bold-webfont.eot) format("embedded-opentype"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham-bold-webfont.woff2) format("woff2"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham-bold-webfont.woff) format("woff"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham-bold-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "gotham_bookregular";
  src: url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/Amanahraya_reit_December2021/fonts/gotham_book-webfont.eot) format("embedded-opentype"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham_book-webfont.woff2) format("woff2"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham_book-webfont.woff) format("woff"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham_book-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "gotham_mediumregular";
  src: url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/Amanahraya_reit_December2021/fonts/gotham-medium-webfont.eot) format("embedded-opentype"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham-medium-webfont.woff2) format("woff2"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham-medium-webfont.woff) format("woff"),
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/gotham-medium-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GothamBold";
  src: url() format("woff2"), 
    url() format("woff"), 
    url() format("truetype"),
    url();
}

@font-face {
  font-family: "GothamBook";
  src: url() format("woff2"), 
    url() format("woff"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/GothamBook.ttf) format("truetype"),
    url();
}

@font-face {
  font-family: "GothamMedium";
  src: url() format("woff2"), 
    url() format("woff"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/GothamMedium.ttf) format("truetype"),
    url();
}

@font-face {
  font-family: "GothamBook";
  src: url() format("woff2"), 
    url() format("woff"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/GothamBook.ttf) format("truetype"), 
    url();
}

@font-face {
  font-family: "GothamMedium";
  src: url() format("woff2"), 
    url() format("woff"), 
    url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/GothamMedium.ttf) format("truetype"), 
    url();
}

@font-face {
  font-family: "revicons";
  src: url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/revicons.woff) format("woff");
  src: url(https://20938173.fs1.hubspotusercontent-na2.net/hubfs/20938173/raw_assets/public/Amanahraya_reit_December2021/fonts/revicons.woff2) format("woff2");
  src: url(//f.hubspotusercontent20.net/hubfs/20938173/Amanahraya_reit_December2021/fonts/revicons.eot}) format("eot"),
}

html {
  font-family: gotham_bookregular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

body {
  line-height: 1.8;
}

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

img {
  max-width: 100%;
}

/* Paragraphs */

p {
  text-align: justify;
  margin: 0 0 15px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #8dc63f;
  outline: thin dotted;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 0 0 15px;
}

/* Lists */

ul,
ol {
  line-height: 1.8;
}

ol {
  margin: 0 0 30px 18px;
  padding: 0;
  list-style-type: none;
  counter-reset: item;
}

ol > li {
  display: table;
  counter-increment: item;
}

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

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


li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul {
  margin: 0 0 30px 28px;
  padding: 0;
  list-style: disc;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  quotes: "" "";
}

blockquote {
  padding: 30px;
  border: 1px solid #eee;
  border-left: 3px solid #8dc63f;
  background: #f9f9f9;
  margin: 0 1.5em;
}

blockquote:before,
blockquote:after, {
  content: "";
}

figure {
  margin: 1em 0;
  display: block;
}

figcaption {
  display: block;
  margin-bottom: 0;
}

/* Horizontal rules */

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


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

  html,
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {

  html,
  body {
    height: auto;
    min-height: initial;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {

  html, 
  body {
    font-size: 12px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form */

form {
  max-width: 767px;
  margin-bottom: 20px;
}

/* Form fields */

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

/* Labels */

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

.hs-form label {
  font-family: gotham_bookregular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
}

.inputs-list.hs-error-msgs label {
  font-family: gotham_bookregular, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-top: .5rem;
  color: #dc3232;
  margin: 0;
}

.hs-error-msgs label {
  color: #dc3232;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  height: auto;
  padding: 8px 18px;
  width: 100%;
  font-family: gotham_bookregular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #dcdcdd;
  color: #666666;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea.hs-input {
  height: auto;
}

.hs-input:focus {
  color: #111;
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

.hs-error-msgs label {
  color: #dc3232;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: gotham_mediumregular, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

form input[type=submit]:focus,
form .hs-button:focus {
  background-color: #8dc63f !important;
  border-color: #8dc63f !important;
}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  border-bottom: 1px solid #ccc;
}

.custom-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  opacity: 1.0;
}

.custom-logo {
  float: left;
  position: relative;
  z-index: 20;
  padding: 15px 30px;
}

.hs-two-col-page {
  overflow-x: hidden;
}

.custom-logo a {
  display: block;
}

.custom-logo img {
  height: 50px;
  max-width: 100%;
}

.custom-menu-primary.desktop {
  float: right;
  position: relative;
  z-index: 10;
  font-family: gotham_boldregular;
}

.custom-menu-primary.desktop .hs-menu-wrapper  {
  font-size: 13px;
  float: right;
  line-height: 1.3em;
  text-align: left;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: top;
  line-height: 1.3em;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  text-align: left;
  display: inline-block;
  float: left;
  border-left: 1px solid #ccc;
  vertical-align: bottom;
  line-height: 1.3em;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  font-weight: normal;
  color: #333;
  padding: 0 30px;
  max-width: 150px;
  display: block;
  position: relative;
  line-height: 1.3em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a span {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: auto;
  margin-top: 20px;
  top: auto;
  opacity: 0;
  border: 1px solid #e0e0e0;
  clip: rect(0,5000px,5000px,-5000px);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  z-index: 500;
  visibility: hidden;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.3em;
  -webkit-transition-property: margin-top,opacity,visibility;
  -ms-transition-property: margin-top,opacity,visibility;
  transition-property: margin-top,opacity,visibility;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover ul {
  margin-top: 0;
  opacity: 1;
  z-index: 20;
  overflow: visible;
  display: block;
  visibility: visible;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li {
  display: block;
  float: none;
  position: relative;
  min-width: 150px;
  clear: both;
  text-align: left;
  vertical-align: top;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li a {
  display: block;
  padding: 15px 20px;
  vertical-align: top;
  line-height: 1.3em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li a span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

#header_height {
  height: 80px;
}

.mobile-trigger {
  background: #f9f9f9;
  color: #888888;
  font-size: 12px;
  border: none;
  text-transform: none;
  font-weight: normal;
  padding: 15px 20px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  vertical-align: top;
  line-height: 1.3em;
}

.mobile-trigger:hover,
.mobile-open .mobile-trigger {
  color: #6c9830;
}

.mobile-trigger i {
  width: 1.3em;
  text-align: center;
}

.fa-navicon:before,
.fa-reorder:before, 
.fa-bars:before {
  content: "\f0c9";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.child-trigger {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
}

.child-trigger:hover {
  text-decoration: none;
}

.child-trigger i {
  position: relative;
  top: 50%;
  margin: 0 auto;
}

.child-trigger i:after {
  position: absolute;
  content: '';
}

.child-trigger i, 
.child-trigger i:after {
  width: 10px;
  height: 1px;
  background-color: #333;
  display: block;
}

.child-trigger i:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.child-trigger.child-open i:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.child-trigger.child-open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hs-landing-page .dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1441px) {

  .mobile-trigger {
    display: none;
  }

  .custom-menu-primary.mobile {
    display: none;
  }
}

@media screen and (max-width: 1440px) {

  .custom-header {
    height: 48px;
  }

  #header_height {
    height: 48px;
  }

  .custom-logo {
    padding: 5px 0;
    left: 48px;
  }

  .custom-logo img {
    height: 38px;
  }

  .custom-menu-primary.desktop {
    display: none;
  }

  .custom-menu-primary.mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    float: right;
    z-index: 10;
    font-family: gotham_boldregular;
  }

  .mobile-trigger {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0;
    font-size: 18px;
    background: none;
    color: #215784;
    display: block;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper {
    background: #fff;
    overflow-y: scroll;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
    width: 100%;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height .3s ease-in;
    overflow: visible;
    z-index: 100;
    color: #888888;
    line-height: 1.3em;
    text-align: left;
    font-size: 13px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper {
    width: 100%;
    max-height: 500px;
    visibility: visible;
    overflow: visible;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height .3s ease-in;

    max-height: 100%;
    display: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    display: block;
    vertical-align: top;
    line-height: 1.3em;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    clear: both;
    border: none;
    background: #fff;
    width: 100%;
    text-align: left;
    line-height: 1.3em;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children {
    border-bottom: 2px solid transparent;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 1px solid #ccc;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    color: #333;
    max-width: none;
    padding: 15px 20px;
    border: none;
    display: block;
    vertical-align: top;
    line-height: 1.3em;
    text-decoration: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:hover > a {
    color: #8dc63f;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    position: relative;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a span {
    display: block;
    height: auto;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul {
    position: static;
    margin: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    top: auto;
    left: 0;
    display: none;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    z-index: 500;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li {
    display: block;
    float: none;
    position: relative;
    min-width: 150px;
    clear: both;
    text-align: left;
    vertical-align: top;
    line-height: 1.3em;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li a {
    color: #333;
    padding: 15px 20px;
    display: block;
    line-height: 1.3em;
    text-decoration: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li a:hover {
    color: #8dc63f;
    text-decoration: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li a span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 768px) {

  .custom-menu-primary.mobile .hs-menu-wrapper {
    font-size: 12px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul {
    font-family: gotham_mediumregular;
  }
}

@media screen and (max-width: 480px) {

  .custom-logo {
    padding: 10px 0;
  }

  .custom-logo img {
    height: 28px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
  }
}
.footer {
  padding: 35px 20px 15px;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: gotham_mediumregular;
}

.footer p {
  margin: 0 0 15px;
  line-height: 1.8;
  text-align: justify;
}

.footer__container {

}

.footer-top:before,
.footer-top:after {
  content: " ";
  display: table;
}

.footer-top:after {
  clear: both;
}

.footer-menu,
.footer-menu-right,
.footer-contact {
  width: 100%;
}

.footer-menu-wrap,
.footer-menu-right-wrap,
.footer-contact-wrap {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 35px;
}

.footer-menu .hs-menu-wrapper > ul,
.footer-menu-right .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul > li > a,
.footer-menu-right .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  line-height: 2.5;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover,
.footer-menu-right .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.footer-contact p:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  font-size: 10px;
}

.footer-bottom:before, 
.footer-bottom:after {
  content: " ";
  display: table;
}

.footer-bottom:after {
  clear: both;
}

.copyright-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.copyright-wrapper:before, 
.copyright-wrapper:after {
  content: " ";
  display: table;
}

.copyright-wrapper:after {
  clear: both;
}


.copyright {
  margin-bottom: 35px;
}

.back_to_top {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 10px 12px;
  background: #215784;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.back_to_top:hover {
  background: #8dc63f;
}

.fa-angle-up:before {
  content: "\f106";
}

@media (min-width: 768px) {

  .footer-menu,
  .footer-menu-right {
    width: 25%;
    float: left;
  }

  .footer-contact {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 768px) {

  .footer-menu-wrap, 
  .footer-menu-right-wrap, 
  .footer-contact-wrap {
    padding: 0;
  }

  .copyright-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {

  .footer-menu-wrap, 
  .footer-menu-right-wrap {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {

  .footer {
    font-size: 10px;
  }

  .footer-bottom {
    font-size: 9px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-page-map .dnd-section .dnd-column {
  padding: 0px;
}

.contact-page-map {
  margin-bottom: 35px;
}

.contact-page-map iframe {
  display: block;
  width: 100%;
  pointer-events: none;
}

.contact-page-form .hs_cos_wrapper_type_header h1 {
  font-family: Cinzel;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.1;
  color: #000;
  padding: 0 0 10px;
  margin: 0 0 35px;
  position: relative;
}

.contact-page-form .hs_cos_wrapper_type_header h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #000;
}

.contact-page-form .span4 {
  width: 100%;
}

.contact-page-form .span8 {
  width: 100%;
}

.contact-page-form .hs-form-field > label {
  display: none;
}

.contact-page-form p {
  margin: 0 0 15px;
  line-height: 1.8;
  text-align: justify;
}

.contact-page-form p a:focus {
  color: #8dc63f;
  text-decoration: none;
  outline: thin dotted;
}

.contact-page-form p:last-child {
  margin-bottom: 0;
}

.contact-page-form p strong {
  font-weight: normal;
  font-family: gotham_mediumregular, sans-serif;
}


.contact-page-form form {
  max-width: 100%;
  margin: 0;
}

.contact-page-form fieldset.form-columns-1 .input,
.contact-page-form fieldset.form-columns-2 .input {
  margin: 0 !important;
}

.contact-page-form fieldset.form-columns-2 .hs-form-field {
  float: left !important;
  width: 48% !important;
}

.contact-page-form fieldset.form-columns-2 .hs-form-field:first-child {
  margin-right: 4%;
}

.contact-page-form ::-webkit-input-placeholder {
  color: #5d5d5d;
}

.contact-page-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.contact-page-form textarea.hs-input {
  height: auto;
  overflow: auto;
  vertical-align: top;
  padding: 8px 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 258px;
}

.contact-page-form .inputs-list.hs-error-msgs > li {
  margin: 0;
}

.contact-page-form .hs_error_rollup .inputs-list.hs-error-msgs label {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ffb900;
  color: #707070;
}

.contact-page-form .grecaptcha-badge {
  margin-left: 0;
}

.two_col_left_row1 .span4 {
  width: 28%;
  padding-top: 35px;
}

.two_col_left_row1 .span8 {
  margin-left: 4%;
  width: 68%;
  min-height: 480px;
}


.two_col_left_row1 .hs-menu-wrapper {
  background: #262932;
  font-size: 12px;
  font-family: gotham_boldregular;
  text-transform: uppercase;
  margin: 0 0 1.5em;
  display: block;
}

.two_col_left_row1 .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  display: block;
  white-space: normal;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li {
  position: relative;
  padding: 0;
  padding-bottom: 1px;
  display: block;
  text-transform: uppercase;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li:last-child {
  padding: 0;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid #444;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li > a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #fff;
  padding: 8px 20px 8px 40px;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  background: #6c9830;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li > a:hover {
  background: #8dc63f;
  text-decoration: none;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li.active-branch > a,
.two_col_left_row1 .hs-menu-wrapper > ul > li.active > a {
  background: #8dc63f;
  color: #fff;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li.active-branch > a:hover,
.two_col_left_row1 .hs-menu-wrapper > ul > li.active > a:hover {
  background: #8dc63f;
  color: #fff;
}

.two_col_left_row1 .hs-menu-wrapper > ul > li.active-branch > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #8dc63f;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hs-two-col-page {
  padding-bottom: 35px;
}

.two_col_left_row1 .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.two_col_left_row1 .dnd-section>.row-fluid {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.two_col_left_row1 .hs_cos_wrapper_type_linked_image {
  line-height: 1.8;
  text-align: justify;
  display: block;
}

.two_col_left_row1 .hs_cos_wrapper_type_linked_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.home-page-section2 {
  margin-bottom: 35px;
  padding: 35px 0;
}

.home-page-section2 h2 {
  font-family: Cinzel;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  line-height: 1.1;
  margin: 0 0 15px;
}

.home-page-section2 p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.home-page-section2 .customize-button-wrapper {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  line-height: 1.8;
}

.home-page-section2 .customize-button-wrapper a {
  padding: 12px 30px;
  background: #215784;
  color: #fff;
  font-family: gotham_mediumregular, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-page-section2 .customize-button-wrapper a:hover {
  background: #8dc63f;
  color: #fff;
  text-decoration: none;
}

.home-page-section3 .hs_cos_wrapper_type_linked_image {
  margin-bottom: 5px;
  text-align: center;
  display: block;
}

.home-page-section3 .hs_cos_wrapper_type_linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.home-page-section3 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 35px;
}

.home-page-section3 h3 {
  font-family: Cinzel;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}


.home-page-section3 h3 a {
  color: #fff;
  text-decoration: none;
}

.home-page-section4 .content-with-background-wrapper {
  margin-right: -15px;
  font-size: 0;
}

.home-page-section4 .customize-button-wrapper {
  margin-bottom: 35px;
  text-align: right;
  line-height: 1.8;
}

.home-page-section4 .customize-button-wrapper a {
  background: #215784;
  color: #fff;
  font-family: gotham_mediumregular, sans-serif;
  font-weight: 400;
  font-size: 11px;
  padding: 8px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-page-section4 .customize-button-wrapper a:hover {
  background: #8dc63f;
  color: #fff;
}

.hs-two-col-page .content-with-background-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 35px;
}

.hs-two-col-page .content-with-background-main {
  margin-right: -30px;
  font-size: 0;
}

.hs-two-col-page .content-with-background-main.three {
  margin-right: -15px;
}

.hs-two-col-page .content-with-background-wrapper .content-with-background-item-inner {
  box-shadow: 1px 1px 4px #ddd;
  overflow: hidden;
  height: 230px;
}

.hs-two-col-page .content-with-background-wrapper .image-title {
  padding: 10px;
}

.hs-two-col-page .content-with-background-wrapper .content-with-background-item {
  padding: 0;
  padding-right: 30px;
  padding-bottom: 30px;
}

.hs-two-col-page .content-with-background-wrapper .content-with-background-main.three .content-with-background-item {
  padding-right: 15px;
  padding-bottom: 15px;
}

.hs-two-col-page .content-with-background-item-inner:hover {
  box-shadow: 2px 2px 8px #bbb;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hs-two-col-page table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #eee;
  margin: 0 0 1.5em;
  color: #707070;
}

.hs-two-col-page td {
  padding: 10px 20px;
}

.hs-two-col-page table, 
.hs-two-col-page th, 
.hs-two-col-page td {
  border: 1px solid #eee;
  color: #707070;
}

.hs-two-col-page table tbody tr td {
  vertical-align: top;
}

.hs-two-col-page table tbody tr td:first-child {
  width: 280px;
  font-weight: bold;
}

.hs-two-col-page table ul:last-child {
  margin: 0 0 30px 28px;
  margin-bottom: 0;
}

.home-portfolio-section1 .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 35px;
}

.home-portfolio-section1 .hs_cos_wrapper_type_linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.home-portfolio-section1 .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 -1px;
  display: block;
  margin-bottom: -1px;
  position: relative;
  z-index: 3;
}

.home-portfolio-section1 .hs_cos_wrapper_type_rich_text ul li {
  margin: 1px 0 0 1px;
  display: inline-block;
}

.home-portfolio-section1 .hs_cos_wrapper_type_rich_text ul li a {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-bottom-color: transparent;
  font-family: gotham_mediumregular;
  color: #215784;
  padding: 14px 20px;
  display: block;
  cursor: default;
  position: relative;
  transition: background .2s ease-in-out,color .2s;
  text-decoration: none;
}

.home-portfolio-section1 .hs_cos_wrapper_type_rich_text ul li a:focus {
  outline: none;
}

.table-portfolio-wrapper {
  padding: 15px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  transform: translate3d(0,0,0);
}

.table-portfolio {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border-left: none;
  border-right: none;
  margin: 0;
}

.table-portfolio tbody {
  margin: 0;
  color: #707070;
}

.table-portfolio tbody tr td {
  vertical-align: top;
  border: none;
  padding: 10px 20px;
  color: #707070;
}

.table-portfolio tbody tr:nth-child(odd) td {
  background: #f6f6f6;
}

.table-portfolio tbody tr td:first-child {
  width: 280px;
  padding-right: 0;
  font-weight: bold;
}

.table-portfolio tbody tr td:first-child:before {
  content: ':';
  float: right;
  padding-left: 10px;
}

.table-portfolio tbody tr td p:last-child {
  margin-bottom: 0;
}

.home-page-section5 table.table-06 {
  margin: 0 20px 20px;
  background: #fff;
  width: auto;
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.home-page-section5 table.table-06 td {
  padding: 10px 20px;
  vertical-align: top;
  border: 1px solid #eee;
  color: #707070;
}

.home-page-section5 table.table-06 tbody tr td:first-child {
  width: 280px;
  font-weight: bold;
}

.home-page-section5 table.table-06 tbody tr td:first-child {
  color: #262932;
}

.home-page-section5 table.table-06 td p:last-child {
  margin-bottom: 0;
}

.home-page-section5 .home-column-card-wrapper {
  padding-bottom: 0;
}

.home-page-section5 .dnd-section>.row-fluid {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-two-col-page figure {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.hs-two-col-page figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.hs-two-col-page figcaption {
  text-align: center;
  font-size: .8em;
  font-style: italic;
  font-family: georgia,serif;
  margin: 0.8075em 0;
}

.home-page-section5 .home-column-card-wrapper ul li:last-child {
  padding-bottom: 20px;
}

.home-embedded-content-wrapper iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  display: inline;
  width: 100%;
  height: 290px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.home-page-section5 {
  padding-bottom: 35px;
}

@media (min-width: 768px) {

  .hs-two-col-page .content-with-background-wrapper .content-with-background-main.three .content-with-background-item {
    width: 33.33333333%;
  }

  .home-page-section5 .span8 {
    width: 66.66666667%;
  }

  .home-page-section5 .span4 {
    width: 33.33333333%;
    margin-left: 0;
  }

  .hs-two-col-page .content-with-background-wrapper .content-with-background-item {
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .home-page-section2 .span2 {
    width: 16.66666667%;
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .home-page-section2 .span8 {
    width: 66.66666667%;
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;;
  }


  .home-page-section3 .span4 {
    width: 33.33333333%;
    margin-left: 0 !important;
  }

  .contact-page-form .span4 {
    width: 33.33333333%;
    float: left;
  }

  .home-page-section4 .span8 {
    width: 66.66666667%;
  }

  .home-page-section4 .span4 {
    width: 33.33333333%;
    margin-left: 0 !important;
  }

  .contact-page-form .span8 {
    width: 66.66666667%;
    float: left;
    margin-left: 0;
  }
}


@media screen and (max-width: 1100px) {

  .home-portfolio-section1,
  .home-portfolio-section2 {
    padding: 0 20px;
  }

  .hs-contact-page {
    padding: 0 20px;
  }

  .two_col_left_row1 .span4 {
    width: 21%;
    position: relative;
    left: 20px;
  }

  .two_col_left_row1 .span8 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 75%;
  }
}


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

  .home-page-section2 h2 {
    font-size: 24px;
  }

  .home-page-section3 h3 {
    font-size: 18px;
  }

  .home-portfolio-section1 .hs_cos_wrapper_type_rich_text ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {

  .home-page-section4 .span8,
  .home-page-section4 .span4 {
    width: auto;
    float: none;
  }

  .two_col_left_row1 .hs-menu-wrapper > ul > li.active-branch > a:after {
    content: none;
  }

  .home-page-section5 {
    padding: 20px;
    padding-bottom: 55px;
  }

  .home-page-section5 .span8,
  .home-page-section5 .span4 {
    width: 100%;
    float: none;
  }

  .hs-two-col-page .content-with-background-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .home-page-section2 {
    padding: 20px;
  }

  .home-page-section2 .span2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-page-section2 .span8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-page-section2 .customize-button-wrapper a {
    font-size: 12px;
    padding: 8px 20px;
  }

  .home-page-section4 {
    padding: 20px;
  }

  .contact-page-form .hs_cos_wrapper_type_header h1 {
    font-size: 24px;
  }

  .contact-page-form fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px;
  }

  .two_col_left_row1 .hs-menu-wrapper {
    font-size: 11px;
  }

  .two_col_left_row1 .hs-menu-wrapper > ul > li > a:before {
    margin-top: -4px;
    width: 6px;
    height: 6px;
  }

  .two_col_left_row1 .span4 {
    width: 100%;
    position: relative;
    left: 0;
    padding: 35px 20px 0 !important;
    order: 2;
  }

  .two_col_left_row1 .span8 {
    width: 100%;
    margin-left: 0;
    min-height: auto;
  }

  .home-page-section4 .customize-button-wrapper a {
    font-size: 11px;
    padding: 8px 20px;
  }

  .hs-two-col-page .span12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .table-portfolio-wrapper {
    padding-top: 18px;
    border: 1px solid #f7f7f7;
  }

  .home-portfolio-section1 .hs_cos_wrapper_type_rich_text ul li {
    width: 100%;
  }

  .home-portfolio-section1 .hs_cos_wrapper_type_rich_text ul li a {
    line-height: 1;
    background: #215784;
    color: #fff;
    margin-bottom: 2px;
    padding-bottom: 13px;
    margin-bottom: 0;
  }

  .hs-two-col-page table tbody tr td:first-child {
    padding-bottom: 0;
  }

  .hs-two-col-page table tbody tr td:last-child {
    padding-top: 0;
  }

  .hs-two-col-page table tbody tr:nth-child(odd) td {
    background: #f6f6f6;
  }

  .table-portfolio {
    border: none;
  }

  .hs-two-col-page table tbody tr td {
    display: block;
    width: auto !important;
    border: none !important;
  }

  .table-portfolio tbody tr td {
    padding: 10px !important;
  }

  .table-portfolio tbody tr th, 
  .table-portfolio tbody tr td {
    display: block;
    width: auto !important;
  }

  .table-portfolio tbody tr td:first-child {
    padding-bottom: 0 !important;
  }

  .table-portfolio tbody tr td:last-child {
    padding-top: 0 !important;
  }

  .table-portfolio tbody tr td:first-child:before {
    content: none;
  }

  .home-page-section5 table.table-06 tbody tr td {
    display: block;
    width: auto !important;
    border: none;
  }

  .home-page-section5 table.table-06 tbody tr:nth-child(odd) td {
    background: #f9f9f9;
  }

  .home-page-section5 table.table-06 tbody tr td:first-child {
    color: #6c9830;
    padding-bottom: 0 !important;
  }

  .home-page-section5 table.table-06 tbody tr td:last-child {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 480px) {

  .home-page-section2 h2 {
    font-size: 18px;
  }

  .contact-page-form .hs-input {
    font-size: 12px;
    padding: 8px 12px;
    width: 100% !important;
  }

  .contact-page-form textarea.hs-input {
    padding: 8px 12px;
  }

  .contact-page-form .hs-button {
    font-size: 12px;
  }

  .home-page-section2 .customize-button-wrapper a {
    font-size: 10px;
    padding: 8px 20px;
  }

  .home-page-section3 h3 {
    font-size: 14px;
  }

  .home-portfolio-section1 .hs_cos_wrapper_type_rich_text ul li a {
    font-size: 12px;
  }

  .home-page-section4 .customize-button-wrapper a {
    font-size: 10px;
    padding: 8px 20px;
  }
}


/* Second css */



.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

figcaption {
  text-align: center;
  font-size: .8em;
  font-style: italic;
  font-family: georgia, serif;
  margin: 0.8075em 0;
}


.hs-two-col-page .form-title {
  clear: both;
  font-weight: normal;
  font-family: gotham_mediumregular, sans-serif;
  line-height: 1.1;
  margin: 0 0 15px;
  font-size: 21px;
  color: #707070;
  margin-bottom: 35px;
}

.hs-two-col-page .form-title {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.hs-two-col-page form {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.hs-two-col-page form .hs-form-field {
  margin: 0 0 15px;
  line-height: 1.8;
  text-align: justify;
}

.hs-two-col-page form .hs-form-field>label {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  font-family: gotham_bookregular, sans-serif;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}

.hs-two-col-page form .hs-form-field .input input {
  font-family: gotham_bookregular, sans-serif;
  font-size: 14px;
  line-height: 24px !important;
  border: 1px solid #eee !important;
  background: #fff;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #666;
  padding: 8px 18px;
  width: 51.2%;
}

.hs-two-col-page form .hs-form-field .input textarea {
  color: #666;
  font-family: gotham_bookregular, sans-serif;
  font-size: 14px;
  line-height: 24px !important;
  border: 1px solid #eee !important;
  background: #fff;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: auto;
  overflow: auto;
  vertical-align: top;
  min-height: 258px;
}

.hs-two-col-page form .hs-form-field>label span.hs-form-required {
  display: none;
}

.hs-two-col-page form .hs-form-field>label span {
  text-align: left;
  margin-left: -4px;
}

.hs-two-col-page form .hs-form-field .input input.hs-input.invalid.error {
  border-color: #f00 !important;
}

.hs-two-col-page form .hs-form-field ul.hs-error-msgs>li {
  margin: 0;
}

.hs-two-col-page form .hs_error_rollup label {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #ffb900;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  font-family: gotham_bookregular, sans-serif;
  line-height: 1.8;
}

.hs-two-col-page .contact-wrapper {
  margin-top: 27px;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active-branch:hover>a {
  color: #8DC63F;
}

@media (max-width:1024px) {
  .hs-two-col-page .form-title {
    font-size: 14px;
  }
}

@media (max-width:768px) {
  .hs-two-col-page form {
    padding: 0 !important;
  }
  .hs-two-col-page .form-title {
    padding: 0;
  }
  .hs-two-col-page form .hs-form-field>label {
    font-size: 13px;
  }
  .two_col_left_row1 .hs_cos_wrapper_type_rich_text p:last-child img.aligncenter {
    height: auto;
  }
  .hs-two-col-page form .hs-form-field .input input {
    width: 100%;
  }
}

@media (max-width:480px) {
  .hs-two-col-page form .hs-form-field>label {
    font-size: 12px;
  }
  .hs-two-col-page form .hs-form-field .input input {
    width: 100%;
  }  
}