*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Utopia";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Utopia-Std-Display-Italic.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Utopia-Std-Display-Italic.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Utopia-Std-Display-Italic.ttf") format("opentype");
        font-style: italic;
        font-weight: 400;
        }
@font-face {
  font-family: "Utopia";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Utopia-Std.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Utopia-Std.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Utopia-Std.ttf") format("opentype");
        font-style: normal;
        font-weight: 400;
        }
@font-face {
  font-family: "Gotham Book";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-BookItalic.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-BookItalic.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-BookItalic.otf") format("opentype");
        font-style: italic;
        font-weight: 400;
        }
@font-face {
  font-family: "Gotham Book";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Book.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Book.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Book.otf") format("opentype");
        font-style: normal;
        font-weight: 400;
        }
@font-face {
  font-family: "Gotham";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Black.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Black.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Black.otf") format("opentype");
        font-style: normal;
        font-weight: 900;
        }
@font-face {
  font-family: "Gotham";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Bold.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Bold.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Bold.otf") format("opentype");
        font-style: normal;
        font-weight: 700;
        }
@font-face {
  font-family: "Gotham";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Medium.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Medium.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Medium.otf") format("opentype");
        font-style: normal;
        font-weight: 400;
        }
@font-face {
  font-family: "Gotham";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Light.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Light.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Light.otf") format("opentype");

        font-style: normal;
        font-weight: 300;
        }
@font-face {
  font-family: "Gotham";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-LightItalic.woff2") format("woff2"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-LightItalic.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-LightItalic.otf") format("opentype");
        font-style: italic;
        font-weight: 300;
        }
@font-face {
  font-family: "Gotham";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-XLight.woff2") format("woff2"), 
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-XLight.woff") format("woff"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-XLight.otf") format("opentype");
        font-style: normal;
        font-weight: 200;
        }
@font-face {
  font-family: "FontAwesome";
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/FontAwesome.eot") format("embedded-opentype"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/FontAwesome.woff2") format("woff2"),
      url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/FontAwesome.woff") format("woff"), 
        url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/FontAwesome.ttf") format("truetype"),
          url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/FontAwesome.svg") format("svg");
            font-style: normal;
            font-weight: normal;
            }
@font-face { font-family: "Gotham Ultra"; 
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Ultra.woff2") format("woff2"),
  url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Ultra.woff") format("woff"),
  url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-Ultra.otf") format("opentype"); 
  font-style: normal; font-weight: 400;
}
@font-face { font-family: "Montserrat"; src: url("https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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: "Montserrat"; src: url("https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2"); font-style: normal; font-weight: 700; 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: "Gotham"; 
  src: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-MediumItalic.woff2") format("woff2"), 
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-MediumItalic.woff") format("woff"),
    url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/font/Gotham-MediumItalic.otf") format("opentype");
  font-style: italic; font-weight: 400; }


body {
  line-height: normal;
  background: #ececec;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
}
.body-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  background: #fff;
}
/* Paragraphs */

p {
  line-height: 1.75em;
  margin: 0;
  margin-bottom: 1em;
}
img {
    max-width: 100%;
    width: auto;
    vertical-align: middle;
}
/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
}
h1{
  line-height: 1.15em;
}
h2{
  line-height: 1.25em;
}
h3,h4,h5,h6{
  line-height:1.2;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label,form legend  {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display:inline-block;
  margin-bottom: 5px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}



/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}
.systems-page .hs-button {
  white-space: normal;
}
form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}
ul.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #e9322d;
}

.hs-input.invalid.error {
  border-color: #e9322d;
}

