*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid, .content-wrapper {
  margin: 0 auto;  
  padding: 0 30px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "awb-icons"; 
  src: url(https://3338278.fs1.hubspotusercontent-na1.net/hubfs/3338278/raw_assets/public/risk3sixty_September_2021/fonts/awb-icons.woff) format("woff"), 
    url(https://3338278.fs1.hubspotusercontent-na1.net/hubfs/3338278/raw_assets/public/risk3sixty_September_2021/fonts/awb-icons.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
  font-display: block; 
}




main.body-container-wrapper {
  margin-bottom: 550px;
  background-color:#fff;
}



body {
  line-height: 1.7;
  word-break: break-word;
  letter-spacing:0.5px;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.hs-error-msgs label {
  color: red;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form {
  background-color: #f6f6f6;
  padding:20px;
}
form label {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family:"Open Sans", Arial, Helvetica, sans-serif;
  height:35px !important;
  background-color: #fff;
  border-width: 2px;
  border-style:solid;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  font-weight:400;
  padding: 8px 15px;
  width: 100%;
  vertical-align: middle;
  outline: 0;
}

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

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  font-family:Ubuntu;
  cursor: pointer;
  display: inline-block;
  line-height: 17px;
  letter-spacing:1px;
  font-size: 14px;
  text-align: center;
  white-space: normal;
  transition: all .2s;
  margin-top:15px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.lp_header .header_inner {
  min-height: 84px;
}

.hd_wrapper {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 10;
    height: 84px;
}
header.header {
  --header_border_color: rgba(143,126,89,0.8);
  position: relative;
  z-index: 10011;
}

.header_inner {
  padding-left: 30px;
  padding-right: 30px;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  --top-bar-height: calc(44px / 2);
  -webkit-transform: translate3d(0,0,0);
    box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
}
body.fixed .header_inner {
  box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
}
.hd_row {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.hd_row:before,.hd_row:after {
  content: " ";
  display: table;
  clear: both;
}
.hd_logo {
  display: block;
  float: left;
  max-width: 100%;
  --logo_margin-top: 20px;
  --logo_margin-bottom: 5px;
  --logo_margin-left: 0px;
  --logo_margin-right: 0px;
  margin: var(--logo_margin-top) var(--logo_margin-right) var(--logo_margin-bottom) var(--logo_margin-left);
}

.hd_logo a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  color: #318ecb;
  display: block;
  max-width: 100%;
}

.hd_logo a >img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  width: 180px !important;
  height: auto;
}

.header #hs_cos_wrapper_navigation-primary nav {
  float: right;
  position: relative;
  z-index: 200;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:not(:last-child) {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  padding-right: 29px;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-1>li>a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  border-color: transparent;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Ubuntu';
  justify-content: center;
  border-top-width: 3px;
  border-top-style: solid;
  box-sizing: border-box;
  min-height: 84px;
  letter-spacing:0px;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-2 {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity .2s ease-in;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  letter-spacing: 0.5px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.7;
  border-top: 3px solid #8f7e59;
  width: 297px;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-1>li>a:hover {
  border-top-color: #8f7e59;
}


.header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:last-child {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:last-child a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0;
  font-size: 14px;
  font-family: 'Ubuntu';
  border-color: transparent;
  justify-content: center;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:hover .submenu.level-2 {
  visibility: visible;
  opacity: 1;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-2>li {
  position: relative;
  cursor: pointer;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-2>li>a {
  display: block;
  box-sizing: content-box;
  border: 0;
  padding: 7px 20px;
  text-indent: 0;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  letter-spacing: 0.5px;
  line-height: 1.7;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  border-bottom-color: #e5edf4;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.arrow {
  margin-left: 9px;
}

.arrow_icon {
  vertical-align: middle;
}

.arrow_icon:before {
  content: "\f107";
  font-family: awb-icons;
  font-style: normal;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:last-child a .hd_btn {
  display: inline-block;
  position: relative;
  zoom: 1; border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  background: #1c567d;
  color: #ffffff;
  border-radius: 25px;
  transition: all .2s;
  text-transform: none;
  letter-spacing: 1px;
  font-family: 'Ubuntu';
  border-width: 0;
  outline: 0;
  background-image: linear-gradient(to left,#477392,#2B5877);
  margin-top: 20px;
  margin-bottom: 20px;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:last-child a .hd_btn:hover {
  background-image: linear-gradient(to top,#318ecb,#318ecb);
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-3 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity .2s ease-in;
  width: 297px;
  font-family: 'Open Sans';
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.7;
  left: 297px;
  border-top: 3px solid #8f7e59;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  top: calc(3px * -1);
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-3>li {
  position: relative;
  cursor: pointer;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-3>li>a {
  display: block;
  box-sizing: content-box;
  border: 0;
  padding: 7px 20px;
  line-height: 1.7;
  text-indent: 0;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  letter-spacing: 0.5px;
  border-bottom-color: #e5edf4;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.header #hs_cos_wrapper_navigation-primary .submenu.level-2>li:hover .submenu.level-3 {
  opacity: 1;
  visibility: visible;
}

#hs_cos_wrapper_mob-primary {
  display:none;
}


/* form styling */


.popup_wrap {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  transition: opacity .3s linear,visibility .3s linear;
  outline: 0;
  visibility: hidden;
}

.popup_inner {
  position: relative;
  width: 900px;
  margin: 10px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  max-height: calc(100% - 90px);
  transform: translate(0,-25%);
  transition: transform .3s ease-out;
}

.popup_content {
  position: relative;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  background-color: #f6f6f6;
}

.popup_title {
  padding: 15px 20px;
  border-bottom: 1px solid #ebebeb;
  min-height: 54px;
  box-sizing: border-box;
}

.pop_form {
  position: relative;
  padding: 20px;
  zoom: 1; clear: both;
}

.popup_title .close_btn {
  font-family: Arial;
  color: #000;
  float: right;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 0 none;
  cursor: pointer;
  padding: 0;
  font-size: 30px;
  margin-top: -5px;
  text-shadow: none;
}

.popup_title h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  clear: left;
  line-height: 1.2;   
  font-family: Ubuntu,Arial,Helvetica,sans-serif;
  font-weight: 300;
}

.Form_open .popup_wrap {
  opacity: 1;
  visibility: visible;
}

.Form_open .popup_inner {
  transform: translate(0,0);
}

.pop_form form {
  padding: 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.pop_form .hs-form-field {
  width: 47% !important;
  margin: 0;
}

.pop_form form fieldset:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 20px;
}

.pop_form form fieldset .input {
  margin-right: 0 !important;
}

.pop_form fieldset.form-columns-1 .hs-form-field {
  width: 100% !important;
}

.pop_form form fieldset.form-columns-2>div:last-child {
  float: right;
}

.pop_form fieldset.form-columns-1 .hs-form-field textarea {
  width: 100%;
  min-height: 80px;
}

.pop_form .hs-submit {
  padding-bottom: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.overlay {
  transition: opacity .3s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
  background-color: #000;
  opacity: 0;
  display: none;
}

.Form_open .overlay {
  display: block;
  opacity: 0.5;
}
.Form_open {
  overflow: hidden;
}

.pop_form .hs-form-field label {
  margin-bottom: 1.6px !important;
}

.pop_form fieldset.form-columns-1:after {
  display: none;
}

.mobile-menu-search {
  display: none;
}





/*  media query*/

@media (max-width:1450px) and (min-width:786px){
  .header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:nth-last-child(2) > ul {
    right: 0 !important;
    left: auto !important;
  }
}
@media (max-width:1200px) and (min-width:786px){
  .fixed .header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:not(:last-child) {
    padding-right: 23px !important;
  }
}
@media (max-width:930px) and (min-width:786px){
  .header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:not(:last-child) {
    padding-right: 9px;
  }
  .fixed .header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:not(:last-child) {
    padding-right: 9px !important;
  }
}
@media (max-width:830px) and (min-width:801px){
  .fixed .header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:not(:last-child) {
    padding-right: 32px !important;
  }
}

@media (min-width:801px){
  .header_inner {
    position: fixed;
    top: 0;
    z-index: 210;
    max-width: 100%;
    width: 100%;
    border-bottom: 0;

  }

  .fixed .header #hs_cos_wrapper_navigation-primary .submenu.level-1>li:not(:last-child) {
    padding-right: 35px;
  }
}



@media (max-width:899px){
  .popup_inner {
    width: auto;
    margin: 10px;
    margin-top: 60px;
  }
}



@media (max-width:800px){
  .lp_header .header_inner {
    min-height: 80px;
  }
  .mobile-menu-icons {
    position: relative;
    top: 0;
    right: 0;
    vertical-align: middle;
    text-align: right;
    display: block;
  }

  .mobile-menu-icons>a {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    font-family: 'awb-icons';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 21px;
    margin-left: 20px;
    color: #dadada !important;
  }

  .toggle:before {
    content: "\f0c9";
  }

  .icon-search:before {
    content: "\f002";
  }

  div#hs_cos_wrapper_navigation-primary {
    display: none;
  }

  .header_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hd_row {
    width: 100%;
  }

  .hd_logo {
    margin: 0;
  }

  /*  mob_nav  */
  #hs_cos_wrapper_mob-primary {
    clear: both;
    color: #333;
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    display: none;
    float: none;
    position: static;
  }

  .header #hs_cos_wrapper_mob-primary nav {
    float: none;
    z-index: 0;
    position: static;
  }

  header #hs_cos_wrapper_mob-primary .submenu.level-1 {
    border: none;
    border-top: 1px solid transparent;
    border-color: #dadada;
    display: block;
  }

  header #hs_cos_wrapper_mob-primary .submenu.level-1 >li {
    position: relative;
    font-size: 12px;
    line-height: normal;
    padding: 0 !important;
    float: none !important;
  }

  header #hs_cos_wrapper_mob-primary .submenu.level-1 >li>a {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    display: block;
    border-bottom: 1px solid transparent;
    padding: 0 12px;
  }

  .header #hs_cos_wrapper_mob-primary .submenu.level-1>li>a {
    border: 0;
    display: block;
    padding: 0 12px;
    text-align: left;
    height: 49px;
    border-bottom: 1px solid #dadada;
    letter-spacing: 1px;
    font-size: 16px;
    padding-left: 30px;
    line-height: 3.2;
    margin: 0;
    font-family: "Open Sans";
    background-color: #f9f9f9;
  }

  .submenu.level-2>li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .submenu.level-2 {
    display: none;
  }

  .submenu.level-2>li>a {
    border: 0;
    display: block;
    padding: 0 12px;
    text-align: left;
    height: 49px;
    border-bottom: 1px solid #dadada;
    letter-spacing: 1px;
    font-size: 16px;
    padding-left: 39px;
    line-height: 3.2;
    margin: 0;
    font-family: "Open Sans";
    background-color: #f9f9f9;
  }
  .child_trigger {
    display: block;
    z-index: 1;
    position: absolute;
    top: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    height: 49px;
    color: #11354d;
    padding-right: 35px;
    padding-left:6px;
    right: 0;
  }

  .child_trigger:before {
    display: block;
    margin: 0;
    content: "\e61f";
    font-family: awb-icons;
  }

  .submenu.level-2>li>a:before {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    content: "-";
    margin-right: 2px;
  }
  .submenu.level-3 {
    display: none;
  }

  .submenu.level-3>li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .submenu.level-3>li>a {
    border: 0;
    display: block;
    padding: 0 12px;
    text-align: left;
    height: 49px;
    border-bottom: 1px solid #dadada;
    letter-spacing: 1px;
    font-size: 16px;
    padding-left: 48px;
    line-height: 3.2;
    margin: 0;
    font-family: "Open Sans";
    background-color: #f9f9f9;
  }

  .submenu.level-3>li>a:before {
    content: "--";
  }
  .navigation-primary ul >li >a:hover {
    background-color: #f6f6f6 !important;
    color: #8f7e59 !important;
  }
  .nav_open .header_inner {
    padding-bottom: 0;
  }
  .mobile-menu-search {
    display: none;
    width: 100%;
    margin-top: 55px;
  }
  body.nav_open .mobile-menu-search {
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .hd_wrapper {
    height: auto !important;
  }
  span.child_trigger {
    cursor: pointer;
  }
  .searchform {
    margin: 0;
    padding: 0;
    border-style: none;
    background-color: transparent;
  }

  .search-form-content {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    border-width: 2px;
    border-radius: 6px;
  }

  .search-field {
    flex-grow: 1;
  }

  .search-field label {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .search-field input[type="search"] {
    color: #001b2dad;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    height: 35px;
    padding: 8px 15px;
    width: 100%;
    outline: none;
  }

  .screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
  }

  .search-button input.searchsubmit {
    background-image: none;
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-indent: 0;
    cursor: pointer;
    font-family: awb-icons;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }

}
footer.footer {
  -webkit-text-size-adjust: 100%;
  font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;
  font-family: "open sans";
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  position: fixed;
}
.ft_bottom {
  padding-left: 30px;
  padding-right: 30px;
  z-index: 10;
  position: relative;
  padding-top: 18px;
  padding-bottom: 16px;
  border-top: 1px solid #4b4c4d;
}
.ft_row {
  margin: 0 auto;
  max-width: 1200px;
}
.ft_row:before,.ft_row:after {
  content: " ";
  display: table;
}
.ft_row:after {
  clear: both;
}
.copyright_content {
  width: 100%;
  display: block;
  text-align: center;
}
div#hs_cos_wrapper_copyright {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: center;
}
div#hs_cos_wrapper_copyright p {
  font-weight: 600;
  margin: 0;
  display: inline;
  font-size: 12px;
}
div#hs_cos_wrapper_copyright p:last-child {
  text-align: center;
  margin: 0;
  font-size: 12px;
  display: block;
  line-height: 1.7;
  font-weight: 400;
}
div#hs_cos_wrapper_copyright img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.ft_top {
  position: relative;
  border-top: 4px solid #8f7e59;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 43px;
  padding-bottom: 40px;
}

.ft_cols {
  margin: 0 calc(15px * -1);
  display: block;
  flex-flow: wrap;
}

.ft_cols_inner>div {
  position: relative;
  min-height: 1px;
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.ft_cols_inner>div h4 {
  margin: 0 0 28px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  line-height: 1.5;
}

.ft_cols_inner>div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  text-align: left;
}

.ft_cols_inner>div ul>li {
  border-color: #505152;
}

.ft_cols_inner>div ul>li>a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  position: relative;
  font-family: 'Ubuntu';
  letter-spacing: 0;
  background-image: none;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  border-right-color: transparent;
  padding: 8px 0;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
}

div#hs_cos_wrapper_ft_logo_img {
  margin-bottom: 25px;
}

