/* ******************************************************************************
*********************************************************************************
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:1439px){
  main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(max-width:1099px){
  main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

/* html {
  font-size: ;
} */


@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/InternetSociety_May2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/fonts/fontawesome-webfont.woff") format("woff"), 
    url("https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/fonts/fontawesome-webfont.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "Hind"; 
  src: local("Hind Light"), local("Hind-Light"), 
    url("https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/fonts/5aU19_a8oxmIfMJaERySjRhc9V0.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 300; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Hind"; 
  src: local("Hind Regular"), local("Hind-Regular"), 
    url("https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/fonts/5aU69_a8oxmIdGl4BDGwgDI.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Hind"; 
  src: local("Hind Medium"), local("Hind-Medium"),
    url("https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/fonts/5aU19_a8oxmIfJpbERySjRhc9V0.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 500; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Hind"; 
  src: local("Hind SemiBold"), local("Hind-SemiBold"), 
    url("https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/fonts/5aU19_a8oxmIfLZcERySjRhc9V0.woff2") format("woff2"); 
  font-style: normal; font-weight: 600; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}


body {
  font-family: Hind;
  font-size: 16px;
  color: #0c1c2c;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Hind, serif;
  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.5;
}

h4 {
  font-family: Hind, 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.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

@media screen and (min-width: 1025px){
 font-size: 36px;
}

blockquote {
  clear: both;
  color: #2b72d6;
  margin: 60px 0;
  font-size: 28px;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* 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:1024px){
  h1{
  font-size:48px !important;
  }
  
   h2{
  font-size:22px !important;
  }
  
  h3{
  font-size:22px !important;
  }
  
   h4{
  font-size:22px !important;
  }
  
  h5{
  font-size:22px !important;
  }
  
}

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

@media (max-width: 480px) {
/*   html {
    font-size: 
  } */
}
/* ******************************************************************************
*********************************************************************************
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: Hind, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none !important;
  outline: none;
  font-size: 16px;
  line-height: 1.3333333;
}

.hs-form .field .input a {
    margin-top: 18px;
}

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

  color: #fff;
}

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


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
}

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

.hs-input {
  display: block;
  width: 100%;
  max-width: 700px;
  font-weight: 300;
  box-sizing: border-box;
  height: 46px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  border: 1px solid #ccc;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  outline: none;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  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;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #0c1c2c;
}
.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;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  display: inline-block;
  margin-top: 0px;
}
@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: Hind;
}

@media(max-width:767px){
.hs-input {
  max-width: 700px;
}
  
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,.blog-comments form,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
  .widget-type-password_prompt{
  margin-top:18px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.landing-header .header__container .site-header-row p {
  margin: 0 !important;
  padding-top: 15px;
}

.landing-three-col .dnd-section>.row-fluid > .span2.dnd-column {
  padding-top: 20px;
    margin-bottom: 20px;
}

.landing-three-col .widget-type-form {
  padding: 20px;
}
.landing-three-col form .hs-form-field > label,
.landing-three-col .inputs-list label{
  color: #fff;
}

.landing-three-col .widget-type-form .hs-form-required {
  color:#02837D;
}

.landing-three-col .hs-error-msgs label {
  color:#02837D!important;
}
.landing-three-col .widget-type-form .hs-button,
.landing-three-col .widget-type-form .button--primary {
  background-color: #02837D;
  border-color: #02837D;
}

.landing-three-col .widget-type-form .hs-button:hover, 
.landing-three-col .widget-type-form .button--primary:hover,
.landing-three-col .widget-type-form .hs-button:focus, 
.landing-three-col .widget-type-form .button--primary:focus {
  background-color: #fff;
  border-color: #02837D;
  color: #02837D;
}
.landing-three-col .hs-form .field .input a{
  color: #fff;
}
.landing-three-col .widget-type-form input.hs-input.error{
  border-color:#02837D;
}

.landing-three-col .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px;
}

.landing-three-col .hs-form-booleancheckbox-display input {
  float: left;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}


.site-header-row a.logo-wrapper {
    margin: 0;
    position: relative;
    right: auto;
    top: 20px;
    width: 111px;
    height: 37px;
    display: block;
    text-decoration: none;
}

.site-header-row a.logo-wrapper svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #0c1c2c;
}

.site-header-row a.login.mobile-hidden {
    top: 28px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 244px;
    width: auto;
    z-index: 10;
    font-family: 'Hind',Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.site-header-row svg.icon-search.navSearch {
    cursor: pointer;
    position: absolute;
    right: 25px;
    width: 20px;
    height: 20px;
    stroke: #0c1c2c;
    z-index: 100;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    top: 29px;
    right: 131px;
}

.custom-menu-primary {
    border-top: 0;
    height: auto;
    left: auto;
    margin-left: 141px;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: -6px;
    width: auto;
    transition: height 0.1s ease-in;
}

.custom-menu-primary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-menu-primary ul li a {
    text-decoration: none;
}

.navigation-primary .level-1>li {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    position: relative;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-right: -4px;
}

.navigation-primary .level-1>li>a {
    padding: 0 10px;
    display: block;
}

.navigation-primary {
    line-height: 15px;
}

.donate-now-btn a {
  line-height: 1.19;
  padding: 17px 28px 14px;
  text-align: center;
  font-family: 'Hind',Helvetica,Arial,sans-serif;
  font-weight: 600;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
  font-size: 16px;
  min-height: 50px;
  text-decoration: none;
  border-radius: 100px;
  width: 111px;
  display: inline-block;
}

.donate-now-btn {
    right: 0;
    position: absolute;
    top: 12px;
}

.site-header-row {
    position: relative;
    height: 75px;
}

.language-switcher {
    position: absolute;
    top: 3px;
    right: 170px;
}

.language-switcher svg.icon-globe {
    width: 16px;
    height: 16px;
    margin-right: 3.5px;
    fill: #eff2ec;
    position: relative;
    top: -5px;
}

.language-switcher svg.icon-globe-dark {
    display: none;
    position: relative;
    top: -5px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    fill: #0c1c2c;
}

.language-switcher span.language-selected {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    padding-right: 15px;
    position: relative;
    top: -8px;
    z-index: 5;
    width: auto;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 0;
    text-align: left;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.language-switcher span.language-selected:after {
    color: inherit;
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 1px;
}

.language-switcher ul.language {
    background: #fff;
    border-radius: 25px;
    display: none;
    left: -20px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 20px;
    position: absolute;
    text-align: left;
    top: -20px;
    width: 151px;
    z-index: 1;
    -moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

.languageOpen .language-switcher ul.language {
    display: block;
}

.languageOpen .language-switcher svg.icon-globe-dark {
    display: inline-block;
    fill: #0c1c2c;
    z-index: 9;
    margin-right: 4px;
}

.languageOpen .language-switcher svg.icon-globe {
    display: none;
}

.languageOpen .language-switcher span.language-selected:after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate( 
-180deg
 );
    transform: rotate( 
-180deg
 );
}

.languageOpen span.language-selected {
    color: #0c1c2c;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.language-switcher ul.language>li {
    color: #0b1c2d;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 22.6px;
    margin-right: 0;
    display: block;
    text-align: left;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
}

.language-switcher ul.language>li:hover>a {
    color: #2b72d6 !important;
}

.language-switcher ul.language>li:last-child {
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(136,136,136,0.5);
    text-transform: none;
    margin-bottom: 0px;
}

.language-switcher ul.language>li>a {
    color: #0b1c2d;
    text-decoration: none;
}

.language-switcher ul.language>li.language-active>a {
    color: #0c1c2c;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.header-show .site-header {
    height: 75px;
    top: 0;
    position: fixed;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
}

.site-header {
    -webkit-transition: 0.3s top ease-in;
    transition: 0.3s top ease-in;
}

/*--------------form-------------*/

.controls.search-form {
  position: fixed;
  background: #0b1c2d;
  max-height: 0;
  left: 0;
  right: 0;
  top: 65px;
  -webkit-transition: max-height .1s ease-in,padding .1s ease-in;
  transition: max-height .1s ease-in,padding .1s ease-in;
  padding: 0 80px;
  opacity: 0;
  visibility: hidden;
  z-index:9;
}

.searchOpen .controls.search-form {
    padding: 20px 80px 40px;
    max-height: 500px;
    visibility: visible;
    opacity: 1;
}

.search-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: block;
    border-radius: 25px;
    background: #fff;
    vertical-align: middle;
    padding: 0 0 0 30px;
    position: relative;
}

.search-container #___gcse_0, .search-container #___gcse_1 {
    width: 90%;
}

.search-container #___gcse_0 form.gsc-search-box, .search-container #___gcse_0 table.gsc-search-box, .search-container #___gcse_1 form.gsc-search-box, .search-container #___gcse_1 table.gsc-search-box {
    margin-bottom: 0;
}

form.gsc-search-box {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100%;
    position: relative;
}

table.gsc-search-box {
    border-style: none;
    border-width: 0;
    border-spacing: 0 0;
    width: 100%;
    margin-bottom: 0;
}

.search-container #___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input, .search-container #___gcse_1 .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    border: 0px;
}

