html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
 * Variables
** ======================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Base
** ======================================== */
body {
  font-family: "Lato", helvetica, arial, sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale; }

img {
  height: auto;
  max-width: 100%; }

/*
 * Page Header
** ======================================== */
.page-header {
  background: url(/images/default-source/hillelu-bsd/bg-banner-light.png) repeat #009ACD;
  text-align: center;
  height: 215px; }
  @media screen and (min-width: 768px) {
    .page-header {
      height: 448px; } }
  .page-header__inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .page-header h1 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    font-family: "Lato", helvetica, arial, sans-serif; }
    @media screen and (min-width: 768px) {
      .page-header h1 {
        font-size: 35px; } }
    .page-header h1 span.size {
      display: block;
      font-size: 41px;
      margin-top: 4px;
      margin-left: 1px;
      margin-bottom: 6px; }
      @media screen and (min-width: 768px) {
        .page-header h1 span.size {
          font-size: 116px;
          margin-left: 2px;
          margin-top: -3px;
          margin-bottom: 1px; } }
    .page-header h1 span.align {
      float: right; }
  .page-header .button {
    text-transform: uppercase;
    color: #009ACD;
    background: #fff;
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    padding: 14px 20px;
    font-size: 14px;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .page-header .button {
        margin-top: 58px; } }

