/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@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: 'Graphik-Semibold';
  src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Semibold.eot");
  src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Semibold.eot#iefix") format("embedded-opentype"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Semibold.woff2") format("woff2"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Semibold.woff") format("woff"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'Graphik-Bold';
  src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Bold.eot");
  src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Bold.eot#iefix") format("embedded-opentype"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Bold.woff2") format("woff2"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Bold.woff") format("woff"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Bold.svg#Graphik-Bold") format("svg");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'Graphik-Regular';
  src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Regular.eot");
  src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Regular.eot#iefix") format("embedded-opentype"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Regular.woff2") format("woff2"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Regular.woff") format("woff"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Graphik-Light';
  src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Light.eot");
  src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Light.eot#iefix") format("embedded-opentype"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Light.woff2") format("woff2"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Light.woff") format("woff"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/graphik/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
    font-family: 'Dubai-Bold';
    src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Bold.eot");
    src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Bold.eot#iefix") format("embedded-opentype"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Bold.woff2") format("woff2"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Bold.woff") format("woff"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Bold.svg#DubaiW23-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Dubai-Light';
    src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Light.eot");
    src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Light.eot#iefix") format("embedded-opentype"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Light.woff2") format("woff2"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Light.woff") format("woff"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Light.svg#DubaiW23-Light") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Dubai-Regular';
    src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Regular.eot");
    src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Regular.eot#iefix") format("embedded-opentype"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Regular.woff2") format("woff2"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Regular.woff") format("woff"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Regular.svg#DubaiW23-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Dubai-Medium';
    src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Medium-1.eot");
    src: url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Medium-1.eot#iefix") format("embedded-opentype"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Medium-1.woff2") format("woff2"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Medium-1.woff") format("woff"),url("https://7751580.fs1.hubspotusercontent-na1.net/hubfs/7751580/assets/fonts/Dubai/DubaiW23-Medium-1.svg#DubaiW23-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}

html {
  font-size: 24px;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 17px;
  text-rendering: optimizeLegibility;
  font-family: Lato, serif;
}

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

* {
  outline: none;
}

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

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

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

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin:0 0 20px;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

h6 {
  font-size: .9rem;
  line-height: 1.30769230769;
  margin:0 0 10px;
  letter-spacing: 0.65px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}


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

:focus {
  outline: auto;
  outline-color: green;
}

.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: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 18px;
  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;
  padding: 15px 53px;
  font-family: 'Graphik-Semibold';
  
  text-decoration: none !important;
  box-shadow: 0px 5px 5px #29AAE12F;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-input {
  background: #F4F5F7;
  height: 38px;
  font-size: 13px;
  line-height: 17px;
  color: #B4B4B4;
}

legend.hs-field-desc {
  font: normal normal normal 11px/12px Helvetica;
  color: #8891A0;
}

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  color: #33475b;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border:none;
  padding:14px;
  border:solid 1px transparent;
  color: #2B2B2B;
}

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

.legal-consent-container p {
  font: normal normal normal 11px/14px Helvetica;
  color: #ADADAD;
}


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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input: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 {
  border-color: #c87872;
}
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 {
  border-color: #b9554d;
}

.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;
  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 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;
}
label.hs-error-msg,
.hs-error-msgs label{
  color: #D02929 !important;
  font-size: 12px;
  line-height: 15px;
}

.hs-input.invalid.error {
  border: 1px solid #F4CDCD;
  background: #fff;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

header.header.no-nv {
  padding: 29px 20px;
  background: #EFF5F7;
}

header.header.no-nv .header__container {
  padding: 0;
}

header.header.no-nv .header__container .widget-type-logo {
  margin: 0;
}

.spacer {
  min-height: 163px;
  background: #eff5f7;
}

.body-inner-wrapper {
  margin-top: -114px;
}
.body-inner-wrapper .page-center{
  display:flex;
}

.body-inner-wrapper .dnd-section {
  padding: 0;
}

.body-inner-wrapper .left-col {
  width: 33%;
}

.body-inner-wrapper .left-col img {
  width: 100%;
  display: block;
  box-shadow: 9px 6px 15px rgb(0 0 0 / 20%);
}

.body-inner-wrapper .right-col {
  width: 67%;
}

main.body-container-wrapper.cm-landing-page {
  background: #FAFBFC;
}

.cm-landing-page ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
  color: #7C7C7C;
}

.cm-landing-page ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #28ACDF;
  font-size: 13px;
  line-height: 9px;
  position: absolute;
  left: 0;
  font-weight: normal;
  font-style: normal;
  top: 10px;
}

.cm-landing-page ul li {
  position: relative;
  padding: 0 0 0 20px;
}

ul.inputs-list li {
  padding: 0;
}

ul.inputs-list li:before {
  content: none;
}

.ar-page.cm-landing-page ul li {
  position: relative;
  padding: 0 20px 0 0;
}