.search-container #___gcse_0 .gsc-input, .search-container #___gcse_0 .gsc-input-box, .search-container #___gcse_0 .gsc-input-box table, .search-container #___gcse_1 .gsc-input, .search-container #___gcse_1 .gsc-input-box, .search-container #___gcse_1 .gsc-input-box table {
    height: 46px;
}

table.gsc-search-box td {
    vertical-align: middle;
    padding: 15px 30px;
    font-size: 19px;
}

.gsc-input {
    font-size: 16px;
}

.search-container #___gcse_0 td.gsc-search-button, .search-container #___gcse_1 td.gsc-search-button {
    width: 40px;
    height: 40px;
    background: url('https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/images/icon-search.png') no-repeat center center;
    background-size: 25px 25px;
    border: 0px;
}

.gsc-search-box .gsc-input {
/*     background: url('https://www.google.com/cse/static/images/1x/en/branding.png') left center no-repeat rgb(255, 255, 255); */
    outline: none;
    width:100%;
}

.gsc-search-box .gsc-input:focus {
    background: none !important;
}

table.gsc-search-box td {
    vertical-align: middle;
}

.gsc-search-button {
    margin-left: 2px;
}

.search-container #___gcse_0 input.gsc-search-button, .search-container #___gcse_0 input.gsc-search-button:hover, .search-container #___gcse_0 input.gsc-search-button:focus, .search-container #___gcse_0 .gsc-search-button-v2, .search-container #___gcse_0 .gsc-search-button-v2:hover, .search-container #___gcse_0 .gsc-search-button-v2:focus, .search-container #___gcse_1 input.gsc-search-button, .search-container #___gcse_1 input.gsc-search-button:hover, .search-container #___gcse_1 input.gsc-search-button:focus, .search-container #___gcse_1 .gsc-search-button-v2, .search-container #___gcse_1 .gsc-search-button-v2:hover, .search-container #___gcse_1 .gsc-search-button-v2:focus {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    filter: none;
}

.gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 27px;
    width: auto;
    vertical-align: middle;
    border: 1px solid #666;
    border-radius: 2px;
}

.search-container #___gcse_0 td.gsc-search-button svg, .search-container #___gcse_1 td.gsc-search-button svg {
    display: none;
}

.search-container #___gcse_0 input.gsc-input, .search-container #___gcse_0 .gsc-input-box, .search-container #___gcse_0 .gsc-input-box-hover, .search-container #___gcse_0 .gsc-input-box-focus, .search-container #___gcse_1 input.gsc-input, .search-container #___gcse_1 .gsc-input-box, .search-container #___gcse_1 .gsc-input-box-hover, .search-container #___gcse_1 .gsc-input-box-focus {
    border-color: transparent;
    box-shadow: none;
}

.gsc-input-box {
    border: 1px solid #dfe1e5;
    background: #fff;
}

.search-container #___gcse_0 .gsib_a, .search-container #___gcse_1 .gsib_a {
    padding: 0;
    border: 0px;
/*     padding-top: 12px; */
}

table.gsc-search-box td {
    vertical-align: middle;
}

.gsib_a {
    width: 100%;
}

.search-container #___gcse_0 input.gsc-input, .search-container #___gcse_1 input.gsc-input {
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 500;
    height: 98% !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #0c1c2c;
    font-size: 21px;
}

.search-container #___gcse_0 input.gsc-input::-webkit-input-placeholder, .search-container #___gcse_1 input.gsc-input::-webkit-input-placeholder {
    color: #0c1c2c;
    font-size: 14px;
    position: relative;
/*     top: 1px; */
}

.search-container #___gcse_0 td.gsc-search-button, .search-container #___gcse_1 td.gsc-search-button {
    cursor: pointer;
}

