/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}



@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: wf_52157764b0fc481a9553ac7f6;
  src: url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_1.woff2) format('woff2'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_1.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_1.ttf) format('truetype');
}

@font-face {
  font-family: wf_617769f2cbd44346a85655549;
  src: url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_2.woff2) format('woff2'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_2.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_2.ttf) format('truetype');
}

@font-face {
  font-family: wf_488c6cbec96d42808587c608a;
  src: url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_3.woff2) format('woff2'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_3.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_3.ttf) format('truetype');
}
@font-face {
  font-family: wf_6d2bdc235d0a4e1d9858b410e;
  src: url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_4.woff2) format('woff2'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_4.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_4.ttf) format('truetype');
}
@font-face {
  font-family: wf_86a461bc535046d7b9cbfeaaa;
  src: url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_5.woff2) format('woff2'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_5.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/file_5.ttf) format('truetype');
}
@font-face {
  font-family: "Futura-LT-W01-Light";
  src: url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/Futura.woff2) format('woff2'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/Futura.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/Futura.ttf) format('truetype'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/Futura.svg) format('svg');
}
@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/AmplifyTrading_June2020/Font/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/908c4810-64db-4b46-bb8e-823eb41f68c0.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2) format('woff2'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/4577388c-510f-4366-addb-8b663bcc762a.ttf) format('truetype'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg) format('svg');
}
@font-face {
  font-family: "fontello-vod";
  src: url("https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/AmplifyTrading_June2020/Font/fontello.eot") format("eot"),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/fontello.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/fontello.ttf) format('truetype');
}

@font-face {
  font-family: "HelveticaNeueW01-45Ligh";
  src: url("https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/AmplifyTrading_June2020/Font/HelveticaNeueW01-45Ligh.eot") format("eot"),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/HelveticaNeueW01-45Ligh.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/HelveticaNeueW01-45Ligh.ttf) format('truetype'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/HelveticaNeueW01-45Ligh.svg) format('svg');
}
@font-face {
  font-family: "Proxima-N-W01-Reg";
  src: url("https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/AmplifyTrading_June2020/Font/HelveticaNeueW01-45Ligh.eot") format("eot"),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff) format('woff'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/64017d81-9430-4cba-8219-8f5cc28b923e.woff2) format('woff2'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf) format('truetype'),
    url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/font/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg) format('svg');
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4em;
  background-color:#000;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 0.9em;
}

h2 {
  font-size: 1.6rem;
  line-height:1.4em;
}

h3 {
  font-size: 1.25rem;
  line-height: normal;
}

h4 {
  font-size: 1.175rem;
  line-height: normal;
}

h5 {
  font-size: 1rem;
  line-height: normal;
}

