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

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

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

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



body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.428571429;
}
main {
  background-color: #ebebeb;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
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: Merriweather, 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: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

blockquote {
  quotes: "“" "”" "‘" "’";
  border: none;
  padding: 0;
  margin: 35px 0;
}

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
form{
  background:#fff;
  padding:20px;
  display:block;
  margin-bottom:15px;
}

.hs-button {
  margin-top: 1.6em;
  font-size: 12.96px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  white-space: normal;
  letter-spacing: 1px;
  width: auto;
  line-height: 1.428571429;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  transition: background-color .2s ease;
  padding: 15px 53px;
  
  text-decoration: none;
}

.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 {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 14.4px;;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.5;
  padding-top: 0;
}

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

.hs-input,#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 0 0.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #343b3e;
  font-size: 14.4px;
  font-weight: 400;
  line-height: inherit;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.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: #4a4a4a;
}

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

::-webkit-input-placeholder {
  color: #4a4a4a;
}

.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: #ec4e4e !important;
}
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: #ec4e4e !important;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

@media screen and (max-width: 650px) {
  
nav {display: none !important;}
}

nav {display: inline;}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

li, ul {display: inline;     padding-inline-start: 40px; float: right;}
a:hover {
    text-decoration: underline #E32726 solid 0.125rem;
  text-decoration-thickness: 0.125rem;
text-underline-offset: 0.2em;}

a {        font-family: "Lato", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif !important;
  font-weight: 600;
    color: rgba(0, 0, 0, 1.0) !important;
  font-size: 14px;
  
  
}
      
