*, *: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 ;
    }
}
.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;
  }
}
@font-face { font-family: ETmodules;
   src: url("https://6631582.fs1.hubspotusercontent-na1.net/hubfs/6631582/Embedl_February2022/fonts/modules.eot") format("embedded-opentype"),
      url("//6631582.fs1.hubspotusercontent-na1.net/hubfs/6631582/raw_assets/public/Embedl_February2022/Fonts/modules.ttf") format("truetype"), 
      url("//6631582.fs1.hubspotusercontent-na1.net/hubfs/6631582/raw_assets/public/Embedl_February2022/Fonts/modules.woff") format("woff"),
   url("//6631582.fs1.hubspotusercontent-na1.net/hubfs/6631582/raw_assets/public/Embedl_February2022/Fonts/modules.svg") format("svg");
   font-style: normal; 
   font-weight: 400; 
   font-display: swap;
}

body {
  line-height: 1.4;
  word-break: break-word;
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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


/* Homepage */
.dnd-section[class*="force-full-width-section"] > .row-fluid {
   width: auto ;
   padding: 0 ;
}
img {
   max-width: 100%;
   height: auto;
}
.homepage-bottom-section {
   margin-top: -4px;
   background: #fff;
   position: relative;
}
.homepage-bottom-section .dnd-section .row-fluid {
   padding: 0;
}
.homepage-bottom-section .dnd-section {
   padding-top: 30px;
   padding-bottom: 30px;
}
.homepage-layout .section-header h3,
.homepage-layout .section-header .secondary-header {
   padding-bottom: 30px;
}
.homepage-layout .section-header h3 {
   padding-top: 31px!important;
   margin: 0;
   margin-bottom: -2px;
   position: relative;
   font-weight: 800;
   font-variant: small-caps;
   font-size: 80px;
   line-height: 0.8em;
   color: #58b1c3;
   letter-spacing: normal;
}
.homepage-layout .section-header .secondary-header {
   padding-top: 5px;
   font-weight: 600;
   font-size: 20px;
   line-height: 1.8em;
   margin: 0;
   margin-bottom: -3px;
}
.homepage-layout .content-wrapper {
   width: 80%;
}
.our-newsletter-md-wrapper form .hs_recaptcha {
   overflow: auto;
   overflow-y: hidden;
}
@media (min-width: 981px) {
   .homepage-bottom-section .dnd-section {
      padding-top:2%;
      padding-bottom: 2%;
   }
   .homepage-layout .section-header h3,
   .homepage-layout .section-header .secondary-header {
      padding-bottom: 2%;
   }
}
@media only screen and (min-width: 1350px) {
   .homepage-bottom-section .dnd-section {
      padding-top:27px;
      padding-bottom: 27px;
   }
   .homepage-layout .section-header h3,
   .homepage-layout .section-header .secondary-header {
      padding-bottom: 27px;
   }
}

@media(max-width: 479px) {
   .homepage-bottom-section {
      padding-top: 4px;
   }
}
/* Form fields */

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

/* Labels */

form label {
   display: inline-block;
   font-size: 13px;
   margin-bottom: 4px;
   font-family: 'Open Sans';
   font-weight: 500;
   line-height: 20px;
}

/* 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;
   border-bottom: 2px solid #cad5e2 !important;
   display: inline-block;
   font-size: 16px;
   padding: 0 15px;
   width: 100%;
   border: none;
   outline: none;
   line-height: 22px;
   height: 40px;
   min-height: 27px;
}

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,ul.no-list.hs-error-msgs.inputs-list li label {
   color: #f2545b;
   margin-top: 4px;
   font-size: 14px;
   font-family: 'Open Sans';
   white-space: normal;
   font-weight: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   font-size: 12px;
   text-align: center;
   transition: all 0.15s linear;
   white-space: normal;
   font-family: 'Open Sans';
   font-weight: 700;
}

ul.hs-search-field__suggestions li {
   padding: 5px;
}


/* 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;
}
span.logo_helper {
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   width: 0;
}

.logo_container {
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   position: absolute;
   height: 100%;
   width: 100%;
}
header.header {
   position: fixed;
}
header.header {
   background-color: rgba(0,0,0,0.23);
   line-height: 23px;
   font-weight: 500;
   top: 0;
   width: 100%;
   z-index: 99999;
   transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
   font-size: 15px;
}
.container {
   text-align: left;
   position: relative;
}
.container {
   width: 80%;
   max-width: 1080px;
   margin: auto;
}
#et-top-navigation {
   float: right;
}
nav#top-menu-nav ul.level-1 {
   margin: 0;
   padding: 0;
   list-style: none;
}

nav#top-menu-nav ul.level-1 > li {
   display: inline-block;
   font-size: 14px;
   padding-right: 22px;
}

nav#top-menu-nav {
   transition: all .4s ease-in-out;
   float: right;
   padding: 22px 0 0 0;
   padding-left: 185px;
}
nav#top-menu-nav ul.level-1 {
   margin: 0;
   padding: 0;
   list-style: none;
   float: left;
   line-height: 0;
}
nav#top-menu-nav ul.level-1 > li {
   display: inline-block;
   font-size: 14px;
   padding-right: 22px;
   position: relative;
   line-height: 1em;
}
nav#top-menu-nav ul.level-1 > li > a {
   font-size: 17px;
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   text-decoration: none;
   letter-spacing: 1px;
   padding-bottom: 22px;
   display: block;
   position: relative;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
   color: #fff;
}
nav#top-menu-nav ul.level-1 > li.has-submenu > a {
   padding-right: 20px;
}
nav#top-menu-nav ul.level-1 > li.has-submenu > a:after {
   font-family: ETmodules;
   content: "3";
   font-size: 16px;
   position: absolute;
   right: 0;
   top: 0;
   font-weight: 800;
}
nav#top-menu-nav ul.level-1 > li:last-child{
   padding: 0;
}
.logo_container img {
   display: inline-block;
   float: none;
   vertical-align: middle;
   -webkit-transform: translateZ(0);
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   margin-bottom: 0;
   max-height: 54%;
}
div#hs_cos_wrapper_header_image {
   display: inline-block;
}
nav#top-menu-nav ul.level-1 > li.has-submenu > ul.level-2{
   position: absolute;
   padding: 20px 0;
   z-index: 9999;
   width: 240px;
   background: #fff;
   visibility: hidden;
   opacity: 0;
   border-top: 3px solid #2ea3f2;
   box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
   -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
   -webkit-transform: translateZ(0);
   text-align: left;
   background-color: rgba(88,177,195,0.96);
} 
nav#top-menu-nav ul.level-1>li.has-submenu>ul.level-2 {
   background-color: rgba(88,177,195,0.96);
   position: absolute;
   padding: 20px 0;
   z-index: 9999;
   width: 240px;
   visibility: hidden;
   opacity: 0;
   border-top: 3px solid #58b1c3;
   box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
   -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
   -webkit-transform: translateZ(0);
   text-align: left;
   list-style: none;
}
nav#top-menu-nav ul.level-1>li.has-submenu:hover>ul.level-2 {
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
   -webkit-animation: Grow .4s ease-in-out;
   animation: Grow .4s ease-in-out;
   -webkit-backface-visibility: visible!important;
   backface-visibility: visible!important;
   opacity: 1;
   visibility: visible;
}

nav#top-menu-nav ul.level-1 > li> .ul.level-2 > li > a {
   font-size: 17px;
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   text-decoration: none;
   letter-spacing: 1px;
   display: block;
   position: relative;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
   color: #fff;
}
nav#top-menu-nav ul.level-1 > li> ul.submenu.level-2 > li {
   padding: 0 20px;
   margin: 0;
   font-size: 14px;
   position: relative;
   line-height: 2em;
}
nav#top-menu-nav ul.level-1 > li> ul.submenu.level-2 > li > a {
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   text-decoration: none;
   letter-spacing: 1px;
   padding: 6px 20px;
   width: 200px;
   color: rgba(255,255,255,0.86);
   font-family: 'Source Sans Pro';
   font-size: 17px;
   display: block;
   position: relative;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}
nav#top-menu-nav ul.level-1>li>a:hover {
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}
nav#top-menu-nav ul.level-1>li>ul.submenu.level-2 li a:hover {
   background-color: rgba(0,0,0,.03);
   opacity: .7;
}
#et_mobile_nav_menu {
   float: right;
   display: none;
}
header.header.darkHeader nav#top-menu-nav {
   padding: 21px 0 0 0;
}
header.header.darkHeader nav#top-menu-nav ul.level-1>li>a {
   color: rgba(255,255,255,0.86);
   padding-bottom: 21px;
}
header.header.darkHeader {
   background-color: rgba(0,0,0,0.85);
}
nav#top-menu-nav ul.level-1>li.has-submenu>a.active-branch {
   color: #58b1c3;
}

nav#top-menu-nav ul.level-1>li.has-submenu>a.active-branch:hover {
   opacity: .7;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-;
}
nav#top-menu-nav ul.level-1>li>a:hover, 
header.header.darkHeader nav#top-menu-nav ul.level-1>li>a:hover {
   opacity: .7;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}
header.header.cs-nonav div#et-top-navigation {
   opacity: 0;
   visibility: hidden;
   min-height:58px;
}
header.header.cs-nonav.darkHeader div#et-top-navigation {
   min-height: 56px;
}
@keyframes Grow {
   0% {
      opacity: 0;
      -webkit-transform: scaleY(.5);
      transform: scaleY(.5);
   }

   100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}

@media (min-width: 982px){
   .logo_container img {
      max-height: 47%;
      width: 156px !important;
   }
   header.header.darkHeader .logo_container img {
      width: 150.48px !important;
   }
   header.header.darkHeader nav#top-menu-nav ul.level-1>li.has-submenu>ul.level-2{
      background-color: rgba(0,0,0,0.85);
   }
}

@media (max-width: 981px){
   header.header {
      position: relative;
   }
   div#et-top-navigation {
      padding-top: 24px;
      display: block;
      padding-left: 185px;
   }
   nav#top-menu-nav {
      display: none;
   }
   header.header {
      background-color: rgba(0,0,0,0.74) !important;
   }
   div#et_mobile_nav_menu {
      display: block;
   }
   span.mobile_menu_bar {
      position: relative;
      display: block;
      line-height: 0;
      padding-bottom: 24px;
   }
   .mobile_menu_bar:before {
      content: "\61";
      font-size: 32px;
      position: relative;
      left: 0;
      top: 0;
      cursor: pointer;
      color: #fff;
      font-family: ETmodules;
      speak: none;
      font-style: normal;
      font-weight: 400;
      -webkit-font-feature-settings: normal;
      font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-shadow: 0 0;
      direction: ltr;
   }
   .logo_container img {
      width: 494px !important;
      max-width: 50%;
   }
   .mobile_nav ul{
      padding: 0;
      margin: 0;
      list-style: none;
   }
   .mobile_nav ul.level-1 {
      padding: 0;
      margin: 0;
      list-style: none;
      position: absolute;
      left: 0;
      padding: 5%;
      background: #fff;
      width: 100%;
      visibility: visible;
      opacity: 1;
      display: none;
      z-index: 9999;
      border-top: 3px solid #58b1c3;
      box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
      -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
      -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
      background-color: rgba(0,0,0,0.74);
   }
   .mobile_nav > ul > li > a {
      border-bottom: 1px solid rgba(0,0,0,.03);
      color: rgb(255 255 255 / 86%);
      padding: 10px 5%;
      display: block;
      font-size: 14px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      font-family: Source Sans Pro;
      font-weight: 600;
   }
   .mobile_nav > ul > li.has-submenu > a {
      font-weight: 700;
      font-family: 'Source Sans Pro';
   }
   .mobile_nav > ul > li > ul.submenu.level-2 > li {
      padding-left: 5%;
   }
   .mobile_nav > ul > li > ul.submenu.level-2 {
      visibility: visible;
      display: block;
      padding-left: 10px;
   }
   .mobile_nav > ul > li > ul.submenu.level-2 > li > a {
      border-bottom: 1px solid rgba(0,0,0,.03);
      color: rgb(255 255 255 / 86%);
      padding: 10px 5%;
      display: block;
      font-size: 14px;
      font-family: 'Source Sans Pro';
      font-weight: 600;
   }
   .mobile_nav>ul>li>a:hover, .mobile_nav>ul>li>ul.submenu.level-2>li>a:hover {
      background-color: rgba(0,0,0,.03);
      opacity: .7;
   }
   .no-nav .logo_container {
      height: 80px;
      position: relative;
   }
   header.header.no-nav {
      height: 80px;
   }
}
@media (max-width: 620px){
   div#hs_cos_wrapper_header_image {
      display: inline;
   }
}


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


.banner-section .dnd-section>.row-fluid {
   width: 100%;
}
.banner-section .dnd-section>.row-fluid {
   padding: 0;
}

@media (min-width: 982px){
   body.no-banner {
      padding-top: 58px;
   }
   .no-nav .logo_container {
      position: relative;
      height: 58px;
   }
   header.header.no-nav {
      height: 58px;
   }
}
nav#top-menu-nav ul.level-1 li a.menu-link.active-item,
header.header.darkHeader nav#top-menu-nav ul.level-1 li a.active-item, 
nav#top-menu-nav ul.level-1 li a.menu-link.active-branch,
header.header.darkHeader nav#top-menu-nav ul.level-1 li a.menu-link.active-branch{
   color: #58b1c3;
}

nav#top-menu-nav ul.level-1 li a.menu-link.active-item:hover,
header.header.darkHeader nav#top-menu-nav ul.level-1 li a.active-item:hover, 
nav#top-menu-nav ul.level-1 li a.menu-link.active-branch:hover,
header.header.darkHeader nav#top-menu-nav ul.level-1 li a.menu-link.active-branch:hover{
   opacity: 0.7;
   color: #58b1c3;
}

.book-a-demo {
  background-color: #58b1c3;
  border-color: #58b1c3;
  border: 2px solid transparent;
  padding: 0.5rem 1.5rem; 
/*  font-size: 1rem;
  line-height: 1.25; */
  border-radius: 1.2rem;
  transition: all .15s ease-in-out
}
.main-footer{
   background-color: #000000;
}
.footer-widgets{
   padding: 6% 0 0;
}
.footer-widget{
   font-size: 14px;
   color: #ffffff;
   float: left;
}
.footer-widgets .footer-widget:last-child{
   margin-right:0px !important;
}
.footer-logo{
   word-wrap: break-word;
   float: left;
   max-width: 100%;
   word-wrap: break-word;
}
.footer-logo img{
   max-width: 100%;
   height: auto;
   vertical-align: middle;
   width: 225px !important;
}
.f-widget{
   float: left;
   max-width: 100%;
   margin-bottom:0px;
}
.f-widget .textwidget {
   line-height: 1.7em;
   padding-top: 9px;
}
.f-widget .textwidget p:last-child{
   padding-bottom:0px;
}
.f-widget .textwidget p{
   color:#fff;
   margin-bottom:0px;
   padding-bottom:1em;
   font-size: 14px;
}
.f-widget .textwidget p a{
   color:#fff;
}
.f-widget  h4.titles{
   color: #58b1c3;
   font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   margin:0px;
   text-decoration: none;
   letter-spacing: 1px;
   padding-bottom: 10px;
   line-height: 1em;
}
.f-widget  ul{
   line-height:1.7em;
   list-style:none;
   padding:0px;
   margin:0px;
}
.f-widget  ul li{
   padding-left: 14px;
   position: relative;  
   font-size: 14px;
   margin-bottom: 0.5em;
}
.f-widget  ul li:before {
   border-radius: 3px;
   border-style: solid;
   border-width: 3px;
   content: "";
   border-color: #58b1c3;
   left: 0;
   position: absolute;
   top: 9px;
}
.f-widget  ul li a{
   color: #ffffff;
   font-size: 14px;
}
.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.clearfix:before{
   display:none;
}
.footer-bottom{
   background-color: rgba(0,0,0,.32);
   padding: 15px 0 5px;
}
.footer-bottom .container.clearfix:after{
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
@media(min-width:981px){
   .footer-widget{
      width: 20.875%;
      margin-right: 5.5%;
      margin-bottom: 5.5%;
   }
   .footer-logo{
      margin-bottom: 26.347%;
   }
}
@media (max-width: 980px){
   .footer-widget:nth-child(2n) {
      margin-right: 0!important;
   }
   .footer-widget:nth-child(n) {
      width: 46.25%;
      margin: 0 7.5% 7.5% 0;
   }
   .footer-widget:nth-last-child(-n+2){
      margin-bottom: 0;
   }
   .footer-widgets {
      padding: 8% 0;
   }
   .footer-logo {
      margin-bottom: 16.21%;
   }
   .footer-logo img {
      width: 300px !important;
   }
}
@media(max-width:767px){
   .footer-widget{
      margin-bottom: 9.5%!important;
      width: 100%!important;
      margin-right: 0!important;
   }
   .footer-logo{
      margin-bottom: 9.5%!important;
      padding-bottom: 9px;
   }
   .footer-widgets {
      padding: 10% 0;
   }
   .footer-widget:last-child {
      margin-bottom: 0px !important;
   }
   .footer-widgets {
      padding: 12% 0;
   }
}
@media (max-width: 479px){
   .footer-widgets .footer-widget:last-child {
      margin-bottom: 11.5% !important;
   }
   .footer-widget:nth-child(n) {
      margin-bottom: 11.5%!important;
   }
   .footer-logo {
      margin-bottom: 9.5% !important;
      padding-bottom: 0px;
   }
}
.no-nav ul > li:not(:last-child) {
   display: none;
}

.container-fluid.body-container.body-container--home h4 {
   text-align: center;
   font-size: 18px;
   text-transform: uppercase;
   margin: 0;
   padding-bottom: 10px;
   line-height: 1;
}
.container-fluid.body-container.body-container--home img{
   vertical-align: middle;
   display: inline-block;
   margin-bottom: 30px;
   line-height: 0;
   max-width: 100%;
}
.container-fluid.body-container.body-container--home h2 {
   font-size: 26px;
   margin: 0;
   text-transform: uppercase;
   font-family: 'Source Sans Pro',sans-serif;
   line-height: 1;
   padding-bottom: 25px;
   text-align: center;
   margin-bottom: 2.75%;
}
.container-fluid.body-container.body-container--home p {
   margin: 0;
}
.container-fluid.body-container.body-container--home h3 {
   color: #58b1c3;
   text-align: center;
   margin: 0;
   line-height: 1;
   padding-bottom: 10px;
   text-transform: uppercase;
}
.container-fluid.body-container.body-container--home p {
   margin: 0;
   line-height: 1.7em;
   font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}

div#product {
    border-top: solid 60px transparent;
    margin-top: -60px;
}


