*, *: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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

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

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

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

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 20px;
  padding-right: 20px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width:651px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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;
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section>div {
  max-width: 100%;
}


.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
}

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


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

h1{
  line-height: 1.18181818182;
}

h2{
  line-height:1.21428571429;
  margin: 0 0 20px;
}

h3{
  line-height: 1.27272727273;
  margin-bottom: 20px;
}

h4{
  line-height:1.7;
}


h5 {
  line-height: 1.5;
  margin: 0 0 5px;
  text-transform: uppercase;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 30px
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  line-height: 24px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

/* Horizontal rules */

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-bottom: 1px solid #d1d2d4
}

@media(max-width:800px){

  h1{
    line-height: 1.22222222222;
  }

}

@media(max-width:600px){

  h1{
    line-height: 1.28571428571;
  }

  h2{
    line-height:1.25;
  }

  h3{
    line-height:1.3;
  }

  h4{
    line-height:1.55555555556;
  } 

}

/* Form fields */

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

/* Labels */

form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}


input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  display: inline-block;
  width: 100% !important;
  height: 56px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #2d2d2d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
}

input[type=text]:focus,
input[type=password]:focus,
form select:focus,
form textarea:focus,
.hs-input:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

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;
    height: auto;
  width:auto !important;
}

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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    height: 70px;
}

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

/* Submit button */

.hs-button {
  font-family: 'Roboto',sans-serif;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-style:solid;
  font-size: 17px;
  line-height: 21px;
  max-width: 280px;
  text-decoration:none;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
}

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: red !important;
  margin: 5px 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
  margin: 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src:url('https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/fonts/fontawesome-webfont.woff') format('woff'),
    url('https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/fonts/fontawesome-webfont.woff2') format('truetype');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}
.webinar-page .bottom-section .content p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.webinar-page .bottom-section {
  padding: 125px 20px;
  background-color: #112732;
  margin: 0;
  border-top: none;
  margin-bottom:7px;
}

.webinar-page .bottom-section .content-wrapper {
  padding: 0;
}

.webinar-page .bottom-section * {
  color: #fff;
}


.webinar-page .bottom-section .hs_error_rollup {
    order: 2;
}

.webinar-page .bottom-section .form {
  float: none;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-bottom:7px;
}

.webinar-page .bottom-section .content {
  text-align: center;
}

.webinar-page .bottom-section  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

.webinar-page .bottom-section  .hs_email {
  float: left;
  width: calc(100% - 181px );
  margin: 0 6px 0 0;
}

.webinar-page .bottom-section  .hs_submit {
  float: left;
  margin: 28px 0 0!important;
  padding: 0;
  max-width: 175px;
  width: 100%;
}

.webinar-page .bottom-section  .hs_submit .hs-button {
  margin: 0;
}

.webinar-page .bottom-section .hs-form-field label {
  font-size: 14px!important;
  margin: 0 20px 4px;
  line-height: 24px!important;
  text-transform: none!important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
}

.webinar-page .bottom-section .hs-input {
  display: inline-block;
  width: 100%!important;
  padding: 17px 20px!important;
  font-size: 18px!important;
  line-height: 22px;
  color: #2d2d2d;
  background-color: #fff;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family:sans-serif;
  box-sizing: border-box;
  height: 59px;
  box-shadow: none;
}

.webinar-page .bottom-section .hs-input::placeholder {
  opacity: 0;
}

.webinar-page .bottom-section .hs_error_rollup {
  display: inline-block;
  float: none;
  width: 100%;
}

.webinar-page .bottom-section  .hs-button:hover{
  background-color: #fff!important;
  color: #F37D28!important;
  border: 2px solid #F37D28!important;
}

.webinar-page .bottom-section  .hs-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #ffffff!important;
  text-shadow: none!important;
  background-color: #F37D28!important;
  background-image: none!important;
  box-shadow: none!important;
  border: 2px solid #F37D28!important;
  border-radius: 0!important;
  transition: opacity .15s linear!important;
  -moz-user-select: none!important;
  -webkit-user-select: none!important;
  user-select: none!important;
  display: block!important;
  font-size: 17px!important;
  padding: 17px 20px!important;
  text-decoration: none!important;
  line-height: 21px!important;
  margin: 0 auto!important;
  max-width: 175px!important;
  width: 100%!important;
  font-weight: 800;
  font-family:sans-serif;
  box-sizing: border-box;
  text-transform: none
}

.webinar-page .bottom-section form {
  max-width: 500px;
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  position: relative;
}

.webinar-page .bottom-section  span.hs-form-required {
  color: red !important;
}


.featured_main_wrapper .wws_solution_brief_content {
  background-image: url(https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/images/arrow-peel-it.png);
}


.webinars .items .item {
  background-image: url(https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/images/arrow-peel-it.png);
}

.guides .content {
  background-image: url(https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/images/arrow-peel-it.png);
}

.resources .content {
  background-image: url(https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/images/arrow-peel-it.png);
}

.services .top {
  background-image: url(https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/images/arrow-peel-it.png);
}

.solution-card .popup-close {
  background-image: url(https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/images/wp-video-popup-close.png);
}

.solutions .content {
  background-image: url(https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/images/arrow-peel-it.png);
}

.video-wrapper {
  width: 100%;
  position: relative;
  margin: 0 0 50px;
  padding-top: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.webinars-section .content-wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 20px 87px;
}

.video-area {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

.video-area .rll-youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}



.webinars-section .video-area {
  display: block;
}

.video-area .rll-youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0
}

.video-area .rll-youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all
}

.video-area .rll-youtube-player img:hover {
  -webkit-filter: brightness(75%)
}

.video-area .rll-youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(https://3873780.fs1.hubspotusercontent-na1.net/hubfs/3873780/raw_assets/public/ANS_November_2021/images/youtube.png) no-repeat;
  cursor: pointer
}

a.cta_button {
  box-sizing: border-box !important;
}