.gsc-search-button-v2 {
    cursor: pointer;
    outline: none;
}

@media only screen and (min-width: 1250px){

.navigation-primary .nav-callout img {
    max-width: 100%;
    width: 40%;
    float: left;
}

.navigation-primary .nav-callout {
    max-width: 450px;
}


.navigation-primary .nav-callout .nav-callout-text {
    width: 60%;
    float: left;
    padding-right: 20px;
}


}

@media(min-width:1150px){
.navigation-primary .level-1>li .sub-menu-wrapper {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
/*     background-color: #0b1c2d; */
    -webkit-transition: height 0.5s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: height 0.5s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition-delay: .5s;
    z-index:99;
}
  
  .navigation-primary .level-1>li:hover .sub-menu-wrapper {
    height: 400px;
}

.navigation-primary .level-1>li .sub-menu-inner {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.navigation-primary .level-1>li .sub-menu-inner .level-2 {
    overflow: initial;
    height: 100%;
    max-height: none;
    padding: 0;
    overflow: initial;
    width: 100%;
    max-width: 750px;
    position: relative;
    padding-top: 25px;
    -webkit-transition: none;
    transition: none;
}

.navigation-primary .level-1>li .sub-menu-inner .level-2>li {
    margin-top: 20px;
    height: auto;
    overflow: inherit;
    padding: 0 20px 0 0;
    width: 33%;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.navigation-primary .level-1>li .sub-menu-inner .level-2>li>a {
  display: block;
  font-size: 15px;
  position: relative;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-right: 10px;
}

.navigation-primary .level-1>li .sub-menu-inner .level-3>li {
    padding-top: 20px;
    font-weight: 300;
    height: auto;
    overflow: inherit;
    width: 100%;
    position: relative;
}

.navigation-primary .level-1>li .sub-menu-inner .level-3>li>a {
    color: #fff;
    display: block;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    padding-right: 10px;
}
  
.site-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 99;
    height: 75px;
}
  
 .navigation-primary .nav-callout {
    display: block;
    max-height: 0;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 106px;
     max-width: 450px;
    -webkit-transition: max-height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: max-height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition-delay: .5s;
}
  
.navigation-primary .nav-callout.calloutOpen {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: max-height 0.5s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition-delay: .5s;
}
  

  
.navigation-primary .nav-callout .nav-callout-text h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.15;
    font-weight:300;
}

.navigation-primary .nav-callout .nav-callout-text p {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
}
  
  .navigation-primary .nav-callout .nav-callout-text p b{
    font-weight:600;
  }
  
  
 .navigation-primary .nav-callout a.nav-callout-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-indent: -9999em;
    text-decoration: none;
    color: #fff;
}

}

@media(min-width:1100px){
.mob-login-btn {
    display: none;
}

.mobile-donate-btn {
    display: none;
}
}

@media(max-width:1439px){
.header__container {
    padding: 0 40px;
}

.site-header-row a.login.mobile-hidden {
    right: 238px;
}
  
.language-switcher svg.icon-globe {
    margin-right: 3px;
}
  
.languageOpen .language-switcher svg.icon-globe-dark {
    margin-right: 3px;
}

.site-header-row a.login.mobile-hidden {
    right: 238px;
}

.language-switcher ul.language {
    width: 149px;
}

.language-switcher ul.language>li {
    padding-left: 21.5px;
}
  
.navigation-primary .level-1>li .sub-menu-inner {
    padding: 0 40px;
}
  
}

@media(max-width:1249px){
.navigation-primary .nav-callout img {
    width: 20%;
    float: left;
}

.navigation-primary .nav-callout {
    max-width: 320px;
}
  
.navigation-primary .nav-callout .nav-callout-text {
    float: left;
    width: 80%;
    padding-right: 20px;
}
  
}