.hs-menu-item a {
  display: inline;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-wrap {
  position: relative;
  background-color: #fff;
  z-index: 999;
}
.header__logo {
  position: relative;
}

.header__logo .inner-logo {
  position: relative;
  padding: 12px 8px;
  max-width: 200px;
  display: inline-block;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.navbar-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  margin: 0;
  text-align: center;
  z-index: 1000;
  float: right;
  border-radius: 4px;
  transition: background-color .2s ease;
  padding: 9px 10px;
  line-height: inherit;
}

.hamburger {
  display: inline-block;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar {
  background-color: #e32525;
  transition: all .3s ease;
  width: 32px;
  height: 4px;
  border-radius: 0;
}

.navbar-toggle .icon-bar:first-child {
  transform: rotate(45deg);
  transform-origin: 17% 173%;
}

.navbar-toggle.collapsed .icon-bar:first-child {
  transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  transform: rotate(0);
}

.navbar-toggle .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 22% -43%;
}

.custom-menu-primary nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.custom-menu-primary nav>ul>li {
  position: relative;
  display: block;
}

.custom-menu-primary nav>ul>li:not(:last-child)>a {
  color: #262626;
  text-transform: uppercase;
  font-size: 18px;
  padding:8px 24px;
  font-weight: 700;
  position: relative;
  transition: background-color .2s ease;
  line-height: 20px;
  display: inline-block;
}

.custom-menu-primary nav.navigation-primary>ul>li:last-child>a {
  font-size: 16px;
  transform: scale(1);
  transition: transform .3s ease-in-out;
  background-color: #e32525;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  white-space: normal;
  letter-spacing: 1px;
  line-height: 1.428571429;
  vertical-align: middle;
}

.custom-menu-primary nav>ul>li.has-submenu:not(:last-child) > a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(https://8926509.fs1.hubspotusercontent-na1.net/hubfs/8926509/raw_assets/public/RiseAgainstHunger_February2021/images/caret.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
  transition: all .2s ease-in;
}
.custom-menu-primary nav>ul>li.has-submenu:not(:last-child).open > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-menu-primary nav>ul>li:not(:last-child) ul {
  margin-top: 0;
  border-top-left-radius: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  float: left;
  margin: 2px 0 0;
  font-size: 14px;
  min-width: 160px;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 0;
  box-shadow: none;
  border-top-right-radius: 0;
}

.custom-menu-primary nav.navigation-primary>ul>li:last-child ul {
  position: absolute;
  z-index: 1000;
  float: left;
  margin: 2px 0 0;
  font-size: 14px;
  background-clip: padding-box;
  min-width: 160px;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.custom-menu-primary nav.navigation-primary>ul>li:last-child .child-trigger {
  display: none;
}

.custom-menu-primary nav.navigation-primary>ul ul>li>a {
  padding: 16px 24px;
  font-weight: 700;
  transition: background-color .2s ease;
  clear: both;
  font-size: 14.4px;
  display: block;
  line-height: 1.428571429;
  white-space: nowrap;
}

.navbar-toggle.collapsed:after {
  content: "menu";
}

.navbar-toggle:after {
  content: "close";
  display: block;
  font-size: 13.6px;
  color: #262626;
}

.navbar-toggle:focus {
  border: 0;
  outline: none;
}

.custom-menu-primary {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  margin-right: -15px;
  margin-left: -15px;
  box-shadow: inset 0 1px 0 #ffffff1a;
}

.custom-menu-primary nav>ul {
  padding: 32px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.custom-menu-primary nav>ul>li {
  line-height: 1.428571429;
}

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

.custom-menu-primary nav>ul {
  margin: 7.5px -15px;
}

.custom-menu-primary nav.navigation-primary>ul>li:last-child>a {
  margin-top: 24px;
  margin-bottom: 4px;
}


/* ******* media ******** */

@media (min-width: 992px){
  body.no-banner {
    padding-top: 90px;
  }
  .nav-wrap {
    position: absolute;
    width: 100%;
    background-color: hsla(0,0%,100%,.75);
    padding: 0;
    top: 0;
  }
  .header__logo .inner-logo {
    position: absolute;
    box-shadow: 0 3px 12px 0 hsl(0deg 0% 61% / 30%);
  }
  .navbar-toggle {
    display: none;
  }
  .custom-menu-primary {
    padding: 0 25px;
    margin-left: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    text-align: left;
    margin-right: 0;
    justify-content: flex-end;
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .custom-menu-primary nav>ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 -15px;
    float: left;
  }
  .custom-menu-primary nav>ul>li {
    float: left;
  }
  .custom-menu-primary nav>ul>li:not(:last-child)>a {
    padding: 24px;
    font-size: 16px;
    text-align: left;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child>a {
    margin-left: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary nav>ul>li:not(:last-child) ul {
    text-align: left;
    transform: translateY(-22px);
    background: linear-gradient(180deg,rgba(255,255,255,0%) 20px,rgba(255,255,255,75%) 0);
  }

  .custom-menu-primary nav>ul>li.has-submenu ul {
    display:none;
  }
  .custom-menu-primary nav.navigation-primary>ul ul>li>a {
    padding: 8px 24px;
  }

  .custom-menu-primary nav>ul>li.has-submenu:last-child ul {
    left: auto;
    right: 0;
    top: calc(100% + 11px);
    text-align: right;
  }
}
.custom-menu-primary nav.navigation-primary>ul>li:last-child.open>a {
  background-color: #bd1818 !important;
}

@media (max-width:991px ){
  .custom-menu-primary nav>ul>li.has-submenu:not(:last-child) ul {
    position: static;
    float: none;
    width: auto;
    margin-top: 0; 
    display:none;
    border: 0;
    box-shadow: none;
    background-color: #ebebeb;
  }
  .header__container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100% !important;
  }
  .custom-menu-primary nav>ul>li ul>li>a {
    line-height: 20px !important;
    padding: 8px 24px !important;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child ul {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    display: none;
    box-shadow: none;
    background-color: #e32525;
  }
  .custom-menu-primary nav>ul {
    margin: 0 -15px;
  }
}


@media (min-width: 1200px){
  .header__logo .inner-logo {
    max-width: 170px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 100%;
}

.footer__container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.site-main-footer {
  position: relative;
  box-shadow: 0 3px 16px 0 hsl(0deg 0% 61% / 30%);
  padding: 30px 0 0;
  z-index: 5;
}

.footer .col-sm-25,
.footer .col-sm-75,
.footer .col-md-25,
.footer .col-sm-50,
.footer .col-md-50{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .row {
  margin-right: -15px;
  margin-left: -15px;
}
.site-footer--copyright {
  margin: 32px 0 8px;
  font-weight: 400;
}

.site-footer--copyright small {
  font-size: 11px;
}

.contact-info {
  margin-top: 15px;
}

.contact-info address {
  margin: 0;
}

.contact-info address {
  margin-bottom: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.428571429;
}

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

.contact-info a {
  color: #4a4a4a;
}

.contact-info p{
  margin: 0 ;
}

.footer-col-wrap {
  margin-right: -15px;
  margin-left: -15px;
}

.footer-heading {
  display: block;
  margin: 15px 0 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.widget-type-menu .hs-menu-wrapper ul {
  display: block;
  list-style: none;
  padding: 0;
}

.widget-type-menu .hs-menu-wrapper ul>li {
  margin-bottom: 2px;
  line-height: 1.428571429;
}

.widget-type-menu .hs-menu-wrapper ul>li>a {
  padding: 0;
  color: #4a4a4a;
  font-weight: 400;
}

.footer-col-wrap .btn.btn-primary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  white-space: normal;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  transition: background-color .2s ease;
  line-height: 1.428571429;
  background-image: none;
  text-align: center;
}
.footer-col-wrap .btn.btn-primary::after {
  content: " >";
}

.affiliates-nav ul li>a::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  background-color: #979797;
  padding: 1px;
  line-height: 11px;
}

.affiliates-nav ul li:first-child>a::after {
  content: url(https://8926509.fs1.hubspotusercontent-na1.net/hubfs/8926509/raw_assets/public/RiseAgainstHunger_February2021/images/flag-italy.png);
}

.affiliates-nav ul li:nth-child(2)>a::after {
  content: url(https://8926509.fs1.hubspotusercontent-na1.net/hubfs/8926509/raw_assets/public/RiseAgainstHunger_February2021/images/flag-india.png);
}

.affiliates-nav ul li:nth-child(3)>a::after {
  content: url(https://8926509.fs1.hubspotusercontent-na1.net/hubfs/8926509/raw_assets/public/RiseAgainstHunger_February2021/images/flag-malaysia.png);
}

.affiliates-nav ul li:nth-child(4)>a::after {
  content: url(https://8926509.fs1.hubspotusercontent-na1.net/hubfs/8926509/raw_assets/public/RiseAgainstHunger_February2021/images/flag-southafrica.png);
}


.affiliates-nav ul li:last-child>a::after {
  content: url(https://8926509.fs1.hubspotusercontent-na1.net/hubfs/8926509/raw_assets/public/RiseAgainstHunger_February2021/images/flag-philippines.png);
}

.footer-col-wrap .btn.btn-primary {
  font-size: 24px;
}
.footer-col-wrap .btn.btn-primary:hover {
  border-color: #2a3b8a;
}

.contact-info a ,
.contact-info p {
  font-weight: 400;
}

.widget-type-menu .hs-menu-wrapper ul>li>a {
  font-size: 18px;
}

.footer-heading {
  font-size: 18px;
}

.contact-info a, .contact-info p {
  font-size: 18px;
}

.footer.site-main-footer .contact-info a:hover,
.widget-type-menu .hs-menu-wrapper ul>li>a:hover {
  text-decoration: underline;
}

.footer.site-main-footer .contact-info a:focus,
.widget-type-menu .hs-menu-wrapper ul>li>a:focus {
  text-decoration: underline;
}


/* ******** media ******** */

@media (max-width: 991px) and (min-width: 768px){
  .footer-sep {
    display: block !important;
  }
}

@media only screen and (min-width: 991px){
  .footer-col-wrap::before,.footer-col-wrap::after {
    display:none;
  }
}

@media (min-width: 768px){
  .site-main-footer {
    padding: 45px 0 0;
  }
  .footer .col-sm-25 {
    float: left;
    width: 25%;
  }
  .footer .col-sm-75 {
    float: left;
    width: 75%;
  }
  .contact-info p {
    font-size: 14px;
    font-family: Lato,Arial,sans-serif;
  }
  .contact-info a {
    font-size: 14px;
  }
  .footer .col-sm-50 {
    float: left;
    width: 50%;
  }
  .footer-col-wrap .btn.btn-primary {
    font-size: 16px;
  }
  .footer-heading {
    font-size: 14px;
  }
  .widget-type-menu .hs-menu-wrapper ul>li>a {
    font-size: 14px;
  }
  .contact-info address {
    font-size: 14px;
  }
  .site-footer--copyright {
    font-size: 14px;
  }
}


@media (min-width: 992px){
  .footer .widget-type-linked_image img {
    max-width: 200px !important;
  }
  .footer-col-wrap {
    padding: 0;
    padding-left: 30px;
  }
  .footer .col-md-25 {
    float: left;
    width: 25%;
  }
  .footer .col-md-50 {
    float: left;
    width: 50%;
  }
}

.footer-search {
  max-width: 250px;
  margin-bottom: 32px;
}

.footer-sep {
  display: none;
  border-top: 4px double #979797;
  clear: both;
}

.footer-search form label {
  display: block;
  margin: 15px 0 10px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 100%;
  font-family: Lato,Arial,sans-serif;
}

.footer-search form .hs-search-field__input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: Noto Serif,serif;
  font-style: italic;
  font-weight: 700;
  padding: 6px 10px;
  appearance: none;
  max-width: 100%;
  line-height: inherit;
  border-radius: 0;
}
.footer-search .input-group-btn {
  font-size: 0;
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
}

.footer-search button {
  border: none;
  padding: 6px;
}

.footer-search button svg {
  overflow: hidden;
}

.footer-search .input-group {
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
}
.footer-search form .hs-search-field__input {
  width: 100%;
}
.footer-search form {
  padding: 0;
  background: transparent;
  margin: 0;
}
.hs-error-msgs label {
  font-weight: bold;
  color: #ec4e4e !important;
}
@media (min-width: 768px){
  .footer-search .input-group {
    display: inline-table;
    vertical-align: middle;
  }
}

@media (min-width: 992px){
  .footer-search {
    padding-bottom: 0;
  }
  .footer-search form .hs-search-field__input {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }
  .footer-search .input-group-btn {
    vertical-align: bottom;
    width: 1%;
  }
  .footer-search button {
    padding: 5px;
  }
  .footer-search button svg {
    height: 20px;
  }

  .footer-search form label {
    margin-bottom: 4px;
  }
}

.footer-search button {
  outline: none !important;
  cursor: pointer;
}
.footer .col-sm-25 p {
  line-height: 1.428571429;
}

.footer .col-sm-25 a {
  display: block;
}
/* ******************************************************************************
*********************************************************************************
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 */

.hs-blog-listing header.banner {
  position: relative;
  background-color: #ebebeb;
}
main#main:focus{
  outline:none;
}
.hs-blog-listing header.banner .banner--content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 5;
  text-align: center;
}

.hs-blog-listing header.banner .banner--content h1 {
  text-shadow: none;
  color: #4a4a4a;
  animation: slide-up .5s ease forwards;
  animation-delay: .6s;
  padding: 64px 15px;
  padding-bottom: 32px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  line-height: 1.1;
}

.hs-blog-listing #main {
  padding: 48px 0;
  background-color: #ebebeb;
  position: relative;
  z-index: 5;
  padding-top: 0;
}

#main .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hs-blog-listing article.blog-featured {
  max-width: 960px;
  text-align: center;
}

.hs-blog-listing .blog-featured {
  background: url(../images/loading-light.svg) center 140px no-repeat;
  background-size: 30px 30px;
}

.blog-featured--bkg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  transition: opacity 3.5s ease;
}

.hs-blog-listing figure, .hs-blog-post figure {
  margin: 0;
}

.hs-blog-listing .blog-featured--title {
  position: relative;
  width: 100%;
  padding: 15px;
  z-index: 10;
}

.hs-blog-listing .blog-featured--title h2 {
  padding: 100px 0 50px;
  margin: 0;
}

.hs-blog-listing .blog-featured--title h2 {
  font-weight: 900;
  text-transform: uppercase;
}

.hs-blog-listing .blog-featured--title h2 a {
  color: #ffff;
  transition: background-color .2s ease;
}

.hs-blog-listing .entry-meta {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 19.2px;
  color: #fff;
  font-family: Noto Serif,serif;
  font-style: italic;
}

.hs-blog-listing .blog-featured .entry-meta a {
  color: #fff;
}

.hs-blog-listing .entry-meta a {
  text-decoration: underline;
  transition: background-color .2s ease;
}

.hs-blog-listing .blog-featured--content {
  padding: 20px 0 30px;
  margin: 0 15px;
  max-width: 768px;
  border-bottom: 4px double #979797;
}

.hs-blog-listing .blog-featured--content p {
  margin-bottom: 30px;
  font-weight: 300;
}
.btn-read-more {
  font-size: 24px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 20px;
  white-space: normal;
  letter-spacing: 1px;
  color: #fff;
  background-color: #455cc6;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  vertical-align: middle;
  line-height: 1.428571429;
  transition: background-color .2s ease;
}

.btn-read-more::after {
  content: " >";
}
.affix-top {
  position: static;
  top: 0;
}

.hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget {
  padding: 0 70px 20px;
  margin-bottom: 30px;
  font-size: 17.6px;
}

.hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget h3 {
  color: #d0011b;
  font-family: Noto Serif,serif;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: 700;
}

.hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget-module ul {
  padding-left: 0;
  list-style: none;
  box-shadow: none;
}

.hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget-module ul>li {
  border-bottom: 1px solid #979797;
  padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: 1.428571429;
}

.hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget-module ul>li>a {
  color: #4a4a4a;
  font-weight: 700;
  transition: background-color .2s ease;
}

.hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget-module ul>li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item {
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #979797;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-thumb {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary header {
  text-align: left;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary header h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary header h2 a {
  color: #262626;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary header .entry-meta {
  margin-top: 4px;
  color: #d0011b;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary p {
  text-align: left;
  font-weight: 300;
}

.posts-pagination {
  padding: 1.5rem 0;
  border-top: 1px solid #979797;
  text-align: center;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item:last-child {
  border: none;
}

.posts-pagination p {
  margin-bottom: 8px;
}

.posts-pagination p small {
  font-size: 85%;
}

.overlay-grad:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));
  pointer-events: none;
}

.blog-pagination-left a {
  border: 1px solid #979797;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  transition: background-color .2s ease;
  text-align: center;
}

.blog-pagination-left a.active {
  background-color: #979797;
  color: #fff;
  text-decoration: none;
}

.blog-pagination-left a:hover {
  background-color: #979797;
  color: #fff;
  text-decoration: none;
}

.hs-blog-listing header.banner .banner--content h1 {
  font-size: 30px;
}
.single-post-categories a {
  color: #4a4a4a !important;
  text-decoration: underline !important;
}
.hs-blog-listing .blog-featured--title h2 {
  font-size: 30px;
}
li.Featured {
  display: none;
}
aside.blog-sidebar {
  text-align: center;
}
.single-post-content a:hover {
  text-decoration: underline;
}
.hs-blog-listing article.blog-featured {
  margin: 0 -15px 50px;
}

.hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget h3 {
  font-size: 24px;
}
 
.hs-blog-listing  .post-item .entry-summary header .entry-meta > a:last-of-type + span {
  display: none;
}

.hs-blog-post #main .blog-content .single-post-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: both;
  display: block;
}

.hs-blog-post #main .blog-content .single-post-footer .single-post-categories {
  font-family: Noto Serif,serif;
  font-style: italic;
}

.affix {
  position: fixed;
  top: 15px;
}

/* ======================================= */


.hs-blog-post .banner {
  background: #4a4a4a url(../images/loading.svg) 98% 94% no-repeat;
  background-size: 30px 30px;
}

.hs-blog-post .banner {
  position: relative;
}

.hs-blog-post .banner .banner--content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 5;
  text-align: center;
}

.hs-blog-post .banner .banner--content h1 {
  animation: slide-up .5s ease forwards;
  animation-delay: .6s;
  margin: 0;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 0 0 15px rgba(60,60,60,70%);
}

.hs-blog-post .banner .banner--content .single-post-meta {
  color: #fff;
  padding: 0 0 10px;
  font-family: Noto Serif,serif;
  font-style: italic;
  font-weight: 700;
}

.hs-blog-post .banner .banner--content .single-post-meta a {
  color: #fff;
  text-decoration: underline;
}

.hs-blog-post .banner .banner--bkg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 3.5s ease;
}