.hs-error-msg {
  color: #e9322d;
  margin-top: 0.35rem;
}
.hs-error-msg ,label.hs-error-msg,label.hs-main-font-element{
  color: #e9322d !important;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}





form input[type=email], 
form input[type=file], 
form input[type=number], 
form input[type=password], 
form input[type=tel], 
form input[type=text], 
form select, 
form textarea {
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
  -o-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  display: block;
  clear: none;
  border: 1px solid;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  height: 31px;
  padding: 0;
  text-indent: 1rem;
  width: 100%;
  font-family: "Montserrat";
  margin:0 0 15px;
}
form input[type=email]:focus, form input[type=file]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=text]:focus, form select:focus, form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.button, .error-page .button, a button, form .hs-button, form input[type=submit] {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border:none;
  background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
  border: 1px solid #cccccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  font-weight: 400;
  width:auto;
  margin:20px 0;
  white-space:normal;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.hs-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00305E;
  background-image: linear-gradient(to right,#00305E,#007F99);
}
.header-wrapper {
  padding: 0;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  max-width: 100%;
}
a.mobile-toggle {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  text-align: center;
  font-size: 26px;
  color: #fff;
  z-index: 999;
  background-image: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/images/sprite.png");
    background-position: -450px -312px;
    width: 30px;
    height: 21px;
    }
.hs-header-socials {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.hs-header-socials-wrapper {
  position: absolute;
  top: -8.5em;
  right: 1em;
}
.hs-header-socials-donate {
  display: inline-block;
}
.hs-header-socials-donate a {
  font-family: "Gotham Book","Arial",sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 0.75em 3.5em;
  color: #fff;
  background: #D14414;
}
.hs-header-socials-donate a:hover {
  background: #ba3c12;
  color:#fff;
}
.hs-header-socials-icons {
  display: inline-block;
  margin-right: 2em;
}
.hs-header-socials-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-header-socials-icons ul li {
  display: inline-block;
  line-height: 1em;
  margin-right: 14px;
}
.hs-header-socials-icons ul li a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fff;
  background: transparent;
  text-indent: 2em;
  overflow: hidden;
  transition: opacity 0.2s;
  top: 3px;
}
.hs-header-socials-icons ul li a:after {
  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;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  text-indent: 0;  

}
a.twitter:after{
  content: "";
}
a.face:after {
  content: "";
}
a.insta:after {
  content: "";
}
a.yt:after {
  content: "";
}
.hs-header-socials-icons ul li:last-child {
  margin-right: 2px;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li {
  display: inline-block;
  line-height: 1em;
  position: relative;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li>a {
  padding: 10px 0;
  transition: opacity 0.2s;
  font-family: "Gotham","Arial",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 3em 0 0;
  color: #fff;
  font-size: 11px;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li>a:hover,
.hs-header-socials-language .hs-menu-wrapper>ul>li>ul>li>a:hover{
  opacity: 0.7;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li>ul {
  display: none;
  position: absolute;
  width: 70px;
  box-sizing: content-box;
  top: 100%;
  left: -5.5px;
  padding: 5px 20px 5px 20px;
  z-index: 5;
  background: #005176;
  border: 1px solid #00547b;
  border-bottom: 1px solid #004f73;
  border-top: none;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li>ul>li {
  padding: 5px 0;
  margin: 0;
  line-height: 1em;
  position: relative;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  text-decoration: none;
  font-family: "Gotham","Arial",sans-serif;
  display: block;
  padding: 10px;
  transition: opacity 0.2s;
  background: transparent;
  font-family: "Gotham","Arial",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 3em 0 0;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline-block;
  content: '';
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 0 0 0.5em;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  border-color: white !important;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.hs-header-logo {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.hs-header-logo a{
  display: block;
  background-position: -188px -115px;
  width: 142px;
  height: 35px;
  background-size: 485px 388px;
}
.hs-header-menu {
  background: #0a1d3e;
  max-width: 100%;
}
.hs-header-menu-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
.hs-header-navbar .hs-menu-wrapper>ul {
  margin: 0 auto;
  padding: 0;
}
.hs-header-navbar .hs-menu-wrapper>ul>li {
  display: inline-block;
  line-height: 1em;
  position: relative;
  margin: 0 41px 0 0;
  font-size: 14px;
}
.hs-header-navbar .hs-menu-wrapper>ul>li:last-child {
  margin: 0;
}
.hs-header-navbar .hs-menu-wrapper>ul>li>a {
  padding: 22px 0;
  font-weight: 400;
  color: #fff;
  font-family: "Gotham","Arial",sans-serif;
  text-transform: uppercase;
  display: block;
}
.hs-header-navbar .hs-menu-wrapper>ul>li>ul {
  display: none;
  position: absolute;
  width: 200px;
  box-sizing: content-box;
  top: 43px;
  left: 0;
  padding: 25px;
  background: #fff;
  z-index: 5;
  top: 53px;
}
.hs-header-navbar .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.hs-header-navbar .hs-menu-wrapper>ul>li>ul:before {
  display: block;
  position: absolute;
  content: "";
  background-image: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/images/sprite.png");
    background-position: -468px -86px;
    width: 14px;
    height: 7px;
    top: -7px;
    left: 20px;
    }
.hs-header-socials-icons ul li a:hover {
  opacity: .7;
}
.hs-header-navbar .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
  line-height: 1em;
  display: block;
  margin: 0 0 20px 0;
}
.hs-header-navbar .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #007F99;
}
.hs-header-navbar .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  width: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  line-height: 1.25em;
  font-weight: 400;
  font-size: 15px;
  font-family: "Gotham","Arial",sans-serif;
}
.hs-header-socials-wrapper {
  display: flex;
  align-items: center;
}
.hs-header-navbar .hs-menu-wrapper>ul>li>a:hover {
  padding-bottom: 17px;
}

.hs-header-menu {
  margin-top: 30px;
}
.hs-header-navbar .hs-menu-wrapper>ul {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 7%;
}
.hs-header-logo {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 7%;
}

.header-search label {
  margin-bottom: 0.1em;
  font-family: "Gotham","Arial",sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding: 0 0.25em;
  height: 1.25em;
  background: transparent;
  color: #fff;
  float: left;
  padding: 0.05em;
  padding-right: 0.5em;
  display: block;
}
.hs-header .header-search-button:after {
  color: #fff;
}
.hs-header-search input.header-search {
  border: none;
  border-radius: 0;
  background: #DBE6EA;
  font-family: "Gotham","Arial",sans-serif;
  width: 100%;
  max-width: 30em;
  transition: border .2s ease-in-out;
  z-index: 0;
  font-weight: 300;
  font-size: 13px;
  padding: 0 0.25em;
  height: 1.25em;
  background: transparent;
  color: #fff;
  width: 192px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-right: 0.4em;
  padding-right: 0.4em;
  display: none;
}
.hs-header-search.main .header-search-button:after {
  left: 165px;
}
.hs-header-search {
  display: none;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
.hs-header .header-search-button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  display: inline-block!important;
  display: block;
  font-family: FontAwesome;
  font-size: 17px;
  left: 55px;
  position: absolute!important;
  text-rendering: auto;
  top: 0;
}
.hs-header-search input.header-search::placeholder {
  color: #fff;
}
.hs-header-search.main input.header-search {
  display: block;
}
.header-search-button {
  position: relative;
  padding: 9px;
  margin-top: -3.3px;
  width: 1.5em;
}
.header-search-button input {
  font-size: .55em;
  padding: 0 0.25em;
  height: 1.25em;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5em;
  width: 2.25em;
}
.hs-header-search input.header-search:focus {
  outline: none;
}
.header-search-button:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block !important;
  content: "";
  position: absolute !important;
  display: block;
  color: #000;
  top: 0;
  left: 0.25em;
}
.hs-header-search.main .header-search label {
  display: none;
}
.header-search-button {
  height: 1.25em;
  background: transparent;
  color: #fff;
  position: relative;
  font-size: .7em;
  padding: 0.5em;
  margin-top: -0.2em;
  width: 1.5em;
}
.hs-header-search form {
  font-size: 24px;
  display: block;
}

.hs-header-search button.hs-search-field__button {
  position: relative;
  font-size: .7em;
  padding: 0.5em;
  margin-top: -0.2em;
  width: 1.5em;
  height: 1.25em;
  background: transparent;
  color: #fff;
  z-index: 0;
  display: block;
  float: left;
  border: 0;
  line-height: 14px;
}

.hs-header-search button.hs-search-field__button:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block !important;
  content: "";
  color: #fff;
  z-index: -1;
  position: absolute !important;
  top: 0;
  left: 0.25em;
}
.hs-header-search label.hs-search-field__label {
  background: transparent;
  color: #fff;
  float: left;
  font-family: Gotham,Arial,sans-serif;
  font-size: .55em;
  font-weight: 300;
  height: 1.25em;
  line-height: 14px;
  margin-bottom: 0.1em;
  padding: 0.05em 0.5em 0.05em 0.05em;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.hs-header-search label.hs-search-field__label:after {
  position: absolute;
  width: 30px;
  height: 20px;
  content: '';
  right: -25px;
  top: -2px;
}
.hs-header-search button.hs-search-field__button svg {
  display: none;
}
.hs-header-search button.hs-search-field__button:hover {
  background: transparent;
  border: 0;
}
.hs-header-search .hs-search-field__input {
  margin-bottom: 0.5em;
  float: left;
  border: 0;
  font-size: .55em;
  padding: 0 0.25em;
  height: 1.25em;
  background: transparent;
  color: #fff;
  font-weight: 300;
  width: 16em;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-right: 0.4em;
  padding-right: 0.4em;
  display: none;
}
.hs-header-search .hs-search-field__input:focus{
  outline:none !important;
  box-shadow:none !important;
  border-color:#fff !important;
  border-radius:0 !important;
}
.search-open .hs-header-search label.hs-search-field__label {
  display: none;
}

.search-open .hs-header-search .hs-search-field__input {
  display: block;
}
.hs-header-search .hs-search-field__input::placeholder {
  color: #fff;
}
.hs-header-search .hs-search-field__suggestions-container {
  font-size: 16px;
}
.hs-header-search .hs-search-field--open .hs-search-field__suggestions {
  top: 25px;
  z-index: 9;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}
#mm-blocker {
  background: rgba(3,2,1,0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}



@media (min-width: 768px){

  .hs-header {
    padding-bottom: 0;
  }

  .hs-header.hs-lp-header {
    padding-bottom: 30px;
  }

  .hs-header-socials-wrapper {
    top: -9.5em;
    right: 3em;
  }
  .hs-header-logo a {
    display: block;
    background-size: 485px 388px;
    background-position: -188px -65px;
    width: 197px;
    height: 50px;
  }
  .hs-header-socials-language {
    display: inline-block;
  }
  a.mobile-toggle {
    display: none;
  }
  .hs-header-search {
    display: block;
    font-size: 12px;
    padding: 1.4em;
  }
  .mobile-menu-wrap {
    display: none;
  }

}

@media (min-width:1024px){
  .hs-header-search {
    font-size: 14px;
    padding: 1.5em;
  }
}

@media (min-width: 1200px){
  .hs-header-navbar .hs-menu-wrapper>ul {
    padding-left: 3%;
    max-width: 1140px;
  }
  .hs-header-logo {
    padding-left: 3%;
    max-width: 1140px;
  }
  .hs-header-search {
    right: 1em;
  }
}
@media (min-width: 1350px){
  .hs-header-navbar .hs-menu-wrapper>ul {
    padding-left: 0;

  }
  .hs-header-logo {
    padding-left: 0;

  }
}
@media (max-width: 1240px){
  body.search-open .hs-header-navbar .hs-menu-wrapper>ul {
    visibility: hidden;
  }
}
@media(max-width:1200px){

  .hs-header .hs-header-socials-language {
    min-width: auto;
  }
}

@media (max-width: 1024px) and (min-width:768px ){


  .hs-header .hs-header-socials-wrapper {
    display: block;
    position: absolute;
    top: -62px;
  }
  .hs-header-navbar .hs-menu-wrapper>ul>li>a {
    padding: 18px 0;
    font-size: 11px;
  }

  .header-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .hs-header-navbar .hs-menu-wrapper>ul {
    padding-left: 2%;
  }
  .hs-header-menu {
    width: 100%;
  }
  .hs-header-socials-wrapper {
    position: relative;
    top: 0;
    right: 0;
  }
  .hs-header-navbar .hs-menu-wrapper>ul>li {
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    margin: 0 15px 0 0;
    position: relative;
  }
  .hs-header-socials-wrapper {
    position: relative;
    top: 0;
    right: 0;
  }
  .hs-header-socials-wrapper {
    text-align: right;
  }
  .hs-header-socials-language {
    margin-bottom: 20px;
  }
  .hs-header-socials {
    order: 1;
  }
  .hs-header-socials-language {
    display: block;
  }
  .hs-header-socials-wrapper {
    padding-right: 20px;
  }
  .hs-header-menu {
    order: 2;
  }
  .hs-header-socials {
    width: 100%;
  }
  .hs-header-navbar .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }
  .hs-header-logo {
    width: 100%;
  }
  .hs-header-navbar .hs-menu-wrapper>ul>li>ul {
    top: 45px;
    width: 150px;
  }
  .hs-header .hs-header-search label.hs-search-field__label{
    color:transparent;
  }

}
@media (max-width: 767px){
  .hs-header-menu {
    display: none;
  }

  .hs-header-socials {
    display: none;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .site-wrapper {
    position: relative;
    -webkit-transform: translate(-440px,0);
    -ms-transform: translate(-440px,0);
    transform: translate(-440px,0);
    -webkit-transform: translate3d(-440px,0,0);
    transform: translate3d(-440px,0,0);
  }

  .site-wrapper {
    position: relative;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
  }
  .mobile-open #mm-blocker{
    display: block;
  }

  .mobile-menu-wrap {
    background: #111111 !important;
    z-index: 0;
    right: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.8);
    left: auto;
    top: 0;
    height: 100%;
  }

  .mobile-open .mobile-menu-wrap {
    left: auto;
    display: block;
  }

  .mobile-menu-inner {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    bottom: 0;
    top: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    display: block;
    padding-top: 40px;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-open .mobile-menu-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li:first-child>a {
    color: white !important;
    opacity: 1;
    text-align: left;
    margin-top: 40px !important;
    font-family: "Gotham","Arial",sans-serif;
    display: block;
    padding: 10px;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li:first-child {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 0;
    display: block;
    border-color: transparent;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li:nth-child(2) {
    margin-top: 40px;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>a {
    font-family: "Gotham","Arial",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li {
    position: relative;
    font-size: 14px;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    margin-left: 25px;
    margin-right: 0;
  }




  .mobile-menu-inner .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
    position: fixed !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #111111;
    transition: all 0.3s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .mobile-menu-inner .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left:0px;
  }
  .child-trigger {
    font-family: "Gotham","Arial",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    background: rgba(3,2,1,0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    z-index: 2;
    font-weight: 300;
    border-color: inherit;
    left: 0;
    cursor:pointer;
  }

  .child-trigger:before {
    content: '';
    bottom: 0;
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
  }

  .child-trigger:after {
    content: '';
    bottom: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 23px;
    left: auto;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: rgba(255,255,255,.4);
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul {
    position: fixed;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li>a {
    background: transparent;
    font-family: "Gotham","Arial",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li {
    font-size: 14px;
    position: relative;
    display: block;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li.dl-back>a {
    font-family: "Gotham","Arial",sans-serif;
    display: block;
    padding: 10px;
    background: transparent;
    margin-top: 22px !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-left: 20px;
    position: relative;
    right: 100px;
    padding-bottom: 0;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li.dl-back {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 0;
    border-color: transparent;
    position: absolute;
    z-index: 99;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li.dl-back>a:before {
    content: '';
    bottom: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 9px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: auto !important;
    right: -10px !important;
    border-color: rgba(255,255,255,.4);
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li.custom-parent-link>a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>ul>li.custom-parent-link {
    margin-top: 40px;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li.SearchForm>a {
    display: none;
  }

  .hs-header-mob-search {
    margin-top: 4em;
    margin-bottom: -2px;
  }

  .hs-header-mob-search form label {
    display: none;
  }

  .hs-header-mob-search form .hs-search-field__input {
    margin-bottom: 0.5em;
    float: left;
    width: 75%;
    background: transparent;
    border: 0;
    font-weight: 300;
    max-width: 30em;
    transition: border .2s ease-in-out;
    font-family: "Gotham","Arial",sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 1em;
    padding: 0 0.25em;
    height: 1.25em;
    background: transparent;
    color: #fff;
    font-size: 16px;
    text-indent:0;
  }
  .hs-header-mob-search form .hs-search-field__input:focus{
    box-shadow:none !important;
    border-bottom: 1px solid hsla(0,0%,100%,.2)!important;
    outline:none !important;
    border-radius:0 !important;
  }
  .hs-header-mob-search form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
  }

  .hs-header-mob-search form .hs-search-field__input::placeholder {
    font-style: normal;
    font-family: "Gotham","Arial",sans-serif;
    color: #fff;
    opacity: 1;
  }

  .hs-header-mob-search button.hs-search-field__button {
    background: transparent;
    color: #fff;
    float: left;
    border: 0;
    height: 1.6em;
    width: 2.25em;
    font-size: 1em;
    padding: 0 0.25em;
    position: relative;
    line-height: normal;
  }

  .hs-header-mob-search button.hs-search-field__button svg {
    display: none;
  }

  .hs-header-mob-search button.hs-search-field__button:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block !important;
    content: "";
    color: #fff;
    z-index: -1;
    position: absolute !important;
    top: -2px;
    left: 4px;
    font-size: 16px;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li.Donate>a {
    font-size: 14px;
    text-align: left;
    color: #D14414 !important;
    font-weight: bold;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li.SearchForm ~ li>a {
    padding: 10px;
    line-height: normal;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children.Languages>a {
    margin-left: 14px;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li.SearchForm ~ li>a {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mobile-menu-inner .hs-menu-wrapper>ul>li.SocialIcon>a {
    display: none;
  }
  .hs-header-mob-socials-icons {
    margin-top: 2em;
    display: block;
  }

  .hs-header-mob-socials-icons ul {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .hs-header-mob-socials-icons ul li {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
    width: 35px;
    margin-top: 4px
  }

  .hs-header-mob-socials-icons ul li a {
    text-decoration: none;
    font-family: "Gotham","Arial",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    top: 5px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #fff;
    background: transparent;
    text-indent: 2em;
    overflow: hidden;
    transition: opacity 0.2s;
  }

  .hs-header-mob-socials-icons ul li a.twitter:after {
    content: "";
  }

  .hs-header-mob-socials-icons ul li a:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    text-indent: 0;
  }
  .hs-header-mob-socials-icons ul li:last-child {
    margin: 0;
  }
  .hs-header-mob-socials-icons ul li:last-child {
    margin-right: 0;
  }
  .hs-header-mob-socials-icons ul li a:hover {
    opacity: 0.7;
  }
  .close-icon {
    text-align: center;
    font-size: 26px;
    color: #fff;
    background-image: url(https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/AmericanJewishCommittee_March2023/image/sprite.png);
    background-position: -457px -144px;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -70%;
    top: 30px;
    z-index: 999999999;
    right: 41px;
    cursor: pointer;
  }



}

@media (max-width: 549px){
  .mobile-open .site-wrapper {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0);
  }
  /*   .mobile-open .mm-slideout{
  -webkit-transform: translate(-80%,0);
  -ms-transform: translate(-80%,0);
  transform: translate(-80%,0);
  -webkit-transform: translate3d(-80%,0,0);
  transform: translate3d(-80%,0,0);
} */

}
@media (max-width:480px){
  .hs-header-mob-socials-icons ul li {
    margin-right: 14px;
  }
}
.hs-footer {
  padding-top: 0;
  padding-bottom: 35px;
  background: #252525;
  color: #fff;
  position: relative;
  z-index: 2;
}


.hs-footer-slogan p {
  font-family: "Gotham","Arial",sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin: 22.5px 0 0 0;
  line-height: 1.5em;
  color: #fff;
}
.hs-footer-menu1 .hs-menu-wrapper>ul>li,
.hs-footer-menu2 .hs-menu-wrapper>ul>li,
.hs-footer-menu3 .hs-menu-wrapper>ul>li {
  margin-bottom: 20px;
  font-size:0;
}
.hs-footer-menu1 .hs-menu-wrapper>ul>li>a,
.hs-footer-menu2 .hs-menu-wrapper>ul>li>a,
.hs-footer-menu3 .hs-menu-wrapper>ul>li>a {
  font-family: "Gotham","Arial",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
}
.hs-footer-menu1 .hs-menu-wrapper>ul>li>ul,
.hs-footer-menu2 .hs-menu-wrapper>ul>li>ul,
.hs-footer-menu3 .hs-menu-wrapper>ul>li>ul {
  padding-top: 10px;
}
.hs-footer-menu1 .hs-menu-wrapper>ul>li>ul>li>a,
.hs-footer-menu2 .hs-menu-wrapper>ul>li>ul>li>a,
.hs-footer-menu3 .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 13px;
  font-family: "Gotham","Arial",sans-serif;
  display: block;
  font-weight: 300;
  color: #fff;
}
.hs-footer-menu1 .hs-menu-wrapper>ul>li>ul>li,
.hs-footer-menu2 .hs-menu-wrapper>ul>li>ul>li,
.hs-footer-menu3 .hs-menu-wrapper>ul>li>ul>li {
  margin-bottom: 5px;
}
.hs-footer-menu1 .hs-menu-wrapper>ul>li:last-child, 
.hs-footer-menu1 .hs-menu-wrapper>ul>li:nth-child(4) {
  display: none;
}
.hs-footer-container.page-center.clearfix {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.hs-footer-container.page-center.clearfix {
  padding: 0 30px;
  padding-top: 75px;
}
.hs-footer-donate a {
  font-family: "Gotham Book","Arial",sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 0.75em 3.5em;
  color: #fff;
  background: #D14414;
  display: block;
  width: 100%;
  padding: 45px 23px;
}
.hs-footer-donate a span.title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham Ultra","Arial",sans-serif;
  letter-spacing: 2px;
  font-size: 42px;
  margin-bottom: 0.1em;
  font-weight: 400;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 0;
}
.hs-footer-donate a:hover {
  background: #ba3c12;
  color: #fff;
}
@media (min-width: 768px){
  .hs-footer-donate {
    display: none;
  }
  .hs-footer-mobile-top {
    display: none;
  }
  .hs-footer-menu1 {
    width: 32.20339%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.69492%;
  }

  .hs-footer-menu2 {
    width: 32.20339%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.69492%;
  }

  .hs-footer-menu3 {
    width: 32.20339%;
    clear: right;
    float: right;
    margin-right: 0;
  }
  .hs-footer-logo a {
    background-size: 485px 388px;
    background-position: -188px -65px;
    width: 197px;
    height: 50px;
    display: block;
  }
  .hs-footer-mobile-bottom {
    display: none;
  }
  .hs-footer-container.page-center.clearfix {
    padding-left: 7%;
    padding-right: 7%;
  }


}
@media (min-width: 1024px){
  .hs-footer-left {
    width: 19.49153%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .hs-footer-right {
    padding-top: 0;
    width: 74.57627%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 1200px){
  .hs-footer-container.page-center.clearfix  {
    padding: 70px 0 65px 0;
    padding-bottom:0;
  }


}
@media (max-width: 767px){
  .hs-footer-container.page-center.clearfix {
    padding: 0 20px;
  }
  .hs-footer-mobile-bottom {
    padding-top: 22.5px;
    float: left;
  }
  .hs-footer-right.clearfix {
    display: none;
  }
  .hs-footer-menu2 .hs-menu-wrapper>ul>li:first-child, .hs-footer-menu2 .hs-menu-wrapper>ul>li:nth-child(2) {
    display: none;
  }
  .hs-footer-mobile-bottom .hs-footer-logo a {
    background-size: 485px 388px;
    background-position: -188px -115px;
    width: 142px;
    height: 35px;
    display: block;

  }
  .hs-footer-mobile-bottom .hs-footer-logo a {
    clear: both;
  }
  .hs-footer-menu1 .hs-menu-wrapper>ul>li>ul, .hs-footer-menu2 .hs-menu-wrapper>ul>li>ul, .hs-footer-menu3 .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .hs-footer-menu1 .hs-menu-wrapper>ul>li:last-child, .hs-footer-menu1 .hs-menu-wrapper>ul>li:nth-child(4) {
    display: block;
  }
  .hs-footer-menu1 {
    width: 49.15254%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.69492%;
  }

  .hs-footer-menu2 {
    width: 49.15254%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-footer-mobile-top {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-top: 45px;
    padding-bottom: 22.5px;
    margin-bottom: 22.5px;
    border-bottom: 1px solid #fff;
  }
  .hs-footer-left {
    display: none;
  }
}

@media (max-width:1024px){
  .hs-footer-right {
    padding-top: 45px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {

  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post-social-form .hs-input.invalid.error {
  border-color: red !important;
  border: 1px solid red !important;
}
.hs-blog-listing .hs-header-search .hs-search-field__input::placeholder,
.hs-blog-post .hs-header-search .hs-search-field__input::placeholder{
  color: #000000 !important;
}
.hs-blog-listing .header-region-left .hs-header-search input#site_search-input,
.hs-blog-post .header-region-left .hs-header-search input#site_search-input{
  border-bottom: 1px solid rgba(0,0,0,0.2)!important;
  font-weight: 300!important;
  font-family: "Gotham","Arial",sans-serif!important;
}

.cst-blog-header {
  padding-top: 30px;
  background-color: #441650;
  background-image: linear-gradient(to right,#441650,#641f75);
  position: relative;
  padding-bottom: 1em;
}
.cst-blog-header-wrp {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-width: 100%;
}

.cst-blog-header-logo a {
  background-position: -188px 0px;
  width: 222px;
  height: 65px;
  position: relative;
  top: -0.5em;
  display: block;
}
.cst-blog-header-logo .tagline {
  font-family: "Gotham","Arial",sans-serif;
  position: relative;
  bottom: -0.4em;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  font-style: italic;
  bottom: -3em;
  font-size: 13px;
}
.cst-blog-header-logo {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 7%;
}
.cst-blog-header-navbar {
  margin-top: 30px;
  text-align: right;
  position: relative;
  top: 0;
  right: 2em;
  background: transparent;
}
.cst-blog-header-navbar .hs-menu-wrapper>ul {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 7%;
}

.cst-blog-header-navbar .hs-menu-wrapper>ul>li>a {
  color: #fff;
  display: block;
  padding: 10px 0;
  transition: opacity 0.2s;
  font-family: "Gotham","Arial",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.cst-blog-header-navbar .hs-menu-wrapper>ul>li>a:hover {
  opacity: .7;
}
a.cst-blog-header-trigger {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background-image: url("https://20883249.fs1.hubspotusercontent-na1.net/hubfs/20883249/raw_assets/public/AmericanJewishCommittee_March2023/images/sprite.png");
    background-position: -450px -312px;
    width: 30px;
    height: 21px;
    }
.cst-blog-header-social-wrapper {
  position: absolute;
  top: -8.5em;
  right: 1em;
  top: -9.5em;
  right: 3em;
  top: -8.25em;
}
.cst-blog-header-social {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 7%;
  position: relative;
  position: relative;
}
.cst-blog-header .hs-header-socials-icons ul li a {
  font-size: 18px;
  top: 6px;
}
.cst-blog-header-social-wrapper .hs-header-socials-icons ul li:last-child {
  margin-right: 0;
}
.cst-blog-header .hs-header-socials-language .hs-menu-wrapper>ul>li>ul {
  text-align: left;
  background-color: #541A62;
  border: 1px solid #591C69;
  border-bottom: 1px solid #541A62;
  border-top: none;
}
.header-region {
  background: #f5f5f5;
}
.header-region-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 7%;
}
.header-region-left {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.header-region-right {
  font-size: inherit;
  vertical-align: top;
}
.header-region-right a {
  font-family: "Gotham Book","Arial",sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 0.75em 3.5em;
  color: #fff;
  background: #D14414;
  font-family: "Gotham","Arial",sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 0 13px 0;
  margin: 0;
  width: 100%;
}
.header-region-left-menu .hs-menu-wrapper>ul>li:first-child:after {
  content: none;
}
.header-region-right a:hover {
  background: #ba3c12;
  color: #fff;
}
.header-region-left-search {
  position: absolute;
  display: block;
  font-size: 14px;
  top: 0;
  right: 235px;
  padding: 1.5em;
}
.blog-header-search  label {
  display: none;
}
.blog-header-search input.header-search {
  display: none;
}
.header-region-left-menu .hs-menu-wrapper>ul {
  padding: 3px 0 5px 0;
  font-size: 14px;
  text-align: right;
  width: 74.19355%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
.header-region-left-menu .hs-menu-wrapper>ul {
  padding: 3px 0 5px 0;
  font-size: 14px;
  width: 74.19355%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
.header-region-left-menu .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.header-region-left-menu .hs-menu-wrapper>ul>li>a {
  color: #000;
  text-decoration: none;
  font-family: "Gotham","Arial",sans-serif;
  display: block;
  padding: 10px;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
}
.header-region-left-menu .hs-menu-wrapper>ul>li:after {
  display: block;
  content: "";
  width: 4em;
  border-top: 0 solid #68217A;
  margin-top: 0.5em;
  transition: border-width .1s;
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-top: 0.5em;
}
.header-region-left-menu .hs-menu-wrapper>ul>li:hover:after {
  display: block;
  content: "";
  width: 4em;
  border-top: 4px solid #68217A;
  margin-top: 0.5em;
  padding-top: 0.5em;
  width: 100%;
}
.header-region-left-menu .hs-menu-wrapper>ul>li:first-child>a {
  font-family: "Gotham","Arial",sans-serif;
  display: block;
  padding: 10px;
  color: #fff !important;
  font-weight: 300;
  background: #68217A;
  transition: background 0.2s;
  font-style: italic;
  position: relative;
  top: -1px;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 12px;
}
.header-region-left-menu .hs-menu-wrapper>ul>li:first-child>a span {
  font-family: "Gotham","Arial",sans-serif;
  font-style: normal;
  font-weight: 400;
}
.header-region-left-menu .hs-menu-wrapper>ul>li:first-child>a:hover {
  background: #441650;
}

.header-region-left-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
.header-search-button input {
  transition: background 0.2s;
  display: block;
  -webkit-appearance: none;
  padding: 0.75em 3.5em;
  text-align: center;
  background: #01729A;
  color: #fff;
  border: none;
  font-family: "Gotham","Arial",sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  margin: 0;
  text-indent: -9999px;
  background: transparent;
  font-size: .55em;
  padding: 0 0.25em;
  height: 1.25em;
  background: transparent !important;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5em;
  width: 2.25em;
  color: #000000;
  box-shadow: none !important;
  border: none !important;
}
.hs-header-socials-language .hs-menu-wrapper>ul>li>a {
  margin: 0 33px 0 0;
}
.header-region-left .hs-header-search button.hs-search-field__button:before {
  color: #000000;
}
.header-region-left .hs-header-search label.hs-search-field__label {
  font-size: 0;
}
.search-open .header-region-left .hs-menu-wrapper>ul {
  visibility: hidden;
}
.search-open .header-region-left .hs-header-search input#site_search-input {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  color: #000000;
}

.hs-header-search .header-region-left input#site_search-input::placeholder {
  color: #000;
  font-family: "Gotham","Arial",sans-serif;
  opacity: 1;
}




@media (min-width: 768px){
  a.cst-blog-header-trigger {
    display: none;
  }
  .cst-blog-header-logo a {
    background-position: -188px 0px;
    width: 222px;
    height: 65px;
    position: relative;
    top: 0;
  }
  .cst-blog-header-navbar .hs-menu-wrapper>ul>li {
    display: inline-block;
    margin: 0 45px 0 0;
  }
  .cst-blog-header-logo .tagline {
    bottom: -1em;
  }
  .header-region-right {
    width: 13.97849%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .cst-blog-header-social-wrapper {
    right: 1em;
    top: -8.25em;
  }
  .hs-header-socials-language .hs-menu-wrapper>ul>li>a {
    color: #fff;
    font-family: Gotham,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 0;
    text-transform: uppercase;
    transition: opacity .2s;
  }
  .header-region-left .hs-header-search {
    top: 10px;
    right: 13%;
    display: block;
    font-size: 12px;
    padding: 1.4em;
  }

}
@media (min-width: 900px){
  .header-region-left-menu .hs-menu-wrapper>ul>li {
    margin-right: 1.25%;
  }
}
@media (min-width: 1024px){
  .header-region-right {
    width: 18.27957%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .header-region-left-menu .hs-menu-wrapper>ul>li {
    margin-right: 2.3%;
  }
  .header-region-left .hs-header-search {
    top: 0;
    right: 18%;
    font-size: 14px;
    padding: 1.5em;
  }
}
@media (min-width: 1135px){
  .cst-blog-header-social-wrapper {
    right: 3em;
  }
}
@media (min-width: 1200px){
  .cst-blog-header-logo {
    max-width: 1140px;
    padding-left: 3%;
  }
  .header-region-left-menu .hs-menu-wrapper>ul{
    text-align: right;
  }
  .cst-blog-header-navbar .hs-menu-wrapper>ul>li {
    display: inline-block;
    margin: 0 34px 0 0;
  }
  .header-region-inner {
    padding-left: 3%;
  }
  .cst-blog-header-logo a {
    top: 1em;
  }
  .header-region-left-menu .hs-menu-wrapper>ul>li {

    margin-right: 4.1%;
  }
  .cst-blog-header-navbar .hs-menu-wrapper>ul {
    padding-left: 3%;
    max-width: 1280px;
  }
  .cst-blog-header-navbar {
    top: -1em;
    right: 5em;
  }
  .cst-blog-header-logo .tagline {
    bottom: -3em;
  }
}
@media (min-width: 1350px){
  .cst-blog-header-logo {
    margin: 0 auto;
    padding: 0;
  }
  .header-region-inner {
    padding-left: 0%;
  }

  .header-region-left-menu .hs-menu-wrapper>ul>li {
    margin-right: 47px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px){
  .hs-header-socials-language .hs-menu-wrapper>ul>li>a {
    margin: 0 16px 0 0;
  }
  .hs-header-socials-language {
    min-width: 391px;
  }

}

@media (min-width: 900px) and (max-width: 1024px){
  .cst-blog-header-navbar {
    right: 10px;
  }
  .hs-header-socials-icons {
    margin-right: 14px;
  }
  .hs-header-socials-icons ul li {

    margin-right: 12px;
  }
  .hs-header-socials-language .hs-menu-wrapper>ul>li>a {
    margin: 0 20px 0 0;
  }
  .hs-header-socials-language .hs-menu-wrapper>ul>li:last-child>a {
    margin-right: 11px;
  }
  .cst-blog-header-social-wrapper {
    width: 50%;
    text-align: right;
    top: -160px;
  }
  .header-region-left-menu .hs-menu-wrapper>ul {
    text-align: left;
  }
  .header-region-left-menu .hs-menu-wrapper>ul>li:first-child>a {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 10px;
  }
  .header-region-left-menu .hs-menu-wrapper>ul>li>a {
    padding: 10px 7px;
    font-size: 12px;
  }
  .cst-blog-header-navbar .hs-menu-wrapper>ul>li {
    display: inline-block;
    margin: 0 32px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 899px){
  .cst-blog-header-navbar .hs-menu-wrapper>ul {
    max-width: 100%;
    padding-left: 4%;
  }
  .hs-header-socials-language .hs-menu-wrapper>ul>li>a {
    margin: 0 20px 0 0;
  }
  .hs-header-socials-language .hs-menu-wrapper>ul>li:last-child>a {
    margin-right: 11px;
  }
  .cst-blog-header-social-wrapper {
    width: 50%;
    text-align: right;
    top: -160px;
  }
  .hs-header-socials-icons ul li {

    margin-right: 12px;
  }
  .cst-blog-header-navbar .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
  }

  .hs-header-socials-icons {
    margin-right: 14px;
  }
  .cst-blog-header-navbar .hs-menu-wrapper>ul>li:not(:last-child)>a {
    margin-right: 22px;
  }
  .cst-blog-header-navbar .hs-menu-wrapper>ul>li {

    margin: 0 12px 0 0;
  }
  .header-region-left-menu .hs-menu-wrapper>ul>li:first-child>a {
    font-size: 11px;
    font-size: 10px;
    font-style: italic;
    position: relative;
    top: -1px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    color: #fff !important;
    font-weight: 300;
    background: #68217A;
    transition: background 0.2s;
  }
  .header-region-left-menu .hs-menu-wrapper>ul>li>a {
    padding: 10px 6px;
    font-size: 11px;
  }
  .header-region-left-menu .hs-menu-wrapper>ul {
    width: 78.49462%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    font-size: 11px;
    padding: 6px 0 3px 0;
    text-align: left;
  }
  .header-region-left-search {
    display: block;
    font-size: 12px;
    padding: 1.4em;
    top: 10px;
    right: 13%;
    margin-right: -0.5em;
  }
}

@media(max-width:767px){
  .cst-blog-header-logo a {
    background-position: -220px -211px;
    width: 157px;
    height: 47px;
    position: relative;
    top: -0.5em;
  }
  .cst-blog-header-navbar {
    display: none;
  }
  .cst-blog-header-social {
    display: none;
  }
  .header-region {
    display: none;
  }
  .cst-blog-header-logo .tagline {
    bottom: -0.4em;
  }



  .header-region {
    display: block;
  }

  .header-region-right {
    display: none;
  }

  .header-region-left .hs-header-search {
    display: none;
  }


  .header-region-left .header-region-left-menu .hs-menu-wrapper>ul {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
    font-size: 16px;
  }

  .header-region-left .header-region-left-menu .hs-menu-wrapper>ul>li:first-child {
    display: none;
  }

  .header-region-left .header-region-left-menu .hs-menu-wrapper>ul>li>a {
    padding-right: 1em;
  }




}