a.btn_download_as_pdf {
  max-width: 200px;
}

a.cta_button.btn_yellow_corner {
  color: #fff;
  background: #F37D28;
  text-transform: none;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #F37D28;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  margin: 0;
  box-sizing: border-box !important;
  position: relative;
  -webkit-clip-path: polygon(100% 0,100% 100%,18px 100%,0 75%,0 0);
  clip-path: polygon(100% 0,100% 100%,18px 100%,0 75%,0 0)
}

a.cta_button.btn_yellow_corner:hover,
a.cta_button.btn_yellow_corner:focus {
  color: #F37D28;
  background: #fff;
  text-decoration: none;
  border: 2px solid #F37D28
}

a.cta_button.btn_white {
  color: #F37D28;
  background: rgba(0,0,0,0);
  text-transform: none;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #F37D28;
  font-weight: 600;
  text-align: center;
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  margin: 0
}

a.cta_button.btn_white:hover,
a.cta_button.btn_white:focus {
  color: #fff;
  background: #F37D28;
  text-decoration: none;
  border: 2px solid #F37D28
}

a.cta_button.btn_yellow_corner::before {
  content: '';
  width: 20px;
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #F37D28;
  -webkit-clip-path: polygon(0 71%,100% 100%,100% 100%,0 100%,0 100%);
  clip-path: polygon(0 71%,100% 100%,100% 100%,0 100%,0 100%)
}

a.cta_button.btn_yellow {
  color: #fff;
  background: #F37D28;
  text-transform: none;
  padding: 13px 15px;
  box-sizing: border-box !important;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #F37D28;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  margin: 0
}

a.cta_button.btn_yellow:hover{
  color: #F37D28;
  background: #fff;
  text-decoration: none;
  border: 2px solid #F37D28
}


a.cta_button.btn_transparent {
  color: #fff;
  background: rgba(0,0,0,0);
  text-transform: none;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 20px; 
  box-sizing: border-box !important;
  border: 2px solid #F37D28;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  margin: 0
}

a.cta_button.btn_conversation {
  max-width: 300px;
  margin: 0 auto !important;
}

a.cta_button.btn_transparent:hover,
a.cta_button.btn_transparent:focus {
  color: #fff;
  background: #F37D28;
  text-decoration: none;
  border: 2px solid #F37D28
}

@media(min-width:993px){
  .service-header header.header {
    min-height: 0;
  }

  body:not(.scroll) .service-header  .logo-wrapper .dark {
    display: none;
  }

  body.scroll .service-header  .logo-wrapper .white {
    display: none;
  }

  .service-header .header-bottom{
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
  }

  body:not(.scroll) .service-header  .logo-wrapper .dark {
    display: none;
  }


  body:not(.scroll) .service-header .header-bottom {
    background: transparent;
  }

  body:not(.scroll) .service-header .header-top a {
    color: #babab9 !important;
  }

  .header-top a {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }

  body:not(.scroll) .service-header .header-top a:hover {
    color: #f37d28 !important;
  }

  body:not(.scroll) .service-header .header-wrap {
    border-color: transparent;
  }

  body:not(.scroll) .service-header .header-top {
    background: #04181f;
  }

  body:not(.scroll) .service-header .custom-menu-primary nav>ul>li>a {
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
}

.cradlepoint .product-card .image {
  padding-top: 130px;
}

.cradlepoint.product-page .content-with-image {
  padding: 0;
}

.cradlepoint.product-page .content-with-image .image {
  float: left;
  width: calc(50% - 20px);
  margin: 0;
  padding: 0 20px 0 0;
  max-width: 100%;
}

.cradlepoint.product-page .content-with-image.right .content {
  float: left;
  width: calc(50% - 20px);
  margin: 0;
  padding: 0 20px 0 0;
  max-width: 100%;
}

.cradlepoint.product-page .content-with-image.right {
  justify-content: flex-end;
}

.cradlepoint.product-page .content-with-image.right .image {
  float: right;
  width: calc(50% - 20px);
  margin: 0;
  padding: 0 0 0 20px;
}

.cradlepoint.product-page .content-with-image .button a {
  max-width: 190px;
}

.cradlepoint.product-page .content-with-image .content {
  float: right !important;
  width: calc(50% - 20px) !important;
  margin: 0 !important;
  padding: 0 0 0 20px;
  max-width: 100% !important;
  text-align: left;
}

.cradlepoint.product-page .services .top-content {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 30px;
}

.cradlepoint.product-page .services .top {
  padding-bottom: 15px;
}

.cradlepoint.product-page .services .item {
  margin-top: 10px;
}

.cradlepoint .product-card .button .item:nth-child(1) {
  max-width: initial;
  margin-bottom: 0;
}

.cradlepoint .product-card .button {
  padding: 0;
  display: block;
}

.partners .content-wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 50px;
}

.home-page .resources {
  padding: 0;
}