.ar-page.cm-landing-page ul li:before {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

.cm-landing-page .bottom-col .widget-type-form {
  max-width: 530px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 28px;
  display: block;
  box-shadow: 0px 0px 15px #0000000d;
  border-radius: 5px;
}

.cm-landing-page .bottom-col .page-center {
  display: block;
}

.cm-landing-page .bottom-col {
  padding: 92px 0 70px;
}

.cm-landing-page .bottom-col .widget-type-form h3.form-title {
  color: #091320;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Graphik-Semibold';
  margin-bottom: 31.5px;
}


.cm-landing-page .bottom-col .hs-button {
  width: 100%;
  padding: 15.75px 10px;
  text-transform: uppercase;
}

.icon-wrap {
  width: 68px;
  height: 68px;
  background: #1AABE2 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 5px 5px #29AAE12F; */
  /* opacity: 0.19; */
  display: block;
  margin: 0 auto;
  line-height: 68px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  border-radius: 100%;
}

.icon-wrap i {
  font-size: 0;
}

.icon-wrap i:before {
  font-size: 32px;
}

main.body-container-wrapper.cm-ty-page span.icon-wrap {
  box-shadow: 0px 5px 5px #29aae12f;
}

.cm-ty-page h4 {
  color: #586474;
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
  font-family: 'Graphik-Semibold';
  margin: 25px 0;
}

.cm-ty-page .hs-button {
  min-width: 243px;
}

.body-container-wrapper {
  background: #FAFBFC;
}

main.body-container-wrapper.cm-ty-page .page-share-area {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

main.body-container-wrapper.cm-ty-page .page-share-area p {
  font: normal normal normal 12px/19px Graphik-Regular;
  margin-bottom: 10px;
}
body.thankyou-page .top-bar-right .globe_class {
  width: auto;
}
body.lp-page form .legal-consent-container {
  margin-bottom: 20px;
}
body.lp-page form .legal-consent-container .hs-richtext p {
  margin: 0;
}
.cm-landing-page .bottom-col form {
  display: flex;
  flex-direction: column;
}
.cm-landing-page .bottom-col form fieldset.form-columns-1:first-child {
  order: 1;
}
.cm-landing-page .bottom-col form fieldset.form-columns-2:nth-child(2) {
  order: 2;
}
.cm-landing-page .bottom-col form fieldset.form-columns-1:nth-child(3) {
  order: 3;
}
.cm-landing-page .bottom-col form fieldset.form-columns-1:nth-child(4) {
  order: 6;
  margin-top: 20px;
}
.cm-landing-page .bottom-col form .hs_recaptcha {
  order: 4;
}
.cm-landing-page .bottom-col form .hs_submit.hs-submit {
  order: 5;
}
.cm-landing-page .bottom-col form .hs_error_rollup {
  display: none;
}
.cm-landing-page .bottom-col form .hs_recaptcha .grecaptcha-badge {
  margin: 0;
}
main.guide-page .right-col .widget-type-rich_text h1 {
  color: rgba(9,19,32,1.0);
  font-family: Graphik-Bold;
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 20px;
}

main.body-container-wrapper.cm-landing-page.guide-page.ar-page {
  font-family: Dubai-Regular;
}
.cm-landing-page.guide-page.ar-page h6 {
  font-family: Dubai-Regular;
}
.cm-landing-page.guide-page.ar-page p {
  font-family: Dubai-Regular;
}
.cm-landing-page.guide-page.ar-page .hs-button {
  font-family: Dubai-Regular;
}
.cm-landing-page.ar-page .bottom-col .widget-type-form h3.form-title {
  font-family: Dubai-Medium;
}
.cm-landing-page.ar-page .bottom-col form {
  font-family: Dubai-Regular;
}
.cm-landing-page.ar-page .bottom-col form .input {
  margin-right: 0;
}
.cm-landing-page.ar-page .bottom-col form .input ul.inputs-list li.hs-form-booleancheckbox {
  padding-right: 0;
}
.cm-landing-page.ar-page .bottom-col form .input ul.inputs-list li.hs-form-booleancheckbox .hs-input {
  margin-right: 0;
  margin-left: 10px;
}
.cm-landing-page.ar-page legend.hs-field-desc {
  font-family: Dubai-Regular;
}
.cm-landing-page.ar-page .bottom-col form .form-columns-2 .hs-firstname {
  padding-left: 2%;
}

.cm-landing-page.guide-page.ar-page .legal-consent-container .hs-richtext p a {
  color: #1CABE2;
}

main.body-container-wrapper.ty-page-arabic h4 {
  font-family: Dubai-Medium;
}
main.body-container-wrapper.ty-page-arabic p {
  font-family: Dubai-Regular;
}
main.body-container-wrapper.cm-ty-page.ty-page-arabic .page-share-area p {
  font-family: Dubai-Regular;
}
main.body-container-wrapper.cm-ty-page.ty-page-arabic .hs-button {
  font-family: Dubai-Regular;
}
main.body-container-wrapper.cm-ty-page.ty-page-arabic .rec-post-wrapper h3 {
  font-family: Dubai-Regular;
}
main.body-container-wrapper.cm-ty-page.ty-page-arabic {
  font-family: Dubai-Regular;
}
main.body-container-wrapper.cm-ty-page.ty-page-arabic .rec-post-wrapper .recent-post-title a {
  font-family: Dubai-Regular;
}
main.body-container-wrapper.cm-ty-page.ty-page-arabic .rec-post-wrapper .recent-post-title .date {
  font-family: Dubai-Regular;
}

/*======== media queries ========*/
@media(max-width:961px){
  body.thankyou-page .recent-post-item {
    width: 50%;
  }
  body.thankyou-page .recent-post-item .recent-post-inner {
    width: 100%;
  }
}
@media(max-width:767px){
  .body-inner-wrapper .left-col,.body-inner-wrapper .right-col {
    width: 100%;
  }

  .body-inner-wrapper .page-center {
    display: block;
  }

  .body-inner-wrapper .left-col {
    margin-bottom: 30px;
  }
  body.thankyou-page .recent-post-item {
    width: 100%;
    margin-bottom: 30px;
  }
  main.guide-page .right-col .widget-type-rich_text h1 {
    font-size: 25.5px;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .form-columns-2 .hs-form-field .hs-input,
  .form-columns-3 .hs-form-field .hs-input{
    width:100% !important;
  }
}

@media(max-width:480px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-y: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.page-center{
  padding-left:15px;
  padding-right:15px;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

body > .site-header {
  display: none;
}
body nav#menu {
  display: none;
}

.header {
  background-color: #F8FAFC;
  box-shadow: 0px 3px 20px #0000000b;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1230px;
  padding: 8px 15px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {

}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo.header__logo--main img {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
}

.header__logo.header__logo--main a {
  display: block;
  font-size: 15px;
  color: #b9b9b9;
  line-height: 1.8;
  font-weight: bold;
  max-width: 190px;
  font-family: 'Graphik-Semibold';
}

/* Styles for the Search Bar */


.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */



.header__language-switcher--label-current {
  display:none;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

.header_menu ul li {
  width: auto;
}

.header_menu ul li a {
  padding: 1rem 13px;
  font-family: 'Graphik-Regular';
  letter-spacing: .49px;
  font-size: 15px;
  margin:0;
  line-height: 1;
  position:relative;
}

.request-trial-btn {
  width: 145px;
  height: 40px;
  background: #199cdc 0% 0% no-repeat padding-box !important;
  border-radius: 2px;
  font-size: 15px !important;
  padding: 2px 0 0 !important;
  text-align: center;
  line-height: 38px;
  margin-top: 5px !important;
  color: #fff !important;
  border-radius: 4px;
  font-family: 'Graphik-Regular';
  float: right;
  text-decoration:none !important;
}

.top-bar-right-menu {
  float: right;
  margin-top: -1px;
  font-size: 0;
  padding: 7px 0;
  margin-left: 20px;
}

.top-bar-right-menu a {
  display: inline-block;
  color: #000;
  font-size: 15px;
  margin: 7px 7px;
  font-family: 'Graphik-Regular';
  position: relative;
  text-decoration: none;
}

.login-header:after {
  content: '|';
  position: absolute;
  right: -27px;
  top: 0;
  color: rgba(255,255,255,0.21);
  height: 21px;
  width: 1px;
  display: block;
}

.header__logo.header__logo--main .widget-type-logo {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: .5rem 1rem .5rem 0;
}

.header_menu ul li.item-hs-children > a:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  color: #8fa1aa;
  font-size: 12px;
  top: 50%;
  right: 3px;
  display: inline-block;
  transform: translateY(-50%);
}

.header_menu ul li.item-hs-children {
  padding-right: 10px;
  position: relative;
}

/* Dropdown */
.is-dropdown-submenu {
  padding: 25px 25px 0;
  box-shadow: 6px 6px 40px #0c192a33;
  border-radius: 5px;
  background-color: #fff !important;
  z-index: 999;
  position: absolute;
  min-width: 890px;
  background: #fefefe;
  border: 0;
  top: 100%;
  right: auto;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  margin-left: 15px;
}
.menu li.item-hs-children:hover ul {
  opacity: 1;
  visibility: visible;
}
.header_menu .is-dropdown-submenu>li {
  float: left;
  width: 33.2%;
  list-style: none;
  padding: 5px 0;
  margin-bottom: 24px;
  border-left: 2px solid #fff;
}
.header_menu .is-dropdown-submenu > li:nth-child(3n+1) {
  clear: both;
}
.header_menu .is-dropdown-submenu > li a {
  color: #000;
  font-size: 17px;
  font-family: 'Graphik-Regular';
  font-weight: 600;
  margin: 0 !important;
  padding: 0 16px;
  line-height: 1;
}
.header_menu .is-dropdown-submenu > li a i {
  display: block;
  color: #d9e4e8;
  font-size: 19px;
  margin-bottom: 13px;
}
.header_menu .is-dropdown-submenu > li a p {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
.header_menu .is-dropdown-submenu>li a:hover {
  color: #0d1929;
}
.header_menu .is-dropdown-submenu>li a:hover i {
  color: #28acdf;
}
.header_menu .is-dropdown-submenu > li.current-menu-item, 
.header_menu .is-dropdown-submenu > li:hover {
  border-left: 2px solid #28acdf;
}
.header_menu ul li.item-hs-children.inline-icon ul.sub-menu li.inline-icon i {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 4px;
}

/* == Header Arabic == */

header.hdr-arabic .header_menu {
  padding: 0 20px;
}
header.hdr-arabic .header_menu ul li a {
  font: normal normal normal 15px/25px Dubai-Regular;
  letter-spacing: 0.49px;
  color: #264958;
}
header.hdr-arabic .header_menu ul li.item-hs-children>a:before {
  right: auto;
  left: 0;
}
header.hdr-arabic .header_menu ul li.item-hs-children {
  padding-right: 10px;
  padding-left: 10px;
}
header.hdr-arabic .top-bar-right-menu {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}
header.hdr-arabic .top-bar-right-menu a.login-header.gtrackexternal:after {
  content: none;
}
header.hdr-arabic .top-bar-right-menu a.login-header.gtrackexternal {
  margin: 0;
  padding: 7px;
}
.globe_class {
  background: none !important;
}

ul.lang_list_class {
  opacity: 1;
  position: static;
  display: block;
  transform: none;
  border: none;
  padding: 0;
}

ul.lang_list_class:before,ul.lang_list_class:after {
  content: none;
}

a.lang_switcher_link.current-active {
  display: none;
}

.lang_list_class li {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  line-height: inherit;
  font-size: inherit;
}



.header__container .header__logo {
  max-width: 150px;
}

.header__language-switcher-label-current, 
.header__language-switcher .lang_list_class li a {
  font: normal normal normal 15px/25px Dubai-Regular !important;
  color: #264958;
}

header.header.no-nv.ar-lang .header__container .top-bar-right {
  margin-left: 0;
}
header.header.no-nv.ar-lang .header__container .top-bar-right a.lang_switcher_link {
  font-family: Graphik-Regular !important;
}
header.header.no-nv.ar-lang .globe_class {
  width: auto;
  height: auto;
}
header.header.hdr-arabic .header__container {
  flex-direction: row-reverse;
}
header.header.hdr-arabic .header__container .header__logo .widget-type-logo {
  margin: .5rem 0 .5rem 1rem;
}
header.header.hdr-arabic .headerContent {
  flex-direction: row-reverse;
}
header.hdr-arabic .header_menu ul.is-dropdown-submenu {
  margin-left: 0;
  right: 0;
  left: 0;
  margin-right: 15px;
}
header.hdr-arabic .header_menu .is-dropdown-submenu>li a {
  font: normal normal 600 17px/25px 'Dubai-Medium';
  color: #000;
}
header.hdr-arabic .header_menu .is-dropdown-submenu>li {
  border-left: 0;
  border-right: 2px solid #fff;
}
header.hdr-arabic .header_menu .is-dropdown-submenu>li.current-menu-item, 
header.hdr-arabic .header_menu .is-dropdown-submenu>li:hover {
  border-right: 2px solid #28acdf;
}
header.hdr-arabic .header_menu .is-dropdown-submenu>li.inline-icon i {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 4px;
  display: inline-block;
}
.globe_class {
  width: auto;
}
.top-bar-right .lang_switcher_class .globe_class {
  width: auto;
  height: auto;
  margin-left: 20px;
}
header.header.hdr-arabic .lang_switcher_class .globe_class {
  margin-left: 0;
  margin-right: 20px;
}

@media print, screen and (min-width: 48.0625em){
  .top-bar-right {
    padding-right: 0;
    font-size: .3125rem;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

@media screen and (min-width: 75em){
  .header_menu {
    -webkit-flex: 1 1 47%;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
  }
}

@media (min-width: 992px) {
  button#burger-menu {
    display: none;
  }
  .header__container .headerContent {
    display: flex !important;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 150px);
  }
  .child-trigger {
    display: none;
  }
}

/* Mobile Styles */
@media (max-width: 1400px) {
  .is-dropdown-submenu {
    min-width: 850px;
  }
}
@media (max-width: 1350px) {
  .is-dropdown-submenu {
    min-width: 750px;
  }
  .header_menu .is-dropdown-submenu>li a {
    font-size: 14px;
  }
  .header_menu ul li.item-hs-children.inline-icon ul.sub-menu li.inline-icon i {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .header_menu .is-dropdown-submenu>li {
    width: 50%;
  }
  .header_menu .is-dropdown-submenu>li:nth-child(3n+1) {
    clear: none;
  }
  .is-dropdown-submenu {
    min-width: 550px;
  }
}
@media (max-width: 991px) {
  button#burger-menu {
    cursor: pointer;
    height: 27px;
    width: 27px;
    float: left;
    overflow: visible;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9999;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    -webkit-appearance: none;
    padding: 0;
  }
  header.header.hdr-arabic button#burger-menu {
    right: auto;
    left: 25px;
  }
  button#burger-menu span {
    right: 5px;
    top: 13px;
    width: 18px;
  }
  button#burger-menu span, 
  button#burger-menu span:after, 
  button#burger-menu span:before {
    background: #091523;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: .3s ease-in-out;
  }
  button#burger-menu span:before {
    content: "";
    left: 0px;
    top: -6px;
    width: 18px;
  }
  button#burger-menu span:after {
    content: "";
    left: 0px;
    top: 6px;
    width: 18px;
  }
  .header__container .headerContent {
    display: none;
    width: 100%;
  }
  .blog-header {
    padding-top: 20px !important;
  }
  .header__container {
    display: block;
    padding: 15px 25px;
  }
  .top-bar-right-menu {
    float: none;
    margin-left: 0;
  }
  .top-bar-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .header_menu .menu {
    flex-direction: column;
  }
  .header_menu ul li a {
    padding: 1rem 0;
  }
  .header__container .headerContent .header_menu {
    padding: 20px 0;
  }
  .header__container .headerContent .header_menu {
    padding: 20px 0;
  }
  .is-dropdown-submenu {
    min-width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding: 0;
    display: none;
    top: 0;
    right: 0;
    box-shadow: none;
  }
  .is-dropdown-submenu li.menu-item {
    float: none;
    width: 100%;
  }
  .is-dropdown-submenu li.menu-item:last-child {
    margin-bottom: 0;
  }
  .header_menu ul li.item-hs-children>a:before {
    font-size: 16px;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    cursor: pointer;
  }
  .header_menu .is-dropdown-submenu>li {
    width: 100%;
    float: none;
  }
  .request-trial-btn {
    width: 100%;
    border-radius: 0;
  }
  button#burger-menu.mobile-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  button#burger-menu.mobile-open span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  button#burger-menu.mobile-open span {
    background: transparent;
  }
  header.header.no-nv .header__container {
    padding: 0;
    display: flex;
  }
  .top-bar-right .lang_switcher_class .globe_class {
    margin-left: 0;
  }
  header.header.hdr-arabic .lang_switcher_class .globe_class {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }

  .page-share-area {
    justify-content: center;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  padding:55px 54px 30px;
}
.social-icon {
  font-size: 0;
}
.menu-col {
  float:left;
  width:16.6%
}
.footer-logo {
  float:left;
  width:25%
}
.social-icon a {
  color:#b1bcc3;
  margin-right:38px;
  font-size:20px
}
.social-icon h6 {
  font-family: 'Graphik-Regular';
  font-size: 13px;
  letter-spacing: .26px;
  color: #5b6e79;
  text-transform: capitalize;
  margin-top: 20px;
  font-weight: normal;
  line-height: 27px;
}
.footer .widget-title {
  letter-spacing:.36px;
  color:#144461;
  text-transform:uppercase;
  font-size:18px;
  font-family:'Graphik-Regular';
  line-height:1.42;
  margin:0;
  padding-bottom:5px
}
.menu {
  padding:0;
  margin:0;
  list-style:none;
  position:relative;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row
}
.menu li {
  width:100%
}
.menu li a {
  letter-spacing:.32px;
  color:#5b6e79;
  text-transform:capitalize;
  font-size:16px;
  font-family:'Graphik-Regular';
  margin-top:30px;
  line-height:21px;
  text-decoration:none;
  display:block
}
.footer-bottom .page-center {
  color:#fff;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  border-top:1px solid #e5e5e5;
  margin-top:50px;
  padding-top:50px;
  flex-direction: row-reverse;
}
.footer-form .hs-input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #70707014;
  border-radius: 4px;
  font: normal normal normal 16px/21px Graphik-Regular;
  letter-spacing: .32px;
  color: #5b6e79;
  height: 55px;
  width: 388px;
  padding: 9px 15px;
}
.footer-form input.hs-button {
  border: 0 none;
  background: transparent;
  font: normal normal normal 16px/21px Graphik-Regular;
  letter-spacing: 0.32px;
  color: #29ACDF;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  outline: none;
  box-shadow: none;
}
.footer-form .hs-input:focus {
  background: #fff;
  border-color: #199cdc;
}
.footer-form form {
  position: relative;
  max-width: 505px;
}
.footer-form form .hs-form-field {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.footer-form form .hs-form-field>label {
  margin: 0 30px 0 0;
  font: normal normal 16px/21px Graphik-Semibold;
  letter-spacing: 0.32px;
  color: #5B6E79;
  text-transform: capitalize;
}
.footer-form ul.hs-error-msgs label.hs-error-msg {
  font-size: 15px;
  text-align: center;
  color: #f2545b;
}
.footer-form .hs_error_rollup label.hs-main-font-element {
  font-size: 15px;
  text-align: center;
  color: #f2545b;
}
.footer-form form .hs-form-field>label {
  margin: 0 20px 0 0;
}

.footer__container {
  display: flex;
  margin: 0 auto;
}

.footer__container .bottom-links ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.footer__container .bottom-links {
  display: flex;
  justify-content: flex-end;
}

.footer__container > div {
  width: 48%;
}

.footer__container .bottom-links ul li {
  float: left;
  margin-right: 45px;
}

.footer__container .bottom-links ul li:last-child {
  margin: 0;
}
footer.footer.footer-nonav {
  padding: 20px;
}
.footer__container .bottom-links ul li a {
  color: #5B6E79;
  font-size: 14px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  line-height: 18px;
  display: block;
  text-decoration:none;
}
.footer__container > div {
  width: 48%;
}

/* -- Footer Arabic -- */

footer.ftr-arabic .page-center {
  text-align: right;
}

footer.ftr-arabic .page-center .footer-logo {
  float: right;
}

footer.ftr-arabic .page-center .menu-col {
  float: right;
}

footer.ftr-arabic .widget-title {
  font: normal normal 18px/30px Dubai-Medium;
  letter-spacing: 0.36px;
  color: #144461;
  text-transform: uppercase;
}

footer.ftr-arabic .menu li a {
  font: normal normal normal 16px/27px Dubai-Regular;
  letter-spacing: 0.32px;
  color: #5B6E79;
  text-transform: capitalize;
  margin-top: 20px;
}
footer.ftr-arabic .footer-form form .hs-form-field {
  flex-direction: row;
}
footer.ftr-arabic .footer-form form .hs-form-field > label {
  margin-right: 0;
  margin-left: 20px;
  font: normal normal 16px/27px Dubai-Medium;
}
footer.ftr-arabic .footer-form input.hs-button {
  left: 0;
  font: normal normal normal 16px/27px Dubai-Regular;
  padding-left: 20px;
  padding-right: 20px;
  right: auto;
}
footer.ftr-arabic .footer-form .hs-input {
  text-align: right;
  background: #fff;
  font: normal normal normal 16px/27px Dubai-Regular;
}
footer.ftr-arabic .footer-form form .hs-form-field>label span.hs-form-required {
  display: none;
}
footer.ftr-arabic .social-icon a {
  margin-right: 0;
  margin-left: 38px;
}
footer.footer.ftr-arabic .footer-bottom .page-center {
  flex-direction: row;
}
.ftr-arabic .social-icon h6 {
  font-family: 'Dubai-Regular';
}
.ftr-arabic .social-icon {
  display: flex;
  font-size: 0;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ftr-arabic .social-icon h6 {
  font-family: 'Dubai-Regular';
  width: 100%;
}
footer.footer.footer-nonav.arabic-footer .footer__copyright {
  font: normal normal normal 14px/24px Dubai-Regular;
  letter-spacing: 0.28px;
  color: #5B6E79;
  text-transform: capitalize;
}
footer.footer.footer-nonav.arabic-footer .bottom-links a {
  font: normal normal normal 14px/24px Dubai-Regular;
  letter-spacing: 0.28px;
  color: #5B6E79;
  text-transform: capitalize;
}
.footer-form form .hs-form-field>label span.hs-form-required {
  display: none;
}
@media(max-width: 991px) {
  .footer-form form {
    position: relative;
    max-width: 430px;
  }
  .footer-form .hs-input {
    width: 310px;
  }
  .footer .widget-title {
    font-size: 14px;
  }
  .menu li a {
    font-size: 14px;
    margin-top: 15px;
  }
  .footer-top .page-center > div {
    padding-right: 15px;
  }
  .footer-top .page-center > div:last-child {
    padding-right: 0;
  }
}

@media(max-width: 850px) {
  .footer-form form .hs-form-field {
    display: block;
  }
  .footer-form form .hs-form-field>label {
    margin: 0 0px 10px 0;
  }
  .footer-form input.hs-button {
    top: 30px;
  }
  .footer .widget-title {
    font-size: 13px;
  }
  .menu li a {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  footer.footer {
    padding: 55px 30px 30px;
  }
  footer.footer .footer-bottom .page-center {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .social-icon a.gtrackexternal:last-of-type {
    margin-right: 0;
  }
  .social-icon {
    text-align: center;
  }
  footer.footer .footer-top .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-logo {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .menu-col {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .menu-col:last-child {
    margin-bottom: 0;
  }
  .menu li a {
    margin-top: 25px;
    font-size: 16px;
  }
  .footer .widget-title {
    font-size: 18px;
  }
  .footer-form {
    margin-bottom: 40px;
  }
  footer.footer.footer-nonav .footer__container {
    flex-direction: column;
  }
  .footer__container>div {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer__container .bottom-links ul li {
    margin-right: 10px;
    float: none;
    display: inline-block;
  }
  .footer__container .bottom-links {
    justify-content: center;
  }
  footer.footer.ftr-arabic .footer-bottom .page-center {
    flex-direction: column-reverse;
  }
  .ftr-arabic .social-icon {
    justify-content: center;
  }
  header.hdr-arabic .header_menu ul.is-dropdown-submenu {
    margin: 0;
  }
}

@media (max-width: 479px) {
  .footer-form .hs-input {
    width: 270px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */


.cat-wrap ul {
  width: 230px;
  background: #fafbfc 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 8px #00000015;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 9;
}
.cat-wrap {
  position: relative;
}
.cat-wrap.visible ul.items {
  display: block;
}
.cat-heading {
  padding: 15px;
  width: 230px;
  background: #FAFBFC 0% 0% no-repeat padding-box;
  border: 1px solid #E4EAED;
  border-radius: 4px;
  font: normal normal normal 14px/18px Graphik-Regular;
  letter-spacing: 0px;
  color: #484848;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cat-wrap ul li a {
  color: #5b6e79;
  text-decoration: none !important;
}
.cat-wrap.visible ul.items li {
  padding: 15px;
  border-bottom: 1px solid #c6c6c6;
  font-family: 'Graphik-Semibold';
  font-size: 13px;
  line-height: 18px;
}
.cat-wrap.visible ul.items li:first-child {
  border-top: 1px solid #c6c6c6;
}
.cat-wrap.visible ul.items li input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 7px;
}
.search-wrap {
  margin-left: 15px;
  min-width: 50px;
}

.search-wrap {
  margin-left: 15px;
  position: relative;
}
.search-wrap input.hs-search-field__input {
  background: #FAFBFC 0% 0% no-repeat padding-box;
  border: 1px solid #E4EAED;
  border-radius: 4px;
  height: 50px;
  width: 0;
  outline: none;
  padding: 0 15px;
  transition: 0.25s;
}
.search-wrap form.open input.hs-search-field__input {
  width: 300px;
}
.search-wrap button {
  width: 50px;
  height: 50px;
  background: #A7B9C1 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: 0 none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}
.search-wrap button:hover {
  background: #009CDC 0% 0% no-repeat padding-box;
}
.search-wrap button svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: block;
  margin: auto;
}
div#list2.cat-wrap {
  margin-left: 15px;
}

.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header .content-wrapper {
  border-bottom: 2px solid #EBEBEB;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cat-heading i.fa {
  color: #8FA1AA;
}

.blog-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
h1.blog-header__title {
  font: normal normal normal 34px/44px Graphik-Regular;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.blog-header__inner .byline-rt-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-wrap form.typing button span.hs_cos_wrapper_type_icon:before {
  content:"\f00d";
  font-weight: 900;
  font-family: 'FontAwesome';
  color: #8D8D8D;
}
.search-wrap form.typing button svg {
  display: none;
}
.search-wrap input.hs-search-field__input:focus {
  border-color: #199CDC;
}
.search-wrap input.hs-search-field__input:focus ~ button,
.search-wrap form.typing button {
  background: transparent;
}
.search-wrap input.hs-search-field__input:focus ~ button svg {
  fill: #199CDC;
}
div#list2 select#sort {
  height: 50px;
  -webkit-appearance: none;
  outline: none;
}
div#list2.cat-wrap .inner-list-two i.fa {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #8fa1aa;
  font-size: 14px;
}
.search-wrap ul.hs-search-field__suggestions {
  margin: 0;
}
.inner-list-two.cat-heading select#sort {
  display: none;
}
.inner-list-two.cat-heading {
  position: relative;
  height: 50px;
}
.inner-list-two.cat-heading .select-selected {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  left: 0;
  right: 0;
  padding-left: 15px;
}
.cat-heading:hover {
  border-color: #199cdc;
}
.inner-list-two.cat-heading .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid rgba(198, 198, 198, 1);
  border-radius: 4px;
  background: rgba(250, 251, 252, 1);
  display: block;
}
.inner-list-two.cat-heading .select-items.select-hide {
  display: none;
}
.inner-list-two.cat-heading .select-items div {
  padding: 15px;
  border-bottom: 1px solid #c6c6c6;
  font-family: 'Graphik-Semibold';
  font-size: 13px;
  line-height: 18px;
}
.blog-main-content .content-wrapper {
  padding: 0;
}
ul.hs-search-field__suggestions {
  padding: 5px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  overflow-y: auto;
  z-index: 9;
}
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}

.header-arabic .inner-list-two.cat-heading .select-selected {
  padding-left: 0;
  padding-right: 15px;
}
.header-arabic .cat-heading {
  font-family: Dubai-Regular;
}
.main-content-arabic .blog-index__post-content--small h2, .main-content-arabic .blog-index__post-content--small h2 a {
  font-family: Dubai-Regular;
}
.main-content-arabic .blog-post__meta-section .date {
  font-family: Dubai-Regular;
}
.main-content-arabic .blog-pagination .blog-pagination__link {
  font-family: Dubai-Regular;
}
.blog-pagination .blog-pagination__link.active {
  background: #29aae1;
  color: #fff;
}
.subscribe-form.subscribe-arabic .content-wrapper .subscribe-form-content p {
  font-family: Dubai-Regular;
}
.blog-main-content.main-content-arabic {
  font-family: Dubai-Regular;
}
.blog-main-content.main-content-arabic .blog-index__post-image {
  font-family: Dubai-Regular;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.blog-index:after {
  content: "";
  flex: 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 {
  flex:  0 0 100%;
  width: 100%;
  padding: 1rem 15px;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/4);
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    position: relative;
    }
@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-index__post-image svg.svg-inline--fa {
  width: 30px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  color: #fff;
  font-size: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
}
.blog-index__post-image:hover svg.svg-inline--fa {
  opacity: 1;
  visibility: visible;
}
.blog-main-content.main-content-arabic .blog-index__post-image svg.svg-inline--fa {
  transform: rotate(180deg) translate3d(50%, 50%,0);
}
.blog-recent-posts .blog-recent-posts__list.related-blog-arabic a.blog-index__post-image.blog-index__post-image--small svg.svg-inline--fa {
  transform: rotate(180deg) translate3d(50%, 50%,0);
}
.blog-post__meta-section .date {
  font: normal normal normal 12px/15px Graphik-Regular;
  color: #727B80;
}
.blog-post__meta-section .blog-post__read-minutes {
  font: normal normal normal 12px/15px Graphik-Regular;
  color: #727B80;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 35px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: 14px 22px;
  margin: 0 .1rem;
  color: #000;
  text-decoration: none;
  line-height: 1;
  border-radius: 2px;
  font: normal normal normal 16px/21px Graphik-Regular;
}
.blog-pagination__link:hover {
  background: #29AAE1;
  color: #fff;
}
.subscribe-form {
  background: #0C192A;
  margin-top: 100px;
}
.subscribe-form .content-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  width: 50%;
}
.subscribe-form .content-wrapper .subscribe-form-image {
  width: 25%;
  text-align: center;
}
.subscribe-form .content-wrapper .subscribe-form-content {
  width: 75%;
  padding-left: 50px;
}
.subscribe-form .content-wrapper .subscribe-form-content h3 {
  font: normal normal 25px/33px Graphik-Semibold;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.subscribe-form.subscribe-arabic .content-wrapper .subscribe-form-content h3 {
  font: normal normal 25px/33px Dubai-Bold;
  font-weight: bold;
}
.subscribe-form .content-wrapper .subscribe-form-content p {
  font: normal normal normal 15px/20px Graphik-Regular;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.subscribe-form .content-wrapper .subscribe-form-content form {
  position: relative;
}

.subscribe-form .content-wrapper .subscribe-form-content form .hs-input {
  box-shadow: 0px 2px 30px #00000018;
  border-radius: 4px;
  border: 0 none;
  font: normal normal normal 14px/18px Graphik-Regular;
  letter-spacing: 0px;
  color: #000000;
  height: 50px;
  width: 100%;
  padding: 5px 15px;
  outline: none;
  background: #ffffff;
}

.subscribe-form .content-wrapper .subscribe-form-content form .hs-input:focus {
  background: #fff;
  border-color: #199cdc;
  outline: none;
}
.subscribe-form .content-wrapper .subscribe-form-content form .hs-input::-webkit-input-placeholder {
  color: #BBBBBB;
}
.subscribe-form .content-wrapper .subscribe-form-content form input.hs-button {
  font: normal normal 16px/21px Graphik-Semibold;
  color: #29AAE1;
  border: 0 none;
  -webkit-appearance: none;
  height: 50px;
  position: absolute;
  right: 0;
  background: none;
  cursor: pointer;
  outline: none;
  padding: 0 15px;
  top: 0;
  box-shadow: none;
}
.subscribe-form div#mc_embed_signup .mc-field-group {
  position: relative;
  display: inline-block;
}
.subscribe-form .content-wrapper .subscribe-form-content form .hs-form-field {
  margin: 0;
}
.subscribe-form .content-wrapper .subscribe-form-content .submitted-message {
  color: #fff;
}
.footer-bottom .page-center .footer-form .submitted-message {
  color: #5b6e79;
  padding-right: 94px;
}

.blog-pagination__link--active {
  background: #29aae1;
  color: #fff;
}
.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-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: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.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: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  font: normal normal 22px/28px Graphik-SemiBold;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
}
.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: 680px;
  margin: 0 auto;
}
.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 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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font: normal normal normal 16px/22px Graphik-Regular;
  color: #264958;
}
.blog-index__post-content--small h2 a {
  color: #264958;
}
.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
  color: #00b1e3;
}
.blog-index__post-image:before {
  background-color: rgba(0, 156, 220, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.blog-index__post-image:hover:before {
  opacity: 1;
  visibility: visible;
}

.blog-post__meta-section {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 10px;
  font-size: 14px;
}

.blog-post__meta-section .date::after {
  content: "|";
  padding: 0 10px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-recent-posts .blog-recent-posts__list {
  margin: 0 -15px;
}

.blog-post--content .blog-index__post-inner-card .blog-index__post-content {
  padding: 20px;
}

.blog-post--content .blog-index__post-inner-card .blog-index__post-content h2 {
  font: normal normal normal 16px/22px Graphik-Regular;
  letter-spacing: 0px;
  color: #264958;
  margin-top: 0;
}
.blog-post--content .blog-index__post-image {
  padding-bottom: 66%;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.blog-header .hs-search-field__bar button svg {
  height: 15px;
}
.subscribe-form.subscribe-arabic .content-wrapper .subscribe-form-content form input.hs-button {
  left: 0;
  right: auto;
  font-family: 'Dubai-Medium';
}

.ftr-arabic .footer-bottom .page-center .footer-form .submitted-message {
  padding-right: 0;
  padding-left: 94px;
}

@media screen and (max-width: 1230px) {
  .subscribe-form div#mc_embed_signup .mc-field-group {
    position: relative;
    display: block;
  }
  .subscribe-form div#mc_embed_signup .email {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .subscribe-form .content-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
  .subscribe-form .content-wrapper {
    flex-direction: column;
  }
  .subscribe-form .content-wrapper .subscribe-form-image {
    width: 100%;
  }
  .subscribe-form .content-wrapper .subscribe-form-content {
    width: 100%;
    padding-left: 0;
  }
  .subscribe-form .content-wrapper .subscribe-form-image img {
    max-width: 100px;
  }
  .subscribe-form .content-wrapper .subscribe-form-content h3 {
    font-size: 18pt !important;
  }
  .search-wrap .hs-search-field__bar button svg {
    height: 16px;
  }
  .footer-bottom .page-center .footer-form .submitted-message {
    padding-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .subscribe-form .content-wrapper {
    width: 80%;
  }
}
/* Blog Grid Listing with Sidebar */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/* == Blog Post Layout == */

.blog-post-wrapper {
  padding-top: 90px;
}
.blog-post-wrapper .post-header-section {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 15px;
}
.blog-post-wrapper .post-header-section h1.blog-post__title {
  font: normal normal 600 30px/39px Graphik-Regular;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
.post-byline {
  text-align: center;
  color: #727B80;
  margin-bottom: 40px;
}
.post-byline i.fa {
  margin-right: 5px;
}
.blog-post-wrapper .post-header-section .post-featured-image img {
  box-shadow: 0px 3px 24px #00000029;
  border-radius: 10px;
  display: block;
}
.blog-post-wrapper .post-header-section .post-featured-image {
  margin-bottom: 50px;
}
.blog-post__body,.blog-post__body p {
  font: normal normal normal 14px/24px Graphik-Regular;
  color: #121212;
}
.blog-post-wrapper .blog-post--content .blog-post__body {
  max-width: 1000px;
  margin: auto;
}
.download-now-free {
  max-width: 400px;
  margin: 50px auto 0;
}
.download-now-free form .hs-richtext h3 {
  font: normal normal 22px/37px Graphik-Semibold;
  letter-spacing: 0px;
  color: #0C192A;
  margin: 0;
}
.download-now-free form .hs-richtext h3 strong {
  font: normal normal bold 22px/37px Graphik-Bold;
  color: #0C192A;
}
.download-now-free form > div.hs-firstname {
  margin-top: 30px;
}
.download-now-free form .hs-input {
  height: 45px;
  padding: 10px 14px;
}
.download-now-free form .hs_submit.hs-submit input.hs-button.primary.large {
  width: 100%;
  font: normal normal 17px/26px Graphik-Semibold;
  text-transform: capitalize;
  font-weight: normal;
}
.download-now-free form div .hs-richtext p em {
  font: italic normal 12px/21px Graphik-Regular;
  letter-spacing: 0px;
  color: #989898;
}
.blog-recent-posts {
  background: transparent !important;
  border-top: 1px solid #E8E8E8;
}

.blog-header.resources-blog-hdr .content-wrapper {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-header.resources-blog-hdr .content-wrapper .blog-header__inner {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 20px;
}
.resources-blog-content .blog-post__meta-section .date:after {
  content: none;
}
.download-now-free .submitted-message {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  text-align: center;
  padding: 30px;
}
.blog-post-wrapper .blog-post--content .blog-post__body .blog-post__tags a.blog-post__tag-link {
  background: #29AAE133 0% 0% no-repeat padding-box;
  border-radius: 2px;
  font: normal normal normal 14px/18px Graphik-Regular;
  letter-spacing: 0px;
  color: #29AAE1;
  display: inline-block;
  padding: 8.5px;
  margin: 0 5px;
}
.blog-post-wrapper .blog-post--content .blog-post__body .blog-post__tags {
  margin-bottom: 20px;
}
.blog-post-wrapper .blog-post--content .blog-post__body .blog-post__tags span {
  font: normal normal normal 14px/18px Graphik-Regular;
  letter-spacing: 0px;
  color: #5F5F5F;
}
.blog-post-wrapper .blog-post--content .blog-post__body .blog-post__tags a.blog-post__tag-link:hover {
  background: #29aae185 0% 0% no-repeat padding-box;
}

.blog-post-wrapper .content-wrapper {
  position: relative;
}

.article-share-area {
  position: absolute;
  left: 0;
  top: 185px;
  text-align: center;
}
.article-share-area h3 {
  font: normal normal normal 16px/21px Graphik-Regular;
  letter-spacing: 0px;
  color: #ADC4D0;
  text-transform: uppercase;
}
.article-share-area a {
  display: block;
  color: #8FA1AA;
  font-size: 27px;
}

.blog-post-wrapper h1,
.blog-post-wrapper h2,
.blog-post-wrapper h3,
.blog-post-wrapper h4,
.blog-post-wrapper h5,
.blog-post-wrapper h6 {
  font-family: Graphik-Semibold,serif;
}

/* == Arabic Blog == */
.blog-header.header-arabic .byline-rt-col .search-wrap {
  margin-left: 0;
}
.blog-header.header-arabic .byline-rt-col div#list1.cat-wrap {
  margin-left: 15px;
}
.blog-header.header-arabic div#list2.cat-wrap .inner-list-two i.fa {
  right: auto;
  left: 15px;
  top: 50%;
}
.blog-header.header-arabic .cat-wrap.visible ul.items li input[type="checkbox"] {
  margin-right: 0;
  margin-left: 7px;
}
.blog-header.header-arabic h1.blog-header__title {
  font: normal normal normal 34px/44px Dubai-Regular;
}
.blog-header.header-arabic .cat-wrap ul.items li {
  font-family: 'Dubai-bold';
  font-weight: 700;
}
.blog-header.header-arabic .search-wrap button {
  right: auto;
  left: 0;
}
.subscribe-form.subscribe-arabic .subscribe-form-content {
  padding-left: 0;
  padding-right: 20px;
}
.subscribe-form.subscribe-arabic div#mc_embed_signup .mc-field-group input#mc-embedded-subscribe {
  right: auto;
  left: 0;
}
.blog-post-wrapper.blog-post-arabic .article-share-area {
  right: 0;
  left: auto;
}
.blog-post-arabic .post-header-section h1.blog-post__title {
  font: normal normal bold 30px/51px Dubai-Bold;
  font-weight: bold;
}
.blog-post-arabic .post-byline {
  font: normal normal normal 12px/21px Dubai-Regular;
  letter-spacing: 0px;
  color: #727B80;
}
.blog-post-arabic .blog-post--content .blog-post__body .blog-post__tags span {
  font: normal normal 14px/24px Dubai-Medium;
}
.blog-post-arabic .blog-post--content .blog-post__body .blog-post__tags a.blog-post__tag-link {
  font: normal normal 14px/24px Dubai-Medium;
}
.blog-post-arabic .blog-post__body, .blog-post-arabic .blog-post__body p {
  font: normal normal normal 16px/28px Dubai-Regular;
}
.blog-post-arabic h1, 
.blog-post-arabic h2, 
.blog-post-arabic h3, 
.blog-post-arabic h4, 
.blog-post-arabic h5, 
.blog-post-arabic h6 {
  font-family: Dubai-Medium, serif;
}
.blog-post-arabic span#hs_cos_wrapper_post_body h1 {
  font-size: 40px;
}
.blog-post-arabic .blog-post--content .blog-index__post-inner-card .blog-index__post-content h2

.blog-post-wrapper.blog-post-arabic .article-share-area h3 {
  font-size: 16px;
  line-height: 27px;
}
.blog-post-arabic .blog-recent-posts {
  margin-top: 0;
  border-top: 0;
}
.blog-post-arabic .blog-recent-posts h2 {
  font-family: 'Dubai-Bold';
  font-size: 25px;
  line-height: 42px;
  text-align: right;
}
.blog-post-arabic .blog-post--content .blog-index__post-inner-card .blog-index__post-content h2, 
.blog-post-arabic .blog-post--content .blog-index__post-inner-card .blog-index__post-content h2 a {
  font-family: 'Dubai-Regular';
}

.main-content-arabic .blog-index {
  justify-content: flex-end;
  align-items: flex-end;
}

.header-arabic .cat-heading .select-items div {
  font-family: 'Dubai-Medium';
}

.blog-post-arabic form {
  font-family: Dubai-Regular;
}
.blog-header.header-arabic .topic-wrap ul li a {
  font-family: Dubai-Regular;
}
.blog-header.header-arabic {
  font-family: Dubai-Regular;
}

.blog-post-arabic.resources-arabic .download-now-free .hs-richtext h3 {
  font-family: 'Dubai-Medium' !important;
}
.blog-post-arabic.resources-arabic .download-now-free .hs-richtext p {
  font-family: 'Dubai-Regular';
}
.blog-post-arabic.resources-arabic .download-now-free .hs-richtext p, 
.blog-post-arabic.resources-arabic .download-now-free .hs-richtext p em {
  font-family: 'Dubai-Regular';
}
.blog-post-arabic.resources-arabic .download-now-free form .hs_submit.hs-submit input.hs-button.primary.large {
  font-family: 'Dubai-Medium' !important;
}
.blog-post-arabic.resources-arabic .blog-recent-posts .blog-post__meta-section {
  font-family: 'Dubai-Regular';
}

@media (max-width: 1270px) {
  .article-share-area {
    left: 20px;
  }
  .blog-post-wrapper.blog-post-arabic .article-share-area {
    right: 20px;
    left: auto;
  }
}
@media (max-width: 799px) {
  .article-share-area {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
  .blog-header__inner {
    flex-direction: column;
    justify-content: center;
  }
  .blog-header__inner .byline-rt-col {
    flex-direction: column;
    justify-content: center;
  }
  div#list2.cat-wrap {
    margin-left: 0;
  }
  .search-wrap {
    margin-left: 0;
  }
  .search-wrap input.hs-search-field__input {
    width: 100%;
  }
  .blog-index__post.blog-index__post--small {
    display: flex;
  }
  .blog-header .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 0;
  }
  .blog-header .content-wrapper div#list2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  h1.blog-header__title {
    margin-bottom: 30px;
  }
  .blog-header__inner .byline-rt-col .cat-wrap {
    margin-bottom: 10px;
  }
  .cat-heading {
    width: 100%;
  }
  .cat-wrap ul {
    width: 100%;
  }
  .search-wrap form.open input.hs-search-field__input {
    width: 100%;
  }
  .search-wrap button {
    background: transparent !important;
  }
  .search-wrap button svg {
    fill: #A2A2A2;
  }
  .search-wrap form.typing button span.hs_cos_wrapper_type_icon:before {
    color: #A2A2A2;
  }
  .blog-index__post {
    padding: 1rem 30px;
  }
  .blog-pagination__link {
    padding: 14px;
  }
  .blog-recent-posts .blog-recent-posts__list .blog-index__post.blog-index__post--small {
    padding: 1rem 20px;
  }
  .blog-post-wrapper {
    padding-top: 50px;
  }
  .blog-post-wrapper h1 {
    font-size: 30.5px;
  }
  .blog-header.header-arabic .byline-rt-col div#list1.cat-wrap {
    margin-left: 0;
  }
  .ftr-arabic .footer-bottom .page-center .footer-form .submitted-message {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

body > footer.footer {
  display: none;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}
.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-start;
  font: normal normal normal 12px/15px Graphik-Regular;
  color: #727B80;
}
.resources-blog-hdr .topic-wrap h3:empty {
  margin: 0;
}
.resources-blog-hdr .topic-wrap ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.resources-blog-hdr .topic-wrap ul li {
  display: inline-block;
}
.resources-blog-hdr .topic-wrap ul li a {
  background: #F4F4F4 0% 0% no-repeat padding-box;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  color: #4C7181;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
.resources-blog-hdr .topic-wrap ul li:first-child a,
.resources-blog-hdr .topic-wrap ul li a:hover {
  color: #199CDC;
}
.topic-wrap {
  margin-top: 20px;
}
.blog-header {
  padding-top: 50px;
}
.blog-post__meta-section span.time {
  padding-right: 5px;
}
.blog-post__meta-section span.minut-read {
  padding-left: 5px;
}

@media (max-width: 479px) {
  .subscribe-form .content-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .subscribe-form .content-wrapper .subscribe-form-content h3 {
    font-size: 12pt !important;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .subscribe-form .content-wrapper .subscribe-form-content p {
    font: normal normal normal 14px/20px Graphik-Regular;
  }
  .subscribe-form {
    margin-top: 50px;
  }
  .blog-pagination__link {
    padding: 10px 14px;
  }
  a.blog-pagination__link.blog-pagination__prev-link {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
  }
  .blog-pagination {
    flex-wrap: wrap;
  }
  a.blog-pagination__link.blog-pagination__next-link {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
  }
  .footer-bottom .page-center .footer-form .submitted-message {
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F3F6F9;
  z-index: -1;
}
@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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page form#email-prefs-form h1 {
  text-align: center;
  font: normal normal 600 26px/34px Graphik-Regular;
  letter-spacing: 0px;
  color: #586474;
}
.systems-page form#email-prefs-form h2 {
  text-align: center;
  font: normal normal normal 18px/24px Graphik-Regular;
  color: #898989;
}
.systems-page form#email-prefs-form .page-header {
  text-align: center;
  font: normal normal normal 13px/17px Graphik-Regular;
  color: #898989;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.systems-page form#email-prefs-form .email-prefs p.header {
  font: normal normal 14px/18px Graphik-Semibold;
  letter-spacing: 0px;
  color: #575757;
  box-shadow: none;
}
.systems-page form#email-prefs-form .email-prefs .item {
  border: 1px solid #E0E7EC;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
}
.systems-page form#email-prefs-form .email-prefs .item:first-of-type {
  background: #FFF1EF 0% 0% no-repeat padding-box;
}
.systems-page form#email-prefs-form .email-prefs .item:first-of-type + .item {
  background: #F7F7F7 0% 0% no-repeat padding-box;
}
.systems-page form#email-prefs-form .email-prefs .item:first-of-type + .item + .item {
  background: #E5F3FA 0% 0% no-repeat padding-box;
}
.systems-page form#email-prefs-form .email-prefs .item:first-of-type + .item + .item + .item {
  background: #F7F7F7 0% 0% no-repeat padding-box;
}

