
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
/* Theme base styles */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

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

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

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

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

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

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

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

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

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

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

body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin:0
}
* + p { margin-top: 15px }

/* Anchors */

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





/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

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

/* Image alt text */

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}



.primaryColor {  color: var(--color_primary); }
.secondaryColor {  color: var(--color_secondary); }
.orangeColor {  color: var(--color_orange); }
.yellowColor {  color: var(--color_yellow); }
.lightGreenColor {  color: var(--color_light_green_color); }
.whiteColor {  color: var(--color_white); }
.greenColor {  color: var(--color_green); }
.button a,a.button {
  font-size: 20px;
  font-weight: 700;
  border: 2px solid var(--color_primary);
  color: var(--color_primary);
  display: inline-block;
  padding: 24px 25px;
  letter-spacing: 0.5px;
  text-align:center;
  min-width: 180px;
}

.button.white a, a.button.white {
  border-color: var(--color_white);
  color: var(--color_white);
}

.button.v2 a, a.button.v2 {
  border-color: var(--color_light_green_color);
  color: var(--color_light_green_color);
  
}
.button.v2 a:hover, a.button.v2:hover {
  background-color: var(--color_light_green_color);
  color: var(--color_primary);
  border-color: var(--color_light_green_color);
}

.button a:hover,a.button:hover {
  border-color: var(--color_primary);
  color: var(--color_light_green_color);
  background-color: var(--color_primary);
}


.button.white a:hover {
  border-color: var(--color_white);
  color: var(--color_primary);
  background-color: var(--color_white);
}



@media(max-width: 1080px){

  .button a,a.button { font-size: 17px; padding: 13px 20px;  min-width: 0;  }
  .ReadButton { padding-top: 50px } 
  .topics {  flex-wrap: wrap; }
  .topics ul {  margin-top: 10px; }
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  padding: 18px 0;
  width: 100%;
  font-weight: 300;
  border-top: none;
  border-left: none;
  border-right: none;
}

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