/*
 * Cards
** ======================================== */
.card {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin-bottom: 20px;
  border-left: 5px solid black;
  text-align: center;
  padding: 24px 22px 20px;
  text-decoration: none; }
  .card:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .card {
      margin-bottom: 30px; } }
  .card__content {
    margin-bottom: 12px; }
  .card__headline {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 13px; }
  .card__description {
    font-size: 13px;
    line-height: 19px;
    color: #212121; }
  .card--dark-blue {
    border-left-color: #005387; }
    .card--dark-blue .button {
      text-transform: uppercase;
      color: #fff;
      background: #005387;
      display: inline-block;
      width: auto;
      cursor: pointer;
      text-decoration: none;
      line-height: 1;
      font-weight: 700;
      padding: 10px 20px 12px;
      font-size: 12px; }
  .card--green {
    border-left-color: #64A40F; }
    .card--green .button {
      text-transform: uppercase;
      color: #fff;
      background: #64A40F;
      display: inline-block;
      width: auto;
      cursor: pointer;
      text-decoration: none;
      line-height: 1;
      font-weight: 700;
      padding: 10px 20px 12px;
      font-size: 12px; }
  .card--ruby {
    border-left-color: #C41E5A; }
    .card--ruby .button {
      text-transform: uppercase;
      color: #fff;
      background: #C41E5A;
      display: inline-block;
      width: auto;
      cursor: pointer;
      text-decoration: none;
      line-height: 1;
      font-weight: 700;
      padding: 10px 20px 12px;
      font-size: 12px; }
  .card--orange {
    border-left-color: #FF4F16; }
    .card--orange .button {
      text-transform: uppercase;
      color: #fff;
      background: #FF4F16;
      display: inline-block;
      width: auto;
      cursor: pointer;
      text-decoration: none;
      line-height: 1;
      font-weight: 700;
      padding: 10px 20px 12px;
      font-size: 12px; }
  .card--darkgrey {
    border-left-color: #4A4A4A; }
    .card--darkgrey .button {
      text-transform: uppercase;
      color: #fff;
      background: #4A4A4A;
      display: inline-block;
      width: auto;
      cursor: pointer;
      text-decoration: none;
      line-height: 1;
      font-weight: 700;
      padding: 10px 20px 12px;
      font-size: 12px; }
  .card--blue {
    border-left-color: #009ACD; }
    .card--blue .button {
      text-transform: uppercase;
      color: #fff;
      background: #009ACD;
      display: inline-block;
      width: auto;
      cursor: pointer;
      text-decoration: none;
      line-height: 1;
      font-weight: 700;
      padding: 10px 20px 12px;
      font-size: 12px; }

.card--wide {
  padding: 20px 22px 32px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .card--wide {
      padding: 34px 64px 42px;
      margin-bottom: 40px; } }
  .card--wide .card__content {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .card--wide .card__content {
        padding-left: 0;
        padding-right: 0; } }
  .card--wide .card__headline {
    margin-bottom: 18px; }
    @media screen and (min-width: 768px) {
      .card--wide .card__headline {
        margin-bottom: 28px; } }
  .card--wide .card__list {
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .card--wide .card__list {
        text-align: left; } }
.card--wide .card__list ul {
     padding-left: 0;
     margin: 0 0 10px;
     list-style: none; }
     @media screen and (min-width: 768px) {
       .card--wide .card__list ul {
         float: left;
         display: block;
         margin-right: 2.35765%;
         width: 31.76157%;
         margin-bottom: 0; }
         .card--wide .card__list ul:last-child {
           margin-right: 0; } }
    .card--wide .card__list li {
      margin-bottom: 10px;
      font-size: 17px;
      line-height: 24px;
      color: #4A4A4A; }
      .card--wide .card__list li:last-child {
        margin-bottom: 0; }
  .card--wide.card--green .card__headline {
    color: #64A40F; }

.card--image {
  box-shadow: none;
  border: none;
  text-align: left;
  padding: 0;
  line-height: 0;
  margin-bottom: 8px;
  display: block; }
  @media screen and (min-width: 768px) {
    .card--image {
      height: 200px;
      margin-bottom: 38px; } }
  @media screen and (min-width: 768px) {
    .card--image:nth-of-type(odd) {
      padding-right: 8px; } }
  @media screen and (min-width: 768px) {
    .card--image:nth-of-type(even) {
      padding-left: 8px; } }
  .card--image .card__inner {
    display: table; }
  .card--image .card__content {
    padding: 0;
    height: 100%;
    border-right: 2px solid #fff;
    position: relative;
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .card--image .card__content {
        width: calc(100% - 210px); } }
  .card--image .card__headline {
    color: #fff;
    padding: 0 22px;
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    line-height: 20px; }
    @media screen and (min-width: 768px) {
      .card--image .card__headline {
        font-size: 23px;
        line-height: 25px;
        padding: 0 30px; } }
  .card--image .card__image {
    display: table-cell;
    width: 45%; }
    @media screen and (min-width: 768px) {
      .card--image .card__image {
        width: 210px; } }
  .card--image.card--green .card__content {
    background-color: #64A40F; }
  .card--image.card--ruby .card__content {
    background-color: #C41E5A; }
  .card--image.card--orange .card__content {
    background-color: #FF4F16; }
  .card--image.card--blue .card__content {
    background-color: #009ACD; }

/*
 * Call To Action
** ======================================== */
.cta-section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .cta-section::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .cta-section {
      display: table; } }
  .cta-section .cta {
    text-align: center;
    padding: 30px; }
    @media screen and (min-width: 768px) {
      .cta-section .cta {
        display: table-cell;
        width: 50%;
        padding: 50px; } }
    .cta-section .cta__headline {
      font-size: 25px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      font-family: "Lato", helvetica, arial, sans-serif; }
    .cta-section .cta__content {
      color: #fff; }
      .cta-section .cta__content p {
        font-size: 20px;
        line-height: 27px; }
        @media screen and (min-width: 768px) {
          .cta-section .cta__content p {
            font-size: 18px;
            line-height: 30px; } }
      .cta-section .cta__content a {
        color: #009ACD;
        text-decoration: none; }
      .cta-section .cta__content svg {
        width: 20px;
        height: 16px;
        margin-bottom: 6px; }
        @media screen and (min-width: 768px) {
          .cta-section .cta__content svg {
            width: 24px;
            height: 19.2px; } }
        .cta-section .cta__content svg + a {
          color: #D8D8D8;
          font-size: 17px;
          display: block;
          margin-bottom: 34px; }
    .cta-section .cta .button {
      margin-top: 7px;
      text-transform: uppercase;
      color: #fff;
      background: #009ACD;
      display: inline-block;
      width: auto;
      cursor: pointer;
      text-decoration: none;
      line-height: 1;
      font-weight: 700;
      padding: 14px 20px;
      font-size: 14px; }
    .cta-section .cta--1 {
      background: #eee; }
      .cta-section .cta--1 .cta__headline {
        color: #212121; }
      .cta-section .cta--1 .cta__content {
        color: #212121; }
    .cta-section .cta--2 {
      background: #005387; }
      .cta-section .cta--2 .cta__headline {
        color: #D8D8D8;
        margin-bottom: 30px; }
        @media screen and (min-width: 768px) {
          .cta-section .cta--2 .cta__headline {
            margin-bottom: 45px; } }
      .cta-section .cta--2 .icon-email path {
        fill: #009ACD; }

/*
 * Hillel.org CSS overwrites
** ======================================== */
.main-wrapper .row.main-wide {
  max-width: none; }

.main-wrapper .main-content-wide {
  padding: 0;
  float: none; }
  .main-wrapper .main-content-wide .bread-share {
    margin-bottom: 0; }

.social-wrapper {
  padding-bottom: 0; }

/*
 * Intro Text
** ======================================== */
.intro-text {
  font-size: 18px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: center;
  padding: 28px 22px 32px;
  letter-spacing: -0.01em; }
  @media screen and (min-width: 768px) {
    .intro-text {
      padding: 40px 0 43px;
      font-size: 27px;
      line-height: 38px; } }
  @media screen and (min-width: 768px) {
    .intro-text .rwd-line {
      display: block; } }

/*
 * Sections
** ======================================== */
.l-section {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .l-section {
      padding-top: 55px;
      padding-bottom: 65px;
      padding-left: 22px;
      padding-right: 22px; } }
  .l-section__inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    .l-section__inner::after {
      clear: both;
      content: "";
      display: block; }
  .l-section h2 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    color: #212121;
    font-family: "Lato", helvetica, arial, sans-serif; }
    @media screen and (min-width: 768px) {
      .l-section h2 {
        font-size: 25px;
        margin-bottom: 26px; } }
    .l-section h2 img {
      margin-top: 8px;
      margin-bottom: 4px;
      width: 183px; }
      @media screen and (min-width: 768px) {
        .l-section h2 img {
          width: auto;
          margin-top: 6px;
          margin-bottom: 0; } }
  .l-section__hero {
    padding: 0 12px 20px; }
    @media screen and (min-width: 768px) {
      .l-section__hero {
        padding: 0 0 40px; } }
  .l-section__content *:last-child {
    margin-bottom: 0; }
  .l-section__content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 36px;
    padding: 0 22px;
    color: #212121; }
    @media screen and (min-width: 768px) {
      .l-section__content p {
        padding: 0; } }
  .l-section__content em {
    font-style: italic; }
  .l-section__content strong {
    font-weight: 700; }
  .l-section__content a {
    color: #009ACD;
    text-decoration: none; }
  .l-section__content img,
  .l-section__content iframe {
    margin-top: 6px; }
    @media screen and (min-width: 768px) {
      .l-section__content img,
      .l-section__content iframe {
        margin-top: 16px; } }
  .l-section__action {
    text-align: center;
    margin-top: 27px; }
    .l-section__action .button {
      margin: 7px; }
      @media screen and (min-width: 768px) {
        .l-section__action .button {
          margin: 0 15px; } }
      .l-section__action .button--see {
        text-transform: uppercase;
        color: #fff;
        background: #009ACD;
        display: inline-block;
        width: auto;
        cursor: pointer;
        text-decoration: none;
        line-height: 1;
        font-weight: 700;
        font-size: 15px;
        padding: 9px 15px 10px;
        text-transform: none;
        width: 156px; }
        @media screen and (min-width: 768px) {
          .l-section__action .button--see {
            width: auto; } }
      .l-section__action .button--search {
        text-transform: uppercase;
        color: #fff;
        background: #4A4A4A;
        display: inline-block;
        width: auto;
        cursor: pointer;
        text-decoration: none;
        line-height: 1;
        font-weight: 700;
        font-size: 15px;
        padding: 9px 15px 10px;
        text-transform: none;
        width: 156px; }
        @media screen and (min-width: 768px) {
          .l-section__action .button--search {
            width: auto; } }

.l-section--1 {
  z-index: 10;
  background: #eee; }
  @media screen and (min-width: 768px) {
    .l-section--1 {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); } }
  @media screen and (min-width: 768px) {
    .l-section--1 h2 {
      margin-bottom: 56px; } }
  .l-section--1 .l-section__action {
    margin-top: 34px; }
    @media screen and (min-width: 768px) {
      .l-section--1 .l-section__action {
        margin-top: 20px; } }
  .l-section--1 .cards--grid {
    margin: 0 12px; }
    @media screen and (min-width: 768px) {
      .l-section--1 .cards--grid {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; }
        .l-section--1 .cards--grid::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (min-width: 768px) {
      .l-section--1 .cards--grid .card {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .l-section--1 .cards--grid .card:last-child {
          margin-right: 0; }
        .l-section--1 .cards--grid .card:nth-child(3n) {
          margin-right: 0; }
        .l-section--1 .cards--grid .card:nth-child(3n+1) {
          clear: left; } }

.l-section--2 {
  padding-top: 6px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .l-section--2 {
      padding-top: 80px;
      padding-bottom: 87px;
      border-bottom: 1px solid #D8D8D8; } }
  .l-section--2 .image-container {
    line-height: 0; }
    @media screen and (min-width: 768px) {
      .l-section--2 .image-container {
        display: table-cell;
        width: 310px;
        padding-right: 30px; } }
    .l-section--2 .image-container img {
      line-height: 0;
      margin-bottom: 6px; }
      @media screen and (min-width: 768px) {
        .l-section--2 .image-container img {
          margin-bottom: 30px; } }
      .l-section--2 .image-container img:last-child {
        margin-bottom: 0; }
  .l-section--2 .show-for-m {
    display: block; }
    @media screen and (min-width: 768px) {
      .l-section--2 .show-for-m {
        display: none; } }
  .l-section--2 .hide-for-m {
    display: none; }
    @media screen and (min-width: 768px) {
      .l-section--2 .hide-for-m {
        display: block; } }
  .l-section--2 .testimonial-container {
    background: url(/images/default-source/hillelu-bsd/bg-banner-light.png) repeat #64A40F;
    vertical-align: middle;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    padding: 50px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .l-section--2 .testimonial-container {
        width: 670px;
        padding: 0 75px;
        display: table-cell; } }
    .l-section--2 .testimonial-container .author {
      display: block;
      margin-top: 19px; }
    .l-section--2 .testimonial-container + .image-container {
      margin-top: 6px; }

.l-section--3 .l-section__inner {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }
  .l-section--3 .l-section__inner::after {
    clear: both;
    content: "";
    display: block; }

.l-section--3 .button {
  text-transform: uppercase;
  color: #fff;
  background: #009ACD;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  padding: 14px 20px;
  font-size: 14px; }

.l-section--4 {
  background: #eeeeee; }
  .l-section--4 .l-section__content {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
    .l-section--4 .l-section__content::after {
      clear: both;
      content: "";
      display: block; }
  .l-section--4 .cards {
    margin: 35px 12px; }
    @media screen and (min-width: 768px) {
      .l-section--4 .cards {
        margin: 50px 0; } }

.l-section--5 {
  padding-bottom: 6px; }
  @media screen and (min-width: 768px) {
    .l-section--5 {
      padding-bottom: 37px; } }
  .l-section--5 .l-section__content {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
    .l-section--5 .l-section__content::after {
      clear: both;
      content: "";
      display: block; }
  .l-section--5 .cards {
    margin: 35px 0 0; }
    @media screen and (min-width: 768px) {
      .l-section--5 .cards {
        margin: 50px 0 0; } }
    .l-section--5 .cards--grid {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .l-section--5 .cards--grid::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (min-width: 768px) {
        .l-section--5 .cards--grid .card {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .l-section--5 .cards--grid .card:last-child {
            margin-right: 0; }
          .l-section--5 .cards--grid .card:nth-child(2n) {
            margin-right: 0; }
          .l-section--5 .cards--grid .card:nth-child(2n+1) {
            clear: left; } }

/*# sourceMappingURL=/styles/bsd/styleWAH.css.map */