.overlay-full:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.2);
  pointer-events: none;
}

.hs-blog-post #main {
  padding: 48px 0;
  background-color: #ebebeb;
  position: relative;
  z-index: 5;
}

.hs-blog-post #main .blog-sidebar .single-post-share-links {
  margin-bottom: 16px;
  margin-top: -24px;
}

.hs-blog-post #main .blog-sidebar .single-post-share-links .share-label {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 24px;
  color: #d0011b;
  text-transform: uppercase;
}

.hs-blog-post #main .blog-sidebar .single-post-share-links ul {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
  box-shadow: none;
}

.hs-blog-post #main .blog-sidebar .single-post-share-links ul>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 1.428571429;
}

.hs-blog-post #main .blog-sidebar .single-post-share-links ul>li svg {
  vertical-align: middle;
  fill: #d0011b;
  transition: fill .2s ease;
  overflow: hidden;
}

.hs-blog-post #main .blog-sidebar .widget-categories {
  padding: 0 70px 20px;
  margin-bottom: 30px;
  font-size: 17.6px;
}

.hs-blog-post #main .blog-sidebar .widget-categories h3 {
  margin-bottom: 20px;
  color: #d0011b;
  font-family: Noto Serif,serif;
  font-style: italic;
}

.hs-blog-post #main .blog-sidebar .widget-categories ul {
  box-shadow: none;
  padding-left: 0;
  list-style: none;
}