/* Two column */

.left-area .dnd-section>.row-fluid {
   width: 100%;
   max-width: 100%;
   padding: 0;
}

.left-area h1 {
   font-size: 30px;
   margin: 0;
   line-height: 1em;
   text-transform: uppercase;
   padding-bottom: 10px;
}
.left-area {
   float: left;
   padding-right: 5.5%;
   width: 79.125%;
   padding-bottom: 23px;
}
.right-area {
   float: left;
   width: 20.875%;
   padding-bottom: 28px;
   padding-left: 30px;
}

.left-area p a {
   color: #666666;
}
.privacy.container:before {
   content: "";
   position: absolute;
   top: 0px;
   height: 100%;
   width: 1px;
   background-color: #e2e2e2;
}
.body-container-wrapper .container {
   overflow: hidden;
}
.left-area p {
   margin: 0;
   padding-bottom: 1em;
   line-height: 1.7em;
}
.left-area h2 {
   margin: 0;
   text-transform: uppercase;
   font-size: 26px;
   font-family: 'Source Sans Pro';
   padding-bottom: 10px;
   line-height: 1em;
}
.left-area ul {
   margin: 0;
   list-style-type: disc;
   padding: 0 0 23px 1em;
   line-height: 26px;
}
.right-area .dnd-section>.row-fluid {
   padding: 0;
   width: 100%;
}
.right-area input.hs-search-field__input {
   padding: 0.7em;
   height: 40px!important;
   margin: 0;
   font-size: 14px;
   line-height: normal!important;
   border: 1px solid #ddd !important;
   color: #666;
   border-radius: 3px;
}
.right-area .hs-search-field__bar button {
   background-color: #ddd;
   width: 70px;
   -webkit-border-top-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   -moz-border-radius-bottomright: 3px;
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
   position: absolute;
   right: 0;
   top: 0;
   padding: 0.7em;
   border: none;
   height: 40px!important;
   color: #666;
}
.right-area .block h3 {
   font-size: 18px;
   font-family: 'Source Sans Pro';
   text-transform: uppercase;
   line-height: 1;
   padding-bottom: 10px;
   margin: 0;
}
.right-area .block ul li a {
   text-decoration: none;
   color: #666;
   line-height: 1.7em;
   text-transform: uppercase;
}
.right-area .block ul li {
   margin-bottom: 0.5em;
}
.right-area .block ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.left-area .dnd-section, .left-area .content-wrapper--vertical-spacing {
   padding-top: 58px;
   padding-bottom: 0;
}
.right-area .dnd-section, .right-area .content-wrapper--vertical-spacing {
   padding-top: 58px;
   padding-bottom: 0;
}