.partners .inner {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.partners .content {
  float: left;
  max-width: 480px;
  width: calc(100% - 600px);
  margin: 0;
}

.guide-section {
  background-color: #f2f1f0;
  margin: 0 0 50px;
}

.guide-section .content-wrapper {
  max-width: 1040px;
  width: 100%;
  padding: 35px 20px 0;
  margin: 0 auto;
}

.home-page .dnd-section {
  padding: 50px 0px 30px;
}

.guide-section .inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.guide-section .image {
  float: left;
  max-width: 430px;
  width: 100%;
  margin: 0 80px 0 0;
  align-self: flex-end;
}

.guide-section .content {
  float: left;
  width: calc(100% - 510px);
  margin: 20px 0 30px;
}

.guide-section p {
  margin: 0px 0 30px;
}

.guide-section .cta_button {
  max-width: 265px;
  width: 100%;
}

.guide-section p:last-child {
  margin: 0;
}



.home-page .solution-card h3 {
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  padding: 0;
}

.home-page .solution-card p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.home-page .solution-card .content_inner {
  max-width: 430px;
  width: 100%;
}

.partners .image {
  float: left;
  max-width: 540px;
  width: 100%;
  margin: 0 0 0 60px;
}

.partners {
  padding-bottom: 50px;
}


.home-page .bottom-panel a.cta_button {
  max-width: 200px;
  margin: 0 auto!important;
}

.home-page .bottom-panel h2 {
  margin-bottom: 30px;
}

.product-page .content-with-image {
  padding: 60px 0;
}

.product-page .content-with-image .image {
  float: right;
  max-width: 452px;
  width: 100%;
  margin: 0 30px;
}

.product-page .content-with-image .image img {
  display: block;
  margin: 0px auto;
}

.product-page .content-with-image .content {
  float: right;
  max-width: 470px;
  width: 100%;
  margin: 0 30px;
  padding: 0;
}

.product-page .content-with-image .content p:last-child {
  margin: 0;
}

.product-page .content-with-image.right .content {
  float: right;
  max-width: 390px;
  width: 100%;
  margin: 0 30px;
}

.product-page .services .top-content {
  max-width: 900px;
  margin-bottom: 50px;
}

.product-page  .services .item {
  margin-top: 0;
}

.product-page .services .top {
  padding: 35px 40px 0;
}

.product-page .services .bottom {
  padding: 0px 40px 0px;
}

.product-page .services  h5 {
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  letter-spacing: 0;
  color: #112732;
}

.product-page .services ul {
  padding-left: 30px;
  padding-right: 0;
  margin-bottom:30px;
}

.services-page .bottom-panel h2 {
  margin: 0 0 30px;
}

.product-page .bottom-panel h2 {
  margin: 0 0 35px;
}

.solutions-page .widget-type-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #2d2d2d;
}

.solutions-page .widget-type-linked_image {
  width: 100%;
}

.solutions-page .widget-type-linked_image img {
  object-fit: cover;
  max-height: 375px;
  height: 100%;
  width: 100%;
}

.solutions-page .widget-type-rich_text h1 {
  margin: 0 0 40px;
}

.solutions-page .widget-type-rich_text h2 {
  margin-bottom: 10px;
}

.body-container-wrapper li {
  padding: 0 0 10px;
}

.body-container-wrapper ul {list-style-type: none;}
.body-container-wrapper ul li:before {content: "\2022"; color: #f37d28; display: inline-block; font-weight: 800; width: 1em; margin-left: -1em}


.form-section .dnd-section {
  padding: 95px 0;
}

.form-section .hs_error_rollup {
  padding: 0px 15px;
}

.form-section .hs-form-field {
  padding: 0px 15px;
}

.form-section .hs-form-field>label {
  padding: 0px 5px;
}

.form-section .hs-form-field .input {
  margin: 0 !important;
}

.form-section textarea {
  height: 200px !important;
}

.form-section .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

.form-section .dnd-section>div {
  max-width: 1070px;
}

.form-section .widget-type-rich_text p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 28px;
}

.speaker-profile .content-wrapper {
  padding: 70px 20px 110px;
}