.hs-blog-post #main .blog-sidebar .widget-categories ul>li {
  border-bottom: 1px solid #979797;
  padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: 1.428571429;
}

.hs-blog-post #main .blog-sidebar .widget-categories ul>li>a {
  color: #4a4a4a;
  font-weight: 700;
}

.hs-blog-post #main .blog-content .single-post-footer .single-post-author {
  padding: 50px 0;
  margin: 1rem 0 50px;
  border-bottom: 4px double #979797;
  border-top: 4px double #979797;
}

.hs-blog-post #main .blog-content .single-post-footer .single-post-author img {
  float: left;
  margin-right: 16px;
  max-width: 100px;
}

.hs-blog-post #main .blog-content .single-post-footer .single-post-author .author-bio-heading {
  display: block;
  margin-bottom: 24px;
  font-family: Noto Serif,serif;
  font-style: italic;
  color: #d0011b;
  font-weight: 700;
}

.hs-blog-post #main .blog-content .single-post-footer .single-post-author .author-bio {
  overflow: hidden;
}

.hs-blog-post #main .blog-sidebar .widget-categories ul>li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.hs-blog-post #main .blog-sidebar .widget-categories {
  display: none;
}

.hs-blog-post .banner .banner--content h1 {
  padding: 90px 0 50px;
  font-size: 30px;
}