/* about page */

.toppane img {
   display: inline-block;
   margin-bottom: 30px;
   line-height: 0;
   vertical-align: middle;
}
.toppane h4 {
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   text-decoration: none;
   letter-spacing: 1px;
   line-height: 1;
   margin: 0;
   padding-bottom: 10px;
}
.toppane p {
   line-height: 1.7em;
   font-size: 15px;
   text-align: justify;
   font-family: 'Source Sans Pro';
   margin: 0;
   padding-bottom: 1em;
}
.bottom-sec .dnd-section>.row-fluid {
   width: 100%;
   padding: 0;
}
.top-section p {
   margin: 0;
   line-height: 1.7em;
}
span#hs_cos_wrapper_widget_1645686921236_ p {
   padding: 0 0 27px 0;
}

.research-layout .main-banner .banner-title h1 {
   letter-spacing: 1px;
}
.top-section h3 {
   margin: 0;
   text-transform: uppercase;
   line-height: 1;
}
.top-section p {
   margin: 0;
   line-height: 1.7em;
   padding-bottom: 1em;
}
.top-section .span9 {
   width: 73.625%;
}
.top-section .span3 {
   width: 20.875%;
   margin: 0 !important;
}
.top-section .cell_16456869219872-row-1-vertical-alignment > .row-fluid{
   display: block !important;
}