div#hs_cos_wrapper_footer_social {
  margin-bottom: 25px;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
}

div#hs_cos_wrapper_address {
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
}

div#hs_cos_wrapper_ft_logo_img img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.ft_social_links {
  --header_social_links_font_size: 16px;
  --header_social_links_boxed_padding: 8px;
  --footer_social_links_font_size: 16px;
  --footer_social_links_boxed_padding: 8px;
  overflow: hidden;
}

.ft_social_wrapper {
  margin: 0 -3.5px;
}

.ft_social_wrapper a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  font-family: awb-icons!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  --header_social_links_icon_color: #bebdbd;
  --header_social_links_box_color: #e8e8e8;
  --header_social_links_boxed_radius: 4px;
  --footer_social_links_icon_color: #46494a;
  --footer_social_links_box_color: #222222;
  --footer_social_links_boxed_radius: 4px;
  --sharing_social_links_boxed_radius: 4px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none;
  background-clip: inherit;
  border: 1px solid #46494a;
  text-decoration: none;
  margin: 0 3.5px 10px;
  border-radius: 16px;
  padding: 8px;
  font-size: 16px;
  color: #262C33;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.awb-icon-facebook:before {
  content: "\e604";
}

.ft_social_wrapper a:before {
  color: inherit;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.awb-icon-twitter:before {
  content: "\e605";
}

.awb-icon-instagram:before {
  content: "\ea92";
}

.awb-icon-linkedin:before {
  content: "\e60f";
}

.ft_social_wrapper a:hover {
  opacity: .8;
}

div#hs_cos_wrapper_address p {
  margin:18px  0;
  font-size: 18px;
  color: #8c8989;
}
.ft_cols_inner>div ul>li>a.active {
  border-right: 3px solid;
  border-right-color: #318ecb;
  border-left-color: #318ecb;
  color: #fff;
}
body.with-lp main#main-content {
    margin-bottom: 70px;
}


/* media query */

@media(max-height: 550px) {
  footer.footer {
    position: relative;
    z-index: 1;
  }
  main.body-container-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width:1070px){
  footer.footer {
    position: static;
    z-index: 1;
  }

  main.body-container-wrapper {
    margin-bottom: 0;
  }
  body.with-lp main#main-content {
    margin-bottom: 0px;
  }
}
@media (max-width:800px){

  .ft_cols_inner>div {
    float: none;
    width: 100%;
  }

  .ft_cols_inner>div:not(:last-child) {
    margin: 0 0 50px;
  }
  footer.footer {
    position: relative;
  }
}

@media (max-width:640px){

  .ft_cols_inner>div {
    float: none;
    margin: 0 0 50px;
    box-sizing: border-box;
  }

}