.hs-blog-post #main .blog-content .single-post-content p,
.hs-blog-post #main .blog-content .single-post-content a,
.hs-blog-post #main .blog-content .single-post-content span{
  font-size: 19.2px;
}

.hs-blog-listing .blog-featured .entry-meta a:hover {
  text-decoration: none;
}

.btn-read-more:hover {
  color: #fff;
  background-color: #3347a5;
  border-color: #2a3b8a;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary header h2 a:hover {
  color: #2d3f92;
}

.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary header .entry-meta a {
  color: #d0011b;
  text-decoration: underline;
}

.hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget-module ul>li>a:hover {
  text-decoration: underline;
}

.hs-blog-post #main .blog-content .single-post-content a {
  color: #455cc6;
}

.hs-blog-post #main .blog-content .single-post-content p a:hover {
  text-decoration: underline;
}

.hs-blog-post #main .blog-sidebar .single-post-share-links ul>li svg:hover {
  fill: #840111;
}

.hs-blog-post #main .blog-sidebar .widget-categories ul>li>a:hover {
  text-decoration: underline;
}

/* ---------- media ------------------ */

@media (min-width: 768px){
  .hs-blog-listing #main {
    padding: 56px 0;
    padding-top: 0;
  }
  .hs-blog-listing .blog-featured--content {
    padding-bottom: 55px;
    margin: 0 auto;
  }
  .hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-thumb {
    float: left;
    width: 33.3333333333%;
    padding-right: 40px;
    margin: 0;
  }
  .hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary {
    float: left;
    width: 66.6666666667%;
    text-align: left;
  }
  .posts-pagination {
    padding-bottom: 0;
    padding-top: 36px;
  }
  #main .container {
    width: 750px;
  }
  .hs-blog-listing article.blog-featured {
    margin: 0 auto 100px;
    background-position: center 200px;
  }
  .hs-blog-post #main {
    padding: 56px 0;
  }
  .hs-blog-post #main .blog-content .single-post-footer {
    padding-top: 80px;
  }
  .hs-blog-post #main .blog-content .single-post-footer .single-post-categories {
    text-align: right;
  }
  .hs-blog-post #main .blog-content .single-post-footer .single-post-author {
    margin-bottom: 50px;
  }
  .hs-blog-post #main .blog-content .single-post-footer .single-post-author img {
    margin-right: 32px;
    max-width: 25%;
  }
}
span.filter-link-count {
  display: none;
}
.hs-blog-listing, .hs-blog-post {
  -webkit-font-smoothing: subpixel-antialiased;
}
.hs-blog-listing .blog-featured--content p {
  -webkit-font-smoothing: subpixel-antialiased;
}
.blog-pagination-left a {
  font-weight: 400;
  font-family: Lato,Arial,sans-serif;
  color: #262626;
  -webkit-font-smoothing: subpixel-antialiased;
}
.posts-pagination p small {
  color: #262626;
}
.hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item.no-img .entry-summary {
  width: 100%;
}
.hs-blog-listing .entry-meta a:last-of-type + span {
  display: none;
}
.hs-blog-post .banner .banner--content .single-post-meta > a:last-of-type + span {
  display: none;
}
.hs-blog-post #main .blog-content .single-post-footer .single-post-categories strong > a:last-of-type + span {
  display: none;
}