form .input { margin-right:0 !important; }
form fieldset { max-width:inherit !important; margin:0 -35px !important;  }
form fieldset.form-columns-1 .field { width:100% !important; }
form fieldset.form-columns-2 .field { width:50% !important; }
form fieldset.form-columns-3 .field { width:33.33% !important; }
form .field { padding:0 0 20px; }
form fieldset .field { padding-left:35px; padding-right:35px; }
form ul.multi-container { padding-top:10px; }
form ul.multi-container li { margin:5px 0; }
textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { display:block; border:1px solid #1a72b9; outline:none; background:#fff; font-size:16px; line-height:20px; font-family: inherit;
  font-weight:400; color:#1a72b9; margin:0; padding:13px 20px; width:100% !important; border-radius:52px; }
textarea { min-height:158px;border: 1px solid #000; padding: 20px; }
.input textarea { border: 1px solid #707070; padding: 20px; }
form input[type="radio"],form input[type="checkbox"] {  display:none }
form input[type="radio"]+span,form input[type="checkbox"]+span {  position:relative; display:block; padding-left:30px; cursor:pointer }
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before { 
  content:"";
  position:absolute; left:0; top:0; font-size:0; width:20px; height:20px; display:block; border:1px solid #1e2846;
   text-align:center; line-height:18px ;
  

}
form input[type="radio"]+span:before {  border-radius:50% }
form input[type="radio"]:checked+span:before {  background:#6b1631 ; border-color:#6b1631  }
form input[type="checkbox"]:checked+span:before {  
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.2' baseProfile='tiny-ps' viewBox='0 0 11 8' width='11' height='8'%3E%3Cg%3E%3Cpath d='M4.36 7.64C4.31 7.69 4.26 7.73 4.2 7.75C4.14 7.78 4.07 7.79 4.01 7.79C3.94 7.79 3.88 7.78 3.82 7.75C3.76 7.73 3.7 7.69 3.66 7.64L0.84 4.75C0.77 4.68 0.72 4.59 0.68 4.5C0.64 4.41 0.62 4.31 0.62 4.21C0.62 4.11 0.64 4.01 0.68 3.91C0.72 3.82 0.77 3.74 0.84 3.66L1.19 3.3C1.26 3.23 1.34 3.17 1.43 3.13C1.53 3.09 1.62 3.07 1.72 3.07C1.82 3.07 1.92 3.09 2.01 3.13C2.1 3.17 2.18 3.23 2.25 3.3L4.01 5.11L8.75 0.22C8.82 0.15 8.9 0.1 8.99 0.06C9.08 0.02 9.18 0 9.28 0C9.38 0 9.48 0.02 9.57 0.06C9.66 0.1 9.74 0.15 9.81 0.22L10.16 0.59C10.23 0.66 10.28 0.74 10.32 0.84C10.36 0.93 10.38 1.03 10.38 1.13C10.38 1.23 10.36 1.33 10.32 1.42C10.28 1.52 10.23 1.6 10.16 1.67L4.36 7.64Z' fill='%231e2846'/%3E%3C/g%3E%3C/svg%3E");
background-position:center center;
background-size:auto auto;
background-repeat:no-repeat;
}
/* 
input[type="submit"] { outline:none; font-family: inherit;  padding:14px 40px; background:#fff; color:#1a72b9; border:1px solid #1a72b9; font-size:16px; line-height:18px; text-transform:uppercase; font-weight:700;
  border-radius:52px;
  -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; transition:all ease 0.3s; } */
input[type="submit"]:hover { color:#fff; background:#1e2846; }








/* 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: #EF6B51;
  margin-top: 0.35rem;
}




/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #1e2846;
  color: #1e2846;
  display: inline-block;
  padding: 24px 25px;
  letter-spacing: .5px;
  background-color: #fff;
  text-align: center;
  cursor:pointer;
  transition: all ease 0.3s;
  width: 240px;
  max-width: 100%;
}

@media(max-width: 1080px){
  form input[type=submit], form .hs-button  { font-size: 17px; padding: 18px 20px;   }


}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_error_rollup {
  display: none;
}
/* 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;
}

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

.global_header { padding: 30px 0 0; } 
.site-logo { width: 190px; }
.global_inner { display: flex; align-items: center; }
.right-nav { width: calc(100% - 190px); }
.right-nav .hs-menu-wrapper ul { width: 100%; justify-content: flex-end; }
.right-nav .hs-menu-wrapper >  ul > li:not(:first-child) { margin-left: 60px; }
.right-nav .hs-menu-wrapper > ul > li > a { font-weight: 600; letter-spacing: 0.4px; }
.right-nav .hs-menu-wrapper > ul > li { padding-top: 25px; padding-bottom: 55px;     position: relative; z-index: 5 }
.right-nav .hs-menu-wrapper > ul > li:hover > a { color: var(--color_orange); opacity: 0.8 }


.right-nav .hs-menu-wrapper>ul>li>ul { position: absolute; width: 440px; top: 100%; background-color: var(--color_green); box-shadow: 0px 3px 6px #00000066; padding: 40px 40px 47px; }
.right-nav .hs-menu-wrapper>ul>li>ul > li > a { color: #F4F3F0; font-size: 18px; font-weight: 700; letter-spacing: 0.45px; }
.right-nav .hs-menu-wrapper>ul>li>ul> li + li { margin-top: 13px; }
.global_header .content-wrapper { max-width: 1470px; padding-left: 15px; padding-right: 15px }

.global-footer { border-top: 1px solid var(--color_primary); }
.global-footer-top { padding-top: 80px; padding-bottom: 40px; display: flex; align-items: center; flex-wrap: wrap; }
.fl-left { width: 240px; }
.fl-right { width: calc(100% - 240px); padding-left: 100px; }
.fl-right ul { display: flex; width: 100%; }
.fl-right ul li { width: 33.33%; padding: 20px 0; }
.fl-right ul li a {font-weight: 300;font-size: 16px;display: inline-block;padding-left: 30px;position: relative;}
.fl-right ul li a:before {content: '';position: absolute;width: 10px;height: 10px;background-color:  var(--color_orange);left: 0;top: 6px;}
.global-footer-bottom {  padding-bottom: 60px;   font-weight: 300;}
.global-footer {   border-bottom: 40px solid var(--color_green); }

.stickybutton a { color: #F4F3F0; background-color: #3b9235; border-color: #3b9235; padding: 15px 30px; letter-spacing: 0.6px; font-weight: 600;  }
.stickybutton { position: fixed; top: 50%; transform: rotate(90deg) translateY(-50%); right: -60px;     transform-origin: center center; z-index: 999999  }
.fl-right ul li a:hover { opacity: 0.8 }
.bottom-group { display: flex;flex-wrap: wrap; }
.lf-col {width: 240px;}
.rt-col { width: calc(100% - 240px);display: flex;flex-wrap: wrap; padding-left: 100px;}
.fb-icon svg { width: 30px;height: 30px; }
.fb-icon { margin-right: 15px;}    

@media(min-width: 992px){
  .right-nav .hs-menu-wrapper>ul>li>ul { opacity: 0; visibility: hidden; transition: all ease 0.2s; -webkit-transition: all ease 0.2s; transform:translateY(20px) }
  .right-nav .hs-menu-wrapper>ul>li:hover> ul  { opacity:1; visibility: visible; transform:translateY(0px)  }
  .right-nav .hs-menu-wrapper>ul>li>ul:before {content: '';position: absolute;width: 40px;height: 40px;background-color: var(--color_green);top: -20px;transform: rotate(45deg);z-index: -1;}
  .right-nav .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {content: '\f107';font-family: fontawesome; margin-left: 5px }
  .right-nav { display:block !important; overflow:visible !important } 
  .right-nav .hs-menu-wrapper>ul>li>ul { display: block !important; }
  .right-nav .hs-menu-wrapper>ul>li:last-child>ul {  left: inherit;  right: 0;  width: 250px; }
  .right-nav .hs-menu-wrapper>ul>li:last-child>ul:before {  left: inherit;  right: 20px; }
  .right-nav .hs-menu-wrapper>ul>li:not(:last-child)>ul {
    width: 300px;
}

.right-nav .hs-menu-wrapper>ul>li:nth-last-child(2)>ul {
    left: inherit;
    right: 0;
}



.right-nav .hs-menu-wrapper>ul>li:nth-last-child(2)>ul:before {
    left: inherit;
    right: 25px;
}
  
  

}

@media(max-width: 1440px){
  .right-nav .hs-menu-wrapper>ul>li { padding-bottom: 32px }
  .global_header .content-wrapper {  max-width: 1320px; }
}


@media(max-width: 1080px){
  .right-nav .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-left: 40px;
  }
  .stickybutton { right: -49px }
}

@media(max-width: 991px){

  .global_header { padding: 20px 0; z-index: 999 }
  .global_inner { display: block; }
  .right-nav { width: 100%; position: absolute; left: 0; top: 100%; background-color: #fff; display: none; }
  .right-nav .hs-menu-wrapper>ul>li { padding: 0; }
  .right-nav .hs-menu-wrapper ul { display: block; }
  .right-nav .hs-menu-wrapper>ul>li:not(:first-child) { margin-left: 0; }
  .right-nav .hs-menu-wrapper>ul>li>ul { position: static; width: 100%; padding: 0; background-color: transparent; box-shadow: none; display: none; }
  .global_header { position: relative; }
  .right-nav .hs-menu-wrapper>ul>li>ul >li > a { color: #1e2846; font-weight: 600; font-size: 14px; padding: 8px 15px; display: block; padding-left: 30px;  }
  .right-nav .hs-menu-wrapper>ul>li {  border-top: 1px solid #ccc;  }
  .right-nav .hs-menu-wrapper>ul>li>a { display: block; padding: 10px 15px; width: 100%; }
  .right-nav .hs-menu-wrapper>ul>li>ul> li {  border-top: 1px solid #ccc; }
  .right-nav .hs-menu-wrapper>ul>li>ul>li+li { margin-top: 0; }
  .right-nav .hs-menu-wrapper>ul>li:last-child { border-bottom: 1px solid  #ccc; }
  .right-nav .hs-menu-wrapper>ul>li>a {  position: relative;  z-index: 2; }

  a.expandMenu { width: 30px; height: 30px; display: block; cursor: pointer; padding: 3px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
  a.expandMenu i { position:relative; width: 30px; left:0; height: 4px; opacity:1; display: block; background: var(--color_green); margin: 5px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  a.expandMenu i:first-child {  margin-top: 0;}
  a.expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 10px; position: relative; }
  a.expandMenu.active i:nth-child(2) { position:relative; left:-46px; opacity:0; }
  a.expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -8px; position: relative; }
  /*-=-=-=-= Mobile Submenu JS USE  SUBMENU ICON as '<a class="childExpand"><i></i><i></i></a>' -=-=-=*/
  .childExpand { position: absolute; top: 11px; right: 10px; width: 24px; text-align: center; height: 24px; margin: 0; padding:5px; cursor:pointer; }
  .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background:var(--color_green); margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top:-7px; }
  .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
  .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
  .fl-left {  width: 170px; }
  .fl-right { width: calc(100% - 170px);  padding-left: 40px; }
  .global-footer-top {  padding-top: 40px;  padding-bottom: 20px; }
  .lf-col { width: 170px;}
  .rt-col { width: calc(100% - 170px);padding-left: 40px; }
} 

@media(max-width: 767px){
  .global-footer-top { display: block; padding-bottom: 20px; }
  .fl-right {  width: 100%;  padding-left: 0;  padding-top: 20px; }
  .fl-right ul li {  display: inline-block;  vertical-align: middle;  width: auto;  padding-right: 30px; }
  .fl-right .hs-menu-wrapper.hs-menu-flow-horizontal ul {flex-direction: inherit;}
  .site-logo { width: 150px; }

  .lf-col {width: 100%;order: 1;}
  .rt-col { padding-left: 0; padding-bottom: 20px; }
  .rt-col .fb-icon { margin-right: 10px }
  .global-footer-bottom { padding-bottom: 25px;}
/*   .rt-col { display: block; } */
  .fb-icon { margin-right: 0;}
  .rt-col { width: 100% }
  .stickybutton {  
    /*display: none;*/
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}







/* 1a. Containers */




/* 1b. Colors */










:root {
  /* theme */
  --color_primary: #1E2846;
  --color_secondary: #F4F3F0;
  --color_orange: #EE7662;
  --color_yellow: #F9CF73;
  --color_light_green_color: #BAE1CF;
  --color_white: #FFFFFF;
  --color_green: #3B9235;
  
}


/* 1c. Typography */






















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1320px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1320px;
}





html {
  font-size: 16px;
}

body {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e2846;
  font-family: 'Prompt', sans-serif;
  background-color:#F4F3F0;
  line-height: 1.8;
}

/* Paragraphs */

p {
 line-height: 1.8;
}

/* Anchors */

a {
  color: #1E2846;
}

a:hover,
a:focus {
  color: #00001e;
}

a:active {
  color: #46506e;
}

/* Headings */

h1,.h1 {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e2846;
  font-size: 45px;
  letter-spacing:1.33px;
  line-height: 1.22
}

h2,.h2 {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e2846;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1.25
}

h3,.h3 {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e2846;
  font-size: 36px;
  letter-spacing: .9px;
   line-height: 1.22
}


h4,.h4 {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e2846;
  font-size: 24px;
}

h5,.h5 {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e2846;
  font-size: 18px;
}

h6,.h6 {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e2846;
  font-size: 16px;
}

/* Blockquote */

blockquote {
  border-left-color: #F4F3F0;
}


/* letter-spacing */ 

.letter-spacing4{letter-spacing: 0.4px;}
 













/* 
button,
.button {
  background-color: 

  
  
    
  


  rgba(30, 40, 70, 0.0)

;
  border: 1px solid #1E2846;
  border-radius: 0px;
  color: #1E2846;
  padding: 12px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 30, 0.0);
  border-color: #00001e;
  color: #1E2846;
}

button:active,
.button:active {
  background-color: rgba(70, 80, 110, 0.0);
  border-color: #46506e;
  color: #1E2846;
}
 */




form,
.submitted-message {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(30, 40, 70, 1.0)

;
  color: #1E2846;
}

/* Form label */

form label {
  color: #1E2846;
}

/* Form help text */

form legend {
  color: #1E2846;
}

/* Form 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 {
  border-color: #1E2846;
  color: #1e2846;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #1E2846;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1e2846;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1e2846;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #1E2846;
}

.fn-date-picker td .pika-button:hover {
  background-color: #1E2846 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #1E2846;
}

/* Submit button */






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(30, 40, 70, 1.0)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}





.header {
  background-color: 

  
  
    
  


  rgba(244, 243, 240, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1E2846;
  font-family: Prompt, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #00001e;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #46506e;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #1E2846;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(244, 243, 240, 1.0)

;
  border-color: #ffffff;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #ffffff;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #ffffff;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(244, 243, 240, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(244, 243, 240, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Prompt, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #1E2846;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(244, 243, 240, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1E2846;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(244, 243, 240, 1.0)

;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #1E2846;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #1e2846;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #1e2846;
}

/* Blog pagination */

.blog-pagination__link {
  color: #1e2846;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #1E2846;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #1e2846;
}

/* Blog post */

.blog-post__meta a {
  color: #1e2846;
}

.blog-post__tag-link {
  color: #1e2846;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #00001e;
}

.blog-post__tag-link:active {
  color: #46506e;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #1e2846;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #1E2846;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00001e;
}

#comments-listing .comment-reply-to:active {
  color: #46506e;
}











.card__price {
  font-family: Prompt, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e2846;
  font-size: 36px;
}


.bg { background-size:cover; background-position:center; position:relative; background-repeat: no-repeat; }

/*font weights*/
.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:600; }
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }


/*text Transform*/
.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }


/* Widths */
.fl { float:left; }
.fr { float:right; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

/*unique paddings*/

.pb10,.p10-0 { padding-bottom:10px; }
.pb20,.p20-0 { padding-bottom:20px; }
.pb30,.p30-0 { padding-bottom:30px  }
.pb40,.p40-0 { padding-bottom:40px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pt10,.p10-0 { padding-top:10px; }
.pt20,.p20-0 { padding-top:20px; }
.pt30,.p30-0 { padding-top:30px  }
.pt40,.p40-0 { padding-top:40px; }
.pt50,.p50-0 { padding-top:50px; }
.pt60,.p60-0 { padding-top:60px; }
.pt70,.p70-0 { padding-top:70px; }
.pl15, .p15 { padding-left:15px; }
.pr15, .p15 { padding-right:15px; }
.pt15, .p15 { padding-top:15px; }
.pb15, .p15 { padding-bottom:15px; }
.pl0,.p0-0 { padding-left:0; }
.pr0,.p0-0 { padding-right:0; }
.pt0,.p0-0 { padding-top:0; }
.pb0,.p0-0 { padding-bottom:0; }
.p90-0  { padding-top: 90px;padding-bottom: 90px; }
::-webkit-input-placeholder { opacity:1 !important; color:inherit !important; }
::-moz-placeholder { opacity:1 !important; color:inherit !important; }
:-ms-input-placeholder { opacity:1 !important; color:inherit !important; }


.flex { display: flex;   }
.align-center { align-items: center;  }
.j-center { justify-content: center;  }
.j-spacebetween { justify-content: space-between;  }
.flex-wrap { flex-wrap: wrap;  }
.h100 { height: 100%  }

/*minus margin*/
.m-10  { margin-left: -10px;margin-right: -10px; }
.m-10 > * { padding-left: 10px; padding-right: 10px; }

.m-15  { margin-left: -15px;margin-right: -15px; }
.m-15 > * { padding-left: 15px; padding-right: 15px; }


/*for Hubspot   >>>>>>*/
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0 0 0 10px; font-size:12px; color:#f00; }

.fontWhite { color: #fff }
.fontWhite a,.fontWhite h1,.fontWhite h2,.fontWhite h3,.fontWhite h4,.fontWhite h5,.fontWhite h6,.fontWhite{ color: #fff }
.max-800 { max-width: 800px }
.text-center .max-800 { margin: 0 auto }

.line:after {content: '';display: inline-block;width: 325px;height: 25px;background: #ee7662;margin-top: 10px;margin-bottom: 60px; max-width: 100%;} 
.altbg { background-color: #F4F3F0 }
.whiteBg { background-color: #ffffff }
.strip-line { width: 320px; max-width: 100%; height: 25px }



input[type="file"] { border: 1px dashed #1E2846 !important; padding: 20px !important; }
.hs_resume { position: relative; }
.hs_resume legend {  position: absolute;  top: 100%;   left: 0;  text-align: right;  width: calc(100% - 50px) !important; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*-=-=- Only Desktop CSS -=-=-*/
@media (min-width:768px ) {
.ib { display: inline-block; vertical-align:middle; margin-right:-4px; }
.ib.vt { vertical-align:top !important;  }
 .dsNone { display: none !important }

}

@media (min-width: 992px ){


}


@media (min-width:1081px ) {

}



@media (max-width:1320px ){



}

/*-=-=- Smaller Desktop Devices -=-=-*/

@media (max-width:1280px ) {


}

@media (max-width:1230px ) {

.content-wrapper { max-width:1000px }


}

/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px ) {

    .content-wrapper { max-width:900px }
  h1,.h1 { font-size:36px; }
  h2,.h2 { font-size:36px; }
  h3,.h3 { font-size:28px; }

}

/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {

    .content-wrapper { max-width:700px }

    h1,.h1 { font-size:30px; }
    h2,.h2 { font-size:29px; }
    h3,.h3 { font-size:28px; }

    .pb40,.p40-0 { padding-bottom:25px; }
    .pb50,.p50-0 { padding-bottom:30px; }
    .pb60,.p60-0 { padding-bottom:35px; }
    .pb70,.p70-0 { padding-bottom:40px; }
    .pt40,.p40-0 { padding-top:25px; }
    .pt50,.p50-0 { padding-top:30px; }
    .pt60,.p60-0 { padding-top:35px; }
    .pt70,.p70-0 { padding-top:40px; }
    .p90-0 { padding: 40px 0; }
    .pb90 { padding-bottom: 40px; }
    .tabw33 { width: 33.33%  }
    .tabw50 { width: 50%  }
    .tabw100 { width: 100%  }



}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {

  .content-wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
  .mtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .mtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .mtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
  .mbottom30 { margin-bottom:30px; }
  .mpt0,.mp0 { padding-top:0 !important; }
  .mpb0,.mp0 { padding-bottom:0 !important; }
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .mobile-center.text-right { text-align:center; }
  .mw100{ width: 100%;  } 
  .mw50{ width: 50%;  } 
  .msNone { display: none !important }
  .strip-line { height: 15px }  

  
  

}

@media (max-width:640px ) {

}

@media (max-width:480px ) {


}