.research-bottom-sec .dnd-section, .research-bottom-sec .content-wrapper--vertical-spacing {
   padding: 0;
}
.research-bottom-sec h1 {
   text-align: center;
   text-transform: uppercase;
   padding-bottom: 10px;
   margin: 0;
}
.research-bottom-sec h1 {
   text-align: center;
   text-transform: uppercase;
   padding-bottom: 10px;
   margin: 0;
   line-height: 1;
}
.research-bottom-sec .dnd_areabottom-row-1-vertical-alignment > .row-fluid {
   display: block !important;
}
.research-bottom-sec .span4 {
   width: 29.6667%;
   margin-right: 5.5%;
   margin-left: 0;
}
.span4:nth-child(3n){
   margin-right: 0;   
}
.research-bottom-sec img {
   vertical-align: middle;
   margin-bottom: 30px;
}
.research-bottom-sec h4 {
   line-height: 1;
   text-transform: uppercase;
   padding-bottom: 10px;
   margin: 0;
}
.research-bottom-sec p {
   line-height: 1.7em;
   margin-bottom: 0;
   padding-bottom: 15px;
}
.application-sec h2 {
   margin: 0;
   line-height: 1;
   text-transform: uppercase;
   padding-bottom: 10px;
   font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
   text-align: center;
   color: #fff;
}
.application-sec p {
   margin: 0;
   padding-bottom: 20px;
   position: relative;
   text-align: center;
   color: #000;
   line-height: 1.7em;
   color: #fff;
}
.application-sec .dnd-row .span12.dnd-module {
   padding: 40px 60px;
   background-color: #58b1c3;
}
.application-sec .dnd-section>.row-fluid {
   padding-bottom: 0;
}