@media (min-width: 992px){
  .hs-blog-listing header.banner {
    padding-top: 80px;
  }
  .blog-sidebar {
    position: sticky;
    top: 15px;
  }
  .hs-blog-listing header.banner .banner--content {
    padding: 0 300px;
  }
  .hs-blog-listing header.banner .banner--content h1 {
    font-size: 60px;
  }
  .hs-blog-listing .blog-featured--bkg {
    padding-bottom: 46%;
  }
  .hs-blog-listing .blog-featured--title {
    position: absolute;
    bottom: 15px;
    padding: 0 150px;
  }
  .hs-blog-listing .blog-featured--title h2 {
    padding: 80px 0;
    margin: 0;
  }
  .hs-blog-listing .blog-featured--title h2 {
    font-size: 48px;
  }
  .hs-blog-listing .blog-featured--content p {
    font-size: 22px;
  }
  .hs-blog-listing .blog-main .blog-sidebar {
    float: right;
    width: 15%;
    text-align: left;
  }
  .hs-blog-listing .blog-main .blog-content {
    width: 85%;
    float: left;
    padding-right: 40px;
  }
  .hs-blog-listing .blog-main .blog-sidebar .widget-wrap {
    width: 171px;
  }
  .hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget {
    border: 1px solid #979797;
    padding: 30px 15px;
  }
  .hs-blog-listing .blog-main .blog-sidebar .widget-wrap .widget h3 {
    font-size: 19.2px;
  }
  .hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary p {
    font-size: 22px;
  }
  .posts-pagination p {
    font-size: 22px;
  }
  #main .container {
    width: 970px;
  }
  .hs-blog-post .banner {
    height: auto;
    display: block;
    top: 0;
    left: 0;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px;
  }
  .hs-blog-post .banner .banner--content h1 {
    padding: 180px 0 130px;
    font-size: 60px;
  }
  .hs-blog-post .banner .banner--content .single-post-meta {
    font-size: 22px;
  }
  .hs-blog-post #main .blog-sidebar {
    float: right;
    width: 15%;
    text-align: left;
  }
  .hs-blog-post #main .blog-content {
    width: 85%;
    float: left;
    padding-left: 80px;
    padding-right: 40px;
  }
  .hs-blog-post #main .blog-sidebar .widget-wrap {
    width: 171px;
  }
  .hs-blog-post #main .blog-sidebar .single-post-share-links {
    margin-bottom: 32px;
    margin-top: 0;
  }
  .hs-blog-post #main .blog-sidebar .widget-categories {
    display: block;
    border: 1px solid #979797;
    padding: 30px 15px;
  }
  .hs-blog-post #main .blog-sidebar .widget-categories h3 {
    font-size: 19.2px;
  }
  .hs-blog-post #main .blog-content .single-post-footer .single-post-categories {
    font-size: 22px;
  }
  .hs-blog-post #main .blog-content .single-post-footer .single-post-author .author-bio-heading {
    font-size: 22px;
  }
  .hs-blog-post #main .blog-content .single-post-footer .single-post-author p {
    font-size: 22px;
  }
  .hs-blog-post #main .blog-content .single-post-content p,
  .hs-blog-post #main .blog-content .single-post-content a,
  .hs-blog-post #main .blog-content .single-post-content span{
    font-size: 22px;
  }
}



@media (min-width: 992px) and (max-width: 1016px){
  .hs-blog-listing .blog-main .blog-sidebar .widget-wrap {
    width: 100%;
  }
  .hs-blog-post #main .blog-sidebar .widget-wrap {
    width: 100%;
  }
}



@media (min-width: 1200px){
  #main .container {
    width: 1170px;
  }
}

@media(max-width:991px){
  .hs-blog-listing .blog-main .blog-content .posts-wrapper .post-item .entry-summary header h2 {
    font-size: 1.625rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.content-wrapper{
  margin: 0 auto;
}
.error-page {
  padding: 10rem 15px;
  text-align: center;
  position: relative;
}
.systems-page .header {
  padding: 0;
  margin: 0;
  position: static;
  background: transparent;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
input#hs-pwd-widget-password {
  min-height: 31px;
}
.error-page {
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 15px;
  padding-top: 6rem;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}

.systems-page form {
  max-width: 767px;
}
input#hs-pwd-widget-password {
  height: auto !important;
  width: 100%;
}

.systems-page  input#hs-login-widget-remember {
  display: inline-block;
}
@media (max-width:767px) {
  .systems-page h1 {
    font-size: 26px;
  }
  .systems-page h2 {
    font-size: 21px;
  }
}