.systems-page form#email-prefs-form .email-prefs .item .checkbox-row {
  font: normal normal 600 14px/18px Graphik-Semibold;
  letter-spacing: 0px;
  color: #444444;
}
.systems-page form#email-prefs-form .email-prefs .item .checkbox-row input[type="checkbox"] {
  margin-right: 10px;
}
.systems-page form#email-prefs-form .email-prefs .item p {
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 0;
}
.systems-page form#email-prefs-form input#submitbutton {
  display: block;
  margin: auto;
}
body.sys-page.subs_confirm .systems-page span.hs_cos_wrapper_type_email_subscriptions_confirmation {
  display: flex;
  flex-direction: column-reverse;
}
body.sys-page.subs_confirm .systems-page span.hs_cos_wrapper_type_email_subscriptions_confirmation .success {
  text-align: center;
  font: normal normal 600 26px/34px Graphik-Semibold;
  letter-spacing: 0px;
  color: #586474;
  display: block;
  min-width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 2rem 0 1rem;
}
body.sys-page.subs_confirm .systems-page .page-header {
  text-align: center;
}
body.sys-page.subs_confirm .systems-page .page-header h1:empty {
  margin: 0;
}
body.sys-page.subs_confirm .systems-page .page-header h2 {
  font: normal normal normal 18px/24px Graphik-Regular;
  letter-spacing: 0px;
  color: #898989;
}
body.backup_unsubs form#email-prefs-form input#submitbutton {
  margin: 0;
}
body.backup_unsubs .page-header h1 {
  font: normal normal 600 26px/34px Graphik-Bold;
  letter-spacing: 0px;
  color: #586474;
}
body.backup_unsubs .systems-page div#content h3 {
  font: normal normal normal 18px/24px Graphik-Regular;
  color: #898989;
}
.systm-pg-button-wrapper {
  text-align: center;
  padding-top: 20px;
}

.systm-pg-button-wrapper a.hs-button {
  padding-left: 45px;
  padding-right: 45px;
}

@media(max-width: 767px) {
  .systems-page {
    padding: 3rem 0;
  }
}