h6 {
  font-size: .9rem;
  line-height: normal;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img{
  max-width:100%;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  font-family: wf_617769f2cbd44346a85655549;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4em;
  text-decoration: none;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  margin:10px 0;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none !important;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4em;
  font-family: wf_617769f2cbd44346a85655549;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 3px;
  padding-left: 12px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4em;
  font-family: wf_617769f2cbd44346a85655549;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea,
.hs-search-field__input{
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  background-color: rgba(255, 64, 64, 0.1);
  border-style: solid;
  border-color: rgba(255, 64, 64, 1);
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
#hs-pwd-widget-password {
  height:42px !important;
}
@media(max-width:767px){
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container .dnd-section[class*="force-full-width"]>.row-fluid,
.banner-section .dnd-section[class*="force-full-width"]>.row-fluid {
    padding-left: 0;
    padding-right: 0;
}


/* ------------ our technology page ----------- */

.hs-technology-section-one h3 {
    font-family: wf_52157764b0fc481a9553ac7f6;
}

.hs-technology-section-one p {
    margin: 0 0 19px;
    line-height: normal;
}

.hs-technology-section-one p:last-child {
    margin: 0;
}

.hs-technology-section-one {
    border-bottom: 4px solid rgba(204, 68, 58, 1);
}

.hs-technology-section-three h2 {
    letter-spacing: 0.2em;
    font-size: 20px;
    margin: 0;
    line-height: normal;
    font-family: wf_52157764b0fc481a9553ac7f6;
    margin-bottom: 38px;
}

.hs-technology-section-three p {
    font-family: montserrat, sans-serif;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 11px;
}

.hs-technology-section-three {
    border-bottom: 4px solid rgba(204, 68, 58, 1);
}

.hs-technology-section-five {
    border-bottom: 5px solid rgba(57, 122, 190, 1);
}

.cm-page .body-container-wrapper {
    padding-top: 0;
}


/* ------------ our technology page end ----------- */


/* ------------ Student page ----------- */

.our-students-page .banner-content {
    padding-top: 172px;
}

.our-students-page .banner-content h1 {
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 29px;
}

.our-students-page .banner-content hr {
    max-width: 288px;
    border-top-width: 5px;
    margin-bottom: 27px;
}

.our-students-page .banner-content h2 {
    font-size: 25px;
}

.content-with-video iframe {
    border: none;
}

.our-students-page .banner {
    min-height: 568px;
}

.our-students-page .banner-content {
    max-width: 943px;
}

.our-students-page .banner:after {
    background-color: transparent;
}

.hs-students-section-one .post-by-topic-grp {
    border-top: 5px solid rgba(57, 122, 190, 1);
    border-bottom: 5px solid #fff;
}

.hs-students-section-one .content-with-video-inner {
    border-top: 5px solid rgba(57, 122, 190, 1);
    border-bottom: none;
}

.hs-students-section-two .amplify-trading-program-item-inner:after,
.hs-students-section-three .amplify-trading-program-item-inner:after {
    background-color: rgba(0, 0, 0, 0.8);
}

.hs-students-section-three .amplify-trading-program-item-cnt h3 {
    font-family: wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
}

.hs-students-section-two .amplify-trading-program-item-cnt h3 {
    font-family: wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-weight: bold;
}

.hs-students-section-two .amplify-trading-program-item:last-child .amplify-trading-program-item-inner {
    padding-top: 135px;
    padding-bottom: 0;
}

.hs-students-section-three .amplify-trading-program-item:last-child .amplify-trading-program-item-inner {
    padding-top: 130px;
    padding-bottom: 10px;
}

.hs-students-section-three .amplify-trading-program-item:last-child .amplify-trading-program-item-cnt p {
    font-weight: bold;
}

.hs-students-section-two .amplify-trading-program-item-cntarea {
    min-height: 85px;
}

.hs-students-section-two .amplify-trading-program-item-inner {
    min-height: 378px;
}

.hs-students-section-three .amplify-trading-program-item-inner {
    min-height: 406px;
}

.hs-students-section-one .hs_cos_wrapper_type_rich_text p {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 0 22px;
}

.hs-students-section-one .hs_cos_wrapper_type_rich_text p:last-child {
    margin: 0;
}

.hs-technology-section-four .post-by-topic-grp {
    padding: 0;
}

.hs-technology-section-four {
    border-top: 3px solid #fff;
    border-bottom: 5px solid rgba(57, 122, 190, 1);
}

.hs-technology-section-four .cm-rss-feed-title h2 {
    font-size: 20px;
}

.hs-students-section-one {
    border-top: 5px solid rgba(57, 122, 190, 1);
}

.hs-students-section-four h3 {
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}

.hs-students-section-one .amplify-trading-program-grp {
    padding-top: 63px;
}

.hs-students-section-one .amplify-learning-img-cnt hr {
    margin-bottom: 15px;
    margin-top: 15px;
}

.hs-students-section-one .content-with-video-inner-grp {
    max-width: 870px;
}

.hs-students-section-one .content-with-video-content {
    padding-top: 18px;
    padding-bottom: 10px;
}

.hs-students-section-one .content-with-video-btn {
    margin-top: 45px;
}

.book-place-grp {
    margin-top: 26px;
}

.hs-students-section-four h4 {
    font-size: 22px;
    font-family: montserrat, sans-serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}

.hs-students-section-four .widget-type-text {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    max-width: 439px;
    margin: 0 auto;
}

.hs-students-section-four {
    position: relative;
    border-bottom: 5px solid rgba(57, 122, 190, 1);
}

.hs-students-section-four:after {
    content: "";
    background-color: rgba(0, 0, 0, .73);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.hs-students-section-four .dnd-section>div {
    position: relative;
    z-index: 1;
}

.hs-students-section-five h3 {
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    color: #000000;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}

.hs-students-section-five h4 {
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    font-family: montserrat, sans-serif;
    font-size: 22px;
    color: #000;
    line-height: normal;
    letter-spacing: normal;
}

.hs-students-section-five .widget-type-linked_image img {
    object-fit: cover;
    height: 372px;
    margin-top: -79px;
    position: relative;
    z-index: 1;
    margin-bottom: -45px;
}

.hs-students-section-five .widget-type-text {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-family: montserrat, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: normal;
    letter-spacing: normal;
    max-width: 716px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.hs-students-section-five .widget-type-rich_text {
    position: relative;
    z-index: 2;
}

.hs-students-section-six h2 {
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    font-size: 28px;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 26px;
}

.hs-students-section-six p {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-family: montserrat, sans-serif;
    font-size: 15px;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}

.hs-students-section-six a.custom-btn.enquire-now {
    background-color: transparent;
    border: solid rgba(255, 255, 255, 1) 2px;
    cursor: pointer !important;
    font: normal normal normal 12px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    transition: all 0.4s ease 0s;
    color: #FFFFFF;
    display: block;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 100%;
    width: auto;
    padding: 15px 35px;
    margin-top: 32px;
    width: 170px;
}

.hs-students-section-six a.custom-btn.enquire-now:hover {
    background-color: rgba(204, 68, 58, 1);
    border-color: transparent;
}

.hs-students-section-six {
    border-top: 5px solid rgba(57, 122, 190, 1);
}

.hs-students-section-seven {
    border-top: 5px solid rgba(57, 122, 190, 1);
}

.hs-students-section-nine {
    border-top: 5px solid rgba(57, 122, 190, 1);
}

.hs-team-section .span3.dnd-column {
    width: 33.33%;
    margin-right: 10px;
    margin-left: 0;
    background-color: #212121;
}

.hs-team-section .span3.dnd-column:nth-child(4n) {
    margin-right: 0;
}

.hs-team-section h2 {
    margin-top: 52px;
    margin-bottom: 33px;
    font-family: montserrat, sans-serif;
    font-size: 34px;
    line-height: 0.9em;
    letter-spacing: normal;
}

.hs-team-section hr {
    max-width: 45px;
    margin: 0 auto;
    border-top: 3px solid rgba(255, 255, 255, 1);
    height: 0;
    margin-bottom: 31px;
}

.hs-team-section p {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    letter-spacing: -0.02em;
    font-size: 15px;
    font-family: montserrat, sans-serif;
    line-height: 1.6em;
    text-align: center;
}

.hs-team-section .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 0 7px;
}

.hs-traders-section-nine .cm-rss-feed-item-inner {
    border-color: rgba(204, 68, 58, 1);
}

.hs-traders-section-eight-2 {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-eight-2 .cm-rss-feed-item-inner {
    border-color: rgba(204, 68, 58, 1);
}

.hs-traders-section-eleven {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
}


/* ------------ Student page end ----------- */


/* ------------ Traders page  ----------- */

.our-traders-page video.banner-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.our-traders-page .banner:after {
    background-color: transparent;
}

.our-traders-page .banner-content h1 {
    font-family: montserrat, sans-serif;
    font-size: 45px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;
    margin-bottom: 16px;
}

.our-traders-page .banner-content hr {
    margin-right: 0;
    border-top: 5px solid rgba(255, 255, 255, 1);
    max-width: 288px;
    margin-bottom: 27px;
}

.our-traders-page .banner-content h2 {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
}

.our-traders-page .banner {
    overflow: hidden;
    min-height: 510px;
}

.our-traders-page .banner-content {
    padding-top: 135px;
    max-width: 940px;
}

.hs-traders-section-one {
    border-top: 5px solid rgba(204, 68, 58, 1);
    border-bottom: 5px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-one h3 {
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 14px;
    letter-spacing: normal;
}

.hs-traders-section-one p {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}

.hs-traders-section-one .span4.dnd-column {
    border-right: 3px solid rgba(255, 255, 255, 1);
    padding-right: 20px;
}

.hs-traders-section-one .span4.dnd-column:last-child {
    border: none;
}

.hs-traders-section-two .content-with-video-inner {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-three {
    border-top: 5px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-four {
    border-top: 5px solid rgba(204, 68, 58, 1);
    border-bottom: 5px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-three .amplify-learning-cnt-area ul li svg {
    stroke-width: 1;
    fill-opacity: 0;
    stroke: rgba(204, 68, 58, 1);
    stroke-opacity: 1;
    fill: #B45AD3;
}

.hs-traders-section-three .amplify-learning-cnt-area ul li span {
    vertical-align: middle;
}

.hs-traders-section-three .amplify-learning-cnt-area ul li a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.hs-traders-section-three .amplify-learning-cnt-area hr {
    border-color: rgba(204, 68, 58, 1);
    margin-bottom: 22px;
}

.amplify-learning-cnt-area ul li svg {
    stroke-width: 2;
    fill-opacity: 0;
    stroke: rgba(204, 68, 58, 1);
    stroke-opacity: 1;
    fill: #B45AD3;
}

.hs-students-section-one .cm-rss-feed-item-img {
    background-position: center 17%;
}

.amplify-learning-cnt-area ul li a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.amplify-learning-cnt-area hr {
    border-color: rgba(204, 68, 58, 1);
    margin-bottom: 45px;
}

.amplify-learning-btn a {
    font: normal normal normal 15px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    background-color: transparent;
    border: solid rgba(255, 255, 255, 1) 2px;
    cursor: pointer !important;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    text-align: center;
    padding: 12.5px 48px;
    text-decoration: none;
}

.amplify-learning-btn {
    text-align: center;
    padding-top: 30px;
}

.amplify-learning-btn a:hover {
    background-color: rgba(47, 46, 46, 1);
    border-color: transparent;
    color: #fff;
}

.hs-traders-section-three .amplify-learning-cnt-area-inner {
    border-bottom: 1px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-three .amplify-learning-grp {
    padding-bottom: 70px;
    border-top: none;
    border-bottom: none;
}

.hs-traders-section-four {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 4px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-four .amplify-trading-program-grp {
    border-bottom: none;
}

.hs-traders-section-four .amplify-trading-program-item-cnt h3 {
    font-size: 25px;
    margin-bottom: 24px;
}

.hs-traders-section-four .amplify-trading-program-item-inner {
    padding-top: 70px;
}

.hs-traders-section-four .amplify-trading-program-item-cnt h3:after {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 1);
    display: block;
    max-width: 36px;
    margin: 20px auto 24px;
}

.hs-traders-section-seven .amplify-trading-program-item-inner:after {
    background-color: rgba(0, 0, 0, 0.85);
}

.hs-traders-section-four .amplify-trading-program-item-cntarea h5 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: futura-lt-w01-light, sans-serif;
    margin-bottom: 13px;
}

.hs-traders-section-four .amplify-trading-program-item-cntarea p {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
}

.hs-traders-section-four .amplify-trading-program-item-inner {
    min-height: 364px;
}

.hs-traders-section-four .amplify-trading-program-item:last-child .amplify-trading-program-item-inner:after {
    background-color: rgba(204, 68, 58, 0.7);
}

.hs-traders-section-six .amplify-trading-program-item:last-child .amplify-trading-program-item-inner:after {
    background-color: rgba(204, 68, 58, 0.7);
}

.hs-traders-section-four .amplify-trading-program-popup-btn a {
    background-color: rgba(204, 68, 58, 0.7);
}

.hs-traders-section-four .amplify-trading-program-item-cnt a {
    font: normal normal normal 14px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    display: inline-block;
    background-color: transparent;
    border: solid rgba(255, 255, 255, 1) 3px;
    cursor: pointer !important;
    min-width: 173px;
    min-height: 49px;
}

.hs-traders-section-four .amplify-trading-program-item-cnt a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
}

.hs-traders-section-four .amplify-trading-program-popup-btn {
    margin-top: 0;
}

.hs-traders-section-six .amplify-trading-program-popup-btn a {
    background-color: #8f3029;
}

.hs-traders-section-seven .amplify-trading-program-top-cnt {
    border: 2px solid #fff;
    padding: 17px 5px 17px;
    margin-bottom: 40px;
}

.hs-traders-section-seven .amplify-trading-program-top-cnt p {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-size: 18px;
    text-align: center;
    font-family: montserrat, sans-serif;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}

.hs-traders-section-seven .amplify-trading-program-top-cnt p:last-child {
    margin: 0;
}

.hs-traders-section-seven .amplify-trading-program-item-img img {
    /* */
}

.hs-traders-section-seven .amplify-trading-program-item-img hr {
    margin-top: 0;
    margin-bottom: 19px;
}

.hs-traders-section-seven .amplify-trading-program-item-cnt h3 {
    font-size: 25px;
}

.hs-traders-section-seven .amplify-trading-program-item-inner {
    padding-bottom: 51px;
    padding-top: 10px;
    min-height: 400px;
}

.hs-traders-section-seven .amplify-trading-program-item-cntarea {
    min-height: auto;
    padding-bottom: 20px;
}

.hs-traders-section-seven .amplify-trading-program-grp {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
    padding-bottom: 40px;
}

.hs-traders-section-seven .amplify-trading-program-item:last-child .amplify-trading-program-item-inner:after {
    background-color: rgb(146, 60, 53, 0.88);
}

.hs-traders-section-seven .amplify-trading-program-popup-btn a {
    background-color: #8f3029;
}

.hs-traders-section-seven .amplify-trading-program-popup-btn {
    margin-top: 0;
}

.hs-traders-section-seven .amplify-trading-program-item-cnt a {
    font: normal normal normal 14px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    display: inline-block;
    min-width: 171px;
}

.hs-traders-section-seven .amplify-trading-program-item-cnt a:hover {
    background-color: rgba(0, 0, 0, 0.47);
    border-color: transparent;
}

.hs-traders-section-eight h3 {
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
}

.hs-traders-section-eight h4 {
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
}

.hs-traders-section-eight .widget-type-text {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-family: montserrat, sans-serif;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    max-width: 448px;
    margin: 0 auto;
}

.hs-traders-section-eight h3 {
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
}

.hs-traders-section-eight h4 {
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
}

.hs-traders-section-eight .widget-type-text {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-family: montserrat, sans-serif;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    max-width: 448px;
    margin: 0 auto;
}

.hs-traders-section-eight {
    position: relative;
    border-bottom: 5px solid rgba(204, 68, 58, 1);
    border-top: 5px solid rgba(204, 68, 58, 1);

}



.hs-traders-section-eight:after {
    content: "";
    background-color: rgba(0, 0, 0, .83);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.hs-traders-section-eight-3 {
    position: relative;
    border-bottom: 5px solid rgba(204, 68, 58, 1);
    border-top: 5px solid rgba(204, 68, 58, 1);

}

.hs-traders-section-eight-3:after {
    content: "";
    background-color: rgba(0, 0, 0, .83);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.hs-traders-section-eight .dnd-section>div {
    position: relative;
    z-index: 1;
}

.hs-traders-section-six .amplify-trading-program-grp {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-nine .post-by-topic-grp {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-ten {
    border-top: 5px solid rgba(204, 68, 58, 1);
    border-bottom: 5px solid rgba(204, 68, 58, 1);
}

.hs-traders-section-four .widget-type-linked_image img {
    display: block;
}

.cm-rss-feed-item {
    -webkit-font-smoothing: antialiased;
}

.our-briefings-page .banner-grp:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.57);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.our-briefings-page .banner-grp>div {
    position: relative;
    z-index: 1;
}

.our-briefings-page .banner-grp:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.57);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.our-briefings-page .banner-grp>div {
    position: relative;
    z-index: 1;
}

.our-briefings-page .cm-rss-feed-item-inner {
    border-color: rgba(204, 68, 58, 1);
}

.our-briefings-page .cm-rss-feed-title h2 {
    letter-spacing: 0.2em;
    font-size: 20px;
}

.our-briefings-page .post-by-topic-grp {
    padding-top: 10px;
    padding-bottom: 0;
}

.our-briefings-page a.custom-btn {
    background-color: transparent;
    border: solid rgba(255, 255, 255, 1) 2px;
    cursor: pointer !important;
    width: 180px;
    font: normal normal normal 14px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    padding: 8.5px 6px;
    margin: 0 auto;
    display: block;
    transition: all 0.4s;
    max-width: 100%;
    min-width: auto;
}

.hs-students-section-eight {
    border-top: 5px solid rgba(57, 122, 190, 1);
}

.hs-students-section-eight h3 {
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    font-size: 28px;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}

.hs-students-section-eight h4 {
    font-size: 28px;
    font-family: montserrat, sans-serif;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}

.our-briefings-page a.custom-btn:hover {
    background-color: rgba(204, 68, 58, 1);
    border-color: transparent;
}

.our-briefings-page .banner-grp {
    position: relative;
}

.hs-technology-section-six h2 {
    font-family: wf_52157764b0fc481a9553ac7f6;
    font-size: 20px;
    color: #000000;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.hs-briefings-section-one .cm-ss-feed {
    padding: 0;
}

.our-briefings-page .cm-rss-feed-item-inner {
    border-width: 2px;
}

.amplify-learning-btn-popup-form.button-with-lighbox-form form .hs-input.invalid.error {
    border-width: 1px;
    background-color: rgba(255, 255, 254, 1);
    border-style: solid;
    border-color: rgba(255, 64, 64, 1);
}

.hs-form .hs-error-msgs label {
    color: rgba(255, 64, 64, 1);
}

.amplify-learning-btn-popup-form.button-with-lighbox-form form .hs-button:focus {
    outline: none;
}

.custom-student-contact-row2 .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
    margin-bottom: 0;
}

.hs-traders-section-three .amplify-learning-btn {
    text-align: center;
    padding-top: 9px;
}


/* ------------ Traders page End ----------- */

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

.custom-student-faq-row1 .dnd-section {
    padding: 0px;
}

.custom-student-faq-row1 .dnd-section>.row-fluid {
    padding: 30px 40px;
}

.custom-student-faq-row1 h6 a {
    color: #fff;
}

.custom-student-faq-row1 h6 {
    font-family: montserrat, sans-serif;
    padding: 20px 0;
}

iframe {
    max-width: 100%;
}

.body-container-wrapper.body-container-wrapper-main {
    padding-top: 78px;
}

.body-container-wrapper-main {
    background-color: #000;
}

.custom-student-faq-row1 .search-wrapper {
    border-bottom: 1px solid transparent;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 39px;
}

.custom-student-faq-row1 form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: flex-end;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 20px;
}

.custom-student-faq-row1 .search-wrapper input.hs-search-field__input {
    color: rgba(255, 255, 255, 1);
    font: normal normal normal 14px/1.4em wfont_e7176d_6d2bdc235d0a4e1d9858b410eac01c26, wf_6d2bdc235d0a4e1d9858b410e, orig_libre_baskerville;
    font-size: 14px;
    line-height: 14px;
    font: normal normal normal 20px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .9s cubic-bezier(0, .795, 0, 1);
    z-index: 0;
    outline: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    padding: 0 28px 0 0;
    width: 0;
    height: 100%;
    line-height: 16px!important;
    font-size: 14px!important;
    right: 0;
    left: auto;
}

.custom-student-faq-row1 .search-wrapper input.hs-search-field__input::-webkit-input-placeholder {
    line-height: 16px!important;
    font: inherit;
    font-size: 14px!important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.custom-student-faq-row1 .search-wrapper input.hs-search-field__input::-moz-placeholder {
    line-height: 16px!important;
    font: inherit;
    font-size: 14px!important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.custom-student-faq-row1 .search-wrapper input.hs-search-field__input:-ms-input-placeholder {
    line-height: 16px!important;
    font: inherit;
    font-size: 14px!important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.custom-student-faq-row1 .search-wrapper input.hs-search-field__input::placeholder {
    line-height: 16px!important;
    font: inherit;
    font-size: 14px!important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.custom-student-faq-row1 .search-wrapper input.hs-search-field__input::-ms-clear {
    display: none
}

.custom-student-faq-row1 .search-wrapper span.search-close-icon {
    display: none;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 99;
    cursor: pointer;
    right: 0;
    left: auto;
}

.custom-student-faq-row1 .active .search-wrapper span.search-close-icon {
    display: block;
}

.custom-student-faq-row1 form label {
    font: normal normal normal 20px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    width: calc(100% - 35px);
    text-align: center;
    display: block;
}

.custom-student-faq-row1 .search-wrapper span.search-icon {
    position: absolute;
    height: 16px;
    top: 42%;
    right: 0;
    z-index: 99;
    cursor: pointer;
    left: 0;
    right: auto;
}

.custom-student-faq-row1 .search-wrapper path {
    fill: rgba(255, 255, 255, 1);
}

.question-answer-text p a:hover {
    color: rgb(204, 204, 204) !important;
    text-decoration: none;
}

.custom-trader-faq-row1 .panel.panel-default {
    border-color: rgba(204, 68, 58, 1) !important;
    border-bottom-width: 4px;
}

.body-container-main-page .hs_cos_wrapper_type_rich_text p a {
    color: #fff;
}

.body-container-main-page .hs_cos_wrapper_type_rich_text p a:hover {
    text-decoration: none;
}

.custom-student-faq-row1 .hs-search-field.active .search-wrapper input.hs-search-field__input {
    width: calc(100%);
    padding: 0 25px !important;
}

.body-container-main-page .hs_cos_wrapper_type_rich_text h5 {
    margin: 15px 0px 20px 0;
    letter-spacing: 0.2em;
    font-size: 16px;
    padding-bottom: 20px;
}

.banner-section-contact .dnd-section,
.banner-section-contact .dnd-section>.row-fluid {
    padding: 0 !important;
}

.banner-section-contact .banner-with-parallax .page-center {
    padding-top: 283px;
}

.banner-section-contact .banner-with-parallax .page-center h1 {
    font-weight: normal;
    margin-bottom: 41px;
}

.banner-section-contact .banner-with-parallax .page-center h2 {
    font-size: 25px;
    font-style: italic;
    line-height: 2.05;
    max-width: 580px;
}

.banner-section-contact .banner-with-parallax .page-center hr {
    border-top: 4px solid rgba(255, 255, 255, 1);
    margin: 0 0 27px;
}

.banner-section-contact .banner-with-parallax {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
    min-height: 728px;
}

.banner-section-contact .banner-with-parallax {
    position: relative;
}

main.body-container-wrapper.body-container-wrapper-main.body-container-wrapper-contact {
    padding: 0;
}

.custom-student-contact-row1 {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
    padding-bottom: 8px;
}

.hs-briefings-section-one {
    background-color: #000;
}

.banner-section-contact .banner-with-parallax:after {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.65;
}

.body-container-main-page .hs_cos_wrapper_type_rich_text p {
    margin: 0 0 15px;
    line-height: normal;
    letter-spacing: normal;
}

.banner-section-internship .banner:after {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.65;
}

.body-container-main-page .hs_cos_wrapper_type_rich_text ul {
    margin: 0;
    padding-left: 1.3em;
    padding-right: 0;
    margin-left: 0.5em;
    margin-right: 0;
    line-height: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
}

.custom-student-faq-row1 .hs-search-field ul.hs-search-field__suggestions {
    display: none;
}

.custom-student-faq-row1 .hs-search-field.active ul.hs-search-field__suggestions {
    display: block;
}

.custom-student-faq-row1 .hs-search-field ul.hs-search-field__suggestions {
    display: none;
    margin-top: 25px;
    color: #fff;
}

.custom-student-faq-row1 .hs-search-field ul.hs-search-field__suggestions li {
    padding: 5px;
    font: normal normal normal 20px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-size: 14px;
    line-height: 14px;
}

.custom-student-faq-row1 .hs-search-field ul.hs-search-field__suggestions li a {
    padding: 5px 0px;
    color: #fff;
    text-decoration: none;
    font: normal normal normal 20px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    font-size: 14px;
    line-height: 14px;
}

.custom-student-faq-row1 .hs-search-field.active ul.hs-search-field__suggestions {
    display: block;
}

.body-container-main-page .hs_cos_wrapper_type_rich_text ul p {
    margin: 0;
}

.custom-student-faq-row1 .hs-search-field.active .search-wrapper {
    width: 100%;
    border-color: #ffffff;
}

.custom-student-faq-row1 .hs-search-field.active label {
    display: none;
}

.custom-student-faq-row1 .form.active .search-wrapper span.search-close-icon {}

.custom-student-faq-row1 .active .search-wrapper span.search-close-icon {
    display: block;
}

.banner-section-contact .banner-with-parallax .page-center {
    padding-top: 283px;
}

.banner-section-contact .banner-with-parallax .page-center h1 {
    /* font-size: 45px; */
    margin-bottom: 41px;
}

.banner-section-contact .banner-with-parallax .page-center h2 {
    font-size: 25px;
    font-style: italic;
    line-height: 2.05;
    max-width: 580px;
}

.banner-section-contact .banner-with-parallax .page-center hr {
    border-top: 4px solid rgba(255, 255, 255, 1);
    margin: 0 0 27px;
}

.parallax-mirror {
    /* opacity: 0.3; */
}

.banner-section-contact .banner-with-parallax {
    position: relative;
}

.banner-section-contact .banner-with-parallax:after {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.65;
}

main.body-container-wrapper.body-container-wrapper-main.body-container-wrapper-contact {
    padding: 0;
}

.custom-student-contact-row1 .dnd-section>.row-fluid {
    text-align: center;
    max-width: 1200px;
}

.custom-student-contact-row1 .dnd-section>.row-fluid .span4 {}

.custom-student-contact-row1 .dnd-section>.row-fluid .span4 h6 {
    font-size: 15px;
    font-family: wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    line-height: 2em;
    text-align: center;
    margin: 8px 0 0px;
}

.custom-student-contact-row1 .dnd-section>.row-fluid p {
    line-height: 2em;
    text-align: center;
    font-size: 15px;
    margin: 0;
}

.custom-student-contact-row2 form {
    max-width: 100%;
    padding-right: 11px;
}

.custom-student-contact-row2 .hs-form-field .input {
    margin-right: 0 !important;
    padding-right: 23px;
}

.container-fluid.custom-student-contact-row1 {
    border-bottom: 5px solid rgba(204, 68, 58, 1);
    padding-bottom: 8px;
}

.custom-student-contact-row2 label {
    margin: 0;
}

.custom-student-contact-row2 .dnd-section>.row-fluid {
    padding: 0;
    max-width: 1010px;
}

.custom-student-contact-row2 .hs-form-field {
    margin-bottom: 32px;
}

.custom-student-contact-row2 .hs-form-field .hs-input {
    color: #000000;
}

.custom-student-contact-row2 ul.no-list.hs-error-msgs.inputs-list label {
    color: red;
    margin: 10px 0 -30px;
}

.custom-student-contact-row2 .dnd-section>.row-fluid .span6 {
    padding: 46px 0px 57px 5px;
    margin-left: 0;
    width: 488px;
    justify-content: space-around;
}

.custom-student-contact-row2 .actions {
    text-align: center;
}

.custom-student-contact-row2 input.hs-button.primary.large {
    height: 40px;
    min-height: 16px;
    max-width: 142px;
    width: 100%;
    margin: 0 0 10px;
    outline: none !important;
}

.body-container-wrapper-main * {
    outline: none !important;
}

.custom-student-contact-row2 textarea {
    padding: 3px;
    margin: 12px 0 0;
    padding-top: 0.75em;
    padding-left: 16px;
    padding-right: 10px;
    height: 126px;
}

.custom-student-contact-row2 label span.hs-form-required {
    display: none;
}

.custom-student-contact-row2 input::-webkit-input-placeholder {
    color: #A8A8A7;
}

.custom-student-contact-row2 input::-ms-input-placeholder {
    color: #A8A8A7;
}

.custom-student-contact-row2 input::placeholder {
    color: #A8A8A7;
}

.custom-student-contact-row2 .hs_cos_wrapper_type_form {
    display: block;
    padding: 0 0 0 41px;
}

.custom-student-contact-row2 .dnd-section {
    padding: 0;
    background: #fff;
}

.custom-student-contact-row2 h3.form-title {
    letter-spacing: 0.25em;
    background: transparent;
    color: #000000;
    font: normal normal normal 16px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #000000;
    line-height: normal;
    margin: 12px 0px 32px 0;
}

.custom-home-row1 .dnd-section {
    padding: 0 0 42px;
    text-align: center;
    border-bottom: 5px solid rgba(57, 122, 190, 1);
}

.banner-section-internship .banner-content {
    padding-top: 191px;
}

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

.banner-section-internship .banner-content h1 {
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    font-size: 45px;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 34px;
}

.banner-section-internship {}

.banner-section-internship .banner-content {
    padding-top: 191px;
}

.banner-section-internship .banner-content hr {
    border-top: 5px solid rgba(255, 255, 255, 1);
    height: 0;
    max-width: 304px;
    margin: 0 auto 40px;
}

.banner-section-internship .banner-content h2 {
    font-size: 36px;
}

.banner-section-workshop .banner {
    min-height: 400px;
}

.banner-section-workshop .banner:after {
    display: none;
}

.banner-section-internship .banner {
    border-bottom: 5px solid #ffffff;
    padding-bottom: 91px;
    padding-left: 0;
    padding-right: 0;
}

.banner-section-internship .dnd-section[class*="force-full-width"]>.row-fluid,
.body-container-wrapper-main .dnd-section[class*="force-full-width"]>.row-fluid,
.custom-banner-wrapper .dnd-section[class*="force-full-width"]>.row-fluid {
    padding: 0 !important;
}

.banner-section-internship .banner-content h1 {
    font: normal normal normal 28px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    font-size: 45px;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 34px;
}

.banner-section-internship {}

.banner-section-internship .banner-content {
    padding-top: 191px;
}

.banner-section-internship .banner-content hr {
    border-top: 5px solid rgba(255, 255, 255, 1);
    height: 0;
    max-width: 304px;
    margin: 0 auto 40px;
}

.banner-section-internship .banner-content h2 {
    font-size: 36px;
}

.banner-section-internship .banner {
    border-bottom: 5px solid #ffffff;
    padding-bottom: 91px;
    padding-left: 0;
    padding-right: 0;
}

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

.custom-internship-row1 a:hover svg {
    fill: #CC443A !important;
}

.custom-internship-row1 .dnd-section {
    padding-bottom: 20px;
    padding-top: 64px;
}

.custom-internship-row1 .dnd-section {
    text-align: center;
}

.custom-internship-row1 h1 {
    font: normal normal normal 30px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    margin: 0 0 29px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-family: montserrat, sans-serif;
}

a.custom-btn.book-a-call {
    margin: 0 0 18px;
}

.custom-internship-row1 .dnd-section>.row-fluid {
    max-width: 944px;
}

.custom-internship-row1 p {
    font: normal normal normal 25px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #FFFFFF;
    margin: 0 auto 40px;
    line-height: normal;
    letter-spacing: normal;
    font-family: montserrat, sans-serif;
    max-width: 694px;
}

.custom-internship-row1 .dnd-section .span3:first-child {
    margin-left: 0;
}

.custom-internship-row1 .dnd-section .span3 {
    width: 23.4%;
    margin-left: 2.1%;
}

a.custom-btn {
    width: 100%;
    text-align: center;
    max-width: 213px;
    padding: 13px 4px 12px;
    display: inline-block;
    margin: 0px 0px 44px;
    background-color: transparent;
    border: solid rgba(57, 122, 190, 1) 3px;
    color: #fff;
    font: normal normal normal 15px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344, wf_617769f2cbd44346a85655549, orig_montserrat_light;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s !important;
    text-decoration: none !important;
}

.custom-workshop-row2 .dnd-section>.row-fluid {
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-section-contact .banner-with-parallax-cnt {
    position: relative;
    z-index: 2;
}

.custom-workshop-row2 .review-feedback-grp .review-feedback-header {
    padding-bottom: 15px;
}

.custom-workshop-row2 .review-feedback-grp {
    padding-top: 23px;
    text-align: center;
    padding-bottom: 23px;
}

a.custom-btn.active {
    background-color: rgba(204, 68, 58, 1);
    border-color: rgba(204, 68, 58, 1);
}

a.custom-btn:hover {
    background-color: rgba(57, 122, 190, 1);
    border-color: transparent;
}

.custom-workshop-row1 .dnd-section {
    padding-bottom: 68px;
    padding-top: 46px;
}

.custom-home-row2 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 25px;
    line-height: 2em;
    text-align: center;
    font: normal normal normal 16px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    font-size: 25px;
    line-height: 2em;
    padding: 33px 0px 30px 28px;
    margin: 0;
}

.custom-home-row2 .dnd-section {
    padding: 0 0 54px;
    border-bottom: 4px solid #fff;
}

.custom-home-row2 .dnd-section>.row-fluid {
    max-width: 1042px;
}

.custom-workshop-row2 .review-feedback-item-grp {
    padding-left: 21px;
    width: 51%;
}

span.star {
    stroke: rgba(255, 204, 0, 1);
    stroke-width: 13px;
    fill: transparent;
}

.custom-workshop-row2 .review-feedback-item-grp ul li span {
    padding-right: 5px;
}

.custom-workshop-row2 .review-feedback-inner-grp {
    display: flex;
    align-items: center;
}

.custom-workshop-row2 .review-feedback-item-grp li.total-review {
    /* padding-left: 1px; */
}

.custom-workshop-row2 .review-feedback-item-grp ul li span:last-child {
    padding-right: 0;
}

.custom-workshop-row2 .review-feedback-item-grp li.total-rating {
    padding-right: 3px;
}

.custom-workshop-row2 .review-feedback-link {
    padding-right: 16px;
}

img.bg-img {
    display: none;
}

.custom-home-row3 .dnd-section {
    background-color: rgba(38, 81, 127, 1);
    margin-top: 2px;
    padding: 0;
}

.custom-home-row3 .dnd-section .span3 {
    width: 212px;
    padding: 24px 0px 53px;
}

.custom-home-row3 .dnd-section .span3 img {
    border-radius: 50%;
}

.custom-home-row3 .dnd-section .span9 {
    width: 581px;
    padding: 35px 0px 68px;
    margin-left: 28px;
}

.custom-home-row3 .dnd-section .span9 p {
    font: normal normal normal 16px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    font-size: 15px;
    line-height: 2em;
    font-style: italic;
    font-family: montserrat, sans-serif;
    margin: 0 0 30px;
}

.custom-home-row3 .dnd-section .span9 h4 {
    font: normal normal normal 16px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    font-size: 15px;
    line-height: 2em;
    font-style: italic;
    font-family: montserrat, sans-serif;
    margin: 0;
    font-size: 18px;
}

.custom-home-row3 .dnd-section>.row-fluid {
    max-width: 865px;
}

.custom-home-row4 * {
    color: #000;
    text-align: center;
}

.custom-home-row4 {
    background: #fff;
    margin-top: 3px;
}

.custom-home-row4 .dnd-section .hs_cos_wrapper_type_rich_text h2 {
    font: normal normal normal 16px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66, wf_52157764b0fc481a9553ac7f6, orig_montserrat_semibold;
    color: #000;
    font-size: 25px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: .2em;
    margin: 52px 0px 58px;
    padding: 0 0 0 30px;
}

.custom-home-row4 .dnd-section {
    padding: 0;
}

.custom-awards-slider .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
    max-width: 804px;
    margin: 0 auto 53px;
    box-shadow: 0px 0px 11px 0px rgba(57, 122, 190, 0.6);
}

.custom-home-row5 .dnd-section {
    padding: 0;
}

.custom-awards-slider .shadow {
    position: absolute;
    bottom: 4%;
    top: 0;
    width: 24px;
    background-image: url({{%20get_asset_url%28%27../images/shades.png%27%29%20}%20%20%20});
background-repeat: no-repeat;

}
.custom-awards-slider .shadow-right {
    right: -24px;
    background-position: 0 100%;
}
.custom-image-wrapper .inner:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -10px;
    background: url({{%20get_asset_url%28%27../images/shades.png%27%29%20}%20%20}) center top no-repeat;

}
.custom-awards-slider .shadow-left {
    left: -24px;
    background-position: 100% 100%;
}
.custom-home-row1 .dnd-section h2 {
    margin: 28px 0px 22px;
    font: normal normal normal 16px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,
    wf_52157764b0fc481a9553ac7f6,
    orig_montserrat_semibold;
    font-size: 25px;
    line-height: 2em;
    text-align: center;
}
.custom-home-row1 .dnd-section {
    text-align: center;
}
.custom-home-row1 .dnd-section p {
    max-width: 765px;
    min-height: 105px;
    margin: 0px auto 30px;
    font-family: wfont_e7176d_86a461bc535046d7b9cbfeaaaf8ad3e3,
    wf_86a461bc535046d7b9cbfeaaa,
    orig_montserrat_regular;
    font-weight: 400;
    font-size: 15px;
    font-size: 15px;
    line-height: 2em;
    text-align: center;
    /* margin-left: 2px; */
}
.custom-home-row5 .dnd-section {
    padding: 0;
    border-bottom: none;
    border-top: 4px solid rgba(204,
    68,
    58,
    1);
}
.custom-home-row5 .dnd-section .post-by-topic-grp {
    padding-top: 0;
    padding-bottom: 54px;
}
.custom-home-row5 .dnd-section .post-by-topic-grp h2 {
    margin: 41px 0px 28px;
    letter-spacing: 0.2em;
    font-size: 25px;
    line-height: 1.5em;
}
.custom-home-row5 .dnd-section .cm-rss-feed-listing {
    padding: 4px;
    max-width: 980px;
    margin: 0 auto;
}
.custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item {}
.custom-home-row5 .dnd-section .post-by-topic-grp .cm-ss-feed {
    padding: 0;
    max-width: 100%;
}
.custom-home-row5 .dnd-section>.row-fluid {
    padding: 0;
}
.custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner {
    border: 2px solid rgba(204,
    68,
    58,
    1);
}
.custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner h2.cm-rss-feed-title {
    font: normal normal normal 18px/22px proxima-n-w01-reg,
    sans-serif;
    line-height: normal;
    letter-spacing: 0;
    margin: 1px 0 11px;
    padding-bottom: 12px;
    min-height: 54px;
}
.custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner .cm-rss-feed-comments {
    font: normal normal normal 12px/20px proxima-n-w01-reg,
    sans-serif;
    line-height: normal;
    text-align: center;
    padding-top: 19px;
    margin-top: 0;
    padding-bottom: 2px;
}
.banner-section-student .banner {
    border-bottom: 5px solid rgba(57,
    122,
    190,
    1);
    min-height: 507px;
}
.custom-student-row1 .dnd-section {
    padding-bottom: 0;
    padding-top: 52px;
}
.custom-student-slider .top-content h2 {
    color: rgb(255,
    255,
    255);
    font-family: montserrat,
    sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
.custom-student-row2 .dnd-section {
    text-align: center;
    padding: 0;
}
.custom-student-row2 .dnd-section p {
    margin: 0px auto 24px;
    max-width: 608px;
    font-size: 15px;
    font-family: montserrat,
    sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    text-align: center;
}
.custom-student-row3.custom-home-row5 .dnd-section .post-by-topic-grp h2 {
    margin: 29px 0 10px;
    color: rgb(255,
    255,
    255);
    font-family: montserrat,
    sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: normal;
}
.custom-student-row3.custom-home-row5 .cm-rss-feed-item-img {
    background-position: center 12%;
}
.custom-student-row3.custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner {
    border-color: rgba(57,
    122,
    190,
    1);
}
.custom-student-row3.custom-home-row5 .dnd-section .post-by-topic-grp {
    padding-bottom: 0;
}
.custom-student-row2 .dnd-section a.custom-btn {
    max-width: 239px;
    padding: 11px 4px 9px;
    font: normal normal normal 20px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,
    wf_617769f2cbd44346a85655549,
    orig_montserrat_light;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    margin-bottom: 39px;
}
.custom-student-row3.custom-home-row5 .dnd-section {
    border-top-color: rgba(57,
    122,
    190,
    1);
}
.body-container-wrapper-event {
    background: #fff;
}
.body-container-wrapper-event * {
    color: #000;
}
.event-detail-page header.header {
    background: #000;
}
.body-container-wrapper.body-container-wrapper-main.body-container-wrapper-event {
    background: #fff;
    padding-top: 0;
    margin-top: 97px;
}
.custom-event-row1 .dnd-section>.row-fluid {
    padding: 45px 68px 0;
}
.custom-event-row1 .dnd-section {
    padding: 0;
    text-align: center;
    background-color: #faedec;
    padding-bottom: 220px;
}
.custom-event-row1 .dnd-section h3 {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,
    wf_617769f2cbd44346a85655549,
    orig_montserrat_light;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: .5em;
}
.custom-event-row1 .dnd-section h1 {
    font: normal normal normal 20px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,
    wf_52157764b0fc481a9553ac7f6,
    orig_montserrat_semibold;
    font-size: 60px;
    style.titleFont:;
    line-height: 1.2em;
    margin-bottom: .4em;
}
.custom-event-row1 .dnd-section p {
    display: inline-block;
    max-width: 560px;
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,
    wf_617769f2cbd44346a85655549,
    orig_montserrat_light;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
}
.custom-event-row2 .dnd-section {
    padding: 0;
}
.hs-briefings-section-one .cm-rss-feed-item-img {
    background-position: center 17%;
}
.custom-event-row1 .dnd-section .hs-button {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,
    wf_617769f2cbd44346a85655549,
    orig_montserrat_light;
    font-size: 16px;
    position: relative;
    display: inline-block;
    min-width: 160px;
    max-width: 100%;
    min-height: 48px;
    text-decoration: none;
    margin: 0;
    margin-top: 42px;
    margin-bottom: 60px;
    cursor: pointer;
    padding: 13px 30px 12px;
    background-color: #CC443A;
}
.custom-event-row1 .dnd-section .hs-button:hover:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0,
    0,
    0,
    .1);
    right: 0;
    left: 0;
}
.custom-event-row1 .dnd-section .hs-button:hover {
    background-color: #CC443A;
}
.custom-event-row2 .dnd-section {
    padding: 0;
    margin: 0 auto;
    /*   min-height: 440px; */
    margin-top: -220px;
}

/* .custom-event-row2 .dnd-section .hs_cos_wrapper_type_linked_image {
display: none;
}
*/
.custom-event-row3 .dnd-section {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -10px;
}
.custom-event-row3 .dnd-section>.row-fluid {
    padding: 0 68px;
    margin: 0 auto;
    /* max-width: 844px; */
}
.custom-event-row3 h3 {
    margin-top: 60px;
    margin-bottom: .5em;
    font: normal normal normal 20px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,
    wf_52157764b0fc481a9553ac7f6,
    orig_montserrat_semibold;
    font-size: 30px;
    line-height: 1.3em;
}
.custom-event-row3 .dnd-section h3 {
    margin-top: 60px;
    margin-bottom: .5em;
    font: normal normal normal 20px/1.4em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,
    wf_52157764b0fc481a9553ac7f6,
    orig_montserrat_semibold;
    font-size: 30px;
    line-height: 1.3em;
}
.custom-event-row3 .dnd-section p {
    font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,
    wf_617769f2cbd44346a85655549,
    orig_montserrat_light;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
}
.custom-event-row3 .dnd-section a,
.custom-event-row3 .dnd-section a * {
    color: #CC443A !important;
}
.custom-about-event {}
.custom-event-row3 .page-center {
    padding: 42px 68px;
    margin: 0 auto;
}
.custom-event-row3 .social-icons {
    margin-top: 11px;
}
.custom-event-row3 .social-icons>span.twitter {
    margin: 0px 30px;
}
.banner-section-internship.banner-section-sold .banner {
    min-height: 571px;
}
.banner-section-internship.banner-section-sold .banner .banner-content.page-center {
    padding-top: 268px;
}
.banner-section-internship.banner-section-sold .banner .banner-content.page-center {
    padding-top: 268px;
}
.container-fluid.custom-internship-row1.custom-sold-row1 {}
.custom-internship-row1.custom-sold-row1 .dnd-section {
    padding-top: 40px;
    padding-bottom: 0;
}
.custom-internship-row1.custom-sold-row1 .dnd-section h1 {
    margin-bottom: 43px;
}
.custom-internship-row1.custom-sold-row1 .dnd-section>.row-fluid {
    max-width: 725px;
}
.custom-internship-row1.custom-sold-row1 a.custom-btn {
    font: normal normal normal 20px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,
    wf_617769f2cbd44346a85655549,
    orig_montserrat_light;
    transition: color 0.4s ease 0s;
    padding: 9px 4px 9px;
    margin: 0px 0px 15px;
}
.custom-internship-row1.custom-sold-row1 svg {
    transition: all 0.2s ease,
    visibility 0s !important;
    border-radius: 0px;
    background: rgba(226,
    239,
    134,
    0);
}
.custom-internship-row1.custom-sold-row1 svg:hover {
    margin-left: 6px !important;
}
.custom-home-row1 .modal-content .col.col1 button {
    background-color: rgba(204,
    68,
    58,
    1);
    border: solid rgba(168,
    168,
    167,
    1) 0px;
    cursor: pointer;
    font-family:wfont_e7176d_617769f2cbd44346a85655549a199344,
    wf_617769f2cbd44346a85655549,
    orig_montserrat_light
}
.custom-home-row1 .modal-content .col.col1 button:hover {
    background-color: rgba(221,
    147,
    142,
    1);
    border-color: transparent;
}
.our-briefings-page .banner-with-parallax-cnt h1 {
    font-weight: normal;
}
.our-briefings-page .banner-with-parallax-cnt hr {
    border-top-width: 4px;
    margin: 0 0 25px;
}
.our-briefings-page .banner-with-parallax-cnt h2 {
    font-style: italic;
    font-weight: 400;
    line-height: 51px;
}
.our-briefings-page .banner-with-parallax .page-center {
    padding-top: 241px;
}
.our-briefings-page .cm-rss-feed-listing {
    padding-top: 10px;
}
.our-technology-page .banner-with-parallax-cnt h1 {
    font-weight:normal;
}
.our-students-page .amplify-trading-program-item-img-inner {
    padding-top: 0;
    margin-bottom: 23px;
}
.our-students-page .amplify-trading-program-item-img-inner img {
    position: static;
}
div#hs-eu-cookie-confirmation {
    background-color: rgba(0,
    0,
    0,
    0.6) !important;
    box-shadow: none !important;
    border: 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background-color: transparent !important;
    padding: 10px 20px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1.5em !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}
.our-briefings-page .banner-grp {
    border-bottom-width: 4px;
}

/* ---------------- Tab Css ----------------- */
@media(max-width:1050px) and (min-width:768px) {
    .custom-student-contact-row2 .dnd-section>.row-fluid {
        padding-left:10px;
        padding-right:10px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .custom-workshop-row2 .review-feedback-item-grp {
        padding-left: 21px;
        width: 71%;
        padding: 0 20px;
    }
    .custom-workshop-row2 .review-feedback-inner-grp.clearfix {
        display: flex;
        align-items: center;
        padding: 0;
    }
}
@media(min-width:768px) {
    .parallax-window-image {
        background-image: none !important;
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
    }
    .banner-grp {
        margin-top: -97px;
    }
    .our-briefings-page .banner-grp {
        min-height: 692px;
    }
    .hs-students-section-one .content-with-video-content-grp {
        padding-top:19px;
    }
    .hs-students-section-one .cm-rss-feed-listing {
        padding-top:5px;
        padding-bottom: 0;
    }
    .hs-technology-section-four .cm-rss-feed-listing {
        padding-top:5px;
    }
    .hs-technology-section-four .cm-ss-feed {
        padding: 0 0;
    }
    .hs-students-section-one .content-with-video-inner {
        padding-bottom:59px;
    }
    .hs-students-section-nine.hs-team-section h2 {
        font-size:31px;
    }
}
@media(max-width:767px) {
    .hs-traders-section-three .hs-team-section {
        display: none !important;
    }
    .parallax-window-image {
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
    }
    .banner-with-parallax {
        padding-top: 51px;
    }
    .our-students-page .banner-content h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .banner-section-contact .banner-with-parallax .page-center h1 {
        font-weight:normal;
    }
    .hs-technology-section-one p {
        font-size: 12px !important;
    }
    .our-students-page .banner-content h2 {
        font-size: 12px;
    }
    .hs-technology-section-three {
        border-bottom: 5px solid rgba(57,
        122,
        190,
        1);
    }
    .hs-technology-section-four {
        border-top: 0;
    }
    .our-students-page .banner-content hr {
        display: block;
        margin-bottom: 15px;
        max-width: 197px;
        border-top: 5px solid rgba(255,
        255,
        255,
        1);
    }
    .our-students-page .banner-content {
        padding-top: 33px;
    }
    .our-students-page .banner {
        min-height: 144px;
    }
    .hs-students-section-five h3 {
        font-size: 14px;
    }
    .hs-students-section-one .cm-rss-feed-item-img {
        background-position: center 17%;
    }
    .hs-students-section-five h4 {
        font-size: 12px;
    }
    .hs-students-section-six h2 {
        font-size: 14px;
    }
    .hs-students-section-eight h3 {
        font-size: 14px;
    }
    .hs-students-section-eight h4 {
        font-size: 14px;
    }
    .hs-team-section .span3.dnd-column {
        width: 100%;
        float: none;
    }
    .hs-team-section h2 {
        font-size: 18px;
    }
    .hs-students-section-five .widget-type-linked_image img {
        margin-top: -70px;
    }
    .our-traders-page .banner-content h1 {
        font-size: 28px;
        text-align: center !important;
    }
    .our-traders-page .banner-content h2 {
        font-size: 16px;
        text-align: center !important;
    }
    .our-traders-page .banner-content hr {
        display: block;
        max-width: 110px;
        margin-left: auto;
        margin-right: auto;
    }
    .our-traders-page .banner-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hs-traders-section-three.hs-team-section {
        display: none;
    }
    .our-traders-page .banner {
        min-height: 143px;
    }
    .hs-traders-section-one .span4.dnd-column {
        border-right: none;
        border-bottom: 3px solid rgba(255,
        255,
        255,
        1);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .hs-traders-section-one .span4.dnd-column:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .our-team-inner img {
        display: inline-block !important;
    }
    .hs-traders-section-three.hs-team-section h2 {
        margin-top: 35px;
    }
    .hs-traders-section-seven .amplify-trading-program-item-inner {
        min-height: auto;
    }
    .hs-traders-section-four .amplify-trading-program-item-inner {
        min-height: auto;
    }
    .hs-traders-section-eight h3 {
        font-size: 19px;
    }
    .hs-traders-section-eight h4 {
        font-size: 16px;
    }
    .hs-students-section-two .amplify-trading-program-item:last-child .amplify-trading-program-item-inner,
    .hs-students-section-three .amplify-trading-program-item:last-child .amplify-trading-program-item-inner {
        padding-top: 60px;
        padding-bottom: 48px;
    }
    .hs-students-section-four h3 {
        font-size: 15px;
    }
    .hs-students-section-four h4 {
        font-size: 16px;
    }
    .hs-students-section-eight h3 {
        font-size: 19px;
    }
    .hs-students-section-eight h4 {
        font-size: 16px;
    }
    .amplify-trading-program-popup-btn h3 {
        font-size: 19px !important;
    }
    .amplify-trading-program-popup-btn a {
        padding-left:10px;
        padding-right:10px;
    }
    .hs-students-section-two .amplify-trading-program-item-cnt h3,
    .hs-students-section-three .amplify-trading-program-item-cnt h3,
    .amplify-trading-program-item-cnt h3 {
        font-size: 15px;
    }
    .hs-students-section-two .amplify-trading-program-item-inner {
        min-height: auto;
    }
    .hs-students-section-two .amplify-trading-program-item-inner,
    .hs-students-section-three .amplify-trading-program-item-inner {
        min-height: auto;
        padding: 30px 0;
    }
    .hs-students-section-eight h3 {
        font-size: 16px;
    }
    .hs-students-section-eight h3 {
        font-size: 16px;
    }
    .hs-students-section-eight h4 {
        font-size: 13px;
    }
    .hs-students-section-one .hs_cos_wrapper_type_rich_text p {
        font-size: 11px;
        margin-bottom: 14px;
    }
    .hs-students-section-one .content-with-video-btn {
        margin-top: 10px;
    }
    .hs-students-section-one .content-with-video-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hs-students-page .review-feedback-link a {
        font-size: 12px;
    }
    .hs-students-section-seven .review-feedback-header h3 {
        font-size: 13px;
    }
    .hs-students-section-seven .review-feedback-link a {
        font-size: 14px;
    }
    .hs-students-section-eight .book-place-item-cnt h4 {
        font-size: 13px;
    }
    .hs-students-section-eight .book-place-item-cnt p,
    .hs-students-section-eight .book-place-item-date p {
        font-size: 12px;
    }
    .hs-technology-section-three h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .hs-technology-section-three p {
        font-size: 12px;
    }
    .hs-technology-section-four .cm-rss-feed-title h2 {
        font-size: 16px;
    }
    .hs-technology-section-six h2 {
        font-size: 16px;
    }
    .hs-traders-section-four .amplify-trading-program-item-cnt h3 {
        font-size: 15px;
    }
    .hs-traders-section-four .amplify-trading-program-item-cntarea h5,
    .hs-traders-section-one p {
        font-size:13px;
    }
    .hs-traders-section-one h3 {
        font-size: 16px;
    }
    .content-with-video-content h3 {
        font-size: 15px;
    }
    .hs-traders-section-four .amplify-trading-program-item-inner {
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hs-traders-section-seven .amplify-trading-program-top-cnt p {
        font-size:13px;
    }
    .hs-traders-section-seven .amplify-trading-program-item-cnt h3 {
        font-size: 19px;
    }
    .banner-section-contact {
        margin-top: 52px;
    }
    .banner-section-contact .banner-with-parallax .page-center h2 {
        font-size: 13px;
        line-height: 2.1;
    }
    .custom-workshop-row1 .dnd-section {
        padding-bottom: 0;
        padding-top: 20px;
    }
    .custom-student-row3.custom-home-row5 .cm-rss-feed-item-img {
        min-height: 434px;
    }
    .custom-workshop-row2 .review-feedback-item-grp ul li span {
        padding-right: 2px;
    }
    .custom-workshop-row2 .review-feedback-link a {
        font-size: 10.75px;
    }
    .custom-workshop-row2 .review-feedback-item-grp ul li .star svg {
        height: 20px;
        width: 20px;
    }
    .custom-workshop-row2 .review-feedback-inner-grp {
        display: block;
        align-items: center;
    }
    .custom-workshop-row2 .review-feedback-item-grp ul li.total-review span,
    .custom-workshop-row2 .review-feedback-item-grp ul .total-rating span {
        font-size: 10px;
    }
    .custom-workshop-row2 .review-feedback-item-grp {
        padding-left: 0;
        width: 100%;
    }
    .custom-student-contact-row1 .dnd-section>.row-fluid .span4 {
        padding: 29px 0px 21px 0;
    }
    .custom-student-contact-row1 .dnd-section>.row-fluid .span4 h6 {
        margin: 0;
    }
    .parallax-mirror {
        display: none !important;
    }
    .banner-section-contact .banner-with-parallax {
        position: relative;
        padding: 0;
        min-height: 1px;
        padding-bottom: 10px;
    }
    .banner-section-contact .banner-with-parallax .page-center hr {
        border-top: 5px solid rgba(255,
        255,
        255,
        1);
        margin: 0 0 10px;
    }
    .banner-section-contact .banner-with-parallax .page-center h1 {
        margin-bottom: 41px;
        margin: 0;
        padding: 10px 0px 45px 0;
        /* min-height: 50px; */
    }
    .custom-student-contact-row2 iframe {
        height: 280px;
    }
    .our-briefings-page .banner-with-parallax .page-center {
        padding-top: 0;
    }
    .our-briefings-page .banner-with-parallax {
        padding-top: 12px;
    }
    .our-briefings-page .banner-with-parallax-cnt h1 {
        font-size: 20px;
    }
    .our-briefings-page .banner-with-parallax-cnt h2 {
        line-height: 26px;
    }
    .our-briefings-page .banner-with-parallax-cnt hr {
        margin: 0 0 13px;
    }
    .our-briefings-page .banner-with-parallax-cnt {
        padding-bottom: 10px;
    }
    .our-briefings-page .banner-with-parallax {
        min-height: 148px;
    }
    .banner-section-contact .banner-with-parallax {
        position: relative;
        padding: 0px;
    }
    .custom-student-contact-row2 .dnd-section>.row-fluid .span6 {
        padding: 0;
        width: 100%;
    }
    .container-fluid.custom-student-contact-row1 {
        border-bottom: 5px solid rgba(204,
        68,
        58,
        1);
        padding-bottom: 46px;
    }
    .custom-student-faq-row1 .dnd-section>.row-fluid {
        padding: 30px 20px;
    }
    .banner-section-contact .banner-with-parallax .page-center {
        padding-top: 0;
        /* margin-top: 60px; */
    }
    .custom-student-contact-row2 input.hs-button.primary.large {
        cursor: pointer;
        height: 42px;
        min-height: 16px;
        width: 120px;
    }
    .custom-student-contact-row2 .hs-input {
        width: 100% !important;
        max-width: 100% !important;
    }
    .custom-student-contact-row2 textarea {
        margin: 0;
    }
    .banner-section-internship .banner {
        border-bottom: 5px solid #fff;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .banner-section-internship .banner-content h1 {
        font: normal normal normal 22px/1.25em wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,
        wf_52157764b0fc481a9553ac7f6,
        orig_montserrat_semibold;
        color: #FFFFFF;
        margin: 0;
        padding: 20px 0px 15px 0;
    }
    .custom-student-contact-row2 .hs-form-field {
        margin-bottom: 10px;
    }
    .custom-student-contact-row2 .input {
        margin: 0 !important;
    }
    .custom-internship-row1 .dnd-section .span3 {
        width: auto;
        margin-left: 0;
        display: inline-block;
        margin: 0 1px !important;
    }
    .custom-internship-row1 h1 {
        font-size: 19px;
        margin: 0;
        padding: 10px 0;
    }
    a.custom-btn.active {
        margin-bottom: 10px;
        min-width: 162px;
    }
    .custom-internship-row1 .dnd-section .span3:first-child {
        margin-left: 0;
        width: 100%;
    }
    .custom-internship-row1 p {
        font-size: 18px;
        margin: 40px 0 20px;
    }
    a.custom-btn.book-a-call {
        font-size: 15px;
        min-width: 160px;
        padding: 9px 4px 9px;
    }
    a.custom-btn {
        font-size: 10.5px;
        width: 100%;
        max-width: 141px;
        min-width: 141px;
        margin: 0 0 5px;
        padding: 11px 4px 11px;
    }
    .custom-internship-row1 .dnd-section {
        padding-bottom: 0;
        padding-top: 0;
    }
    .banner-section-internship .banner-content {
        padding-top: 0;
    }
    .banner-section-internship .banner-content h2 {
        font-size: 19px;
        margin: 0px 0px 31px 0;
    }
    .banner-section-internship .banner-content hr {
        margin: 0 auto 15px;
        display: block;
    }
    .custom-workshop-row1 .dnd-section>.row-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-home-row1 .dnd-section p {
        font-size: 12px;
        margin: 0px 0px 18px
    }
    .custom-student-contact-row2 .hs_cos_wrapper_type_form {
        display: block;
        padding: 10px 30px 50px;
    }
    .custom-home-row1 .dnd-section {
        padding: 0 0 0px;
    }
    .banner-section-internship .banner-content {
        padding-top: 0;
        padding: 0 20px;
    }
    .custom-home-row1 .dnd-section h2 {
        font-size: 16px;
        margin: 20px 0px 12px;
    }
    .custom-home-row2 .dnd-section {
        padding: 0;
    }
    .custom-home-row3 .dnd-section .span9 h4 {
        font-size: 15px;
    }
    .custom-home-row3 .dnd-section .span9 p {
        font-size: 12px;
        margin: 0 0 24px;
    }
    .custom-home-row3 .dnd-section .span9 {
        width: 100%;
        padding: 0 10px 13px;
        margin-left: 0;
    }
    .custom-home-row4 .dnd-section .hs_cos_wrapper_type_rich_text h2 {
        margin: 10px 0;
        padding: 0;
        line-height: 1.5em;
        text-align: center;
        font-size: 21px;
    }
    .custom-home-row3 .dnd-section .span3 {
        width: 100%;
        padding: 10px 0px 10px 0;
        text-align: center;
    }
    .custom-home-row3 .dnd-section .span3 img {
        border-radius: 50%;
        width: 150px;
    }
    .custom-home-row2 .hs_cos_wrapper_type_rich_text h2 {
        padding: 4px 0px 19px;
        font-size: 15px;
    }
    .custom-home-row1 .dnd-section>.row-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-home-row2 .dnd-section>.row-fluid {
        max-width: 1042px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-home-row2 .hs_cos_wrapper_type_rich_text h2 {
        padding: 8px 0px 19px;
        font-size: 15px;
    }
    .custom-home-row5 .dnd-section {
        padding: 0;
        border-bottom: 0;
        border-top: none;
    }
    .custom-home-row5 .cm-rss-feed-item {
        padding: 0;
    }
    .custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner h2.cm-rss-feed-title {
        min-height: 1px;
    }
    .custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner h2.cm-rss-feed-title {
        margin-top: 0;
        font-size: 22px;
        padding-bottom: 0;
    }
    .custom-home-row5 .cm-rss-feed-cnt {
        padding: 30px 18px 25px;
    }
    .custom-student-row1 .dnd-section {
        padding-bottom: 0;
        padding-top: 25px;
    }
    .custom-student-slider .items .col-2 {
        display: none !important;
    }
    .custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner {
        border: none;
    }
    .custom-student-slider .items .col-1 {
        width: 100%;
        margin: 0;
    }
    .custom-student-slider .items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .banner-section-student .banner {
        min-height: 143px;
    }
    .custom-student-slider .slick-arrow.slick-prev {
        left: -13.5px;
    }
    .custom-student-slider .slick-arrow.slick-next {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        right: -13.5px;
    }
    .custom-student-slider .top-content h2 {
        font-size: 14px;
        margin: 0px 0px 22px;
        line-height: normal;
    }
    .custom-student-slider ul.slick-dots li.slick-active {
        width: 9px;
        height: 9px;
        margin-right: 5.5px;
        margin-left: 5.5px;
    }
    .custom-student-slider ul.slick-dots li {
        width: 6px;
        height: 6px;
        margin-right: 5.5px;
        margin-left: 5.5px;
    }
    .custom-student-slider {
        padding: 0 5px 60px;
        margin-bottom: 24px;
    }
    .custom-student-row2 .dnd-section a.custom-btn {
        margin-bottom: 39px;
        max-width: 200px;
        padding: 13px 4px 13px;
        font-size: 12px;
        margin-bottom: 17px;
    }
    .custom-student-slider .slick-arrow {
        top: calc(50% - 0px);
        margin: 0;
        z-index: 9;
    }
    .custom-student-row3.custom-home-row5 .dnd-section .cm-rss-feed-listing {
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-student-row3.custom-home-row5 .dnd-section .post-by-topic-grp h2 {
        font-size: 22px;
        margin: 10px 0 5px;
    }
    .custom-student-slider .slick-slide img {
        display: block;
        height: auto;
    }
    .custom-event-row1 .dnd-section h3 {
        font-size: 14px;
    }
    .custom-event-row1 .dnd-section div {
        flex-wrap: wrap;
        display: block !important;
        /* margin: 0 0 20px; */
    }
    .custom-event-row1 .dnd-section {
        padding: 0;
        text-align: center;
        background-color: #faedec;
        padding-bottom: 0;
    }
    .custom-event-row1 .dnd-section .hs-button {
        width: 100%;
        font-size: 16px;
        max-width: 100%;
        min-width: 100%;
        margin: 20px 0 24px;
    }
    .custom-event-row2 .dnd-section>.row-fluid {
        padding: 0;
    }
    .custom-student-row2 .dnd-section p {
        font-size: 11px;
        margin: -6px 0px 12px;
    }
    .custom-event-row2 .dnd-section .hs_cos_wrapper_type_linked_image {
        display: block;
    }
    .custom-event-row2 .dnd-section {
        padding: 0;
        max-width: 979px;
        margin: 0 auto;
        min-height: 1px;
        margin-top: 0;
        background-image: none !important;
    }
    .custom-event-row1 .dnd-section h1 {
        padding-top: 0;
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.3;
    }
    .custom-event-row3 .dnd-section p {
        font-size: 14px;
    }
    .custom-event-row3 .dnd-section h3 {
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 16px;
    }
    .custom-event-row3 .dnd-section>.row-fluid {
        padding: 0 20px;
        margin: 0 auto;
    }
    .custom-student-row3.custom-home-row5 .dnd-section {
        border-top-color: rgba(57,
        122,
        190,
        1);
        border-top: 4px solid rgba(57,
        122,
        190,
        1);
    }
    .custom-event-row3 .page-center {
        padding: 20px 20px 42px;
        margin: 0 auto;
    }
    .custom-event-row3 h3 {
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 16px;
    }
    .custom-event-row3 .dnd-section {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 0;
    }
    .banner-section-internship.banner-section-sold .banner {
        min-height: 100px;
    }
    .custom-event-row1 .dnd-section>.row-fluid {
        padding: 20px 20px 0;
    }
    .banner-section-internship.banner-section-sold .banner .banner-content.page-center {
        padding: 0 20px;
    }
    .banner-section-internship.banner-section-sold .banner {
        min-height: 300px;
        display: flex;
        align-items: center;
    }
    .custom-internship-row1.custom-sold-row1 .dnd-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .custom-internship-row1.custom-sold-row1 .dnd-section h1 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .custom-internship-row1.custom-sold-row1 a.custom-btn {
        font-size: 14px;
    }
    .custom-internship-row1.custom-sold-row1 svg {
        margin: -15px 0 -20px !important;
    }
    .custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner .cm-rss-feed-item-img {
        min-height: 400px;
    }
    .custom-student-contact-row2 ul.no-list.hs-error-msgs.inputs-list label {
        color: red;
        margin: 10px 0 10px;
    }
    .custom-student-contact-row2 form {
        max-width: 100%;
        padding-right: 0px;
    }
    .custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner .cm-rss-feed-comments {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .custom-home-row5 .cm-rss-feed-comments:before {
        bottom: 0;
        top:auto;
    }
    .custom-student-contact-row2 .hs-form-field .input {
        margin-right: 0 !important;
        padding-right: 0px;
    }
    .body-container-wrapper-main fieldset,
    .body-container-wrapper-main .hs-form-field {
        max-width:100% !important;
        width:100% !important;
    }
    .with-banner-in .header {
        background-color: rgba(0,
        0,
        0,
        0.8) !important;
    }
    .hs-traders-section-seven .amplify-trading-program-header h2 {
        font-size:18px;
    }
    .hs-traders-section-seven .amplify-trading-program-header h3 {
        font-size:15px;
    }
    .hs-students-section-four .widget-type-text {
        font-size: 11px;
    }
    .hs-briefings-section-one .cm-rss-feed-item-img {
        min-height: 325px;
    }
    .hs-students-section-one .cm-rss-feed-item-img {
        min-height: 325px;
    }
    .hs-traders-section-seven .amplify-trading-program-item-inner {
        padding-bottom: 10px;
        padding-top: 30px;
    }
}
@media (max-width: 350px) {
    .banner-section-internship.banner-section-sold .banner {
        min-height: 100px;
        background-size: cover;
        background-position: top;
        display:block;
    }
    .custom-student-row3.custom-home-row5 .cm-rss-feed-item-img,
    .custom-home-row5 .dnd-section .cm-rss-feed-listing .cm-rss-feed-item-inner .cm-rss-feed-item-img {
        min-height: 165px;
    }
    .hs-briefings-section-one .cm-rss-feed-item-img,
    .hs-students-section-one .cm-rss-feed-item-img {
        min-height: 165px;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index:99;
  padding-bottom: 2px;
}
.body-wrapper.with-banner {
  padding-top:97px;
}
.body-wrapper.with-banner .body-container-wrapper{
  padding-top:0px;
}
.body-container-wrapper{
  padding-top:97px;
}
.smaller .header {
  background-color: rgba(0, 0, 0, 0.8);
}
.header__container {
  margin: 0 auto;
  max-width: 842px;
}
.header__logo {
  text-align: center;
  padding-bottom: 1px;
}
.header-logo-inner {
  display: block;
  width: 243px;
  margin: 0 auto;
  height: 52px;
  position: relative;
}
.header__logo img{
  width:243px !important;
}
.header-logo-inner > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-index .header {
  z-index: 1;
}
.header__logo img {
  margin: 10px 0 0;
  object-fit: contain;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
  width:243px
}
#hs_cos_wrapper_header_hover_logo img {
  visibility: hidden;
  opacity: 0;
}
.header-logo-inner:hover div#hs_cos_wrapper_header_logo img {
  visibility: hidden;
  opacity: 0;
}
.header-logo-inner:hover #hs_cos_wrapper_header_hover_logo img {
  visibility: visible;
  opacity: 1;
}

.mobile-trigger,
.menu-overlay{
  display:none;
}

@media (min-width: 768px) {
  #header-menu {
    display: block !important;
  } 
  .header {
    padding-bottom:0;
  }
  
}
/* Mobile Styles */

@media (max-width: 767px) {
  .menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .menu-open .mobile-trigger {
    top: 7px;
  }
  .menu-open .menu-overlay{
    display:block;
  }
  #header-menu{
    display:none;
  }
  .smaller-mobile .header {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu-open #header-menu{
    display:block;
  }
  body.menu-open {
    overflow:hidden;
  }
  .header {
    padding-bottom: 10px;
  }
  .mobile-trigger {
    position: absolute;
    width: 22px;
    height: 20px;
    display: block;
    cursor: pointer;
    top: 17px;
    right: 21px;
    z-index:1010;
  }
  .mobile-trigger-line {
    background-color: rgba(255, 255, 255, 1);
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .mobile-trigger-line-2 {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mobile-trigger-line-3 {
    bottom: 0;
  }
  .menu-open .mobile-trigger-line-1 {
    -webkit-transform: translateY(10px) translateY(-50%) rotate(-45deg);
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
  }
  .menu-open .mobile-trigger-line-2 {
    opacity: 0;
  }
  .menu-open .mobile-trigger-line-3 {
    -webkit-transform: translateY(-10px) translateY(50%) rotate(45deg);
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }  
  .header__logo img {
    width: 176px !important;
    margin: 1px 0 0;
  }
  .header-logo-inner {
    width: 100%;
    height: 25px;
  }
  .header__logo {
    text-align: left;
    padding-top: 15px;
    padding-left: 10px;
  }
  .body-wrapper.with-banner {
    padding-top: 51px;
  }
  .body-container-wrapper{
    padding-top: 51px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer-bottom > div {
  width: 50%;
  float: left;
}
.footer__copyright {
  padding-left: 22px;
  padding-top: 11px;
  padding-bottom: 14px;
}
.footer__copyright p {
  margin: 0;
  font-size: 10px;
  line-height: 2em;
}
.footer__copyright p a {
  text-decoration: underline !important;
  font-family: arial;
}
.footer-bottom-right {
  text-align: right;
  padding-right: 11px;
}
.footer-bottom-right p {
  display: inline-block;
  margin: 9px 0 16px;
}
.footer-bottom-right img {
  display: inline-block;
  max-width: 79px;
  margin-left: 6px;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 12px;
}
.footer-bottom-right p a {
  font-family: wf_52157764b0fc481a9553ac7f6;
  background-color: transparent;
  border: solid rgba(255,255,255,1) 1px;
  cursor: pointer !important;
  transition: border-color .4s ease 0s,background-color .4s ease 0s;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  line-height: 1.4em;
  color: #fff;
  padding: 11px 39.6px;
}
.footer-bottom-right p a:hover {
  background-color: rgba(204, 68, 58, 1);
  border-color: transparent;
}
.footer-top {
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  position: relative;
}
.footer-col-grp {
  position: relative;
  z-index: 2;
  padding: 38px 0 65px;
}

.footer-contact h3 {
  margin-bottom: 46px;
}
.footer-col {
  width: 33.33%;
  float: left;
  position: relative;
  z-index: 1;
}
.footer-form{
  width: 34%;
}
.footer-form .footer-form-inner {
  display: block;
  max-width: 336px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-contact{
  width: 32%;
}
.footer-contact > div {
  padding-top: 2px;
  border-left: 2px solid rgba(113, 111, 111, 0.7);
  border-right: 2px solid rgba(113, 111, 111, 0.7);
  max-width: 323px;
  margin-left: auto;
  margin-right: auto;
}
.footer-address{
  width: 34%;
  padding-left: 51px;
  padding-top: 1px;
  padding-right:15px;
}
.footer-address > div {
  max-width: 251px;
  margin-right: auto;
  margin-left: 0;
}
.footer-top:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.footer-col h3,
.footer-col h3.form-title {
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.5em;
  text-align: center;
  font-family: wf_52157764b0fc481a9553ac7f6;
  background-color: transparent;
  margin: 0;
}
.footer a {
  color: #fff;
  text-decoration:none;
}
.footer a:hover{
  color: #fff;
  text-decoration:none;
}
.footer-contact ul {
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}
.footer-contact ul li {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 17px;
  vertical-align: middle;
}
.footer-contact ul li a {}

.footer-contact ul li a:hover {}

.footer-contact ul li:last-child {
  margin-right: 0;
}
.footer-contact ul li a img {
  max-width: 100%;
}
.footer-contact {
  text-align: center;
}
.footer-contact p {
  font-size: 13px;
  line-height: 2.5em;
  font-family: montserrat;
  margin: 0;
  padding-bottom: 28px;
}
.footer-address p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 33px;
  font-family: montserrat;
}

.footer-form .hs-input {
  border-width: 1px;
  border-color: rgba(89,89,89,1);
  background-color: rgba(43,43,43,1);
  color: rgba(255,255,255,1);
  font-family: wf_617769f2cbd44346a85655549;
  font-weight: normal;
  padding: 8px;
  border-style: solid;
  height: 36px;
  border-radius: 0;
  font-size: 10px;
  line-height: 12px;
}

.footer-form .hs-button,.footer-form .hs-button:hover,.footer-form .hs-button:focus {
  background-color: rgba(0,0,0,0.6);
  border-color: rgba(255,255,255,1);
  border-width: 1px;
  color: rgba(255,255,255,1);
  font: normal normal normal 13px/16px wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,wf_52157764b0fc481a9553ac7f6,orig_montserrat_semibold;
  padding: 9px 23px;
  border-radius: 0;
}

.footer-form .hs-form-booleancheckbox-display input {
  margin: 0;
  background-color: rgba(43,43,43,1);
  width: 22px;
  height: 22px;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.footer-form .hs-form-booleancheckbox-display input:not(:checked):before {
  content: ' ';
  font-size: 15px;
  line-height: 15px;
}

.footer-form .hs-form-booleancheckbox-display input:checked:before {
  content: "\2713";
  font-size: 15px;
  line-height: 15px;
  color: rgba(255,255,255,1);
}

.footer-form .legal-consent-container .hs-form-booleancheckbox-display p {
  display: block;
  font: normal normal normal 11px/13px wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,wf_52157764b0fc481a9553ac7f6,orig_montserrat_semibold;
  color: rgba(255,255,255,1);
}
.footer-form .legal-consent-container .hs-form-booleancheckbox-display p a {
  color: rgb(85, 26, 139);
  text-decoration: underline;
}
.footer-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
  width: 86%;
}
.footer-form .hs-form-field > label {
  display: inline;
}
.footer-form .hs-form-field > label .hs-form-required {
  display: none;
}
.footer-col h3.form-title {
  padding-bottom: 52px;
  margin: 0;
}
.footer-form form {
  position: relative;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}
.footer-form form .hs-button {
  position: absolute;
  top: 0;
  right: 0;
  outline:none;
  margin:0;
}
.footer-form form .hs-button:focus{
  outline:none;
}
.footer-form form .hs-input {
  width: 100%;
}
.footer-form .hs-form-field {
  padding-right:140px;
}
.footer-form .hs-error-msgs label {
  color: rgba(204,68,58,1);
  font-size: 14px;
  text-align:center;
  font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
}
.footer-form .hs-form-required{
  display:none;
}
.footer-form form .hs-input:focus{
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
  border-color: rgba(89,89,89,1);
}
.footer-form form .hs-form-booleancheckbox-display input:focus {
  outline: none;
  box-shadow: none !important;
}
.footer-form form .hs-input.error,
.footer-form form .hs-input.error:focus{
  background-color: rgba(43,43,43,1);
  border-color: #ec4d4d;
  box-shadow: 0 0 0 1px #ec4d4d;
}
.footer-form form .hs-input::-webkit-input-placeholder {
  color:#fff;
} 
/* Webkit Browsers */
.footer-form form .hs-input:-moz-placeholder {
  color:#fff;
} /* Firefox 18- */
.footer-form form .hs-input::-moz-placeholder {
  color:#fff;
} /* Firefox 19+ */
.footer-form form .hs-input:-ms-input-placeholder {
  color:#fff;
} /* IE10 */

.footer-form form .hs-form-booleancheckbox-display input {
  width: 22px !important;
}
.footer-form .hs-form-field {
  margin: 0;
  padding-bottom: 3px;
}
.footer-form .inputs-list {
  padding: 0;
}
.footer-form .legal-consent-container .field.hs-form-field {
  padding: 0;
  margin: 0;
}
.footer-form h3.form-title {
  text-align: left;
}
.footer-contact h3 {
  padding-bottom: 46px;
}
.footer-address h3 {
  padding-bottom: 27px;
}

@media(max-width:992px){
  .footer-contact ul li {
    margin-right: 6px;
  }
  .footer-form form .hs-input {
    width: 100%;
  }
  .footer-form .hs-form-field {
    padding-right:0px;
  }
  .footer-form form .hs-button {
    position: static;
  }

}
@media(min-width:768px){
  .footer-top {
    background-image:none !important;
  }
  .cm-back-top {
    display:none !important;
  }
}
@media(max-width:767px){
  .footer-bottom > div {
    width: 100%;
    float: none;
  }
  .footer-bottom-right {
    text-align: left;
    padding-right: 0;
  }
  .footer-col {
    float: none;
    width: 100% !important;
  }
  .footer-col > * {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer {
    margin-bottom: 0;
  }
  .footer-bottom-right img {
    display: none;
  }
  .footer-bottom-right p a {
    padding: 11px 18.6px;
  }
  .footer-bottom-right {}

  .footer-bottom {
    padding: 0 10px;
  }
  .footer-bottom-right p {
    display: block;
    margin-bottom: 8px;
  }
  .footer__copyright {
    padding-left: 0;
  }
  .footer-address {
    padding-left: 0;
  }
  .footer-col-grp {
    padding: 38px 0 0;
  }
  .footer-address h3 {
    padding-bottom: 10px;
  }
  .footer-address p {
    font-size: 12px;
    line-height: 30px;
  }
  .footer-contact ul li {
    margin-right: 27px;
    width: 20px;
    height: 20px;
  }
  .footer-contact > div {
    border:none;
  }
  .footer-col h3, .footer-col h3.form-title {
    font-size: 13px;
  }
  .footer-contact h3 {
    padding-bottom: 0;
  }
  .footer-contact p {
    padding-bottom: 0;
    font-size: 14px;
  }
  .footer-form {
    padding-bottom: 20px;
  }
  .footer-form form .hs-input {
    width: 100%;
  }
  .footer-form form .hs-button {
    position: static;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .footer-form form .hs-form-booleancheckbox-display input {
    width: 22px !important;
    display: inline-block;
  }
  .footer-col h3.form-title {
    padding-bottom: 10px;
  }
  .footer-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    width: calc(100% - 40px);
  }
  .footer-form .hs-form-field {
    padding-bottom: 12px;
  }
  .custom-floation-menu-group .custom-floating-menu-trigger {
    width: 50px;
    height: 50px;
    background-color: rgba(82, 82, 82, 1);
    border-radius: 50%;
    position: fixed;
    bottom: 16px;
    right: 16px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    z-index: 9;
    cursor: pointer;
    border: 2px solid rgba(135, 135, 135, 1);
  }
  .custom-floation-menu-group .custom-floating-menu-trigger ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    line-height: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    align-items: center;
    padding: 0;
    height: 47px;
  }
  .custom-floation-menu-group ul.custom-foating_dots li:before {
    background: #FFFFFF;
    content: '';
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-right: 3px;
    top: -2px;
    position: relative;
  }
  .custom-floation-menu-group ul.custom-foating_dots li:last-child:before {
    margin-right: 0;
  }
  .custom-floation-menu-group .custom-floating-menu-content {
    position: fixed;
    bottom: 54px;
    left: auto;
    right: 19px;
    z-index: 999;
    padding: 0 0 0 19px;
    display: none;
    transition: 0.3s;
  }
  .custom-floation-menu-group .custom-item-menu a {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
  }
  .custom-floation-menu-group .custom-icon {
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    border: 0px solid rgba(255, 255, 255, 1);
    width: 46px;
    height: 45px;
    line-height: 44px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
  }
  .custom-floation-menu-group .custom-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #ccc;
    padding: 6px 8px;
    font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
    margin-left: 16px;
    display:none;
  }
  .custom-floation-menu-group .insta-menu .custom-icon svg {
    height: 17px;
    width: 28px;
    fill: #000000;
  }
  .custom-floation-menu-group .email-menu .custom-icon svg {
    fill: #000000;
    height: 17px;
    width: 28px;
  }  
  .custom-floation-menu-group .custom-icon svg{
    width: 28px;
    height: 17px;
    fill: #000;
  }
  .floating-menu .custom-floation-menu-group {
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    height: 100%;
    transition: 0.3s;
  }
  .floating-menu .custom-floation-menu-group .custom-floating-menu-content {
    display: block;
    bottom: 69px;
  }
  .floating-menu .custom-floation-menu-group .custom-floating-menu-trigger ul {
    position: relative;
    top: 0;
  }
  .floating-menu .custom-floation-menu-group ul.custom-foating_dots li.first:before {
    width: 17px;
    height: 3px;
    -webkit-transform: translate(8.5px, -2px) rotate(-45deg);
    transform: translate(8.5px, -2px) rotate(-45deg);
    top: -3px;
    left: 3px;
  }
  .floating-menu .custom-floation-menu-group ul.custom-foating_dots li.secound:before {
    height: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .floating-menu .custom-floation-menu-group ul.custom-foating_dots li.last:before {
    width: 17px;
    height: 3px;
    margin-right: 0;
    -webkit-transform: translate(-8.5px, -2px) rotate(45deg);
    transform: translate(-8.5px, -2px) rotate(45deg);
    top: -3px;
    right: 3px;
  }
  div#back-to-top {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 87px;
    right: 20px;
    cursor:pointer;
    z-index: 9999;
  }
  div#back-to-top svg [data-color="1"] {
    fill: rgba(0, 0, 0, 0.63);
  }
  div#back-to-top svg [data-color="2"] {
    fill: rgba(255, 255, 255, 0.63);
  }
  div#back-to-top svg [data-color="3"] {
    fill: rgba(255, 255, 255, 0.63);
  }

  div#back-to-top svg {
    width: 44px;
    height: 44px;
  }
  .floating-menu div#back-to-top {
    display:none !important;
  }
  .floating-menu .custom-floation-menu-group .custom-floating-menu-trigger {
    background: rgba(82, 82, 82, 1);
    fill: #FFFFFF;
    border: 2px solid rgba(135, 135, 135, 1);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  }
  .floating-menu .custom-floation-menu-group ul.custom-foating_dots li:before {
    background: #fff;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}



.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  position: relative;
  margin-bottom: 30px;
  width: 50%;
  float: left;
  padding: 0 15px;
}
.post-listing {
  margin: 0 -15px;
}
.hs-blog.custom-blog-listing-container.custom-blog-post-inner-section .inner-section {
  max-width: 980px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 32px 0 0;
}

.hs-blog.custom-blog-listing-container.custom-blog-post-inner-section {
  padding-top: 109px;
}
.blog-index__post a.blog-index__post-image:before {
  background-color: rgba(0,0,0,.45);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  margin: 0 auto;
}
.blog-index__post > a {
  z-index: 1;
}
.blog-index__post-content {
  position: absolute;
  bottom: 50px;
  padding: 0 30px;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.blog-index__post-content h2 a {
  color: #fff;
  text-decoration: none;
}
.blog-index__post-content h2 {
  font-size: 36px;
  line-height: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.listing-social-share {
  position: absolute;
  top: 24px;
  right: 27px;
  z-index: 2;
}
.listing-social-share .share-btn svg {
  fill: #ffff;
}
@media screen and (min-width: 768px) {

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

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

}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 101%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  border: 4px solid rgb(204, 68, 58);
  background: #fff;
  padding: 58px 60px 60px;
}
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: 14px;
  line-height:21px;
  color: #000 !important;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 980px;
  margin: 0 auto 50px;

}

.blog-comments-inner{
  background: #fff;
  border: 4px solid rgb(204, 68, 58);
  padding: 30px 15px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.blog-comments .hs-input {
  border: 1px solid #000;
}
.blog-comments label {
  color: #000 !important;
}
.blog-comments  .hs-form .hs-error-msgs label{
  color: rgba(255, 64, 64, 1) !important;
}
.blog-comments .hs-button.primary:hover {
  border-color: #000;
  background: transparent;
  color: #000;
}
.blog-comments .hs-button.primary {
  margin-bottom: 30px;
}

/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
/******** Social Share *****************/
.hs-blog-post .blog-section .blog-post-top-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.byline {
  font-size: 12px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .byline-left-col {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.byline-right-col {
  margin: 0 -9px 0 3px;
}
.custom-share-pop1 {
  display: none;
}
.byline .byline-author-avatar {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.byline .byline-author-sec {
  padding-left: 10px;
  font-size: 12px;
}
.byline .author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .author-name a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.byline-date {
  color: rgba(49,48,44,1);
}
.byline-date span:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgba(49,48,44,1);
  display: inline-block;
  vertical-align: middle;
}
.byline-date span:last-child:after {
  content: none;
}
.custom-top-tags-section {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
}

.custom-top-tags-section #hs_cos_wrapper_post_filter h3 {
  display: none;
}

.custom-top-tags-section > ul {
  margin-right: 40px !important;
}
.share-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 23px;
  cursor: pointer;
  font-size: 0;
  margin-top: 2px;
}
.share-btn svg {
  fill: #000;
}
.share-btn:hover svg {
  fill: #CC443A;
}
.post-header h2 {
  font-size: 22px;
  margin: 0 0 11px;
  font-weight: normal;
  font: normal normal normal 22px/27px lato-light,lato,sans-serif;
  line-height: normal;
  color: rgba(49,48,44,1);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}  
.post-header h2 a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.post-listing .post-item .post-item-inner:hover .share-btn svg {
  fill: rgba(62,92,148,1);
}
.blog-index__post .comment {
  position: absolute;
  bottom: 20px;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: wfont_e7176d_617769f2cbd44346a85655549a199344,wf_617769f2cbd44346a85655549,orig_montserrat_light;
}
.search-input-section .hs-search-field .hs-search-field__suggestions {
  background: #fff;
  position: relative;
  z-index: 9;
}
.search-input-section .hs-search-field .hs-search-field__suggestions li {
  padding: 5px;
}
.search-input-section .hs-search-field .hs-search-field__suggestions li {
  color: #000;
}
.search-input-section .hs-search-field .hs-search-field__suggestions li a:hover {
  background: transparent;
}
.blog-index__post .comment a {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 26px;
  z-index: 900;
  right: 17px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  background-color: #fff;
}
.custom-share-pop1 .custom-share-pop1-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 25px 17px;
  cursor: pointer;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2Ug1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-meta-share-section .byline-right-col svg {
  fill: rgb(0, 0, 0);
}
.post-meta-share-section .byline-right-col .share-btn:hover svg{
  fill: #CC443A;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._3frxo.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  fill: #000;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: #000;
  line-height: normal;
  font-family: Arial;
}
.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.pop-two-open .custom-social-share-popup-wrapper {
  visibility: visible;
  opacity:1;
  transition: all 0.4s;
}
.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all 0.4s;
  opacity: 0;
}
.pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: translateY(0);
  opacity: 1;
}
.custom-social-share-popup-wrapper .custom-social-share-pop {
  width: 100%;
  max-width: 452px;
  background-color: #fff;
}
.custom-social-share-pop .custom-social-share-pop-col-inner {
  padding: 60px;
  color: #000;
  font: normal normal normal 28px/1.375em lato-light,lato,sans-serif;
  font-size: 28px;
  line-height: normal;
}
.custom-social-share-pop .share-pop-title {
  font-family: wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,wf_52157764b0fc481a9553ac7f6,orig_montserrat_semibold;
  margin: 0 0 39px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.pop-sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop-sharebox span {
  margin-right: 38px;
}
.pop-sharebox span:last-child {
  margin-right: 0;
}
.pop-sharebox a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #4464a3;
  text-align: center;
}
.pop-sharebox a._3WNXk {
  background: #333;
}
.pop-sharebox a._2kU7C {
  background: #0077b5;
}
.pop-sharebox a._1ie6c {
  background: #55acee;
}
.pop-sharebox a svg {
  fill: #fff !important;
  vertical-align: middle;
}
.shre-link-box-pop {
  display: none;
}
.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}
.share-pop-close-btn svg {
  fill: rgb(255, 255, 255) !important;
  fill-rule: evenodd;
}
.sharelink-pop-open .shre-link-box-pop {
  display: block;
}
.sharelink-pop-open .shre-post-linkbox {
  display: none;
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 45px;
}
.shre-link-box-pop input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  font-family: "Avenir Next";
  line-height: normal;
  position: relative;
  top: 4px;
}
.shre-link-box-pop input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}
.shre-link-box-pop .input-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #000;
  height: 44px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.shre-link-pop-btns-grp .blog-btn {
  font-size: 14px;
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  height: 40px;
  font-size: 16px;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgb(204, 68, 58);
  border-color: rgb(204, 68, 58);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family:wfont_e7176d_617769f2cbd44346a85655549a199344,wf_617769f2cbd44346a85655549,orig_montserrat_light;
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgb(204, 68, 58);
  color: #FFFFFF;
  border: none;
}
.custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input:-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input::-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input:-ms-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.search-border {
  height: 1px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(245,154,40,1);
  margin-top: 2px;
}
.search-open .search-border {
  opacity: .5;
}
.custom-blog-post-inner-section {
  padding-top: 151px;
}

.blog-post-inner {
  max-width: 740px;
  margin: 0 auto;
  color: rgb(0, 0, 0);
}
.post-meta-section {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
span.dot {
  background-color: rgb(0, 0, 0);
  margin: 0 8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
  display: inline-block;
}
.blog-post__body blockquote {
  padding: 10px 20px 10px 18px;
  margin-right: 60px;
  margin-left:0;
  border-left: 2px solid rgb(204, 68, 58);
  color: rgb(0, 0, 0);
  font: normal normal normal 24px/30px montserrat,sans-serif;
  margin-top: 25px;
  margin-bottom: 15px;

  line-height: 1.5;
}
.blog-post__body blockquote div strong {
  line-height: 1.5;
}
.custom-two-col.space .col p {
  margin-bottom: 27px;
}
.custom-two-col.space {
  display: flex;
  align-items: center;
}
.blog-post__body hr {
  border-color: #000;
  margin-bottom: 30px;
  margin-top: 15px;
  background: #000;
}
.post-title h1 {
  color: rgb(0, 0, 0);
  line-height: normal;
  font: normal normal normal 40px/49px wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,wf_52157764b0fc481a9553ac7f6,orig_montserrat_semibold;
  margin-bottom:51px;
}
.custom-three-col {
  overflow: hidden;
  margin: 0 -10px;
  padding-top: 10px;
}

.custom-three-col .col {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
.post-title h1 a {
  color: #000;
}
.blog-post__body figure {
  margin: 0;
  float: right;
  margin-left: 40px;
  max-width: 360px;
}
.blog-post__body figure.alignLeft {
  float: left;
  margin-left: 0;
  margin-right: 40px;
}
.blog-post__body figure p {
  margin: 0;
}
.blog-post__body figure figcaption {
  text-align: center;
  font-size: 14px;
}
.blog-post__body figure figcaption a {
  text-decoration: none;
}
.blog-post__body figure figcaption a:hover {
  text-decoration: underline;
}
.post-title {
  margin-top: 28px;
  line-height: normal;
}
.hs-blog .content-wrapper {
  -webkit-font-smoothing: antialiased;
}
.blog-post__body p {
  font-size: 18px;
  line-height: 1.5;
  margin:0 0 27px;
  font-family: wfont_e7176d_617769f2cbd44346a85655549a199344,wf_617769f2cbd44346a85655549,orig_montserrat_light;
}
.related-post-section {
  padding: 72px 20px;
}
.related-post-item {
  border: 4px solid rgb(204, 68, 58);
  overflow: hidden;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 290px;
  background-color: rgb(255, 255, 255);
}
.related-post-section .content-wrapper {
  padding: 0;
  max-width: 940px;
}
.related-post-item:not(:first-child) {
  margin-left: 34px;
}
.related-image .feature-image-section {
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.related-title {
  padding: 24px;
}

.related-title a {
  color: #000;
  font-size: 18px;
  font-family: wf_52157764b0fc481a9553ac7f6;
  line-height: normal;
}

.related-title a:hover {
  text-decoration: none;
  color: rgb(204, 68, 58);
}
.related-post-section .content-wrapper .inner {
  display: flex;
  justify-content: flex-start;
}
.blog-post__body h1 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
}
.blog-post__body h2 {
  font-size: 24px;
  color: #000;
  font: normal normal normal 24px/30px montserrat,sans-serif;
  margin-bottom: 30px;
  line-height: 1.5;
}
.blog-post__body a {
  text-decoration: underline;
}
.blog-post__body img {
  margin-bottom: 10px;
  vertical-align: top;
}
.social-share-tags-section {
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 18.5px 0;
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
.social-share-tags-section ul.social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.social-share-tags-section ul.social-icons li {
  margin-left: 30px;
  flex: 0 0 auto;
}
.social-share-tags-section ul.social-icons li:first-child {
  margin-left: 0;
}
.social-share-tags-section .tags-section a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.social-share-tags-section ul.social-icons li svg {
  fill: rgb(0, 0, 0);
}
.social-share-tags-section ul.social-icons li.facebook a:hover svg {
  fill: #4464a3;
}
.social-share-tags-section ul.social-icons li.twitter a:hover svg {
  fill: #55acee;
}
.social-share-tags-section ul.social-icons li.linkedin a:hover svg {
  fill: #0077b5;
}
.tags-section {
  text-align: right;
}
.blog-post__body ul,
.blog-post__body ol{
  font-size: 18px;
  line-height: 1.5;
}
.tags-section span {
  margin: 0 8px;
}
.blog-post__body h3 {
  color: #000;
  line-height: 1.5;
  font: normal normal normal 22px/27px montserrat,sans-serif;
  margin-bottom: 30px;
}
@font-face {
  font-family: "progallery-svg-font-icons";
  src:  url("data:font/woff;base64,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") format("woff"), url("data:font/ttf;base64,AAEAAAAKAIAAAwAgT1MvMkK7TzcAAAEoAAAAVmNtYXDiWBC2AAACnAAAAUpnbHlmFSpe8gAABHgAABuAaGVhZBDqWQEAAADQAAAANmhoZWEK8QQ2AAAArAAAACRobXR4nHgAAAAAAYAAAAEcbG9jYcs+0i4AAAPoAAAAkG1heHABWgEKAAABCAAAACBuYW1l3C/QLgAAH/gAAALicG9zdGwvqEMAACLcAAAEHQABAAABwP/AAC4JAAAA+y4JAAABAAAAAAAAAAAAAAAAAAAARwABAAAAAQAAloVkbF8PPPUACwIAAAAAANWoDEsAAAAA1agMS/17/cAJAAOuAAAACAACAAAAAAAAAAEAAABHAP4ACQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQI0AZAABQAIAUQBZgAAAEcBRAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxRgHA/8AALgOuAkAAAAABAAAAAAAAAgAAAAEvAAABHAAAAQ8AAAEPAAACfgAAAgAAAAIAAAACAAAAAgAAAAIAAAACPAAAAiIAAAKdAAACAAAAAPAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAJmAAACZgAAAuAAAAIAAAAJAAAAApAAAAKQAAACMwAAAgAAAAIAAAACAAAAAZkAAAIAAAACHAAAAh4AAAIaAAAB+QAAAhwAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADJAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAABEQAAAnYAAAI7AAAC3AAAB+MAAAIAAAAAAAADAAAAAwAAABwAAQAAAAAARAADAAEAAAAcAAQAKAAAAAYABAABAAIAAPFG//8AAAAA8QH//wAADwAAAQAAAAAAAAAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAmADgASgBgAIgAngCwANgA8gEuAWYBtgHeAgICKgJSApgC3gLyA0YDpgPYBAYEFARWBJAEzgTkBU4FaAV0BYIFmAWuBdwF8gZEBl4GfgaoBsoG6gcKBywHageQB7YH8ggGCFAIzgkGCT4JdgmuCcQJ7AooCmQKsgrkCxQLQAtmC6oLtgxCDaYNwAAB/kT+8wAAANYAAgAAJwcX1+T+1v/jAAAC/Xv9wANpA64AAwAJAAABIREhARc3JwcX/XsF7foTAokU+/sU5wOt+hMCFBT8+xTnAAAAAQAA/8ABEAHAAAYAAAEnBxUXNycBDxf4+BfjAawU/gT+FOoAAQAA/8ABEAHAAAYAABE3FxUHJzcU+/sU4wGsFP4E/hTqAAAAAQAA/8ACfwHAAAgAACUhNycDFzcnIQJ+/bvWFvn5FtQCQ8/bFv7//xbbAAAG/xMAAAIAAcAAAAABAAIABAAKABAAAAMxNSUBBSc3FzcXBycHFzcn7QHtAQD+9HEUWn4Yl1oUcpIYAQodmf8Af3IUWr4QrVkUctsQAAAAAAX/tQAAAhUBsgAAAAEAAgAEAAYAACcxNSUHEwFKAV7j4wEA+x584wEA/wAAAgAAAAACAAHAAAEAAwAAAQcTAQEA5OQBAAGk5AEA/wAAAAAABv8TAAACAAHAAAAAAQACAAQACgAQAAADMTUlAQUnNxc3FwcnBxc3J+0B7QEA/vRxFFp+GJdaFHKSGAEKHZn/AH9yFFq+EK1ZFHLbEAAAAAABAAD/xAH8AbwACwAAJTcnBycHFwcXNxc3ARDsEOzsEOzsEOzsEMDsEOzsEOzsEOzsEAAAAgAA/8ACOwHAABcAJwAAJRE0JiIGFREnJiIGFB8BFjI/ATY0JiIHExQGIyEiJjUxNDYzITIWFQEtCA0JewUMCQWVBQ0FlQQJDAWQCQb95AYJCQYCHAYJWwFWBgkJBv6sewQJDASVBQWVBAwJBP73BgkJBgYJCQYAAgAA/8ACJgHAAAgAIQAABSEGFBchNjcmJRY7AjI/ATY0JiIPAREmIgcRJyYiBhQXAhH+ABAQAgMRAQb+9AMEBwcEA3cFCg0GXAEgAVwGDwgFHgEgAQEQEGsDA3cGDQoFWAEsEBD+1FwFCw0FAAAAAAUAAP/AAp4BwAAXABwAJgArADAAAAEiKwE5ASEjMSMOARURFBYzITI2NxEuAQUGDwERFxYfARYyPwEXISU2PwERAwYPAScCiQEGCP2sAREIDAwIAnUJCwEBC/5jDFpm7QIUFwYOBi3Q/ewBZQxYZS0PbHz3AcABDAn+KwkMDAkB1QkM5Q1baQF9xgMQFAQEJ9XvC0pV/ocBig1bZ88AAAAEAAD/wAIAAcAAAwAKAA4AFQAANxcHJwE1IxUzFTMnFwcnARUzNSM1I6sPpg8B+56KFBUPpRD+u56KFHoPpQ8B4QoUipkQphD+tQoUigAAAAEAAP/XANoBpgAWAAATFB0BJgYHBh8BMwcjFSM1IzUzPgPZAzQOBQEBSA86ZSsqAQonPgGlFhobAQEPChQnSOfmSShHKwYAAAQAAP/AAgABwAAFAA0AFAAaAAA3IxUzNSMDMRUzNTM1IyErARUzFTMDIxUzNSMiIs2rIiKrzQIAIqurIiKrzSKNzSIBvKurIiKr/u8izQAACAAAAAACAwIAAAAAAQACAAQACAAMABAAFAAAJTE1EQEHIzUzNSM1MwMzFSM1MxUjAQIBAPAfHx8fIiAgICBRIAFp/wB4sM8f/viv7yAAAAADAAD/wAIAAcAACwAUAC0AADUeARc+ATcuAScOASUXFQcjJzU3MhMXFjMVJyIHNTI/ATY9ATQmIzUWMzI3FRQDkG1tkAMDkG1tkAEKCQkaCRYHEQkHCzAMJQwGCgMOEQ0MGRHAbZADA5BtbZADA5AyCRoJCRoM/uMIAwgBAQgDCAcLfBMRCAEFrAsAAAMAAP/AAgABwAALABQALQAANR4BFz4BNy4BJw4BJRcVByMnNTcyExcWMxUnIgc1Mj8BNj0BNCYjNRYzMjcVFAOQbW2QAwOQbW2QAQoJCRoJFgcRCQcLMAwlDAYKAw4RDQwZEcBtkAMDkG1tkAMDkDIJGgkJGgz+4wgDCAEBCAMIBwt8ExEIAQWsCwAAAQAA/8ACAAHAAAsAACUjNSMVIxUzFTM1MwIA7yLv7yLv0e/vIu/vAAUAAP/AAgABwAALABgAIQAqADMAAAEeARcOAQcuASc+ATcOAQceARc+ATcuAScXMhYUBiImNDYzMhYUBiImNDYjMhYUBiImPgEBAGOEAwOEY2OEAwOEY22QAwOQbW2QAwOQbQQOEhIbEhJ9DRMTGxIS1A4SEhwSARIBqgOEY2OEAwOEY2OEGQOQbW2QAwOQbW2QA+oTHRISHRMTHRISHRMTHRISHRMAAAL/+/+/AmwBygAbADkAAAUGJy4BJy4BNz4BNzYWFz4BFx4BFxYGBw4BBwYDBgcOAQcGFhceARc+ATc+AScuAScxJgYHBiInLgEBMwUFD8M4GAwPDS4hPW4iJnM3IC4LDwwXOMESBZsUFRciCAwJFCugKCWfKxQJDAgiFzNlFgcZBhJHQAEECpJTKlcnITALEy4tMikTDS0fJ1gsWI4JBAHYAQYIIhofRSFDfRcXe0UkRR8YIQgQNC4KCiUzAAAAAAH/+/+/AmwBygAbAAAFBicuAScuATc+ATc2Fhc+ARceARcWBgcOAQcGATMFBQ/DOBgMDw0uIT1uIiZzNyAuCw8MFzjBEgVAAQQKklMqVychMAsTLi0yKRMNLR8nWCxYjgkEAAAEAAD/wALgAcAABAAMABAAFAAAASchBwE3BycFFyE3JwERFyU3BTcRAto6/aA4AWhCQED+7iACYB5n/akJAQ21AQ0IAaAgIP7xBjQyygsKUQFl/oMgywHLIAF8AAEAAAAAAgAA0gADAAAlIRUhAgD+AAIA0SIAAAADAAD/wAkAAcAACwAXACMAAAEOAQceARc+ATcuASUOAQceARc+ATcuASUOAQceARc+ATcuAQEAbJEDA5FsbJEDA5EDFGyRAwORbGyRAwORAxRskQMDkWxskQMDkQHAA5FsbJEDA5FsbJEDA5FsbJEDA5FsbJEDA5FsbJEDA5FsbJEAAAAEAAD/vwFgAcIAFQAfACIAJQAABQYvASMmJzU2NzM3NhcyFhURFAYjFCUzNh8BEQcGKwEDOQQBUAUFppAPAQEPkKYLBQUFBQX+yoYFBZCVAgOGIEABBHMBD/QPAXMFBQgF/iAFCASXAQRjAaNoAf7WAAAAAAQAAP+/AWAC4AAVAB8AIgAlAAAFBi8BIyYnNTY3Mzc2FzIWFREUBiMUJTM2HwERBwYrAQE5AQE5AQFQBQWmkA8BAQ+QpgsFBQUFBf7KhgUFkJUCA4YBIP7AQAEEcwEP9A8BcwUFCAX+IAUIBJcBBGMBo2gBAbb9IAAAAAACAAD/wAI0AcAAAwAHAAABETMRATMRIwFmzf3Nzc0BwP4AAgD+AAIAAAAAAAEAAP/AAgABwABDAAABDgEHHgEXLgE/ASImNTQ2Nx4BDgEHBhYXPgE3LgEjDgEHFBYXFg8BBicuATU0NjceARcOAQcuAScHDgEHFjM+ATcuAQEAbZADAVpIAQEEHwEHGxQQEQEPBgQXFCMuAQE7MTg9AQsJAwIHAQgYHFdVRVoBAUo8FCEHEAQRCSMlbZADA5ABwAORbFN+Hg4oEIIVERwjAQEVIC4YFBoBAUE2LzoBQy0RIAoEAx4HAw06HkBcAgFUQUVcAgERDT8QIg4KA5BtbJEAAQAA/8ACAAHAAAsAAAEeARcOAQcuASc+AQEAbZADA5BtbZADA5ABwAOQbW2QAwOQbW2QAAEAAAAAAWMBFgACAAAlBzUBYpHAVaoAAAEAAP/AAZoBwAACAAAlAREBmv5mwP8AAgAAAAABAAD/wAIAAcAADQAAJSIrARUjNSM1MzUzFTMCAA9oeCLv7yLvr+/vIu/vAAEAAP+oAjYBqgAIAAAlFxU3JxUmBgMBLj3Lyz35HGgGY9XVXQic/vEAAAAAAgAA/8ACHwHAAAwAGAAAARcHNS8BDgEHPgEXMycmBgM+ATcWFxU3JwFwhoYXREN3LTvNHhwcPfscJJNeHSLKygF5jo80BQkBMy21WwccB5v+8ldmAgEFZNbVAAABAAD/xAIYAasACAAAJRcVNycVJgYDAR46wMA67Bt6Bl7KylgHk/7/AAAAAAIAAP/AAfsBwAAiADcAAAE0Ji8BJiIGFB8BIw4BHQEWMj0BNDY3MwcGFBYyPwE2JzgBBwYHFSERMzY0JyMGBxEWFyE2NzUmAfkBAm0GDQoFTlxcYAEhTU1cUgUJEwVtBAEREAH+S8oQENsQAQEQAdcQAQEBQgIJAm4CBg8FTwJWO34QEH4rRAJSBQ0KBG0GBaQBEKsBvAEgAQEQ/iIQAQEQvBAAAQAA/8ACHQHAAAsAACUWFxU3JxUmBgM+AQEXHh3Kyjz6HCSTfwEFZNbVXgmc/vFXZgAAAAIAAP+1AgwBtgAIABEAAAEzFSM1MxU3FwEHJzcjNTMVIwFtgKUVnhD+rp4QnoCkFAEHFKSAnhD+rp4QnhWlAAAFAAD/yAIFAcAAAQAHAA0ADwARAAABFwcnNxc3FwcnBxc3LwEBBTcBBPj+ZgZffgeJXwZmgwdyAQD/APgBuPhnZQZdpwWjXgZlsAWy/wD4+AAAAAAFAAAAAAFqASoAAwAHAAsADwATAAATMxUjFTMVIzczFSMVMxUjJzMVI5fS0tLSLXh4eHgetLQBKR6WHqUePB5LHgAAAAUAAAAAAWkBKgADAAcACwAPABMAABMzFSMVMxUjNTMVIxUzFSM1MxUjpsPDw8PDw8PDw8MBKR6WHqUePB5LHgAFAAAAAAFqASoAAwAHAAsADwATAAATMxUjFTMVIzUzFSMVMxUjNTMVI5fS0tLSh4eHh8PDASkelh6lHjweSx4ABQAAAAABagEqAAMABwALAA8AEwAAEzMVIxUzFSM3MxUjFTMVIyczFSOX0tLS0jyWlpaWLcPDASkelh6lHjweSx4AAAADAAAAAAFdASoAFgAeACYAACUjIiY9ATQ2OwEyFx4BBwYHHgEXFgYjJxUzFjY0JiMnMxY+ASYHIwEbSA0REQ07IhEJAggEBAwQAgIkHUhLDRERDUs8CBUBFAo8VxENlg0RGw4hDwYFBxcOGihaPAEOIg0eAQoqCgEAAAAABgAAAAABagE5AAMABwALAA8AEwAXAAA3MxUjNTMVIyczFSMVMxUjFTMVIzczFSPTlpaWlkstLS0tLS1LlpbPHngeLS0tLS0tHh4AAAYAAAAAAXkBOQADAAcACwAPABMAFwAANzMVIzUzFSM1MxUjNzMVIxUzFSMVMxUjl5aWlpaWlrQtLS0tLS11HngeeB4tLS0tLS0AAAAEAAAAAAGQASoACwAOABoAJAAANzMXMycuASIGDwEzNxcjFzI2PwEjBycjFx4BFyM1Bxc1MxU3J6YtDyY1Aw0ODAM1JiUPHpcHDAM1JiUmJjUDDQ6lPT2lPT3PLXgGCQkGeGkeSwkGeGlpeAYJLR4tLh8fLi0AAAABAAAAAALcAXcABQAAAQcnIwkBAknArpIBRgFMAXfc3P6SAW4AAAAABAAAAAABpgE5AA4AGwApACwAAAEnBw4BBxQWFz4BNS4BJwcuATU+ATceARcUBgcDMDEiDwEzNzMXNycmIwc3FwFmDA0IMwMiKSclBDMJDCEbBDQEBDUEHCGaEghMHhtVEAgnCBEfHxwBBhMTDF8mGDICAjEZJl8MzgIoEyRfBQVfJBMoAgEAEbI8LTxnEWlGRgAAAAQAAAAAAdMBZgAOABsAVQBYAAABJwcOAQcUFhc+ATUuAScHLgE1PgE3HgEXFAYHJz4BNzU0JichDgEUFjsBFSMiBhQWOwEVIyIGFBY7ARUjIgYUFjsBFR4BOwEmNycjByM3NjMxMh8BNiczJwGUDQ0IMgQjKCclBDMIDSEbBDQEBDUEHCFJESEIEQ3+4gYJCQYtHgYJCQYeDwYJCQYPDwYJCQYPARENpRIJD1UaHksIEhEILAVpOxwBBhMTDF8mGDICAjEZJl8MzgIoEyRfBQVfJBMoApsgNQsVDBEBAQgNCC4IDQkeCQwJHgkNCB4NER8lJTyyERFwDgpGAAYAAAAAAWoBKgADAAcACwAPABMAIgAAEzMVIxUzFSM3MxUjFTMVIzUzFSMHIi8BNzYeAQYPARceAQamw8PDw1ppaWlpaWkvBQQxMQUMCAIFFhYFAgkBKR6WHqUePB5LHhwDKCwEAgoMBBQQBAwLAAAGAAAAAAFqASoAAwAHAAsADwATACIAABMzFSMVMxUjNzMVIxUzFSM1MxUjByImNj8BJy4BPgEfAQcGpsPDw8NaaWlpaWlpWggIAgUYGAUCBwwGMzMFASkelh6lHjweSx4cCwwEEBQEDAoCBCwoAwAABgAAAAABagEqAAMABwALAA8AEwAiAAATMxUjFTMVIzUzFSMVMxUjNTMVIxcyPwEnJg4BFh8BBw4BFpfDw8PDaWlpaWlpmAUEMTEFDAgCBRYWBQIJASkelh6lHjweSx4cAygsBAIKDAQUEAQMCwAAAAYAAAAAAWsBKgADAAcACwAPABMAIgAAEzMVIxUzFSM1MxUjFTMVIzUzFSMXMjYmLwE3PgEuAQ8BFxaXw8PDw2lpaWlpacMICAIFGBgFAgcMBjMzBQEpHpYepR48HkseHAsMBBAUBAwKAgQsKAMAAAABAAAAAAE9ASoACwAAATUjFTMHIxUzNSM3ATxpKRggaSsYAQseHpYeHpYAAAUAAAAAAXkBKgAJAA0AEQAVABkAADcnBzMVIxc3IzU3MxUjFTMVIxUzFSMVMxUjxC0uHx8uLR48lpaWlpaWlpbtPDxaPDxaPB4eHh4eHh4ABgAAAAABagE5AAMABwALABEAHQApAAA3MxUjNTMVIzUzFSMnFTMVMzUXIzU0MTcjNTMVBzMHJzcjNTMVBxcVIzXTlpaWlpaWSw8PDy0fHy0dHQ8PDx4tDw8tdR54HngeLQ8tPJYNAh4PDx5aDw8PDw8PDw8AAAAABgAAAAABeQE5AAMABwALABEAHQApAAA3MxUjNTMVIzUzFSMXMzUjFTMXIxUzBzAdATM1IzcHMwcXIxUzNSc3NSOXlpaWlpaWww8eDx4tICAtHBwtHg8PHi0PDy11HngeeB4PPA9LDx4CDQ8eWg8PDw8PDw8AAAAAAgAAAAABkQEqABsANwAAJTU0JisBIgYHFTM1NDY7ARUjFTM1IzUzMhYdARc3NjQmIg8BJyYiBhQfAQcGFBYyPwEXFjI2NCcBSxoTeBMaAR8IBy0eWh4tBwhKFgQICwQWFgUKCAQWFgQICgUWFgQLCATPLRMaGhMtLQcIlh4elggHLUsXBAsIBBcXBAgLBBcWBAsIBBYWBAgLBAAAAwAAAAABlwEqAAMADgAdAAABMxUjJyMiBhQWOwEVMzUXIi8BNzYeAQYPARceAQYBDx4eHiMVHBwVFB6HBQQzMwUMCAIFGBgFAgkBKdLSGCoYeNLSAyoqBAIKDAQSEgQMCwAAAAMAAAAAAUsBKgAKAA4AHQAAASMiBhQWOwEVMzU7ARUrASImNj8BJy4BPgEfAQcGAQ8jFRwcFRQeDx4ehwgIAgUYGAUCCAwFMzMEASkYKhh40tILDAQSEgQMCgIEKioDAAIAAAAAAVsBKgAYABwAACUuAT0BNDYyFh0BFBYyNj0BNDYyFh0BFAYHMxUjAQgeJggNCRMlEwkNCCZwpaWAASgfUgcICAdSEBkZEFIHCAgHUh8oGx4AAAABAAD/wAERAcAAGAAAJSIrARUGFjsBFQcGIy4BPQEjNT4BNzMVMwERBywzAQ0ZQRYVHUJDRDsiA0tm5o0UFG0CAgJHM6pmB0ojbQAAAQAA/4oCdgHaACYAAAEOAQcWBCcWNjcuASc2FjcuASceATcuATceARcmNhc+ATcOAQc+AQJ2BCUSAv6MyTZoIC0+DQ4fCio5Aw4XEh4jGTCCXg6qRRcpFAkdERIiAYESIQ3m0GoBHR0HKycBAgUOOTYDCQEUZTI2SQlnUkMFEAgWIA4DBwAAAAEAAAAAAhsBhQACAAA3FxN4s+/RtAFnAAUAAP+/AtoBwgAVAB8AMgBKAF4AAAUGLwEjJic1NjczNzYXMhYVERQGIxQlMzYfAREHBisBASImJyY0NzY0JyY0NjIXFhQHFBciJicmNDc+ATQmJyY0NjIXHgEUBgciBiciJicmNDc2NCcmNDYyFxYUByIGAVAFBaaQDwEBD5CmCwUFBQUF/sqGBQWQlQIDhgHzAggDBARISAQJDQVRUU0DCAIFBS4vLy4FCgwFMzQ0MwIFrAMHAwUFMDAFCg0FOTkDBUABBHMBD/QPAXMFBQgF/iAFCASXAQRjAaNoAf7QAQIFDAVMwkwFDAoFVdxVBDYBAgUNBS5zfnUsBQwKBTN9jX8xA2oBAgUMBTOHMwUNCQQ9oD0DAAAJAAD/2gfGAZ0AAwAtAD4ATwCCAJAAwwDWAP0AAAU1MxU3LgMjIg4CFRQeAhcyPgI3Mw4DIyIuAjQ+AjMyHgIXIxc0PgIyHgIUDgIiLgI3FB4CMj4CNC4CIg4CNzMVMz4DMzIeAhczPgEzMh4CHQEjNTYuAiMiDgIdASM1NC4CByIOAgcVIwEOARU3Njc2Nz4BJyYGBw4BFQcnLgEnLgEiBgcOAQ8BJzQmJy4BBxMWPgI/ATY3PgEyFhceARceARceATcTJgYXMAYHBgcOARURFjI3PgE1ETAxBTcuAQcGDwIGByYvAiYnJgYHFwcWNjc2PwE2NxYfAhYXHgE3BL0VxgEMExoPFB8VCgoUHxUPGhMNAhADEBgeEholGAwNGSUYEh4YDgIPKQ0ZJDAlGQ0NGSQwJRoMEAsUHygfFQoKFR8oHxQL1w8BAwwSFwwQFhAJAgEJIRoPGBIKEAENERIFDhkSChAMEBEFDBgUDAEP/AMRDggIDRMKDgkBASGWDQs+MwMOCw8nCSgPCg4EMz0LDhgxAnYCKCMYCyATBQEFDwUBBScMCxgSESgCdQIwnwsNEBAOCgEgEBINASaVA0EaEA0NNwQICAQ3DQ0QGkEDlZUDRBoQC0MECAgENwwMEBpDAyEsLJUOFg4HDxwjEhYlGw4BChIYDxMfFAsTHyotKB8RCRIaEygXKB8SEh8pLSkfEhIeKhcTJBwQERsjJyMcEBAcI1gsChIOBwgNEAgWFwkSGxOTlBQXDQMKFB4Tf5MUFwwEAQkTHhR/AbMIJykHBgUIBwseFgECFA0cAe/DECMNEAgIEA0jEMPvARwNEwMB/kMBAQ8gLIBQEAUNDQUQoDAsIAgHAQEBvQEDRw0ICAcGEQv+0QEHCCApAQ6G3gEBFA8RE08IAQEITxMRDxQBAd7eAgIUDxBgCAEBCE8REA8UAgIAAAAAAQAA/8ACAAHAAAsAAAEnBycHFwcXNxc3JwIAFOzsFOzsFOzsFOwBrBTs7BTs7BTs7BTsAAAAEADGAAEAAAAAAAEAGQAAAAEAAAAAAAIABwAZAAEAAAAAAAMAGQAgAAEAAAAAAAQAGQA5AAEAAAAAAAUACwBSAAEAAAAAAAYAGQBdAAEAAAAAAAoAKwB2AAEAAAAAAAsAEwChAAMAAQQJAAEAMgC0AAMAAQQJAAIADgDmAAMAAQQJAAMAMgD0AAMAAQQJAAQAMgEmAAMAAQQJAAUAFgFYAAMAAQQJAAYAMgFuAAMAAQQJAAoAVgGgAAMAAQQJAAsAJgH2cHJvZ2FsbGVyeS1zdmctZm9udC1pY29uc1JlZ3VsYXJwcm9nYWxsZXJ5LXN2Zy1mb250LWljb25zcHJvZ2FsbGVyeS1zdmctZm9udC1pY29uc1ZlcnNpb24gMS4wcHJvZ2FsbGVyeS1zdmctZm9udC1pY29uc0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAHAAcgBvAGcAYQBsAGwAZQByAHkALQBzAHYAZwAtAGYAbwBuAHQALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgBwAHIAbwBnAGEAbABsAGUAcgB5AC0AcwB2AGcALQBmAG8AbgB0AC0AaQBjAG8AbgBzAHAAcgBvAGcAYQBsAGwAZQByAHkALQBzAHYAZwAtAGYAbwBuAHQALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHAAcgBvAGcAYQBsAGwAZQByAHkALQBzAHYAZwAtAGYAbwBuAHQALQBpAGMAbwBuAHMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABHAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRxFhcnJvdy1sZWZ0LXNsaWRlchJhcnJvdy1yaWdodC1zbGlkZXIKYXJyb3dfbGVmdAthcnJvd19yaWdodARiYWNrDmNoZWNrLWNpcmNsZS12DGNoZWNrLWNpcmNsZQxjaGVja19jaXJjbGUOY2hlY2tfY2lyY2xlX3YHY2xvc2UteA5kb3dubG9hZC1zdG9yZQhkb3dubG9hZAVlbWFpbAxleHBhbmQtYXJyb3cIZmFjZWJvb2sKZnVsbHNjcmVlbglpbmZvIGNvcHkKaW5mby1ibGFjawppbmZvLXdoaXRlBGluZm8JbG9hZC1tb3JlCmxvdmVfZW1wdHkJbG92ZV9mdWxsBG1haWwFbWludXMMbW9yZV9hY3Rpb25zBm11dGUteARtdXRlBXBhdXNlCXBpbnRlcmVzdA9wbGF5LWJhY2tncm91bmQNcGxheS10cmlhbmdsZQRwbGF5BHBsdXMJc2hhcmUtYmFyC3NoYXJlLXN0b3JlDHNoYXJlLXN0cm9rZQVzaGFyZQlzaGFyZV9iYXIMc2hyaW5rLWFycm93CXN1Y2Nlc3Mtdg90ZS1hbGlnbi1jZW50ZXIQdGUtYWxpZ24tanVzdGlmeQ10ZS1hbGlnbi1sZWZ0DnRlLWFsaWduLXJpZ2h0B3RlLWJvbGQTdGUtYnVsbGV0cy1saXN0LWx0chN0ZS1idWxsZXRzLWxpc3QtcnRsFHRlLWNoYXJhY3Rlci1zcGFjaW5nEXRlLWRyb3Bkb3duLWNhcmV0EnRlLWZpbGwtdGV4dC1jb2xvchd0ZS1oaWdobGlnaHQtdGV4dC1jb2xvchZ0ZS1pbmRlbnQtbHRyLWRlY3JlYXNlFnRlLWluZGVudC1sdHItaW5jcmVhc2UWdGUtaW5kZW50LXJ0bC1kZWNyZWFzZQ10ZS1pbmRlbnQtcnRsCXRlLWl0YWxpYw50ZS1saW5lLWhlaWdodBN0ZS1udW1lcmljLWxpc3QtbHRyE3RlLW51bWVyaWMtbGlzdC1ydGwQdGUtcmVtb3ZlLWZvcm1hdBV0ZS10ZXh0LWRpcmVjdGlvbi1sdHIVdGUtdGV4dC1kaXJlY3Rpb24tcnRsDHRlLXVuZGVybGluZQZ0dW1ibHIHdHdpdHRlcgF2BnZvbHVtZQh3aXgtbG9nbwF4AAAAAAA=") format("truetype");
  font-style: normal;
  font-weight: normal;
}

body .fancybox-button.fancybox-button--close svg {
  display: none;
}

body button.fancybox-button.fancybox-button--close:before{
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 38px;
  display: block;
  font-family: "progallery-svg-font-icons";
  content: "\f10a";
  font-size: 26px;
  color: rgba(47,46,46,1);
  color: #fff;
  /* opacity: .6; */
}


body button.fancybox-button.fancybox-button--close {
  right: 44px;
  top: 33px;
  opacity: 0.6 !important;
  visibility: visible !important;
}

.fancybox-toolbar {}

body .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

body .fancybox-toolbar button.fancybox-button.fancybox-button--zoom {
  opacity: 0;
  display: none;
}

body .fancybox-toolbar button.fancybox-button.fancybox-button--play {
  display: none;
}

body .fancybox-toolbar button.fancybox-button.fancybox-button--thumbs {
  display: none;
}

body .fancybox-slide.fancybox-slide--current.fancybox-slide--image.fancybox-slide--complete {
  /* display: none; */
}
.hs-fancy-box-page button.fancybox-button svg {
  width: 18px;
  height: 31px;
  stroke: #fff;
  stroke-width: 20;
  opacity: 1;
}
.hs-fancy-box-page .fancybox-caption__body p {
  font-size: 16px;
  margin: 0px auto;
  max-width: 100%;
  font-weight: 100;
  text-align: center;
  color: #fff;
  font-family: Helvetica;
}
.hs-fancy-box-page .fancybox-toolbar {
  right: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.hs-fancy-box-page button.fancybox-button {
  background-color:transparent;
  color: #fff;
  opacity:1 !important;
  visibility: visible !important;
}

.hs-fancy-box-page button.fancybox-button.fancybox-button--zoom,
.hs-fancy-box-page  button.fancybox-button.fancybox-button--play,
.hs-fancy-box-page  button.fancybox-button.fancybox-button--thumbs{
  display:none !important;
}
.hs-fancy-box-page button.fancybox-button.fancybox-button--close svg {
  width: 36px;
  height: 38px;
  stroke: #fff;
  stroke-width: 0px;
  right: 43px;
  top: 30px;
}
.hs-fancy-box-page button.fancybox-button.fancybox-button--arrow_left svg {
  left: 50px;
}
.hs-fancy-box-page button.fancybox-button.fancybox-button--arrow_right svg {
  right: 50px;
}
body .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
}

body button.fancybox-button.fancybox-button--arrow_right,body button.fancybox-button.fancybox-button--arrow_left {
  padding: 0px 38.5px;
  right: 0;
  right: env(safe-area-inset-right);
  width: 100px;
  height: 100px;
  display: flex;
  opacity: .9 !important;
  font-size: 40px;
  /* position: relative; */
}

body button.fancybox-button.fancybox-button--arrow_right svg , body button.fancybox-button.fancybox-button--arrow_left svg {
  -webkit-filter: drop-shadow(0 1px .15px #b2b2b2);
  filter: drop-shadow(0 1px .15px #B2B2B2);
  color: rgb(0, 0, 0);
}
body button.fancybox-button.fancybox-button--close:hover {
  opacity: 1 !important;
}
body .fancybox-navigation .fancybox-button div {
  padding: 0;
}
.fancybox-bg {
  background: #000;
  opacity:  1 !important;
}
body button.fancybox-button.fancybox-button--arrow_right svg, body button.fancybox-button.fancybox-button--arrow_left svg {
  background: transparent;
}
.fancybox-button {
  background: #000;
}
p.recent-post-title {
  overflow: hidden;
  font-size: 16px;
  line-height: normal;
}

p.recent-post-title a {
  float: right;
  color: #fff;
}
.blog-post__body h3 + hr {
  margin-bottom: 30px;
}
.social-share-tags-section .tags-section a:hover {
  color: rgb(204, 68, 58) !important;
}
.custom-two-col {
  overflow: hidden;
  margin: 0 -20px;
}
.social-share-section .custom-social-share-pop .share-pop-title {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 30px;
}
.social-share-tags-section ul.social-icons li.attachment a:hover svg {
  fill: rgb(204, 68, 58);
  cursor: pointer;
}
.social-share-section .custom-social-share-pop .share-pop-title svg {
  vertical-align: middle;
  margin-right: 10px;
}
.custom-two-col .col {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.custom-top-tags-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.custom-top-tags-section ul li + li {
  margin-left: 40px;
}
span.filter-link-count {
  display: none;
}
.custom-top-tags-section ul li a {
  color: #fff;
  font: normal normal bold 14px/17px wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,wf_52157764b0fc481a9553ac7f6,orig_montserrat_semibold;
}
.custom-top-tags-section ul li a:hover {
  text-decoration: none;
  color: rgb(204, 68, 58);
}
.custom-tag-search-section {
  margin-bottom: 51px;
}
.custom-two-col .col p {
  margin: 0;
}
.post-meta-share-section {
  display: flex;
  justify-content: space-between;
}
.custom-tag-search-section .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.search-input-section .hs-search-field {
  display: none;
}
.search-input-section .search-btn svg {
  fill: rgb(255, 255, 255);
  top: -1px;
  right: 1px;
}

.post-listing:after {
  content: "";
  display: table;
  clear: both;
}
.search-section {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
}
.hs-blog-listing .search-section {
  background: #1c1c1c;
}
.search-top-open .search-input-section .hs-search-field {
  display:block; 
}
.search-input-section .hs-search-field {
  position: absolute;
  top: 0;
}
.search-input-section .hs-search-field .hs-search-field__input {
  height: auto;
  background: transparent;
  font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,wf_617769f2cbd44346a85655549,orig_montserrat_light;
  padding: 1px 20px 0 29px;
  border: 0;
  width: 200px;
  right: 0;
  top: 0;
  color:#fff;
}
.search-input-section .hs-search-field .hs-search-field__input::placeholder{
  opacity: 0.4;
  color: #fff;
}
a.feature-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hs-blog.custom-blog-listing-container.custom-blog-post-inner-section {
  background-color: #000;
}
.search-input-section {
  position: relative;
  margin-right: 15px;
  padding-bottom: 2px;
  cursor: pointer;
  width: auto;
  border-bottom: 1px solid transparent;
}
.post-meta-share-section .share-icon-wrapper {
  position: relative;
}
.nav-arrows-container {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.nav-arrows-container.prev {
  left: -20px;
}

.nav-arrows-container.next {
  right: -20px;
}
.slider-in-post ul.slick-dots {
  display: none !important;
}
.search-top-open .search-input-section {
  width: 200px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.serach-close-btn {
  position: absolute;
  right: 0;
  display:none;
  top: 0;
  cursor: pointer;
}
.post-description {
  display: none;
}
.blog-post video {
  width: 100%;
  height: 100%;
}
.search-top-open .serach-close-btn {
  display:block; 
}
.serach-close-btn svg {
  fill: rgb(255, 255, 255);
  opacity: .8;
}
.custom-top-tags-section ul li.active-topic a {
  color: rgb(204, 68, 58);
}
@media(max-width:1200px){
  .blog-post__body blockquote {
    margin-left: 0;
    margin-right:0;
  }
}
@media(max-width:1100px){
  .blog-index.post-listing {
    margin: 0;
  }
}
@media(max-width:960px){
  .custom-top-tags-section>ul {
    margin-right: 10px !important;
  }
  .custom-top-tags-section ul li+li {
    margin-left: 21px;
  }
}
@media(max-width:855px){
  .custom-top-tags-section ul li a {
    font-size: 12px;
  }
  .search-top-open .search-input-section {
    width: 165px;
  }
}
@media(max-width:767px){
  .blog-post {
    padding: 30px 18px 25px;
    border: none;
  }
  .blog-post__body blockquote {
    font-size: 20px;
  }
  .blog-post__body ul, .blog-post__body ol {
    font-size: 16px;
  }
  .blog-post__tag-link {
    font-size: 12px;
  }
  .post-listing {
    margin: 0;
  }
  .mobile-search-input-section {
    background-color: rgb(204, 68, 58);
    position: relative;
  }
  .mobile-search-input-section .search-btn {
    position: absolute;
    right: 14px;
    z-index: 1;
    top: 10px;
  }
  .mobile-search-input-section .search-btn svg {
    fill: #fff;
  }
  .blog-post__body h3 {
    font-size: 20px;
  }
  .mobile-search-input-section .hs-search-field__input {
    font: normal normal normal 18px/22px wfont_e7176d_617769f2cbd44346a85655549a199344,wf_617769f2cbd44346a85655549,orig_montserrat_light;
    background-color: rgb(204, 68, 58);
    color: #fff;
    font-size: 14px;
    margin-bottom: -1px;
  }
  .mobile-search-input-section ul.hs-search-field__suggestions li{
    padding: 10px;
  }
  .mobile-search-input-section ul.hs-search-field__suggestions a {
    color: #fff;
  }
  .mobile-search-input-section .hs-search-field__input::placeholder {
    color: #fff;
  }
  /* Placeholder Text */
  .mobile-search-input-section .hs-search-field__input::-webkit-input-placeholder {
    color:#fff;
  } /* Webkit Browsers */
  .mobile-search-input-section .hs-search-field__input:-moz-placeholder {
    color:#fff;
  } /* Firefox 18- */
  .mobile-search-input-section .hs-search-field__input::-moz-placeholder {
    color:#fff;
  } /* Firefox 19+ */
  .mobile-search-input-section .hs-search-field__input:-ms-input-placeholder {
    color:#fff;
  } /* IE10 */
  .mobile-search-input-section ul.hs-search-field__suggestions a:hover {
    background-color: transparent;
  }
  .blog-post__body figure img {
    margin-bottom: 15px !important;
  }
  .cm-mobile-topic > ul {
    display: none;
  }
  .cm-mobile-topic {
    background-color: #fff;
  }
  .cm-mobile-topic select {
    font-size: 16px !important;
    width: 100%;
    border-color: rgba(118,118,118);
    height: 50px;
    font-family: helvetica;
    font-size: 16px;
    border-color: transparent;
    padding-left:22px;
    -webkit-appearance: none;
  }
  .cm-mobile-topic select:focus {
    outline: none;
  }
  .cm-mobile-topic {
    position: relative;
    margin-bottom: 10px;
  }
  .cm-mobile-topic svg {
    position: absolute;
    right: 14px;
    top: 15px;
    display:none;
  }
  .blog-post__body hr {
    width: 128px;
  }
  .custom-two-col.space {
    display: block;
  }
  .custom-blog-post-inner-section {
    padding-top: 52px;
  }
  .blog-post__body figure.alignLeft, .blog-post__body figure {
    float: none;
    margin: 0 auto 20px;
  }
  .post-meta-section {
    font-size: 12px;
  }
  .post-title h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  .custom-three-col .col,
  .custom-two-col .col{
    width: 100%;
    float: none;
    padding: 0;
  }

  .custom-three-col ,
  .custom-two-col{
    margin: 0;
  }
  .blog-post__body p {
    font-size: 16px;
    word-break: break-word;
  }
  .custom-blog-post-inner-section .content-wrapper {
    padding: 0;
  }
  .blog-comments,
  .blog-comments-inner{
    border: none;
  }
  .blog-comments .content-wrapper {
    padding: 0;
  }
  .blog-post__body img {
    width: auto !important;
    display: block !important;
    margin-left :  auto !important;
    margin-right :  auto !important;
    float: none !important;
  }
  .mobile-slider-section .inner-section {
    padding: 0 20px;
  }

  .mobile-slider-section .slick-arrow {
    display: none !important;
  }

  .related-post-item {
    max-width: 100%;
    border-width: 1px;
  }

  p.recent-post-title {
    font-size: 16px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    overflow: hidden;
    padding: 0 20px;
  }
  p.recent-post-title a {
    color: #000;
    float: right;
  }
  .related-post-section {
    padding: 30px 0;
    background: #fff;
    margin: 72px 0;
  }
  .mobile-slider-section .slick-dots li button {
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
  }
  .mobile-slider-section .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
  .mobile-slider-section .slick-dots li.slick-active button {
    background-color: rgb(204, 68, 58);
    opacity: 1;
  }
  .mobile-slider-section .slick-dots li button:before {
    content: none;
  }
  .blog-index__post {
    flex: 0 0 100%;
    width:100%;
    float:none;
  }
  .blog-index__post-image {
    padding-bottom: 60%;
  }
  .hs-blog.custom-blog-listing-container.custom-blog-post-inner-section .inner-section {
    background: #fff;
  }
  .blog-index__post-content {
    position: relative;
    bottom: 0;
    padding: 0;
  }
  .blog-index__post a.blog-index__post-image:before {
    content: none;
  }
  .blog-index__post .comment {
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .blog-index__post-content h2 a {
    color: #000;
  }
  .blog-index__post-content h2 {
    font-size: 26px;
    margin-top: 30px;
  }
  .blog-index__post .comment a {color: #000;}

  .hs-blog.custom-blog-listing-container.custom-blog-post-inner-section {
    padding-top: 52px;
  }
  .post-description h3 {
    color: #000;
    opacity: 0.8;
    line-height: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .post-description h3 strong {
    font-weight: normal;
  }
  .post-description {
    display: block;
  }
  .post-description p{
    color:#000;
    opacity:0.8;
    font-size:16px;
    line-height: 24px;
  }
  .post-description blockquote {
    margin: 0;
    border: 0;
    font-size:16px;
    line-height:24px;
    text-align: left;
    padding: 0;
    color: #000;
  }
  .cm-mobile-topic select {
    color: #8c8686;
    font: normal normal normal 18px/22px wfont_e7176d_617769f2cbd44346a85655549a199344,wf_617769f2cbd44346a85655549,orig_montserrat_light;
    background: url(https://6845477.fs1.hubspotusercontent-na1.net/hubfs/6845477/raw_assets/public/AmplifyTrading_June2020/images/arrow-down.png) no-repeat right 10px center;
  }
  .post-description figure {
    margin: 10px 0;
  }

  .post-description h2 {
    color: #000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    font-family: wf_617769f2cbd44346a85655549;
  }
  .post-description h2 strong {
    font-weight: normal;
  }
  .post-description blockquote strong {
    font-weight: normal;
  }
  .post-description strong {
    font-weight: normal;
  }
  .nav-arrows-container svg {
    width: 15px;
  }

  .nav-arrows-container.next {
    right: 0;
  }

  .nav-arrows-container.prev {
    left: 0;
  }
}
@media(max-width:600px){
  .social-share-tags-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .custom-social-share-popup-wrapper .custom-social-share-pop {
    width: 90%;
  }
  .blog-post__body blockquote a {
    word-break: break-word;
  }
  .pop-sharebox span {
    margin-right: 20px;
  }
  .blog-post__body p a {
    word-break: break-word;
  }
  .tags-section {
    text-align: left;
    padding: 0 0 20px;
  }
  .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 60px 20px;
  }
  .shre-link-pop-btns-grp {
    justify-content: center;
  }
  .mobile-search-input-section .hs-search-field--open .hs-search-field__suggestions {
    border: none;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .blog-index__post-image {
    padding-bottom: 90%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #959a9e;
  z-index: 1;
}
.main-system-page {
  padding-top: 97px;  
  background-color: #000;  
}
.error-page .inner {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
#hs-pwd-widget-password {
  display:block;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
p.header {
  position: static !important;
}
.cm-search-area-result-section .systems-page{
  padding:20px 0;
}
.cm-search-area-result {
  background-color: #1a1a1a;
  padding: 20px;
}
.cm-search-area-result-section .page-center {
  max-width: 1020px;
}
.cm-search-area-result-section .hs-search-results__pagination {
  overflow: hidden;
}
.cm-search-area-result-section .hs-search-results__pagination a {
  color: #fff;
}

.cm-search-area-result ul.hs-search-results__listing > li {
  font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,wf_617769f2cbd44346a85655549,orig_montserrat_light;
  background-color: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgb(0, 0, 0);
  line-height: normal;
  font-weight: inherit;
  margin-bottom: 20px;
  display: block;
  background: #fff;
  padding: 28px 18px 25px;
  border: 1px solid;
}
.cm-search-area-result .hs-search-results__listing > li > a {
  font: normal normal normal 16px/20px wfont_e7176d_52157764b0fc481a9553ac7f60d35b66,wf_52157764b0fc481a9553ac7f6,orig_montserrat_semibold;
  padding-left: 0;
  padding-right: 0;
  color: rgb(0, 0, 0);
  font-size: 28px;
  margin-bottom: 9px;
  display: block;
  text-decoration: none;
  line-height: normal;
}
.cm-search-area-result .hs-search-results__description {
  font: normal normal normal 12px/1.4em wfont_e7176d_617769f2cbd44346a85655549a199344,wf_617769f2cbd44346a85655549,orig_montserrat_light;
  color: rgb(0, 0, 0);
  line-height: 1.5;
  opacity: .8;
  font-size: 16px;
  margin: 0;
  padding: 0;
  padding-bottom: 23px;
}
.cm-search-area-result .hs-search-results__listing > li > a:hover {
  color: rgb(204, 68, 58);
}
.cm-error-404-icon svg [data-color="1"] {
  fill: rgba(204, 68, 58, 1);
}
.cm-error-404-icon svg [data-color="2"] {
  fill: rgba(238, 185, 181, 1);
}
.cm-error-404-icon svg {
  width: 487px;
  height: 339px;
}
.cm-error-page {
  padding-top: 90px;
  text-align: center;
  padding-bottom: 40px;
}
.cm-error-404-icon {
  padding-bottom: 43px;
}
.cm-error-page .error-page_heading {
  color: #CC443A;
  font-family: montserrat,sans-serif;
  font-size: 28px;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 0 39px;
}
.cm-error-page a.hs-button {
  font: normal normal normal 15px/1.4em montserrat,sans-serif;
  color: #FFFFFF;
  display: inline-block;
  margin: 0;
  background-color: transparent;
  border: solid rgba(255, 255, 255, 1) 2px;
  cursor: pointer !important;
  transition: all 0.4s;
  min-width: 240px;
  padding: 16px 10px;
}
.cm-error-page a.hs-button:hover {
  background-color: rgba(47, 46, 46, 1);
  border-color: transparent;
}
.hs_cos_wrapper_type_member_register label,
.hs_cos_wrapper_type_password_reset label{
  margin-bottom: 4px;
  display: block;
}
.hs_cos_wrapper_type_member_login .hs-input,
.hs_cos_wrapper_type_member_register .hs-input,
.hs_cos_wrapper_type_password_reset .hs-input {
  margin-top:10px;
  margin-bottom:15px;
}
.hs_cos_wrapper_type_member_login .hs-button,
.hs_cos_wrapper_type_member_register .hs-button,
.hs_cos_wrapper_type_password_reset .hs-button {
  margin-top:10px;
}
ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
.systems-page .hs-screen-reader-text {
  position: relative !important;
  margin-bottom: 10px;
  display: block;
  height: auto !important;
  width: 100%;
}
[type="checkbox"], [type="radio"]{
  width:auto !important;
}
.form-input-validation-message ul.no-list.hs-error-msgs {
  padding: 0;
  margin:10px 0;
}
.hs-membership-loader .actions {
  margin: 10px 0 20px;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

@media(max-width:767px){
  .main-system-page {
    padding-top: 51px;
  }
  .systems-page.member_ship {
    padding-left: 0;
    padding-right: 0;
  }
  .systems-page .success {
    min-width:100%;
  }
  .cm-error-page {
    padding-top: 20px;
  }
  .cm-error-page .error-page_heading {
    font-weight: normal;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
  .cm-error-page a.hs-button {
    min-width: auto;
    font-size: 14px;
    padding: 10px 25px;
  }
  .cm-error-404-icon {
    padding-bottom: 10px;
  }
  .cm-error-page .error-page_heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cm-error-404-icon svg {
    width: 88px;
    height: 88px;
  }

}