.contact-btn-sec .dnd-section>.row-fluid {
   padding: 0 0 27px 0;
   text-align: center;
}
.contact-btn-sec a {
   display: inline-block;
   font-size: 20px;
   font-weight: 500;
   padding: 0.3em 1em;
   line-height: 1.7em!important;
   background-color: transparent;
   background-size: cover;
   background-position: 50%;
   background-repeat: no-repeat;
   border: 2px solid;
   border-radius: 3px;
   -webkit-transition-duration: .2s;
   transition-duration: .2s;
   -webkit-transition-property: all!important;
   transition-property: all!important;
   transition: all 300ms ease 0ms;
}
.contact-btn-sec a:after{
   transition: all 300ms ease 0ms;   
}   
.contact-btn-sec a:hover:after {
   opacity: 1;
   margin-left: 0;   
}      
.contact-btn-sec a:after {
   font-size: 32px;
   line-height: 1em;
   content: "\35";
   opacity: 0;
   position: absolute;
   margin-left: -1em;
   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: none;
   -webkit-font-feature-settings: "kern" off;
   font-feature-settings: "kern" off;
   font-variant: none;
   font-style: normal;
   font-weight: 400;
   text-shadow: none;
   font-family: 'ETmodules';
}
.contact-btn-sec a:hover {
   border: 2px solid transparent;
   padding: 0.3em 2em 0.3em 0.7em;
   letter-spacing: 1px;
}