@media(max-width:1149px){

  .site-header-row mark.hamburger {
    background-color: transparent;
    border-top: 3px solid #eff2ec;
    cursor: pointer;
    display: block;
    height: 23px;
    position: absolute;
    left: 20px;
    top: 20px;
    transform: scale(0.55);
    width: 34px;
    z-index: 10;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }

  .site-header-row mark.hamburger:after, .site-header-row mark.hamburger:before {
    background-color: #eff2ec;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 100%;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }

  .site-header-row mark.hamburger:after {
    top: 21px;
  }

  .site-header-row a.logo-wrapper {
    display: block;
    height: 28px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 78px;
  }

  .site-header-row a.login.mobile-hidden {
    display: none;
  }

  .site-header-row svg.icon-search.navSearch {
    right: 25px;
    top: 22px;
  }

  .custom-menu-primary {
    background-color: #0b1c2d;
    border-top: 1px solid rgba(255,255,255,0.1);
    height: 0;
    left: 0;
    overflow-y: scroll;
    padding: 60px 25px 0;
    position: absolute;
    top: 65px;
    width: 100vw;
    -webkit-transition: height 0.1s ease-in;
    transition: height 0.1s ease-in;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    padding-right:30px;
  }

  .donate-now-btn {
    display: none;
  }

  .header__container {
    padding: 0 25px;
  }

  .site-header-row {
    position: inherit;
  }
  
.site-header {
    position: relative;
    width: 100%;
    height: 100vh;
}

.mobile-open .custom-menu-primary {
  height: 100vh;
  visibility: visible;
  opacity: 1;
}

.navigation-primary .level-1>li {
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    display: block;
    font-size: 18px;
    position: relative;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 19px;
}

.navigation-primary .level-1>li>a {
    padding: 25px 0 20px;
    display: block;
}
  
.language-switcher {
    position: static;
}

.language-switcher ul.language {
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background-color: #f2f2f2;
    border-radius: 100px;
    display: inline-block;
    height: 34px;
    line-height: 20px;
    padding: 12px 20px;
    position: static;
    width: auto;
}

.language-switcher svg.icon-globe {
    display: none;
}

.language-switcher svg.icon-globe-dark {
    display: none;
}

.language-switcher span.language-selected {
    display: none;
}

.language-switcher ul.language>li {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 16.3px;
    text-transform: uppercase;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0px;
}

.language-switcher ul.language>li:last-child {
    margin-right: 0px;
    border: 0px;
    padding: 0;
    display: inherit;
    text-transform: uppercase;
}

.language-switcher ul.language>li>a {
    color: #888;
}

.navigation-primary .level-1 {
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.language-switcher ul.language>li.language-active>a {
    color: #2b72d6;
}
  
.mobile-open mark.hamburger:before {
    background-color: #eff2ec;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
}

.mobile-open mark.hamburger:after {
    background-color: #eff2ec;
    top: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.mobile-open mark.hamburger {
    border-top: 3px solid transparent;
    right: 20px;
}

.site-header {
    height: 65px;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

.mobile-open .site-header {
    height: 100vh;
    overflow: inherit;
}
  
.nav-callout {
    display: none !important;
    visibility: hidden !important;
}
  
.navigation-primary .level-2 {
    -webkit-transition: max-height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: max-height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.navigation-primary .level-2>li {
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.navigation-primary .level-2>li>a {
/*     color: #fff; */
    display: block;
    font-size: 18px;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 24px 0 20px;
    padding-left: 20px;
}

.navigation-primary .level-3>li>a {
/*     color: #fff; */
    display: block;
    font-size: 18px;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 24px 0 20px;
    padding-left: 20px;
}

.navigation-primary .level-3>li {
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.navigation-primary .level-1>li .sub-menu-inner {
    padding: 0px;
}

.navigation-primary .level-1>li .sub-menu-wrapper {
    display: none;
}

div.child-trigger {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 63px;
    cursor: pointer;
}
  
  div.child-trigger:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 22px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
  
div.child-trigger.child-open:after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate( 
-180deg
 );
    transform: rotate( 
-180deg
 );
}
  
.site-header-main {
    min-height: 75px;
}
  
.site-header {
    height: 75px;
}
  
.navigation-primary .level-1>li:hover>a {
    color: #fff !important;
}
  
.navigation-primary .level-2>li:hover>a {
    color: #fff !important;
}

.navigation-primary .level-3>li:hover>a {
    color: #fff !important;
}
  
.language-switcher {
    margin-bottom: 100px;
}
  
/* .searchOpen .controls.search-form {
    -webkit-transition: max-height 0.1s ease-in,padding 0.1s ease-in;
    transition: max-height 0.1s ease-in,padding 0.1s ease-in;
} */
  
  
}

@media(max-width:1140px){
.language-switcher ul.language {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100px;
    height: 50px;
    padding: 0;
    margin: 20px auto 0;
    max-width: 300px;
    display: -ms- flex;
    display: -webkit- flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 36.2%;
}

.language-switcher ul.language>li {
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    text-transform: uppercase;
    padding-top: 17px;
    text-align: center;
    width: 24%;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-right: 20px;
}

.language-switcher ul.language>li:last-child {
    display: none;
}

.language-switcher ul.language>li.language-active {
    background-color: white;
    border: 1px solid white;
    color: #0b1c2d;
    height: 49px;
}


.language-switcher ul.language>li.language-active>a {
    color: #0b1c2d;
}


}

@media(max-width:1099px){
.mob-login-btn a {
    margin: 50px auto 0;
    max-width: 300px;
    -webkit-font-smoothing: antialiased;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.1);
    background-color: transparent;
    color: white;
    border-radius: 100px;
    font-size: 16px;
    min-height: 50px;
    min-width: 220px;
    line-height: 1.19;
    padding: 17px 40px 14px;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

.mobile-donate-btn a {
    border: 1px solid #CA4828;
    background-color: #CA4828;
    color: white;
    display: block;
    margin: 20px auto 0;
    max-width: 300px;
    -webkit-font-smoothing: antialiased;
    border-radius: 100px;
    text-decoration: none;
    font-size: 16px;
    min-height: 50px;
    min-width: 220px;
    line-height: 1.19;
    padding: 17px 40px 14px;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
    text-align: center;
}

.mobile-donate-btn {
    margin-bottom: 100px;
}
  
.language-switcher {
    margin-bottom: 0px;
}
  
.language-switcher ul.language {
    margin: 20px auto 0;
}
  
.custom-menu-primary {
    padding-right: 25px;
}
  
.navigation-primary {
    padding-right: 5.5px;
}
  

}

@media(max-width:1024px){
.site-header-main {
    min-height: 65px;
}

.site-header {
    height: 65px;
}

}

@media(max-width:1023px){
.searchOpen .controls.search-form {
    padding: 20px;
}
  
.controls.search-form {
    padding: 20px;
}
  
.mobile-open {
    overflow: hidden;
}
  
  
.custom-menu-primary {
    width: 100%;
}
  
.controls.search-form {
    padding: 0 20px !important;
}
  
.searchOpen .controls.search-form {
       padding: 20px!important;
}
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Hind, sans-serif;
}

.site-footer {
    padding: 50px 0;
    position: relative;
    box-sizing: border-box;
    letter-spacing: 0;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.site-footer-top-row {
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.site-footer-top-row .pure-u-lg.logo-section {
    width: 20.8333%;
}

.site-footer-top-row .pure-u-lg.footer-nav {
    width: 25%;
    margin-bottom: 50px;
}

.site-footer-top-row .pure-u-lg.address {
    width: 25%;
    margin-bottom: 50px;
}

.site-footer-top-row .pure-u-lg.follow-us {
    width: 29.1667%;
}

.site-footer-top-row .pure-u-lg.logo-section a {
    display: block;
    margin-bottom: 40px;
    width: 110px;
    text-decoration: none;
}

.site-footer-top-row .pure-u-lg.logo-section a svg.logo {
    display: block;
    width: 100%;
    height: 40px;
    fill: #fff;
}

.site-footer-top-row .pure-u-lg.footer-nav ul>li {
    max-width: 90%;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.site-footer-top-row .pure-u-lg.footer-nav ul>li>a {
    text-decoration: none;
}

.site-footer-top-row .pure-u-lg.address address {
    font-size: 16px;
    margin-bottom: 20px;
    font-style: normal;
    line-height:16px;
}

.site-footer-top-row .pure-u-lg.address address br {
    content: 'A';
    display: block;
    height: 20px;
}

.site-footer-top-row .pure-u-lg.address address strong {
    font-weight: 600 !important;
}

.site-footer-top-row .pure-u-lg.address address:last-child {
    margin-bottom: 0px;
}

.site-footer-top-row .pure-u-lg.address address strong a {
    text-decoration: none;
}

.site-footer-top-row .pure-u-lg.follow-us .ftrfollow {
    font-size: 21px;
    margin-bottom: 50px;
}

.site-footer-top-row .pure-u-lg.follow-us .ftrfollow p {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
}

.site-footer-top-row .pure-u-lg.follow-us .ftrfollow .follow {
    font-size: 21px;
    margin-bottom: 50px;
    text-align: center;
}

.site-footer-top-row .follow .social {
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
}

.follow .fa {
    width: 19px;
    font-size: 23px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.site-footer-top-row .follow .social:last-child {
    margin-right: 0px;
}

.site-footer-bottom small {
    text-align: right;
    display: block;
    font-size: 9px !important;
    font-weight: 300;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    line-height: 8.8px;
    position:relative;
    top:0.5px;
}


@media(max-width:1439px){
.footer__container {
    padding: 0 40px;
}
  
.site-footer-bottom small {
    top: -0.6px;
}
  
}
.hs-content-id-74250211357 .site-footer-bottom small, .hs-content-id-74267518334 .site-footer-bottom small  {
    font-family: Hind,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 22px;
    color: #fff !important;
    opacity: .8;
    margin: 0;
    text-align: center;
}

@media(max-width:1280px){
.site-footer-top-row .pure-u-lg.follow-us .ftrfollow p {
    margin-bottom: 28.5px;
}
}

@media(max-width:1200px){
.site-footer-top-row .pure-u-lg.follow-us .ftrfollow p {
    margin-bottom: 29.5px;
}
  
.site-footer-bottom small {
    top: 0px;
}
  
}

@media(max-width:1099px){
.site-footer-top-row .pure-u-lg.logo-section {
    width: 25%;
}

.site-footer-top-row .pure-u-lg.footer-nav {
    width: 33.3333%;
}

.site-footer-top-row .pure-u-lg.address {
    width: 33.3333%;
}

.site-footer-top-row .pure-u-lg.follow-us {
    width: 41.6667%;
}
  
.footer__container {
    padding: 0 25px;
}

.site-footer {
    padding-bottom: 44.5px;
}
  
.site-footer-top-row .pure-u-lg.follow-us .ftrfollow p {
    margin-bottom: 29px;
}
  
.site-footer-bottom small {
    top: -5px;
}
  
  
}

@media(max-width:1023px){
.site-footer-top-row .pure-u-lg.follow-us .ftrfollow p {
    font-size: 16px;
}
  
.site-footer-bottom small {
    text-align: left;
}
  
}

@media(max-width:768px){
.site-footer-top-row .pure-u-lg.follow-us .ftrfollow .follow {
    position: relative;
    top: 0.5px;
}
  
.site-footer-bottom small {
    top: -5.5px;
}
  
}

@media(max-width:767px){
.site-footer-top-row .pure-u-lg.logo-section {
    width: 100%;
}

.site-footer-top-row .pure-u-lg.footer-nav {
    width: 100%;
}

.site-footer-top-row .pure-u-lg.address {
    width: 100%;
}

.site-footer-top-row .pure-u-lg.follow-us {
    width: 100%;
}

.site-footer-top-row .pure-u-lg.follow-us .ftrfollow {
    display: -ms- flex;
    display: -webkit- flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
  
.site-footer-top-row .follow .social {
    margin-right: 15px;
}
  
.page-footer .menu-item:last-child {
    margin-bottom: 0;
}
  
.site-footer {
    padding-bottom: 44px;
}
  
.site-footer-top-row .pure-u-lg.follow-us .ftrfollow {
    margin-bottom: 49.5px;
}
  
  
}

@media(max-width:480px){
.site-footer-top-row .pure-u-lg.follow-us .ftrfollow .follow {
    top: -01px;
}
}

@media(max-width:359px){
.site-footer-top-row .pure-u-lg.follow-us .ftrfollow {
    flex-direction: column;
    text-align: left;
}

.site-footer-top-row .pure-u-lg.follow-us .ftrfollow p {
    text-align: left;
}

.site-footer-top-row .pure-u-lg.follow-us .ftrfollow .follow {
    text-align: left;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 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%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@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');
    }
@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: Hind, sans-serif;
}
.blog-index__post-content a {
  color: #0c1c2c;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #0c1c2c;
}
.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: #0c1c2c;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Hind, 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;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #0c1c2c;
  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 .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: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -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-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

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

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

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

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

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

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
  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;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.listing-banner {
  vertical-align: baseline;
  letter-spacing: 0;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  height: 386px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(https://19812339.fs1.hubspotusercontent-na1.net/hubfs/19812339/raw_assets/public/InternetSociety_May2021/images/BLUE-NODE-DARK.png);
}

.listing-banner-inner {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-rendering: optimizespeed;
  font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  -webkit-align-content: inherit;
  align-content: inherit;
  height: 100%;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.listing-banner-cntnt-wrap {
  width: 100%;
  display: inline-block;
}

.listing-banner-cntnt h1 {
  letter-spacing: 0;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  font-size: 72px;
  margin-bottom: 20px;
  color: white;
}

.listing-top-sec {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 40px;
  color: white;
}

.listing-top-sec .page-center {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-rendering: optimizespeed;
  font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  letter-spacing: inherit;
  -ms-align-content: inherit;
  -webkit-align-content: inherit;
  align-content: inherit;
  height: 100%;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.listing-top-sec-inner {
  width: 100%;
  display: block;
  z-index: 500;
}

.listing-top-sec-inner:before,.listing-top-sec-inner:after {
  content: "";
  clear: both;
  display: block;
}

.listing-top-sec-inner form {
  word-spacing: normal;
  text-rendering: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  background: transparent;
}

.listing-top-sec-inner .controls {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  text-align: left;
  float: right;
}

.listing-top-sec-inner form .filters {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  float: left;
  margin: auto;
}

.listing-top-sec-inner form .filters>.fragment {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 36px;
  position: relative;
  overflow: visible;
  color: #0b1c2d;
  line-height: 1.15;
}

.listing-top-sec-inner form .filters>.fragment .topic-item {
  color: #2b72d6;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 56.3px;
  display: block;
  text-decoration: underline;
  position: relative;
}

.listing-top-sec-inner form .filters>.fragment a .icon {
  vertical-align: middle;
  fill: #2b72d6;
  height: 16px;
  width: 8px;
  display: inline;
  position: absolute;
  right: 2px;
  top: 20%;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate( 90deg );
  transform: rotate( 90deg );
}

.listing-top-sec-inner form .filters>.fragment a svg {
  fill: #2b72d6;
}

.listing-top-sec-inner form .fragment ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 20px;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.listing-top-sec-inner form .fragment ul li {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: white;
  display: block;
  padding: 0 20px;
}

.listing-top-sec-inner form .fragment ul li a {
  color: #0b1c2d;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  white-space: nowrap;
  font-size: 16px;
  line-height: 18.4px;
  text-decoration: none;
}

.listing-top-sec-inner form .fragment ul li a:hover {
  color: #2b72d6;
  text-decoration: underline;
}

.listing-top-sec-inner form .fragment ul li:first-child {
  padding-top: 20px;
}

.listing-top-sec-inner form .fragment.topic-open ul {
  max-height: 10000px;
}

.listing-top-sec-inner form .filters>.fragment .topic-item span {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  display: block;
}

.listing-top-sec-inner form .filters>.fragment:last-child {
  margin-left: 5px;
}

.blog-search-container {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #fff;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 25px;
  padding: 0 0 0 30px;
  width: 60%;
  display: inline-block;
}

.listing-top-sec-inner .controls .view-toggle {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #fff;
  border-radius: 25px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 9;
}

.listing-top-sec-inner .controls .view-toggle li {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  vertical-align: baseline;
  color: white;
  display: inline-block;
  width: 48%;
}

.listing-top-sec-inner .controls .view-toggle li.active {
  background: #0b1c2d;
  border-radius: 50%;
}

.listing-top-sec-inner .controls .view-toggle li a {
  display: block;
  padding: 14px;
  line-height: 18px;
  font-size: 18px;
  font-family: Hind, Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.listing-top-sec-inner .controls .view-toggle li a svg {
  fill: rgba(11,28,45,0.4);
  height: 16px;
  width: 16px;
}

.listing-top-sec-inner .controls .view-toggle li a .icon {
  display: inline-block;
  vertical-align: middle;
}

.listing-top-sec-inner .controls .view-toggle li.active a svg {
  fill: #fff;
}

.listing-top-sec-inner .controls .view-toggle li span {
  display: none;
}

.blog-search-container div#hs_cos_wrapper_search_input {
  width: 90%;
}
.blog-search-container div#hs_cos_wrapper_search_input form {
  position: relative;
  font-size: 13px;
  width: 100%;
  margin: 0;
  display: table-row;
}
.blog-search-container div#hs_cos_wrapper_search_input form input.hs-search-field__input {
  line-height: normal;
  border-radius: 4px;
  font-size: 21px;
  box-shadow: none;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 500;
  height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: url(https://www.google.com/cse/static/images/1x/en/branding.png) left center no-repeat rgb(255, 255, 255);
  outline: none;
  width: 15.24%;
  border: none;
  display: table-cell;
}

.blog-search-container div#hs_cos_wrapper_search_input form button #hs_cos_wrapper_search_input_ {
  display: none;
}

.blog-search-container div#hs_cos_wrapper_search_input form .button-wrap {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  padding: 15px 30px;
  vertical-align: middle;
  width: 118px;
  height: 76px;
  background: url(https://www.internetsociety.org/wp-content/themes/isoc/dist/images/icon-search.png) no-repeat center center;
  background-size: 25px 25px;
  margin: 0;
  display: table-cell;
  position: relative;
  right: 114px;
  background-color: #fff;
}

.blog-search-container div#hs_cos_wrapper_search_input form .button-wrap button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  margin-left: 2px;
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  filter: none;
  outline: none;
}

.blog-search-container div#hs_cos_wrapper_search_input form .input-wrap {
  padding: 15px 30px;
  font-size: 16px;
  vertical-align: middle;
  padding-right: 0;
  width: 240px;
}

.blog-search-container div#hs_cos_wrapper_search_input form input.hs-search-field__input:focus {
  background: transparent;
}

.listing-body-wrapper {
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 18px;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  padding-bottom: 40px;
  color: #0b1c2d;
}

.listing-body-wrapper:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.listing-body-wrapper .page-center {
  text-rendering: optimizespeed;
  font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  letter-spacing: inherit;
  -ms-align-content: inherit;
  -webkit-align-content: inherit;
  align-content: inherit;
  height: 100%;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.listing-body {
  display: block;
  width: 100%;
}

.blog-pagination {
  text-align: center;
  display: block !important;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
}

.blog-pagination .load-more {
  word-spacing: normal;
  text-rendering: auto;
  background-color: #02837D;
  border: 1px solid #02837D;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  min-height: 50px;
  min-width: 220px;
  max-width: 280px;
  line-height: 1.19;
  padding: 17px 40px 14px;
  text-align: center;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  margin-bottom: 40px;
  display: inline-block;
  width: auto;
  margin-top: 60px;
  text-decoration: none;
}

.listing-blog-post-wrap {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 60px;
  width: 100%;
}

.listing-blog-post {
  vertical-align: baseline;
  margin-bottom: 20px;
  cursor: pointer;
  width: 32%;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 15px;
  background: #fff;
}

.blog-pagination .load-more:hover {
  color: rgba(255,255,255,0.5);
}

.listing-blog-post a.feed-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  text-indent: -9999em;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.listing_ftrd_image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 63%;
}

.listing_ftrd_image img {
  vertical-align: baseline;
  display: block;
  left: 0;
  bottom: 0;
  margin: 0;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.listing-blog-post-cntn-wrap {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #0b1c2d;
  border-top: 6px solid #eeca4a;
  padding: 30px;
}

.listing-blog-post-topic {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: inherit;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 20px 20px;
  margin-left: 0;
}

.listing-blog-post-date {
  color: inherit;
  font-size: 14px;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 20px 20px;
}

h3.listing-blog-post-title {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1.14;
  font-size: 28px;
  color: #0b1c2d;
  margin-bottom: 20px;
}

p.listing-blog-post-cntnt {
  word-wrap: break-word;
  color: #0b1c2d;
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.listing-blog-post:hover {
  z-index: 99;
  -moz-box-shadow: 0 2px 20px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 20px 0px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 20px 0px rgb(0 0 0 / 20%);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
}

.listing-blog-post:hover h3.listing-blog-post-title {
  text-decoration: underline;
}

.pst_ftrd_image_wrap {
  height: 100%;
  position: relative;
  width: 100%;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.pst_ftrd_image {
  text-rendering: optimizespeed;
  font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  letter-spacing: inherit;
  -ms-align-content: inherit;
  -webkit-align-content: inherit;
  align-content: inherit;
  height: 100%;
  position: relative;
  width: 100%;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.pst_ftrd_image_inner {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding-bottom: 0%;
  overflow: hidden;
  height: 550px;
  position: relative;
  width: 100%;
}

.pst_ftrd_image_inner img {
  display: block;
  height: auto;
  margin: 0 auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
}

.pst-main-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding-bottom: 200px;
  overflow: inherit;
}

.pst-main-wrapper .page-center {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-rendering: optimizespeed;
  font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  letter-spacing: inherit;
  -ms-align-content: inherit;
  -webkit-align-content: inherit;
  align-content: inherit;
  height: 100%;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.pst-main-wrapper:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.pst-social-share {
  zoom: 1; letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 16.6667%;
  display: inherit !important;
  font-family: sans-serif;
}

.pst-body-cntnt {
  font-family: sans-serif;
  width: 50%;
  zoom: 1; letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.pst-spacer {
  zoom: 1; letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 8.3333%;
  display: inherit !important;
  font-family: sans-serif;
}

div#hs_cos_wrapper_post_listing {
  font-family: sans-serif;
  width: 25%;
  zoom: 1; letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  display: inline-block;
  position: relative;
}

.pst-social-share-inner {
  width: 100%;
  padding-top: 70px;
  text-align: left;
  display: block;
}

a.back-link {
  display: block;
  margin-bottom: 25px;
  color: #2b72d6;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 600;
  vertical-align: baseline;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1;
}

a.share-icon {
  font-family: Hind, Helvetica, Arial;
  font-weight: 300;
  text-decoration: none;
  background-color: #2b72d6;
  border-radius: 50%;
  font-size: 21px;
  height: 50px;
  line-height: 1;
  overflow: hidden;
  padding-top: 15px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  display: block;
  margin: 0 0 5px;
  color: #fff !important;
}

.fa-envelope:before {
  content: "\f0e0";
}

a.share-icon i:hover {
  opacity: .5;
}

.pst-body-cntnt-inner {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.pst-body-top-sec {
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.pst-info {
  margin: 0 20px 30px 0;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 50px;
  margin-right: 0;
}

.pst-meta {
  width: 60%;
  padding-right: 40px;
  flex-grow: 1;
  font-size: 18px;
}

.pst-topic {
  color: inherit;
  display: inline-block;
  font-size: 14px;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-right: 20px;
  line-height: 1;
}

.pst-topic:first-child {
  margin: 0;
}

.post-date {
  color: inherit;
  font-size: 14px;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
}

h1.pst-title {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: left;
  color: inherit;
  line-height: 1.18;
  font-size: 60px;
  margin-bottom: 30px;
}

.pst-body-main-cntnt p {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: inherit;
  line-height: 1.3;
  font-size: 21px;
  margin-bottom: 30px;
}

#hs_cos_wrapper_post_listing_ {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 95px;
}

div#hs_cos_wrapper_post_listing .block {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 30px 20px;
  border-bottom: 1px solid rgba(136,136,136,0.5);
  width: 100%;
  margin-right: 0;
}

div#hs_cos_wrapper_post_listing .block h3 {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center;
  color: inherit;
  line-height: 1.14;
  font-size: 26px !important;
  margin-bottom: 20px;
}

div#hs_cos_wrapper_post_listing .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

div#hs_cos_wrapper_post_listing .block ul li {
  margin-bottom: 20px;
}

div#hs_cos_wrapper_post_listing .block ul li a {
  color: #2b72d6;
  display: block;
  line-height: 1.3;
  text-decoration: underline;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}

div#hs_cos_wrapper_post_listing .block ul li a:hover {
  text-decoration: none;
}

.section.post-footer .hs-input {
  width: 100%;
  max-width: 100%;
}

.pst-bottm-sec {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #2B69BD;
  padding: 80px 0;
}

.pst-bottm-sec .page-center {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-rendering: optimizespeed;
  font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  letter-spacing: inherit;
  -ms-align-content: inherit;
  -webkit-align-content: inherit;
  align-content: inherit;
  height: 100%;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.pst-bottm-title {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 75%;
  position: relative;
}

.pst-bottm-btn {
  position: relative;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  display: inline-block;
  width: 25%;
  font-family: sans-serif;
  text-align: right;
}

.pst-bottm-btn a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  min-height: 50px;
  max-width: 280px;
  line-height: 1.19;
  padding: 17px 40px 14px;
  text-align: center;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  border-radius: 100px;
  border: 1px solid white;
  background-color: white;
  color: #0b1c2d;
  margin: 0 0 0 20px;
  min-width: 220px;
  margin-left: 0;
}

.pst-bottm-title h5 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 26px !important;
  color: white;
  line-height: 1.6;
}

.related_post_container {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #2b72d6;
}

.related_post_container .page-center {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-rendering: optimizespeed;
  font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  letter-spacing: inherit;
  -ms-align-content: inherit;
  -webkit-align-content: inherit;
  align-content: inherit;
  display: -ms- flex;
  display: -webkit- flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
}

.related_post_inr {
  min-height: 400px;
  width: 100%;
  padding: 40px 0 40px;
}

.related_post_inr .listing-blog-post-wrap {
  margin: 0;
}

.related_post_inr > h2 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.18;
  font-size: 60px;
  color: white;
  margin-bottom: 20px;
}

.related_image {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 63%;
}

.related_image img {
  vertical-align: baseline;
  display: block;
  height: 100%;
  left: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.related_post_cntnt {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #0b1c2d;
  border-top: 6px solid #eeca4a;
  padding: 30px;
}

.related_post_cntnt .listing-blog-post-topic {
  line-height: 1;
}

.listing-blog-post>div {
  position: relative;
}

.related_post_cntnt .listing-blog-post-date {
  line-height: 1;
}

.list-view .listing-blog-post {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  position: static !important;
  float: none;
}

.list-view .listing-blog-post-wrap {
  position: static !important;
  height: auto !important;
}

.list-view .listing_ftrd_image {
  display: none;
}

.list-view .listing-blog-post-cntn-wrap {
  padding: 30px 60px;
  border: 0;
  border-bottom: 6px solid #eeca4a;
}

/*---------*/

.hs-search-field__suggestions li {
    color: rgba(43,114,214,1.0);
    padding: 5px 10px;
}

.blog-search-container div#hs_cos_wrapper_search_input form input.hs-search-field__input{
  width: 55%;
}

.pst-bottm-btn a:hover {
    color: rgba(11,28,45,0.5);
}

@media (min-width: 1100px) {
  .pst-social-share.mobile {
    display: none !important;
  }
}


@media (max-width: 1439px) {
  .listing-body-wrapper .page-center {
    padding:  0 40px;
  }

  .listing-top-sec .page-center {
    padding:  0 40px;
  }

  .listing-banner-inner {
    padding:  0 40px;
  }

  .pst-main-wrapper .page-center {
    padding: 0 40px;
  }

  .related_post_container .page-center {
    padding: 0 40px;
  }

  .pst-bottm-sec .page-center {
    padding: 0 40px;
  }
}

@media (max-width: 1222px) {

  .listing-blog-post {
    width: 30%;
  }
}

@media (max-width: 1099px) {
  .listing-body-wrapper .page-center {
    padding:  0 25px;
  }

  .listing-top-sec .page-center {
    padding:  0 25px;
  }

  .listing-banner-inner {
    padding:  0 25px;
  }

  .pst-main-wrapper .page-center {
    padding: 0 25px;
  }

  .related_post_container .page-center {
    padding: 0 25px;
  }

  .pst-bottm-sec .page-center {
    padding: 0 25px;
  }

  .pst-social-share {
    display: none !important;
  }

  .pst-spacer {
    display: none !important;
  }

  .pst-body-cntnt {
    width: 100%;
  }

  div#hs_cos_wrapper_post_listing {
    width: 100%;
  }

  div#hs_cos_wrapper_post_listing .block {
    width: 48%;
    margin: 0 4% 0 0;
  }

  .pst-bottm-title {
    width: 62.5000%;
  }

  .pst-bottm-btn {
    width: 37.5000%;
  }

  .pst-social-share.mobile {
    display: block !important;
    width: 100%;
  }

  .pst-social-share-inner {
    text-align: center;
  }

  a.share-icon {
    display: inline-block;
    margin: 0 5px;
  }

}

@media (max-width: 1024px) {
  .listing-main-wrap {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
  }

  .listing-top-sec-inner form .filters {
    line-height: 1.15;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 26px;
    display: block;
    margin: 4px auto 20px;
    text-align: center;
    vertical-align: middle;
    float: none;
  }

  .listing-top-sec-inner form .filters>.fragment {
    display: inline-block;
    font-size: inherit;
    position: relative;
    overflow: visible;
    color: #0b1c2d;
  }

  .listing-top-sec-inner .controls {
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    float: none;
  }

  .blog-search-container div#hs_cos_wrapper_search_input form .input-wrap {
    width: 75.122%;
  }

  .blog-search-container div#hs_cos_wrapper_search_input form input.hs-search-field__input {
    width: 100%;
    display: block;
  }

  .blog-search-container div#hs_cos_wrapper_search_input form .button-wrap {
    position: absolute;
    top: 0;
    right: 2px;
  }

  .blog-search-container div#hs_cos_wrapper_search_input form {
    width: 100%;
    display: block;
  }

  .listing-body {
    padding-top: 40px;
  }

  .listing-blog-post {
    width: 47.5%;
  }

  .pst-info {
    margin: 0 20px 30px 0;
  }

  h1.pst-title {
    font-size: 28px !important;
    color: inherit;
    line-height: 1.18;
  }

  .pst-body-main-cntnt p {
    font-size: 16px;
  }

  .related_post_inr>h2 {
    font-size: 48px !important;
  }

  .list-view .listing-blog-post {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    margin-right: 0;
  }

  .list-view .listing-blog-post-cntn-wrap {
    padding: 30px 20px;
  }

}


@media (max-width: 767px) {
  .listing-banner {
    height: 550px;
  }

  .listing-top-sec {
    padding-top: 10px;
  }

  .listing-top-sec-inner .controls .view-toggle {
    display: none;
  }

  .blog-search-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 0 0 30px;
  }

  .listing-body-wrapper {
    padding-bottom: 10px;
  }

  .listing-blog-post-wrap {
    height: auto !important;
  }

  .listing-blog-post {
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .listing-blog-post:hover {
    transform: none;
    box-shadow: none;
  }

  .listing-blog-post-cntn-wrap {
    padding: 30px 20px;
  }

  .listing-blog-post-topic {
    font-size: 13px;
  }

  .listing-blog-post-date {
    font-size: 13px;
  }

  p.listing-blog-post-cntnt {
    line-height: 1.3;
    font-size: 16px;
  }

  .pst_ftrd_image_inner {
    height: auto;
  }

  .pst_ftrd_image_inner img {
    position: unset;
  }

  a.back-link {
    display: inline-block;
  }

  div#hs_cos_wrapper_post_listing .block {
    width: 100%;
    padding: 30px 20px;
    margin: 0;
  }

  .pst-bottm-title {
    width: 100%;
  }

  .pst-bottm-title h5 {
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .pst-bottm-btn {
    text-align: left;
    width: 100%;
  }


}
/* ******************************************************************************
*********************************************************************************
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: Hind, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #90a0b0;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 30px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 700px;
  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: Hind, serif;
  font-size: 1.25rem;
  color: #0c1c2c;
  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: #0c1c2c;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

/*-------style--------*/

.systems-page ul.no-list.hs-error-msgs {
    margin: 15px 0px;
    padding: 0px;
}

.systems-page .actions {
    padding: 18px 0px;
}

.systems-page input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  max-width: 700px;
  font-weight: 300;
  box-sizing: border-box;
  height: 46px !important;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  border: 1px solid #ccc;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  outline: 0;
  margin-bottom: 18px;
}

.systems-page input#hs-pwd-widget-password:focus {
  background-color: rgba(255,255,255,1.0);
  border-color: rgba(77,144,254,1.0);
}

.systems-page .form-floating-alert-wrapper .form-floating-alert-error {
    color: #f8a9ad !important;
    max-width:700px;
}

.systems-page input#hs-login-widget-remember {
    display: inline-block;
    vertical-align: middle;
}

.systems-page p.header {
    background: none !important;
}

@media(max-width:767px){
  .systems-page .success {
    min-width: 100%;
}
  
.systems-page h1 {
    font-size: 32px !important;
}
  
h1.error-page_heading {
    font-size: 32px !important;
}
  
/*  .systems-page h2 {
    font-size: 30px !important;
} */
  
.systems-page input#hs-pwd-widget-password {
    max-width: 100%;
}
  
.systems-page .form-floating-alert-wrapper .form-floating-alert-error {
    max-width:100%;
}
  

  
}