.speaker-profile .inner {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

.speaker-profile .content {
  float: left;
  max-width: 580px;
  width: 100%;
  margin: 0 100px 0 0
}

.speaker-profile .image {
  float: left;
  max-width: 350px;
  width: 100%;
  margin: 70px 0 0
}


.guide-page .top-content .dnd-section {
  padding-top: 110px;
  padding-bottom: 40px;
}

.guide-page .top-content .dnd-section .widget-type-rich_text {
  max-width: 800px;
}

.guide-page .bottom-content .dnd-section {
  padding-bottom: 132px;
  padding-top: 2px;
}



@media(max-width:1100px){

  .product-page .content-with-image .image {
    margin: 0 20px;
  }

  .product-page .content-with-image .content {
    max-width: 390px;
    width: 100%;
    margin: 0 20px;
  }

  .product-page .content-with-image.right .content {
    margin: 0px 20px;
  }
}

@media(max-width:1090px){
  .speaker-profile .content-wrapper {
    padding: 45px 20px 100px;
  }

  .speaker-profile .content {
    float: none;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .speaker-profile .image {
    float: none;
    margin: 0 auto;
    padding: 25px 0 0;
  }
}

@media(max-width:1060px){
  .cradlepoint.product-page .product-card .image {
    float: left;
    max-width: 327px;
    width: 100%;
    margin: 0;
    padding: 130px 0 0;
  }
}

@media(max-width:1040px){
  .cradlepoint.product-page .product-card .image {
    float: none;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .cradlepoint  .product-card .content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .cradlepoint .product-card .button {
    text-align: center;
  }

  .cradlepoint .product-card .button .item:nth-child(1) {
    float: none;
    margin: 0px auto;
    display: block;
    max-width: 270px !important;
  }
}

@media(max-width:1000px){

  .webinar-page .bottom-section {
    padding: 100px 20px;
  }


  .partners .content {
    width: calc(100% - 490px);
  }

  .cradlepoint.product-page .services .item {
    width: calc(50% - 40px);
  }

  .partners .image {
    max-width: 450px;
    width: 100%;
    margin: 0px 0 0 40px;
  }

  .guide-section .content {
    width: calc(100% - 380px );
    margin: 0 0 30px;
  }

  .guide-section .image {
    max-width: 330px;
    width: 100%;
    margin: 0 50px 0 0;
  }


  .product-page .services .item {
    width: calc(50% - 30px);
  }

  .guide-page .top-content .dnd-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .guide-page .bottom-content .dnd-section {
    padding-bottom: 72px;
  }

}


@media(max-width:980px){

  .product-page .content-with-image .image {
    max-width: 350px;
    width: 100%;
  }

}

@media(max-width:900px){

  .services-page .bottom-section .dnd-section {
    margin: 0 !important;
  }

  .partners .content {
    float: none;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }

  .partners .image {
    float: none;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }

}


@media(max-width:880px){

  .product-page .content-with-image .image {
    float: none;
    max-width: 452px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .product-page .content-with-image {
    padding: 30px 0;
  }

  .product-page .content-with-image .content {
    float: none !important;
    max-width: 700px !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
  }

}

@media(max-width:860px){

  .product-page .services h2 {
    margin-bottom: 25px;
  }

  .cradlepoint.product-page .services h2 {
    margin-bottom: 20px;
  }

  .cradlepoint.product-page .content-with-image .content {
    width: 100% !important;
    margin: 0 auto 50px !important;
    padding: 0 !important;
    text-align: center;
  }

  .cradlepoint.product-page .content-with-image {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .cradlepoint.product-page .content-with-image .button a {
    margin: 0px auto;
  }

  .cradlepoint.product-page .content-with-image .image {
    padding: 0 !important;
    width: 100% !important;
  }

}

@media(max-width:800px){

  .webinar-page .bottom-section {
    padding: 80px 20px;
  }

  .webinar-page .bottom-section .hs-form-field label {
    margin-left: 5px;
    margin-right: 0;
  }

  .webinars-section .content-wrapper {
    padding: 80px 20px 87px;
  }

  .home-page .solution-card {
    margin: 50px 0;
  }

  .home-page .solution-card .content {
    padding: 40px;
  }

  .home-page .solution-card .content_inner {
    max-width: 800px;
    width: 100%;
  }

  .home-page .solution-card h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .guide-section .content {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }

  .guide-section .inner {
    flex-direction: column-reverse;
  }

  .guide-section .image {
    float: none;
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
  }

  .guide-page .bottom-content .dnd-section {
    padding-bottom: 52px;
  }

  .speaker-profile .content-wrapper {
    padding: 25px 20px 80px;
  }

  .form-section .dnd-section {
    padding: 80px 0px;
  }

  .form-section .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }

}


@media(max-width:700px){

  .product-page .services .item {
    float: none;
    width: 100%;
    margin: 0 auto 25px;
  }


  .cradlepoint.product-page .services .item {
    width: 100%;
    margin: 10px auto 30px;
  }


}

@media(max-width:600px){

  .webinar-page .bottom-section {
    padding: 60px 20px;
}

.webinar-page .bottom-section .content p {
    font-size: 16px;
    line-height: 26px;
}

.webinar-page .bottom-section .hs_email {
    float: none;
    width: 100%;
}
  
  .webinars-section .content-wrapper {
    padding: 60px 20px 67px;
  }

  .cradlepoint.product-page .services .top {
    padding: 35px 40px 15px;
  }

  .cradlepoint .product-card .content-wrapper {
    padding: 5px 20px 60px;
  }

  .partners .content-wrapper {
    padding: 40px 20px;
  }

  .partners .content {
    text-align: left;
  }

  .guide-section .image {
    max-width: 280px;
    width: 100%;
  }

  .guide-section {
    margin-bottom: 40px;
  }

  .home-page .dnd-section {
    padding: 40px 0 30px;
  }

  .home-page .solution-card {
    margin: 30px 0 40px;
  }

  .home-page .solution-card .content {
    padding: 40px 20px;
  }

  .home-page .solution-card h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .home-page .solution-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .guide-page .top-content .dnd-section {
    padding-top: 60px;
  }

  .guide-page .bottom-content .dnd-section {
    padding-bottom: 32px;
  }

  .form-section .dnd-section {
    padding: 60px 0;
  }

  .form-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 26px;
  }

  .speaker-profile .content-wrapper {
    padding:5px 20px 60px;
  }

  .product-page .services .top {
    padding: 30px 35px 0;
  }

  .product-page .services .bottom {
    padding: 0px 35px;
  }


  .partners {
    padding-bottom: 40px;
  }

}



.tele_top_sec {
  margin-top: 55px;
}

.tele_top_sec .content-wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 20px 100px;
  border-bottom: 1px solid #e9edf0;
}

.top_sec-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

.tele_top_sec .left_image-wrapper {
  float: left;
  max-width: 360px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tele_top_sec .right_content-wrapper {
  float: right;
  max-width: 600px;
  width: 100%;
  margin: 0 0 0 50px;
}
.who_we_serve_top_sec {
  margin-top: 55px;
}

.who_we_serve_top_sec .content-wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 20px 100px;
}

.who_we_serve_top_sec .right_content-wrapper {
  float: right;
  max-width: 470px;
  width: 100%;
  margin: 0 0 0 50px;
}

.who_we_serve_top_sec .left_image-wrapper {
  float: left;
  max-width: 550px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.who_we_serve_top_sec a.btn_who_we_serve {
  max-width: 280px
}

.who_we_serve_bottom_sec h6 {
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 24px;
  color: #112732;
}
.who_we_serve-content-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.who_we_serve_bottom_sec {
  background-color: #f2f1f0;
}

.who_we_serve_bottom_sec .content-wrapper {
  padding: 105px 20px 80px;
}

.who_we_serve_bottom_sec .right_content-wrapper {
  float: right;
  max-width: 530px;
  width: 100%;
  margin: 0 0 0 50px;
}

.who_we_serve_bottom_sec .left_image-wrapper {
  float: left;
  width: calc(100% - 640px);
  margin: 0;
  padding: 155px 0 0;
}
.who_we_serve_bottom_sec .right_content-wrapper ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0 0 0 25px
}

.who_we_serve_bottom_sec .right_content-wrapper  li {
  margin: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  break-inside: avoid-column;
  position: relative;
  padding: 0 0 10px;
}
.who_we_serve_bottom_sec .left_image-wrapper img {
  display: block;
  float: right;
  margin: 0;
}
.who_we_serve_bottom_sec .right_content-wrapper  li:before {
  background-color: #ffad00;
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  position: absolute;
  left: 5px;
  margin: 11px 10px 0 -30px
}
.careers_employee_sec ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0 0 0 25px;
  padding: 0;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.careers_employee_sec li {
  margin: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  margin: 0;
  padding: 0 0 20px;
  color: #fff;
  list-style-type: none;
  position: relative;
}

.careers_employee_sec li:before {
  background-color: #ffad00;
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  position: absolute;
  left: 5px;
  margin: 11px 10px 0 -30px
}

.container-fluid.careers_employee_sec h2 {
  margin: 0 0 45px;
}

.careers_bottom_sec.form-section .dnd-section {
  padding: 110px 0px;
}

.careers_main_sec .dnd-section {
  padding: 80px 0px 150px;
}


.careers_bottom_sec.form-section ::-webkit-file-upload-button {
  font: initial;
  font-family: arial;
}

.careers_bottom_sec.form-section input[type="file"] {
  display: block;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: auto;
}

.careers_bottom_sec.form-section h2 {
  margin: 0 0 50px;
}

@media (max-width: 1120px) {
  .who_we_serve_top_sec .left_image-wrapper {
    max-width:420px;
    width: 100%
  }
}

@media (max-width: 1060px) {

  .tele_top_sec  .left_image-wrapper {
    max-width:290px;
    width: 100%
  }

}


@media (max-width: 1000px) {

  .tele_top_sec  .left_image-wrapper {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
  }

  .careers_main_sec .dnd-section {
    padding: 120px 0px;
  }

  .careers_employee_sec ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .tele_top_sec .content-wrapper {
    padding: 45px 20px 100px;
  }

  .tele_top_sec  .right_content-wrapper {
    float: none;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .who_we_serve_top_sec .right_content-wrapper {
    float: none;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }

  .who_we_serve_top_sec .left_image-wrapper {
    float: none;
    margin: 0 auto;
  }

  .who_we_serve_top_sec .content-wrapper {
    padding: 45px 20px 100px;
  }

  .who_we_serve_top_sec a.btn_who_we_serve {
    margin: 0 auto !important;
  }

  .who_we_serve_bottom_sec .content-wrapper {
    padding: 45px 20px 100px;
  }

  .who_we_serve_bottom_sec .right_content-wrapper {
    float: none;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px
  }

  .who_we_serve_bottom_sec .left_image-wrapper {
    float: left;
    max-width: 418px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

}

@media(max-width:800px){

  .tele_top_sec .content-wrapper {
    padding: 25px 20px 80px;
  }
  .who_we_serve_top_sec .content-wrapper {
    padding: 25px 20px 80px;
  }

  .who_we_serve_bottom_sec .content-wrapper {
    padding: 80px 20px;
  }

  .careers_employee_sec .dnd-section {
    padding: 80px 0px 30px !important;
  }

  .careers_main_sec .dnd-section {
    padding: 80px 0px;
  }

  .careers_bottom_sec.form-section .dnd-section {
    padding: 80px 0px;
  }

}

@media (max-width: 700px) {

  .careers_employee_sec ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 0 0 0 40px;
  }

}

@media (max-width: 600px) {

  .tele_top_sec  .left_image-wrapper {
    max-width: 200px;
    width: 100%;
  }

  .who_we_serve_bottom_sec .content-wrapper {
    padding: 60px 20px;
  }

  .who_we_serve_top_sec .content-wrapper {
    padding: 5px 20px 80px;
  }

  .tele_top_sec .content-wrapper {
    padding: 5px 20px 60px;
  }

  .careers_top .dnd-section {
    padding: 5px 0px 60px;
  }

  .careers_employee_sec .dnd-section {
    padding: 60px 0px 10px !important;
  }

  .careers_top .dnd-section>.row-fluid .dnd-column {
    padding: 5px 20px 60px !important;
  }

  .careers_top .dnd-section[class*="-force-full-width-section"]>.row-fluid .dnd-column  {
    padding: 0px !important;
  }

  .careers_main_sec .dnd-section {
    padding: 60px 0px;
  }

  .careers_bottom_sec.form-section .dnd-section {
    padding: 60px 0;
  }
  
  .webinar-page .bottom-section .hs_error_rollup {
    order: initial;
}

}
/* 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 {
  vertical-align: bottom;
}
.header-top .content-wrapper {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.phone-number p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  font-family: 'Roboto Condensed',sans-serif;
}

header.header.lp {
  min-height: 90px;
}

.top-links ul {
  padding: 0;
  margin: 0;
  line-height: 20px;
}

.top-links ul li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  font-family: 'Roboto Condensed',sans-serif;
  display: inline-block;
  padding: 0 0 0 25px;
  text-align: right;
  vertical-align: top;
}

.header-top a {
  text-decoration: none;
}

.phone-number {
  margin: 0 20px 0 25px;
}

.header-wrap {
  position: fixed;
  z-index: 1000;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #e5e7ea;
}

header.header {
  min-height: 131px;
}

.header-bottom .content-wrapper {
  padding: 0 20px;
}

.logo-wrapper {
  padding: 0;
  margin: 20px 0px;
  float: left;
  display: block;
}

.logo-wrapper img {
  width: 144px !important;
  display: block;
}

.header-bottom .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-wrapper {
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 13px;
  padding: 20px 0 0;
  float: right;
  margin: 0 0 20px 20px;
}

.custom-menu-primary ul ul li {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}

.custom-menu-primary nav>ul>li>a {
  display: inline;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  margin: 10px 20px;
  text-transform: uppercase;
  padding: 15px 3px 14px;
  border-bottom: 2px solid rgba(0,0,0,0);
}

.custom-menu-primary {
  font-size: 0;
}

.custom-menu-primary nav>ul>li:last-child>ul {
  right: 0;
}




.custom-menu-primary ul ul li a {
  background-image: none!important;
  border: none!important;
  text-align: left;
  display: block;
  line-height: 24px;
  padding: 0 0 10px;
  text-transform: none;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 400;
  text-decoration: none;
}

.mobile-trigger{
  display: none;
}


@media(max-width:1080px){

  .custom-menu-primary nav>ul>li>a {
    margin: 11px 15px;
  }

}


@media(min-width:993px){


  .custom-menu-primary nav>ul>li>ul {
    position: absolute;
    z-index: 999;
    width: auto;
    max-width: 380px;
    min-width: 160px;
    padding: 20px 20px 10px !important;
    margin: 0;
    border: 1px solid #e5e7ea;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    white-space: nowrap;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX( -75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX( -75deg);
    visibility: hidden;
    opacity: 0;
  }


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

  .header-bottom .phone-number {
    display:none;
  }

  .custom-menu-primary nav>ul>li:hover>ul {
    transform: rotateX( 0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX( 0deg);
    opacity: 1;
    visibility: visible;
    display: block!important;
  }

}


@media(max-width:992px){

  .logo-wrapper .white {
    display: none;
  }

  .custom-menu-primary nav>ul>li:hover>a {
    background-color: rgba(243,243,243,1)!important;
    text-decoration: none;
  }

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


  .header-bottom .phone-number {
    color: #232426;
    font-size: 25px;
    height: 25px;
    position: fixed;
    right: 15px;
    top: 9px;
    transition: all .4s ease-in-out 0;
    width: 25px;
    z-index: 1500;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 0;
    margin: 0;
  }

  .phone-number a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    font-size: 25px;
    color: #232426;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .phone-number p {
    font-size: 0;
  }

  .phone-number a:hover:before {
    color: #F37D28!important;
  }

  .mobile-trigger{
    position: fixed;
    left: 0;
    display: block;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
  }

  .mobile-trigger {
    cursor: pointer;
    padding: 23px 35px 16px 15px;
    margin: 0;
    height: 52px
  }

  .mobile-trigger span,
  .mobile-trigger span:before,
  .mobile-trigger span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: #232426;
    position: absolute;
    display: block;
    content: ''
  }

  .mobile-trigger span:before {
    top: -7px
  }

  .mobile-trigger span:after {
    bottom: -7px
  }

  .mobile-trigger span,
  .mobile-trigger span:before,
  .mobile-trigger span:after {
    transition: all 500ms ease-in-out
  }


  .header-top {
    display: none;
  }

  .menu-wrapper {
    display: none;
  }

  header.header {
    min-height: 53px !important;
  }

  .logo-wrapper img {
    width: 105px !important;
  }

  .logo-wrapper {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .header-bottom .content-wrapper {
    justify-content: center;
  }

  .header-bottom {
    min-height: 52px;
  }

  header.header {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .mobile-open header.header {
    display: block;
    margin-left: 240px;
  }

  .mobile-open .mobile-trigger {
    left: 240px;
  }

  .mobile-open .mobile-trigger span:after {
    transform: rotate( -45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate( -45deg);
  }

  .mobile-open .mobile-trigger span:before {
    transform: rotate( 45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
    bottom: 0;
    top: 7px;
  }

  .mobile-open .mobile-trigger span {
    background-color: transparent;
  }

  .menu-wrapper {
    padding: 0;
    width: 240px;
    left: -240px;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    border-radius: 0;
    z-index: 103;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none!important;
    overflow-y: auto;
    background-color: #fff!important;
    display: block;
  }

  .mobile-open .menu-wrapper {
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .overlapblackbg {
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0,0,0,.45);
    cursor: pointer;
  }

  .mobile-open .overlapblackbg {
    display: block;
  }

  .custom-menu-primary nav>ul>li>a {
    display: block;
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0;
    background-color: transparent;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,.13) !important;
    position: static;
    margin: 0;
  }

  .custom-menu-primary nav>ul>li {
    width: 100%;
  }

  .custom-menu-primary nav>ul>li:not(.has-submenu)>a:hover {
    color: #232426!important;
  }

  .mobile-open .header-wrap {
    border: none;
  }

  .mobile-open .header-wrap {
    border: none;
  }

  .custom-menu-primary.mobile li.has-submenu.open>a:after {
    transform: rotate( 180deg);
  }


  .custom-menu-primary.mobile li.has-submenu>a:after {
    display: block;
    background-size: 25px;
    font-size: 21px;
    color: #232426;
    float: right;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 13px;   
    top: 11px;
  }

  .custom-menu-primary nav>ul>li>a {
    position: relative;
  }

  .custom-menu-primary ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transform: none !important;
    display:none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.13);
    padding: 0px 20px !important;
  }


  .custom-menu-primary ul ul li:first-child{
    padding-top:15px;
  }

  .custom-menu-primary ul ul li:last-child{
    padding-bottom:15px;
  }

  .custom-menu-primary ul ul li a {
    line-height: 24px;
    font-size: 14px!important;
    padding: 0 0 10px;
    text-align: left;
  }

  .mobile-open .header-bottom .phone-number {
    display: none;
  }


}
.footer-bottom {
  width: 100%;
  margin: 0;
}

.lp .footer-social {
    padding: 0;
}

.lp .company-info {
    margin: 0;
}

.footer-bottom .content-wrapper {
  padding: 25px 20px 27px;
}

.footer-top .inner {
  flex-wrap: wrap;
}

.footer-bottom .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.copyright {
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  max-width: 310px;
  width: 100%;
}


.footer-top .content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 22px;
  letter-spacing: 0;
  border-top: 1px solid #E9EDF0;
}

.company-info {
  float: left;
  max-width: 200px;
  width: 100%;
  margin: 0 40px 0 0;
}

.footer-menu {
  float: right;
  width: calc(100% - 300px);
  margin: 0;
}

.footer-top .inner {
  display: flex;
  justify-content: space-between;
}

.footer-menu nav>ul>li {
  width: calc(33.3336% - 60px );
  margin: 0px 30px;
}

.footer-menu nav>ul {
  display: flex !important;
  flex-wrap: wrap;
}

.footer-menu ul ul {
  padding: 0;
  margin: 0 0 25px !important;
  list-style-type: none;
}

.footer-menu ul ul li {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 10px;
  font-family: 'Roboto',sans-serif;
}

.footer-menu ul ul li a {
  font-weight: 400;
}

.footer-menu nav>ul>li>a {
  font-size: 16px;
  line-height: 28px;
  cursor: unset;
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}

.company-info img {
  margin: 0 0 25px;
  display: block;
}

.company-info p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px;
  font-family: 'Roboto',sans-serif;
}

.footer-top a {
  text-decoration: none;
  font-weight: 400;
}

.footer-top h3 {
  font-size: 20px;
  line-height: 34px;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  padding: 0;
  padding-bottom: 30px;
}


.footer-top h3 + p img {
  margin-bottom: 10px;
}

.footer-menu nav>ul>li:last-child a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}

.footer-menu nav>ul>li>a:empty {
  margin: 0;
}

.footer-menu nav>ul>li:last-child li {
  padding: 0;
}

@media(max-width:1050px){

  .footer-menu {
    width: calc(100% - 240px);
  }

}

@media(max-width:1000px){
  .footer-menu {
    width: calc(100% - 300px);
  }

  .footer-menu nav>ul>li {
    width: calc(50% - 40px);
    margin: 0 15px;
  }

  .footer-menu nav>ul>li:nth-child(3) {
    order: 3;
  }

  .footer-menu nav>ul>li:nth-child(2) {
    order: 3;
  }

  .footer-menu nav>ul>li:nth-child(4) {
    order: 4;
  }

  .footer-menu nav>ul>li:nth-child(5) {
    order: 2;
  }

  .footer-menu nav>ul>li:nth-child(6) {
    order: 6;
  }


}



@media(max-width:800px){

  .footer-menu {
    width: 100%;
  }

  .footer-menu nav>ul>li {
    width: calc(50% - 20px);
    margin: 0px 40px 0 0;
  }

  .footer-bottom .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    max-width: 100%;
    text-align: center;
  }

  .footer-bottom .content-wrapper {
    padding-bottom: 20px;
  }

  .social-icons i {
    font-size: 19px!important;
    font-weight: 700;
    margin: 0 15px !important;
  }

  .footer-social {
    padding-bottom: 20px;
  }

  .footer-menu nav>ul>li:nth-child(even) {
    margin-right: 0;
  }

  .footer-menu nav>ul>li:nth-child(3) {
    margin-right: 0;
  }

  .footer-menu nav>ul>li:nth-child(4) {
    margin-right: 40px;
  }

  .footer-menu nav>ul>li:nth-child(2) {
    margin-right: 40px;
  }


  .company-info {
    margin: 0 0 40px;
  }

  .footer-menu nav>ul>li:nth-child(5) {
    margin-right: 0;
  }

}

@media(max-width:650px){

  .footer-top .content-wrapper {
    padding: 60px 20px 67px;
  }

}

@media(max-width:500px){


  .footer-menu nav>ul>li {
    width: 100%;
    margin:0 !important;
  }

  .footer-menu nav>ul>li:nth-child(2) {
    order: 2;
  }

  .footer-menu nav>ul>li:nth-child(4) {
    order: 2;
  }

  .footer-top .content-wrapper {
    padding-bottom: 52px;
  }

}

/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/
#footer {margin: 0 auto; padding: 0; color: #f2f1f0;}
#footer:before, #footer:after {content: " "; display: table;}
#footer:after {clear: both;}

#footer-wrapper {}

/*--------------------------------------------------------------
13.1 - Footer widgets
--------------------------------------------------------------*/
#footer-widgets-container {}
#footer-widgets-container:before, #footer-widgets-container:after {content: " "; display: table;}
#footer-widgets-container:after {clear: both;}

#footer-widget {max-width: 1140px; width: 100%; margin: 0 auto; padding: 80px 20px 40px; letter-spacing: 0px; border-top: 1px solid #e9edf0;}
#footer-widget:before, #footer-widget:after {content: " "; display: table;}
#footer-widget:after {clear: both;}

#footer-widget .footer-widget {}

#footer-widget p {font-size: 14px; line-height: 24px; margin: 0 0 10px; color: #112732; font-family: 'Roboto', sans-serif;}
#footer-widget h3 {font-size: 20px; line-height: 34px; margin: 0; color: #112732; font-weight: 700; font-family: Roboto Condensed,sans-serif; padding: 0;}
#footer-widget h4 {font-size: 16px; line-height: 28px; color: #112732; font-weight: 700; font-family: Roboto Condensed,sans-serif; text-transform: uppercase; margin: 0 0 10px;}
#footer-widget h4.footer_h4 {margin: 0 0 30px;}

#footer-widget a {color: #112732; text-decoration: none; font-weight: 400;}
#footer-widget a:hover {color: #F37D28;}

#footer-widget h4 a {font-weight: 700;}

#footer-widget ul {padding: 0; margin: 0 0 25px; list-style-type: none;}
#footer-widget li {font-size: 14px; line-height: 24px; margin: 0; padding: 0 0 10px; color: #112732; font-family: 'Roboto', sans-serif;}

#footer_top_area {display: inline-block; width: 100%; margin: 0 auto;}

#footer_company_info {float: left; max-width: 200px; width: 100%; margin: 0 40px 0 0;}
#footer_company_info img {margin: 0 0 25px; display: block;}

#footer_navigation {float: right; width: calc(100% - 300px); margin: 0;}
#footer_navigation_area {display: flex; flex-wrap: wrap; width: 100%; margin: 0 auto;}

.footer_links {width: calc(33.3336% - 60px); margin: 0 30px;}
.one {order: 1;}
.two {order: 2;}
.three {order: 3;}
.four {order: 4; margin-bottom: 20px !important;}
.five {order: 5;}
.six {order: 6;}

#footer-widget .four ul {margin: 0 0 15px;}

#footer_navigation_left {float: left; max-width: 470px; width: 100%; margin: 0;}
#footer_navigation_right {float: left; max-width: 300px; width: 100%; margin: 0;}


#text-9 {float: left; max-width: 180px; width: 100%; margin: 0 60px 0 0;}
#social_icons p {text-align: left; margin: 0; padding: 0;}

#social_icons .fa {font-size: 19px !important; font-weight: 700; margin: 0 30px 0 0 !important;}

#social_icons .fa-facebook {color: #232426 !important; background-color: transparent;}
#social_icons .fa-facebook:hover {color: #F37D28 !important;}

#social_icons .fa-twitter {color: #232426 !important; background-color: transparent;}
#social_icons .fa-twitter:hover {color: #F37D28 !important;}

#social_icons .fa-linkedin {color: #232426 !important; background-color: transparent;}
#social_icons .fa-linkedin:hover {color: #F37D28 !important;}

#social_icons .fa-google-plus {color: #232426 !important; background-color: transparent;}
#social_icons .fa-google-plus:hover {color: #F37D28 !important;}

#social_icons .fa-youtube-play {color: #232426 !important; margin: 0 !important; background-color: transparent;}
#social_icons .fa-youtube-play:hover {color: #F37D28 !important;}


#execphp-3 {float: right; max-width: 430px; width: 100%; margin: 0 auto;}
#execphp-3 p {font-size: 13px; line-height: 25px; color: #232426; font-weight: 500; text-transform: uppercase; margin: 0;}
#execphp-3 a {color: #232426;}
#execphp-3 a:hover {color: #F37D28;}
#execphp-3 .divider {padding: 0 5px;}

.site_by {padding: 0 25px;}
.site_map_link {font-weight: 700; text-transform: none; padding: 0 0 0 25px;}

#charge_logo {padding: 30px 0 0;}
#charge_logo img {margin: 0 0 10px !important;}


@media (max-width: 1050px) {
	#footer_navigation {width: calc(100% - 240px);}
}

@media (max-width: 1000px) {
	#footer_navigation {width: calc(100% - 300px);}
	.footer_links {width: calc(50% - 40px); margin: 0 15px;}
	.two {order: 2;}
	.three {order: 4;}
	.four {order: 3;}
	.five {order: 5;}
}

@media (max-width: 800px) {
	#footer_company_info {margin: 0 0 40px;}
	#footer_navigation {width: 100%;}
	.footer_links {width: calc(50% - 20px); margin: 0 40px 0 0;}
	.five {margin: 0;}
	.two {margin: 0;}
	.six {margin: 0;}
	
	#text-9 {float: none; max-width: 220px; width: 100%; margin: 0 auto 20px;}
	#social_icons p {text-align: center;}
	#social_icons .fa {font-size: 19px !important; font-weight: 700; margin: 0 15px !important;}
	
	#execphp-3 {float: none; margin: 0 auto;}
	#execphp-3 p {text-align: center;}
}

@media (max-width: 735px) {
	.site_map_link {display: block;}
}


@media (max-width: 650px) {
	.site_by {display: block; padding: 0;}
	
	#footer-widget {padding: 60px 20px 60px;}
}

@media (max-width: 500px) {
	.footer_links {width: 100%; margin: 0 0;}
	.two {order: 2;}
	.three {order: 5;}
	.four {order: 3; }
	.five {order: 4;}
    
    #execphp-3 .divider {display: none;}
    #execphp-3 .copyright_info {display: block; padding: 0 0 5px;}
}

/*--------------------------------------------------------------
13.3 - Copyright & Powered
--------------------------------------------------------------*/
#footer-base {background-color: #151c2c;}
#footer_base_area {max-width: 1140px; width: 100%; margin: 0 auto; padding: 25px 20px 0;}
#footer-base:before, #footer-base:after {content: " "; display: table;}
#footer-base:after {clear: both;}

#footer-base-area {margin: 0 auto; max-width: 1140px; width: 100%; padding: 20px 20px 0;}

#footer-base .copyright {padding: 0px; float: left; max-width: 600px; width: 100%; margin: 5px 50px 30px 0;}
#footer-base .copyright p {font-size: 13px; line-height: 23px; font-weight: 500; color: #1c5778; text-align: left; font-family: 'Raleway', sans-serif; text-transform: uppercase; margin: 0;}

#footer-base .copyright a {color: #246f9a;}
#footer-base .copyright a:hover {color: #ffffff;}

#footer-base .powered {padding: 0px; float: right; max-width: 141px; width: 100%; margin: 0 0 30px;}
#footer-base .powered p {font-size: 15px; line-height: 25px; font-weight: 400; color: #a4a4a4;}


@media screen and (max-width: 850px) {
	#footer-base .copyright {float: none; margin: 0 auto 25px;;}
	#footer-base .copyright p {text-align: center;}
	
	#footer-base .powered {float: none; margin: 0 auto 25px;}
}

@media screen and (max-width: 600px) {
	.site_by {display: block;}
}

#footer_bottom_area {width: 100%; margin: 0; background-color: #dfe5ec;}
#colophon-widget {max-width: 1140px; width: 100%; margin: 0 auto; padding: 25px 20px 20px;}
#colophon-widget:before, #colophon-widget:after {content: " "; display: table;}
#colophon-widget:after {clear: both;}

#colophon_widget_area {display: inline-block; width: 100%; margin: 0 auto;}

.colophon-widget {}
/* Menu and simple menu */

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

.hs-menu-wrapper.hs-menu-flow-vertical li:before {
  background-color: #ffad00;
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  position: absolute;
  left: 5px;
  margin: 11px 10px 0 -30px;
}

.hs-menu-wrapper.hs-menu-flow-vertical li {
  position: relative;
}

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