@media (min-width: 768px){
   .application-sec .dnd-row .span12.dnd-module {
      padding: 40px 60px !important;
   }
}


@media (min-width: 981px){
   .privacy.container:before {
      right: 20.875%;
   }
   .span9 {
      margin-right: 5.5%;
   }
   .top-section .span3 img {
      padding-top: 11px;
      margin-bottom: 13.174%;
   }
   .research-bottom-sec {
      padding: 4% 0;
   }
   .application-sec .dnd-row .span12.dnd-module {
      margin-bottom: 2.75%;
   }
   .contact-btn-sec {
      padding-bottom: padding: 4% 0;
   }
   .top-section h3 {
      padding: 2% 0 31px;
   }
   .news-form {
      padding: 0 20px;
   }
}

@media (min-width: 1350px){
   .research-bottom-sec {
      padding: 54px 0;
   }
   .contact-btn-sec {
      padding-bottom: 54px;
   }
   .top-section h3 {
      padding: 27px 0 40px;
   }
   .top-section .span3 img {
      padding-top: 27px;
      margin-bottom: 13.174%;
      vertical-align: middle;
   }
}


@media (max-width: 980px){
   .privacy.container:before {
      display:none;
   }
   .left-area {
      width: 100%;
      float: none;
      padding: 0;
   }
   .right-area {
      float: none;
      width: 100%;
      padding: 0;
   }
   .left-area .dnd-section, .left-area .content-wrapper--vertical-spacing {
      padding-top: 56px;
      padding-bottom: 0;
   }
   .right-area .dnd-section, .right-area .content-wrapper--vertical-spacing {
      padding-top: 0;
      padding-bottom: 0;
   }
   .right-area {
      padding-bottom: 28px;
   }
   span#hs_cos_wrapper_widget_1645592998554_ h2 {
      padding-top: 79px;
   }
   .container-fluid.body-container.body-container--home h2 {
      padding-bottom: 10px;
      margin-bottom: 30px;
   }
   .top-section .span9 {
      width: 100%;
      margin-bottom: 30px;
   }
   span#hs_cos_wrapper_widget_1645686921236_ p {
      padding: 0 0 30px 0;
   }
   .top-section h3 {
      padding: 30px 0 40px;
   }
   .top-section .span3 img {
      padding-top: 0;
      margin-bottom: 30px;
      vertical-align: middle;
   }
   .top-section .span3 {
      width: 100%;
      margin: 0 !important;
      display: block !important;
   }
   .top-section .span3 .span12 {
      display: block !important;
   }
   .research-bottom-sec .span4 {
      max-width: 550px;
      margin: 0 auto;
      position: relative;
      display: table !important;
      margin-bottom: 30px;
      width: 100%;
   }
   .research-bottom-sec {
      padding-top: 50px;
      max-width: 550px;
      margin: 0 auto;
      position: relative;
      display: table;
      width: 80%;
      padding-bottom: 20px;
   }
   .research-bottom-sec .dnd_areabottom-row-1-vertical-alignment>.row-fluid {
      display: block !important;
      width: 100%;
   }
   .application-sec .dnd-row .span12.dnd-module {
      margin-bottom: 30px;
   }
   .contact-btn-sec {
      padding-bottom: 50px;
   }
   .application-sec .dnd-row .span12.dnd-module {
      padding: 40px;
   }
}

@media (max-width: 400px){
   .application-sec .dnd-row .span12.dnd-module {
      padding: 40px 30px;
   }
}

.right-area .block ul li a:hover {
   color: #58B1C3;
}

strong {
   color: #000000;
}