/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700");

@font-face {
    font-family: 'foundation_sansoutline';
    src: url('../fonts/foundationsans-outline-webfont.eot');
    src: url('../fonts/foundationsans-outline-webfont.eot?#iefix') format('embedded-opentype'),
         /*url("../fonts/FoundationSans-Outline.otf") format("opentype"),*/
         url('../fonts/foundationsans-outline-webfont.woff2') format('woff2'),
         url('../fonts/foundationsans-outline-webfont.woff') format('woff'),
         url('../fonts/foundationsans-outline-webfont.svg#foundation_sansoutline') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'foundation_sansbold';
    src: url('../fonts/foundationsans-bold-webfont.eot');
    src: url('../fonts/foundationsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        /* url("../fonts/FoundationSans-Bold.otf") format("opentype"),*/
         url('../fonts/foundationsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/foundationsans-bold-webfont.woff') format('woff'),
         url('../fonts/foundationsans-bold-webfont.svg#foundation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
  background-color: #eee;
  color: #2a6db5;
  font-family: "Montserrat", sans-serif;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

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

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

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-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;
}

/**
     * 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 style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

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

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[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 */
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

/* Slider*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body::before {
  content: "(xs: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px)";
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

figure {
  margin: 0;
}

html,
button,
a,
input,
select,
textarea {
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -ms-scroll-limit-x-max: 100%;
  -ms-scroll-limit-x-min: 0;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

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

a {
  color: #26527c;
  text-decoration: none;
}

a img {
  border: 0;
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.6%;
  height: 0;
  max-width: 300px;
  margin: 20px auto;
  overflow: hidden;
  margin-top: 23px;
  margin-bottom: 40px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
  clear: both;
  text-align: center;
}

.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul:before,
nav ul:after {
  content: '';
  display: table;
}

nav ul:after {
  clear: both;
}

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hidden {
  display: none;
}

.lightbox {
  display: none;
  background-color: rgba(46, 51, 71, 0.95);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

.lightbox-close {
  width: 90px;
  height: 23px;
  cursor: pointer;
  background-image: url("../images/icon-lightbox-close.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 29px;
  top: 29px;
  padding: 20px 60px;
  background-position: center center;
}

.lightbox-content {
  position: relative;
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
  top: 200px;
}

.lightbox iframe {
  width: 100% !important;
  max-width: 100%;
  height: 515px !important;
  max-height: 100vw;
}

.editor-content h2 {
  margin: 0 0 10px;
}

.editor-content > h4 {
  margin: 0 0 8px;
}

.editor-content h3 {
  margin: 0 0 15px;
}
.editor-content ul + h3,
.editor-content p + h3 {
  margin-top: 45px;
}

.editor-content p {
  margin: 0 0 26px;
}

.editor-content img.alignnone {
  margin: 0 0 15px;
}



h1 {
  font-family: 'foundation_sansbold', sans-serif;
}
h1 strong {
  font-family: 'foundation_sansoutline';
}

h2 {
  font-family: 'foundation_sansbold', sans-serif;
}
h2 strong {
  font-family: 'foundation_sansoutline';
}
h3 {
    font-family: 'foundation_sansbold', sans-serif;
}
h3 strong {
  font-family: 'foundation_sansbold', sans-serif;
}
h4 {
  font-family: 'foundation_sansbold', sans-serif;
}
h4 strong {
  font-family: 'foundation_sansoutline';
}

h5 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 2.5em;
}

p {
  margin: 0 0 26px;
}

p.big,
.post-type-list-header p{
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 25px;
}
p.big strong,
.post-type-list-header p strong {
    font-family: 'foundation_sansoutline';
}

a {
  color: inherit;
}
a:hover {
  opacity: .7;
}

.wp-caption {
  margin-bottom: 0px;
  padding-bottom: 27px;
}

.wp-caption > figcaption {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  color: #777777;
}

.page-content > .simple-content {
  overflow: hidden;
  margin: 0 auto;
  padding: 4em 0 3em;
  color: white;
}
.page-content > .simple-content >.container {
  max-width: 1150px;
}

.page-content .pledge {
  background: url(../images/stars-white.png) no-repeat 50% bottom;
  padding-bottom: 95px;
}
.home .page-content .pledge img.aligncenter {
  margin-bottom: 20px!important;
}
.editor-content .pledge h3 {
  margin-bottom: 40px;
  line-height: 1.1;
}
.page-content .pledge h2,
.editor-content .pledge h2 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: .5em;
}
.page-template-tpl-pledge .pledge-content {
  grid-template-columns:  60% 40%;
  grid-column-gap: 0;
  display: grid;
  max-width: 100%;
  grid-auto-flow: column;
}
.page-template-tpl-pledge .editor-content {
  padding:0 ;
  grid-column: 1;
}
.page-template-tpl-pledge .editor-content section.pledge,
.page-template-tpl-pledge .editor-content .post-type-list,
.page-template-tpl-pledge .editor-content .content-columns {
  padding-left: 40px;
  padding-right: 40px;
}
.page-template-tpl-pledge .editor-content section.pledge {
  padding-top: 80px;
  color: white;
  padding-bottom: 100px;
}
.resources-list-summary .resources-list-grid {
  padding: 0 40px;
}

.pledge-form {
  background-color: #2e3347;
  color: #888c9b;
  padding: 80px 40px;
  position: relative;
  grid-column: 2;
}
.pledge-container {

}
.pledge-form .pledge-title {
  margin-bottom: 30px;
  text-align: center;
  color: white;
  line-height: .9;
  font-size: 48px;
}
.pledge-form .pledge-title strong {
  display: block;
}
#can_embed_form.can_float #form_col2,
#can_embed_form.can_float #forym_col1,
#can_embed_form #form_col2,
#can_embed_form #form_col1 {
  width: 100%!important;
  float: none!important;
}
.pledge-form #can_embed_form_inner h2,
.pledge-form #can_embed_form_inner h3,
.pledge-form #can_embed_form_inner h4,
#can_embed_form #action_info,
#can_embed_form #new_signature label.control-label,
#can_embed_form #action_thank_you_text,
#can_embed_form #embed_toggle-open,
#can_embed_form #embed_toggle-close {
  display: none!important;
}
#can_embed_form #new_signature input[type=text],
#can_embed_form #new_signature input[type=email],
#can_embed_form #new_signature textarea,
#can_embed_form.can_thank_you_wrap input[type=text],
#can_embed_form.can_thank_you_wrap textarea{
  background-color: transparent;
  border-radius: 3px;
  border-color: #888c9b;
  color: #888c9b;
  padding: 10px 15px;
}
#can_embed_form #new_signature input[type=text]::placeholder,
#can_embed_form #new_signature input[type=email]::placeholder,
#can_embed_form #new_signature textarea::placeholder,
#can_embed_form.can_thank_you_wrap input[type=text]::placeholder,
#can_embed_form.can_thank_you_wrap textarea::placeholder {
    color: #888c9b;
    text-transform: uppercase;
    font-size: 14px;
}
#can_embed_form #new_signature .floatlabel-wrapper .floatlabel-label,
#can_embed_form.can_thank_you_wrap .floatlabel-wrapper .floatlabel-label{
  color: #888c9b;
}
#can_embed_form #new_signature #action_welcome_message #action_welcome_message_inner {
  background-color: transparent;
  padding: 0;
  border: none;
}
#can_embed_form #new_signature .floatlabel-wrapper .floatlabel-label:after,
#can_embed_form.can_thank_you_wrap .floatlabel-wrapper .floatlabel-label:after,
#can_embed_form #referral_code_select_wrap+.can_thank_you-block>label.graytext:after,
#can_embed_form .can_thank_you-block:first-child>label.graytext:after {
  background-color: #2e3347!important;
}
#can_embed_form .select2-dropdown-open .select2-choice,
#can_embed_form.select2-dropdown-open .select2-choice,
.can_embed_select2 .select2-dropdown-open .select2-choice,
.can_embed_select2.select2-dropdown-open .select2-choice,
#can_embed_form .select2-container .select2-choice,
.can_embed_select2 .select2-container .select2-choice,
#can_embed_form select.can_select, #can_embed_form span.can_select {
    background-color: #2e3347!important;
    color: #888c9b!important;
    border: 1px solid #888c9b!important;
}
#can_embed_form #d_sharing {
  border-top: none!important;
}
#can_embed_form #new_signature input[type=submit] {
  background-color: #2a6db5;
  border-radius: 6px;
  padding: 10px 15px;
  width: auto;
  display: inline-block;
}
#can_embed_form #new_signature #form_col2 {
  text-align: center;
}
#can_embed_form #can_thank_you {
  background-color: transparent!important;
    color: #888c9b!important;
    margin:0!important;
    padding: 0!important;
}
#can_embed_form #can_thank_you h1 {
  line-height: .9!important;
  font-size: 30px;
}
#can_embed_form #can_thank_you #action_thank_you_text {
  text-align: center!important;
}
#can_embed_form #can_thank_you h4 {
  margin-bottom: 25px!important;
}
#can_embed_form h4.widget_title {
  margin-bottom: 4px!important;
  font-size: 14px!important;
  font-weight: 400!important;
  letter-spacing: normal!important;
}
#can_embed_form #d_sharing ul {
  margin-top: 0!important;
}
#can_embed_form.can_thank_you_wrap .can_thank_you-block textarea {
  margin-bottom: 0!important;
}
#can_embed_form .can_thank_you-block {
  margin-bottom: 12px!important;
}
#can_embed_form .mb20 {
  margin-bottom: 10px!important;
}
@media screen and (max-height:768px) {
  .pledge-form .pledge-title {
    font-size: 36px;
    margin-bottom: 12px;
    letter-spacing: normal;
  }
  #can_embed_form #can_thank_you h1 {
    font-size: 22px!important;
    letter-spacing: normal!important;
  }
    .pledge-form .pledge-title strong {
      display: inline;
      padding-left: 10px;
    }
    #can_embed_form #new_signature input[type=text],
    #can_embed_form #new_signature input[type=email],
    #can_embed_form #new_signature textarea,
    #can_embed_form.can_thank_you_wrap input[type=text],
    #can_embed_form.can_thank_you_wrap textarea {
      margin-bottom: 8px;
    }
}
.page-header {
  -webkit-transition: .1s;
  transition: .1s;
}

.page-header-logo {
  display: none;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  color: #ffffff;
}

.ph {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}

.ph-wrapper.is-open {
  display: block;
}

.ph.is-scrolled {
  background-color: #fff;
}

.ph-icon-search {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 34px 0 12px;
}

.ph-icon-search:hover svg {
  opacity: .7;
}

.ph-icon-search svg {
  max-width: 100%;
  fill: #dc3234;
  cursor: pointer;
}

.ph-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
}

.ph-menu.is-open {
  display: block;
}

.ph-menu li {
  padding: 0;
}

.ph-menu a {
font-family: 'foundation_sansbold', sans-serif;
  text-decoration: none;
  color: #dc3234;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}
.ph-menu a::after {
  content: "";
  display: block;
  border-bottom: 3px solid #fff;
}
.ph-menu .current-menu-item a::after,
.ph-menu .current-page-ancestor a::after,
.ph-menu a:hover::after {
  content: "";
  display: block;
  border-bottom: 3px solid #dc3234;

}
.page-header-nav {
  width: 51vw;
}
.ph-search-bar {
  height: 93px;
  background-color: #2c2c2c;
  width: 100%;
}

.ph-search-form-lightbox {
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.ph-search-form-lightbox input[type=text] {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 28px 57px 21px;
  font-size: 40px;
  width: 100%;
  line-height: 1.4em;
  border-bottom: 8px solid #ffffff;
}

.ph-search-form-lightbox input::-webkit-input-placeholder {
  color: #ffffff;
}

.ph-search-form-lightbox input:-ms-input-placeholder {
  color: #ffffff;
}

.ph-search-form-lightbox input::-ms-input-placeholder {
  color: #ffffff;
}

.ph-search-form-lightbox input::placeholder {
  color: #ffffff;
}

.ph-search-form-lightbox-icon {
  width: 33px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ph-search-form-lightbox-icon svg {
  max-width: 100%;
  height: auto;
  fill: white;
}

.ph-search-form-lightbox input[type="submit"] {
  display: none;
}

.ph-search-form-lightbox input[type=text]:focus,
.ph-search-form-lightbox input[type=text]:hover,
.ph-search-form-lightbox input[type=text]:active {
  outline: none;
}

.mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.mobile-header-bar {
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

.mobile-header-logo {
  color: #ffffff;
  font-size: 26px;
}

.mobile-header-content {
  display: none;
}

.mobile-header-search-form {
  position: relative;
  margin-top: auto;
}

.mobile-header-search-form input[type=text] {
  border: none;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.76em;
  height: 93px;
  background-color: #2e3347;
  padding: 24px 0 22px 58px;
  width: 100%;
  border-radius: 0px;
}

.mobile-header-search-form input[type=text]:focus,
.mobile-header-search-form input[type=text]:hover,
.mobile-header-search-form input[type=text]:active {
  outline: none;
}

.mobile-header-search-form input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
}

.mobile-header-search-form input::-webkit-input-placeholder {
  font-size: 25px;
  line-height: 1.76em;
  color: #ffffff;
}

.mobile-header-search-form input:-ms-input-placeholder {
  font-size: 25px;
  line-height: 1.76em;
  color: #ffffff;
}

.mobile-header-search-form input::-ms-input-placeholder {
  font-size: 25px;
  line-height: 1.76em;
  color: #ffffff;
}

.mobile-header-search-form input::placeholder {
  font-size: 25px;
  line-height: 1.76em;
  color: #ffffff;
}

.mobile-header-search-form-icon {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  cursor: pointer;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-header-search-form-icon svg {
  max-width: 100%;
  height: auto;
  fill: white;
}
.mobile-header-button {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.mobile-header .mobile-header-button .buttons {
  height: auto;
  display: block;
  margin-bottom: 0;
}
.mobile-header .mobile-header-button .buttons .buttons-link {
  margin: 0 15px;
}
.mobile-header .mobile-header-button .buttons .buttons-link,
.mobile-header .mobile-header-button .buttons li {
  display: block;
  /*border-radius: 0;
  margin: 0;*/
}

.mobile-header.is-open .mobile-header-content {
  min-height: 0;
  padding-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* height: calc(553px - 64px); */
  display: block;
}

.mobile-header.is-open .mobile-header-wrapper {
  min-height: 0;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bars {
  width: 23px;
  height: 17px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.bars span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #dc3234;
  margin-top: 4px;
}

.bars span:first-child {
  margin-top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.bars .other-bar {
  width: 3px;
  height: 0;
  background-color: #dc3234;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -2px;
  -webkit-transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 10;
}

.mobile-header.is-open .bars {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.mobile-header.is-open .bars span:first-child {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.mobile-header.is-open .bars span:nth-child(3) {
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.mobile-header.is-open .bars .other-bar {
  height: 23px;
  -webkit-transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.company-info {
  padding: 56px 0 42px;
  background-color: white;
  position: relative;
}

.company-info-nav {
  margin-bottom: 29px;
}

.company-info-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-info-buttons .icon {
  margin: 0 4px;
}

.company-info-buttons .link a {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.06666667em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 18px;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  display: block;
  padding: 10px 24px;
  margin: 0 8px;
}

.company-info-text {
  text-align: center;
}
.company-info-text a {
  margin-left: 30px;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
}
.sticky-hero .hero {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #e8e8e8;
  z-index: 8;
}
@media screen and (max-width: 480px) {
  .sticky-hero .hero {
    position: relative;
  }
}

.hero-heading {
  position: relative;
  z-index: 2;
}

.hero h1 {
  color: #2a6db5;
  font-family: 'foundation_sansoutline', sans-serif;
}

.collapsibles {
  margin-bottom: 90px;
}

.collapsibles-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.collapsibles-heading {
  margin-bottom: 29px;
}

.collapsibles-heading h2 {
  margin-bottom: 12px;
}

.collapsibles-item {
  border-top: 1px solid #d9d9d9;
  position: relative;
}

.collapsibles-item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.collapsibles-subheading {
  font-size: 23px;
  line-height: 1.0625em;
  margin-bottom: 33px;
}

.collapsibles-text {
  display: none;
  padding: 0 0 42px;
}

.collapsibles-text p {
  margin: 0 0 26px;
}

.collapsibles-text p:last-of-type {
  margin: 0;
}

.team-staff-thumbnail,
.team-staff-teaser {
  cursor: pointer;
  line-height: 1.4;
  margin-bottom: 30px;
  float: left;
  display: block;
  width: 50%;
}

.accordion-teaser {
  position: relative;
}
.accordion-toggle:hover {
  opacity: .7;
}

.accordion.is-open .accordion-toggle-icon {
  background-image: url(../images/minus-white.svg);
}

.accordion-toggle-icon {
  background-color: #dc3234;
  border-radius: 100px;
  display: block;
  float: left;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url(../images/plus-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 67%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.collapsibles-grid .accordion-toggle-icon {
  float: none;
  position: absolute;
  top:50%;
  right: 0;
}

.accordion-content {
  display: none;
}

.content-columns {
  max-width: 1150px;
  margin: 0 auto;
}

.content-columns-grid {
  display: grid;
}

.fb {
  position: relative;
}

.fb::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.fb-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.fb-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.fb-outside .fb-wrapper {
  padding: 136px 0 89px;
}

.fb-thumbnail {
  display: inline-block;
}

.fb-subtitle {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 2.66666667em;
  text-transform: uppercase;
  font-weight: 600;
}

.fb-title {
  font-size: 46px;
  line-height: 1.08695652em;
  margin-bottom: 12px;
}

.fb-text {
  font-size: 17px;
  line-height: 1.52941176em;
  margin-bottom: 24px;
}

.fb-link {
  text-decoration: none;
}

.fb-btn {
  position: relative;
  font-size: 17px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  color: #262626;
  background-color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 67px 20px 23px;
  font-weight: 700;
}

.fb-btn:hover {
  color: #8c8c8c;
}

.fb-btn:hover::after {
  background-image: url("../images/icon-arrow-btn-hover.png");
}

.fb-btn::after {
  content: '';
  position: absolute;
  background-image: url("../images/icon-arrow-btn.png");
  min-width: 20px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  padding-left: 34px;
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}

.fb-orange::before {
  background-color: rgba(233, 122, 64, 0.93);
}

.fb-orange .fb-title,
.fb-orange .fb-text,
.fb-orange .fb-subtitle,
.fb-orange .fb-link {
  color: #ffffff;
}

.fb-yellow::before {
  background-color: rgba(241, 175, 17, 0.9);
}

.fb-yellow .fb-subtitle,
.fb-yellow .fb-text {
  color: #262626;
}

.fb-yellow .fb-title,
.fb-yellow .fb-link {
  color: #ffffff;
}

.fb-white::before {
  background-color: rgba(255, 255, 255, 0.9);
}

.fb-white .fb-title,
.fb-white .fb-text,
.fb-white .fb-subtitle,
.fb-white .fb-link {
  color: #262626;
}

.fb-white .fb-btn {
  border: 2px solid #e5e5e5;
}

.home-slider-item {
  width: 100%;
}

.home-slider-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.home-slider-text {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}
.home-slider-scroll {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 31px;
  height: 31px;
  margin-top: 26px;
  background-image: url(../images/slide-to-content-arrow.svg);
}
.home-hero {
  background-color: #ffffff;
}
.home-hero h1 {
  margin-bottom: 40px;
}
.home-hero .button {
  font-size: 15px;
line-height: 1.06666667em;
padding: 10px 24px;
margin: 0 8px;
  text-decoration: none;
font-family: 'foundation_sansbold', sans-serif;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 4px;
  border: 2px solid #2a6db5;
  background-color: #2a6db5;
  color: white;
  display: inline-block;
}
.home-hero .button:hover {
  background-color: white;
  color: #2a6db5;
}
.aside-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 0 0 20px;
  font-weight: 600;
}

.aside-download-link {
  font-size: 14px;
  line-height: 2.85714286em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #262626;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside-download-link:hover .aside-download-icon {
  opacity: 0.6;
}

.aside-download-icon {
  width: 28px;
  height: 28px;
  margin-right: 14px;
  background-image: url(../images/icon-download-single.png);
  display: inline-block;
}

.aside-media-nav {
  padding: 20px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aside-media-nav h4 {
  margin-bottom: 6px;
}

.aside-media-nav a {
  font-weight: 300;
}

.aside-media-nav a:hover {
  font-weight: 700;
  color: #303030;
}

.aside-media-nav-list {
  padding-left: 8px;
  margin-bottom: 10px;
}

.aside-media-nav-item {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 14px;
  text-transform: initial;
  color: #616161;
}

.aside-tags {
  line-height: 1em;
}

.aside-tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.aside-tags li {
  margin: 0;
}

.aside-tags a {
display: inline-block;
  text-decoration: none;
  margin-left: 5px;
}
.aside-tags a:first-of-type {
  margin-left: 0;
}

.aside-tags a:hover {

}

.aside-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.aside-categories a {
  line-height: 2em;
}
.aside-item .aside-label {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 14px;
  width: 100px;
  min-width: 100px;
}

.aside-contact a.share-icon-facebook,
.aside-contact a.share-icon-twitter {
  margin-left: -5px;
}
.aside-item .a2a_kit {
  display: flex;
  align-items: center;
}

.video-grid {
  background-color: #f5f5f5;
}

.video-grid-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 54px;
}

.video-grid-grid {
  display: grid;
  max-width: 1150px;
  margin: 0 auto;
  grid-row-gap: 40px;
}

.video-grid-thumbnail {
  background-color: #262626;
  display: block;
  position: relative;
  margin: 0 0 23px;
}

.video-grid-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.video-grid-thumbnail::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/icon-play.png);
  background-repeat: no-repeat;
  width: 59px;
  height: 49px;
  z-index: 2;
}

.video-grid-grid-item-title {
  font-family: 'foundation_sansbold', sans-serif;
  line-height: 1.36363636em;
}

.icon-social {
  width: 36px;
  height: 36px;
}

.icon-social svg {
  max-width: 100%;
}

.icon-social-small {
  cursor: pointer;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  padding: 0!important;
}
.a2a_default_style a.a2a_button_facebook {
  padding-right: 0!important;
}
.aside-item a.icon-social-small{
  margin-right: 10px;
}
.aside-item a.a2a_button_facebook,
.aside-item a.a2a_button_twitter {
  margin-left: -6px;
}

.icon-social-small:hover {
  opacity: 0.8;
}

.icon-social-small svg {
  fill: #ffffff;
  width: 100%;
  max-width: 20px;
  max-height: 20px;
}

.icon-search-submit {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.icon-search-submit svg {
  fill: #ffffff;
  width: 100%;
  max-width: 27px;
}

.buttons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.buttons-item {
  line-height: 1em;
}
.page-header .buttons-list .icon {
  display: none;
}

.buttons-link {
  text-decoration: none;
font-family: 'foundation_sansbold', sans-serif;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 4px;
  border: 2px solid #dc3234;
  color: #ffffff;
  background-color: #dc3234;
}
.page-header .buttons-link {
  margin: 0!important;
}
.buttons-link:hover {
  color: #dc3234;
  background-color: transparent;
}
.accordion .buttons-link {
  margin-top: 30px;
}

.buttons-icon {
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
}

.buttons svg {
  width: 100%;
  height: auto;
}

.page-header .buttons-icon,
.mobile-header .buttons-icon {
  background: #dfdfdf;
}

.page-header .buttons-icon:hover svg,
.mobile-header .buttons-icon:hover svg {
  fill: #767676;
}

.page-header .buttons svg,
.mobile-header .buttons svg {
  fill: #3f3f3f;
}

.page-footer .buttons-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-footer .buttons-link {
  color: #ffffff;
  background-color: #000000;
}


.page-footer .buttons-icon:hover svg {
  fill: #767676;
}

.page-footer .buttons svg {
  fill: #303030;
}

.simple-content-social .buttons-link {
  display: none;
}

.simple-content-social .buttons-icon {
  background-color: #c0c0c0;
}

.simple-content-social .buttons-icon:hover svg {
  fill: #767676;
}

.newsletter-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletter-fields {
  position: relative;
}

.newsletter-fields label {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.newsletter-fields input[type="submit"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 21px;
  height: 19px;
  border: none;
  background-repeat: no-repat;
  background-image: url(../images/icon-subscribe-arrow.png);
}

.newsletter-fields input[type=email] {
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #000;
  width: 100%;
  padding: 23px 70px 17px 30px;
}

.newsletter-fields input[type=email]::-webkit-input-placeholder {
  font-weight: 400;
  color: #272727;
}

.newsletter-fields input[type=email]:-ms-input-placeholder {
  font-weight: 400;
  color: #272727;
}

.newsletter-fields input[type=email]::-ms-input-placeholder {
  font-weight: 400;
  color: #272727;
}

.newsletter-fields input[type=email]::placeholder {
  font-weight: 400;
  color: #272727;
}

.newsletter-fields input[type=email]:hover,
.newsletter-fields input[type=email]:focus,
.newsletter-fields input[type=email]:active {
  outline: none;
}

.mc4wp-form-success .mc4wp-form-fields {
  display: none;
}

.mc4wp-alert.mc4wp-success p {
  font-size: 20px;
  font-weight: 600;
  line-height: 2em;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.mc4wp-alert.mc4wp-success p span {
  text-transform: initial;
  display: block;
  font-size: 17px;
  line-height: 2.35294118em;
  color: #a8a8a8;
}

.twitter-feed {
  min-height: 588px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.twitter-feed::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #383838;
  opacity: 0.65;
  display: none;
}

.twitter-feed-wrapper {
  position: relative;
  z-index: 2;
}

.twitter-feed-icon {
  display: block;
  margin: 0 auto;
  background-image: url(../images/icon-twitter.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.twitter-feed-info {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.66666667em;
  text-transform: uppercase;
  margin-bottom: 47px;
}

.twitter-feed-text {
  font-size: 34px;
  line-height: 1.17647059em;
  color: #fff;
  font-weight: 600;
  max-width: 1150px;
}
.twitter-feed-nav {
  text-align: center;
}

.twitter-feed-arrow {
  display: inline-block;
  margin: 0 ;
  cursor: pointer;
      height: 32px;
      width: 110px;
}
.twitter-feed-arrow:hover {
  opacity: .8;
}
.twitter-feed-arrow-right {
  background-image: url(../images/icon-arrow-feed-right.png);
  background-repeat: no-repeat;
}

.twitter-feed-arrow-left {
  margin-right: 10px;
  background-image: url(../images/icon-arrow-feed-left.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.ctf {
  position: relative;
}

.ctf-author-box {
  margin-bottom: 47px;
}

.ctf-item:hover,
.ctf-item:active,
.ctf-item:focus {
  outline: none;
}

.ctf-author-box-link a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  line-height: 2.66666667em;
  text-decoration: none;
  font-weight: 600;
}
#ctf .ctf-author-name, #ctf .ctf-author-screenname {
  margin-right: 40px;
}
#ctf .ctf-screename-sep {
  display: none;
}
.ctf-tweets {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.ctf-tweet-text {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  max-width: 1150px;
  font-family: 'foundation_sansbold', sans-serif;
  line-height: 1.2;
}
.ctf-tweet-text a {
  color: #fff;
  border-bottom: 3px solid #ffffff;
}

.anchor-title {
  position: absolute;
  left: -99999px;
}

.anchor-nav {
  border-bottom: 1px solid #d9d9d9;
background: #f5f5f5;
border-top: 1px solid #d9d9d9;
}

.anchor-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor-nav li {
  height: 100%;
}

.anchor-nav a {
  display: block;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
}

.anchor-nav-prev {
  border-right: 1px solid #d9d9d9;
}

.anchor-nav-next {
  border-left: 1px solid #d9d9d9;
}

.blog .select2 {
  font-family: "Montserrat", sans-serif;
  width: 100% !important;
  max-width: 445px;
}

.blog .select2-results__option {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.2em;
  color: #303030;
  padding: 6px 20px;
}

.blog .select2-results__options {
  max-height: 186px !important;
}

.blog .select2-selection {
  height: 60px !important;
}

.blog .select2-selection--single {
  padding: 16px 22px;
  outline: none;
  border: 2px solid #cecece;
  border-radius: 6px;
}

.blog .select2-selection__rendered,
.blog .select2-selection__placeholder {
  text-align: left;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
}

.blog .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3;
  color: #303030 !important;
  font-weight: 600;
}

.blog .select2-selection__arrow {
  top: 50% !important;
  right: 20px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog .select2-container .select2-selection__arrow {
  background-image: url(../images/icon-select-arrow-down.png);
  background-size: cover;
  width: 21px;
  height: 11px;
}

.blog .select2-container--open .select2-selection__arrow {
  background: white;
  background-image: url(../images/icon-select-arrow-up.png);
  background-size: cover;
  width: 21px;
  height: 11px;
}

.blog .select2-container--open .select2-dropdown--below {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #cecece;
  overflow: hidden;
}

.blog .select2-container--open .select2-dropdown--above {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #cecece;
  border-radius: 6px 6px 0 0;
}

.blog .select2-selection__arrow b {
  display: none;
}

.blog .select2-container .select2-selection {
  height: 60px;
}

.blog .posts .select-wrapper {
  text-align: center;
}

.posts-heading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.posts-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  padding: 0 15px;
}
.posts-item {
  width: 100%;
}

.posts-item-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.posts-thumbnail,
.posts-content {
  flex: 1;
}

.posts-thumbnail {
  background-color: #262626;
  display: block;
  margin-right: 30px;
}
.posts-meta {
  display: flex;
  align-items: center;
  margin: 15px 0 25px;
  flex-wrap: wrap;
  font-weight:
}
.posts-meta span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-right: 40px;
  margin-bottom: 0;
}
.posts-meta span.share {
  margin-right: 5px;
}
.posts-meta .a2a_kit {
  display: flex;
  align-items: center;
}
.posts-meta .a2a_kit .icon-social-small svg{
  width: 18px;
  height: 18px;
}
.posts-meta .a2a_kit a {
  padding: 0;
  margin-right: 7px;
}
.posts-meta .a2a_kit a.a2a_button_twitter {
  margin-left: -5px;
}
.posts-title {
  font-weight: 600;
  text-decoration: none;
  font-family: 'foundation_sansbold', sans-serif;
}
.page-single .resource-header {
  text-align: center;
}
.page-single a.resource-read-more {
  color: #ffffff;
  background: #2a6db5 url(../images/arrow-right.svg) no-repeat 97% center;
  background-size: 24px;
  padding: 14px 60px 14px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  border: none;
      margin: 20px 0 0;
}
.posts-item-link a.read-more {
  background: #2a6db5 url(../images/arrow-right.svg) no-repeat 92% center;
  background-size: 14%;
  padding: 10px 20px;
    width: 160px;
    display: block;
    margin: 20px 0 0;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    border: none;
      color: #ffffff;
}
.posts-item-link a.read-more:hover,
.page-single a.resource-read-more:hover {
opacity: .8;
}

.post-type-list,
.signers-3col {
  background-color: #eeeeee;
  padding: 68px 0 0px;
  overflow: hidden;
}
.page-template-tpl-signers .signers-3col {
    padding:90px 0 0px;
}
.post-type-list h3 {
  font-family: 'foundation_sansbold', sans-serif;
}
.post-type-list h4 a{
  text-decoration: none;
}

.signers-5col {
  background-color: white;
  padding: 0px;
  overflow: hidden;
}
.resources-list .resources-list-item {
  margin-bottom: 5px;
}
.resources-list .resources-list-item p {
  margin-top: 8px;
  margin-bottom: 0;
}
.resources-list-item {
  margin-bottom: 30px;
}
.post-type-list-grid {
  margin-bottom: 60px;
}
.content-columns a {
  text-decoration: underline;
}
.resources-list-item a {
  text-decoration: none;
}
.press-media-heading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.press-media-grid {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  max-width: 1150px;
  padding: 0;
  margin: 0 auto;
}

.press-media-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

.press-media-thumbnail {
  width: 208px;
  height: 139px;
  background-color: #262626;
  display: block;
  margin-bottom: 15px;
}

.press-media-publication-name {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  margin-bottom: 2px;
  text-transform: none;
}

.press-media-title {
font-family: 'foundation_sansbold', sans-serif;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
  hyphens: none;
  -webkit-hyphens: none;
   -moz-hyphens: none;
  -ms-word-break: normal;
     word-break: normal;
}

.press-releases {
  padding: 72px 0 70px;
}

.press-releases-heading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.press-releases-grid {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.press-releases-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.press-releases-grid-item:not(:last-of-type) {
  margin-bottom: 55px;
}

.press-releases-grid-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.press-releases-thumbnail {
  width: 208px;
}

.press-releases-date {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 2.33333333em;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.press-releases-title {
font-family: 'foundation_sansbold', sans-serif;
  text-decoration: none;
  color: #262626;
  font-size: 22px;
  line-height: 1.18181818em;
  margin-bottom: 17px;
  display: block;
}

.press-releases-title:hover {
  color: #8c8c8c;
}

.press-releases-subtitle {
  font-size: 16px;
  line-height: 1.5em;
}

.research-grid {
  display: grid;
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.research-text p {
  margin: 0 0 5px;
}

.research-thumbnail {
  width: 209px;
  height: 270px;
  display: inline-block;
  background-color: #000000;
  -webkit-box-shadow: 6px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 7px rgba(0, 0, 0, 0.2);
}

.research-title {
  font-size: 26px;
  line-height: 1.15384615em;
  font-family: 'foundation_sansbold', sans-serif;
  color: #262626;
  margin-bottom: 18px;
  text-decoration: none;
  display: block;
}

.research-title:hover {
  color: #8c8c8c;
}

.research-subtitle {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 7px;
}

.research-download-link {
  font-size: 13px;
  line-height: 3.07692308em;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.research-download-link::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-left: 7px;
  background-image: url("../images/icon-arrow-btn.png");
  background-size: cover;
}

.research-download-link:hover {
  color: #8c8c8c;
}

.research-download-link:hover::after {
  background-image: url("../images/icon-arrow-btn-hover.png");
}

.post-type-list.resources,
.resources-list-summary {
  background: white url(../images/stars-blue.png) no-repeat 50% 8px;
  padding-top: 120px;
}
.resources h4.accordion-toggle {
  padding-top: 0px;
  text-transform: none;
  font-size:36px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.team-staff {
  padding: 33px 0;
  background-color: white;
}
.team-staff-teaser .accordion-toggle-icon {
  margin-top: 30px;
}
.accordion-content .accordion-toggle-icon {
  margin-top: 50px;
}
.team-staff-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}
.team-staff-container h2 {
  margin-bottom: 15px;
}
.team-staff-container .team-staff-grid+h2 {
  margin-top: 40px;
}
.team-staff-item {
  position: relative;
  overflow: hidden;
}
.is-open .team-staff-teaser{
  display: none;
}
.team-staff-teaser {
  padding: 0;
}

.team-staff-teaser.is-thumbnail {
overflow: hidden;
}

.team-staff-thumbnail {
display: block;
float: left;
margin-right: 0px;
}
.team-staff-thumbnail img {
  padding-right: 30px;
}

.team-staff-job-title {
font-family: 'foundation_sansbold', sans-serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.17647059em;
  display: block;
  margin-bottom: 10px;
}

.team-staff-bio {
  display: none;
  padding: 0 0 39px;
  width: 50%;
  float: right;
}

.team-staff-bio p {
  margin: 0 0 26px;
}

.team-staff-bio p:last-of-type {
  margin: 0;
}

.team-advisory-board {
  padding: 33px 0;
}

.team-advisory-board-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.team-advisory-board-item {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-bottom: -1px;
  position: relative;
}

.team-advisory-board-teaser {
  padding: 28px 32px 32px 0;
}

.team-advisory-board-teaser.is-thumbnail {
  padding-left: 154px;
}

.team-advisory-board-thumbnail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.team-advisory-board-job-title {
  font-family: 'foundation_sansbold', sans-serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.17647059em;
  display: block;
  margin-bottom: 10px;
}

.team-advisory-board-bio {
  display: none;
  padding: 0 0 39px;
}

.team-advisory-board-bio p {
  margin: 0 0 26px;
}

.team-advisory-board-bio p:last-of-type {
  margin: 0;
}

.team-board {
  padding: 33px 0;
}

.team-board-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.team-board-grid {
  display: grid;
  grid-column-gap: 45px;
}

.team-board-item {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-bottom: -1px;
  padding: 28px 0 36px;
}

.team-board-job-title {
  font-family: 'foundation_sansbold', sans-serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.17647059em;
  display: block;
}

.post-type-list-header {
  margin-bottom: 60px;
}

.post-type-list-header h2{
  margin-bottom: 25px;
  font-family: 'foundation_sansoutline', sans-serif;
  font-size: 56px;
}
.post-type-list-header h1 {
  margin-bottom: 25px;
    font-family: 'foundation_sansoutline', sans-serif;
    font-size: 78px;
}
.post-type-list-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-type-list-button {
  display: inline-block;
  background-color: #ffffff;
  color: #2a6db5;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 5px;

}
.single .post-type-list.posts {
  background-color:#f5f5f5;
}
.signers-5col .post-type-list-button {
  background-color: #eeeeee;
}
.post-type-list-button:hover {
  cursor: pointer;
  opacity:.8;

}

.post-type-list-button-wrapper {
  margin-top: 20px;
  text-align: center;
}

.sc-btn {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #262626;
  background-color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}

.sc-btn::before {
  content: '';
  width: 2px;
  height: 33px;
  position: absolute;
  background-color: #e5e5e5;
  right: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sc-btn:hover {
  color: #8c8c8c;
}

.sc-btn[data-border="true"] {
  border: 2px solid #e5e5e5;
}

.sc-btn[data-type="download"]::after {
  content: '';
  background-image: url("../images/icon-arrow-btn.png");
  width: 20px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.sc-btn[data-type="download"]:hover::after {
  background-image: url("../images/icon-arrow-btn-hover.png");
}

.sc-btn[data-type="simple"]::after {
  content: '';
  background-image: url("../images/icon-arrow-btn.png");
  width: 20px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sc-btn[data-type="simple"]:hover::after {
  background-image: url("../images/icon-arrow-btn-hover.png");
}

p > a.sc-btn {
  margin: 0 20px 20px 0;
}

.sc-read-more {
  font-size: 13px;
  line-height: 3.07692308em;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.sc-read-more::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-left: 7px;
  background-image: url("../images/icon-arrow-btn.png");
  background-size: cover;
}

.sc-read-more:hover::after {
  opacity: 0.6;
}

.sc-number .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
}

.sc-quote {
  padding-left: 54px;
  margin: 0 0 27px;
  position: relative;
}

.sc-quote::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  position: absolute;
  top: 14px;
  left: 1px;
  width: 31px;
  height: 21px;
  background-image: url(../images/icon-quote.png);
}

.sc-quote .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: linear-gradient(transparent 22px, #fff0a8 0%);
  background-position-y: -3px;
}

.sc-quote .author {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #303030;
  font-weight: 600;
}

.sc-quote .author::before {
  display: inline-block;
}

.sc-highlight .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: linear-gradient(transparent 13px, #fff0a8 0%);
  background-position-y: 0px;
}

.sc-info {
  margin-top: 54px;
  border-top: 1px solid #d9d9d9;
  padding: 50px 0;
  color: #696969;
}

.page-single {
  max-width: 1150px;
  margin: 0 auto;
}
.single-signers .page-single {
  padding: 80px 0;
}

.page-single-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 25px;
  text-align: center;
  display: block;
}

.page-single-grid {
  display: grid;
  max-width: 100%;
}

.page-search {
  padding: 76px 0 90px;
}

.page-search-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.page-search-item {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-bottom: -1px;
  padding: 29px 0 17px;
}

.page-search-item:last-of-type {
  border-width: 1px 0 0 0;
}

.page-search-header {
  margin-bottom: 64px;
}

.page-search-date {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3.07692308em;
  display: block;
  margin-bottom: 11px;
}

.page-search-title {
  margin: 0 0 14px;
}

.page-search-text p {
  margin: 0 0 26px;
}

@media (min-width: 576px) {
  .video-container {
    max-width: 540px;
  }

  .video-grid-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
  }

  .research-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .video-container {
    max-width: 750px;
  }

  .alignnone {
    max-width: 100%;
  }

  .press-releases-grid-item {
    margin: 0 auto 82px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .press-releases-thumbnail {
    margin-right: 30px;
  }
}


@media (min-width: 992px) {
  .mobile {
    display: none;
  }

  body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  h1 {
    font-size: 78px;
    line-height: .9;
  }
  .home-slider-text h1 strong {
    font-size: 73px;
  }

  h2 {
    font-size: 54px;
    line-height: 1.1;
    margin-bottom:1em;
  }
.post-type-list h2 {
  font-size: 46px;
}
  h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;

  }

  h4 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .wp-caption > img {
    margin-bottom: 34px;
  }

  .wp-caption > figcaption {
    font-size: 17px;
    line-height: 1.52941176em;
  }

  .fci-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fci-menu li {
    padding: 0 20px;
  }

  .fci-menu a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
  }

  .fci-menu a:hover {
    color: #a7a7a7;
  }

  .company-info-buttons {
    margin: 0 0 49px;
  }

  .company-info-text {
    font-size: 16px;
    line-height: 2.5em;
  }

  .company-info-text p {
    margin: 0;
  }

  .hero {
    padding-top: 90px;
    min-height: 220px;
  }

  .collapsibles-teaser {
    padding: 32px 0;
  }

  .content-columns-item {
    padding: 0 30px;
  }

  .content-columns-grid {
    margin: 0 -30px;
  }
.content-columns-wrapper {
  width: 100%;
  padding: 80px 0 40px;
}
.single .content-columns-wrapper {
  padding: 0;
}
  .content-columns-grid.with-border div.content-columns-item:not(:last-of-type) {
    border-right: 1px solid #d9d9d9;
  }

  .content-columns-grid[data-grid-type="single-col"] {
    grid-template-columns: 1fr;
  }
  .content-columns-grid[data-grid-type="two-col"] {
    grid-template-columns: 1fr 1fr;
  }

  .content-columns-grid[data-grid-type="two-col-3-6"] {
    grid-template-columns: 1fr 2fr;
  }

  .content-columns-grid[data-grid-type="two-col-6-3"] {
    grid-template-columns: 2fr 1fr;
  }

  .content-columns-grid[data-grid-type="three-col"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .fb-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 83px 0 89px;
  }

  .fb-grid-col {
    width: 50%;
  }

  .fb-wrapper {
    padding: 84px 0 86px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .fb-col-text {
    padding-left: 15px;
  }

  .fb-outside .fb-col-text {
    padding: 53px 0 3px 15px;
  }

  .fb-outside .fb-thumbnail {
    display: block;
    position: absolute;
    top: 81px;
  }

  .fb-thumbnail {
    -webkit-box-shadow: 12px 11px rgba(0, 0, 0, 0.2);
            box-shadow: 12px 11px rgba(0, 0, 0, 0.2);
  }

  .fb-subtitle {
    display: block;
    margin-bottom: 7px;
  }

  .home-slider-item {
    height: 780px;
  }

  .home-slider-wrapper::after {
    content: '';
    width: 540px;
    height: 432px;
    border: 12px solid #ffffff;
    -webkit-box-shadow: 10px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 10px 8px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }

  .home-slider-text {
    font-size: 33px;
    line-height: 1.33333333em;
    padding: 59px 0 33px;
  }

  .video-grid {
    padding: 69px 0 96px;
  }

  .video-grid-grid {
    grid-column-gap: 85px;
  }

  .video-grid-thumbnail {
    height: 233px;
  }

  .video-grid-grid-item-title {
    font-size: 22px;
  }

  .buttons-link {
    font-size: 15px;
    line-height: 1.06666667em;
    padding: 10px 24px;
    margin: 0 8px;
  }

  .page-footer .buttons-list {
    margin-bottom: 20px;
  }

  .newsletter {
    background-color: #272727;
    padding: 75px 0;
    min-height: 211px;
  }

  .newsletter-fields {
    height: 60px;
  }

  .newsletter-fields label {
    font-size: 20px;
    line-height: 2em;
    font-weight: 700;
  }

  .newsletter-fields input[type=email] {
    width: 436px;
    margin-left: 30px;
  }

  .twitter-feed {
    padding: 130px 0 114px;
  }

  .twitter-feed-icon {
    width: 41px;
    height: 33px;
    margin-bottom: 44px;
  }

  .anchor-nav li {
    padding: 0 28px;
    border-bottom: 3px solid transparent;
  }

  .anchor-nav li:hover {
    border-bottom: 3px solid #0a8987;
  }

  .anchor-nav a {
    font-size: 15px;
    line-height: 2.66666667em;
    padding: 23px 0 17px;
  }

  .anchor-nav-arrow {
    display: none;
  }

  .blog .select2 {
    margin-bottom: 85px;
  }

  .blog .posts {
    padding: 87px 0 59px;
  }

  .posts {
    padding: 121px 0 91px;
  }

  .posts-heading {
    font-size: 18px;
    line-height: 2.22222222em;
    margin-bottom: 47px;
  }

  .posts-grid {
    margin: 0 auto 47px;
  }

  .posts-item {
    margin-bottom: 40px;
  }

  .posts-thumbnail {
    height: 330px;
    margin-bottom: 16px;
  }

  .posts-date {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .posts-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .press-media-heading {
    font-size: 18px;
    line-height: 2.22222222em;

    margin-bottom: 57px;
  }

  .press-media-grid {
    margin: 0 auto 64px;
  }
  .signers-3col .press-media-grid {
    grid-template-columns: repeat(3, 33%);
  }
  .signers-5col .press-media-grid {
    grid-template-columns: repeat(5, 20%);
  }

  .press-releases-heading {
    font-size: 18px;
    line-height: 2.22222222em;
    margin-bottom: 59px;
  }

  .research {
    padding: 109px 0 106px;
  }

  .research-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .research-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 27px;
    padding-top: 40px;
  }

  .organizations {
    padding: 70px 0 35px;
  }

  .organizations-heading {
    font-size: 18px;
    line-height: 2.22222222em;
    margin-bottom: 60px;
  }

  .organizations-grid {
    margin: 0 auto 64px;
    grid-template-columns: repeat(3, 1fr);
  }


  .team-board-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .post-type-list-header h4 {
    margin-bottom: 47px;
  }

  .post-type-list-button {
    font-size: 15px;
    line-height: 1em;
    padding: 15px 18px;
  }

  .sc-btn {
    font-size: 17px;
    line-height: 1em;
    padding: 18px 72px 18px 22px;
  }

  .sc-number .number {
    font-size: 59px;
    line-height: 1em;
    margin-bottom: 8px;
  }

  .sc-quote .text {
    font-size: 30px;
    line-height: 1.66666667em;
    margin-bottom: 26px;
  }

  .sc-quote .author {
    padding-top: 14px;
    font-size: 16px;
    line-height: 2.5em;
  }

  .sc-highlight {
    margin-bottom: 28px;
  }

  .sc-highlight .text {
    font-size: 20px;
    line-height: 2em;
  }

  .page-single {
    padding: 82px 0 93px;
  }

  .page-single-title {
    margin-bottom: 15px;
  }

  .page-single-grid {
    grid-template-columns: 29% 69%;
    grid-column-gap: 2%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .fci-menu a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

@media (min-width: 960px) {
  .page-logo {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 10;
    display: block;
    width: 267px;
    height: auto;
  }

  .page-header {
    display: block;
  }

  .page-header-logo {
    font-size: 36px;
    top: 26px;
    left: 25px;
  }

  .mobile-header {
    display: none;
  }

  .ph-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 45px 22px 40px;
  }

  .ph-menu a {
    font-size: 20px;
  }

  .ph-search-bar {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .page-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .ph {
    background-color: #3f3f3f;
    min-height: 64px;
  }

  .ph-wrapper {
    display: none;
  }

  .ph-icon-search {
    display: none;
  }

  .ph-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 40px;
  }

  .ph-menu a {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .page-header .buttons,
  .mobile-header .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 54px;
    height: 32px;
  }
}
@media (max-width: 1200px) {
	  h1,
  .post-type-list-header h1 {
    font-size: 65px;
  }
  .home-slider-text h1 strong {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  body {
    margin-top: 64px;
  }

  .lightbox-content {
    overflow-y: auto;
  }

  body {
    font-size: 15px;
    line-height: 1.46666667em;
  }

  h1,
  .post-type-list-header h1 {
    font-size: 45px;
    line-height: .9;
  }
.home-slider-text h1 strong {
  font-size: 40px;
}
  h2 {
    font-size: 36px;
    line-height: 1.0625em;
  }

  h3 {
    font-size: 30px;
    line-height: 1.09090909em;
  }

  h4,
  .resources h4.accordion-toggle {
    font-size: 24px;
    line-height: 1.03333333em;
    margin-bottom: 10px;
  }
.resources h4.accordion-toggle {
  margin-bottom: 30px;
}
p.big, .post-type-list-header p,
.page-single-subtitle {
  font-size: 19px;
  line-height: 1.4;
}
  .wp-caption > img {
    margin-bottom: 21px;
  }

  .wp-caption > figcaption {
    font-size: 15px;
    line-height: 1.46666667em;
  }

  .fci {
    padding: 46px 0 14px;
  }

  .fci-menu {
    display: none;
  }

  .company-info-nav {
    display: none;
  }

  .company-info-buttons {
    margin: 0 0 36px;
  }

  .company-info-text {
    font-size: 15px;
    line-height: 1.73333333em;
    padding: 0 25px;
  }

  .company-info-text p {
    margin: 0 0 20px;
  }

  .hero {
    min-height: 210px;
  }

  .hero h1 {
    font-size: 45px;
    line-height: 1.11111111em;
  }

  .collapsibles-teaser {
    padding: 32px 30px 32px 0;
  }
.content-columns-wrapper {
      padding: 60px 0;
}
.single .content-columns-wrapper {
    padding: 0;
}
  .content-columns {

    max-width: 86%;
  }

  .content-columns-grid {
    grid-row-gap: 30px;
    padding: 0 15px;
  }
.content-columns-grid[data-grid-type="single-col"] {
  padding: 0;
}
  .fb-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px 0 20px;
  }

  .fb-grid.with-subtitle {
    padding: 78px 0 20px;
  }

  .fb-wrapper {
    padding: 27px 0 41px;
  }

  .fb-outside .fb-wrapper {
    padding: 27px 0 20px;
  }

  .fb-thumbnail {
    margin-right: 10px;
    -webkit-box-shadow: 9px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 9px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
  }

  .fb-subtitle {
    position: absolute;
    top: 27px;
    left: 0;
  }

  .fb-title {
    font-size: 32px;
    line-height: 1.0625em;
  }

  .fb-text {
    font-size: 16px;
    line-height: 1.375em;
    margin-bottom: 21px;
  }

  .fb-btn {
    padding: 16px 67px 16px 23px;
  }

  .home-slider-item {
    height: 222px;
  }

  .home-slider-text {
    font-size: 19px;
    line-height: 1.26315789em;
    padding: 25px 0 21px;
  }

  .aside-item {
    min-height: 60px;
    padding: 10px 0;
  }

  .video-grid {
    padding: 49px 0 66px;
  }

  .video-grid-grid-item-title {
    font-size: 16px;
  }

  .buttons-link {
    font-size: 14px;
    line-height: 1em;
    padding: 9px 16px;
  }

  .page-header .buttons-icon,
  .mobile-header .buttons-icon {
    width: 32px;
    height: 32px;
  }

  .page-footer .buttons-list {
    margin-bottom: 36px;
  }

  .page-footer .buttons-link {
    font-size: 15px;
    padding: 10px 21px 11px;
  }

  .newsletter {
    background-color: #343434;
    padding: 57px 0 50px;
  }

  .newsletter-fields {
    text-align: center;
  }

  .newsletter-fields label {
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1.46666667em;
    margin-bottom: 22px;
  }

  .newsletter-fields input[type=email] {
    max-width: 290px;
  }

  .newsletter-fields input[type=email]::-webkit-input-placeholder {
    font-size: 17px;
  }

  .newsletter-fields input[type=email]:-ms-input-placeholder {
    font-size: 17px;
  }

  .newsletter-fields input[type=email]::-ms-input-placeholder {
    font-size: 17px;
  }

  .newsletter-fields input[type=email]::placeholder {
    font-size: 17px;
  }

  .twitter-feed {
    padding: 55px 0 100px;
  }

  .twitter-feed-icon {
    width: 34px;
    height: 27px;
    margin-bottom: 22px;
  }

  .twitter-feed-text {
    font-size: 20px;
    line-height: 1.4em;
  }

  .ctf-tweet-text {
    font-size: 20px;
    line-height: 1.4em;
  }

  .ctf-author-box {
    width: 100%;
  }

  .ctf-author-box .ctf-author-name {
    display: none !important;
  }

  .ctf-author-box .ctf-author-screenname {
    display: block !important;
    font-size: 13px !important;
    line-height: 2.30769231em;
  }

  .ctf-author-box .ctf-tweet-meta {
    display: none !important;
  }

  .anchor-nav {
    height: 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .anchor-nav-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .anchor-nav li {
    display: none;
    width: 100%;
    text-align: center;
  }

  .anchor-nav li.active {
    display: block;
  }

  .anchor-nav a {
    font-size: 14px;
    line-height: 3.14285714em;
    display: block;
  }

  .anchor-nav-arrow {
    width: 52px;
    text-align: center;
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }

  .anchor-nav.is-scrolled {
    position: fixed;
    top: 64px;
    width: 100%;
    background-color: #ffffff;
    z-index: 8;
  }

  .blog .select-wrapper {
    padding: 0 15px;
  }

  .blog .select2 {
    margin-bottom: 35px;
  }

  .blog .posts {
    padding: 40px 0 59px;
  }

  .posts {
    padding: 43px 0;
  }

  .posts-heading {
    font-size: 15px;
    line-height: 2.66666667em;
  }

  .posts-item {
    margin-bottom: 37px;
  }

  .posts-thumbnail {
    height: 220px;
    margin-bottom: 10px;
  }

  .posts-date {
    font-size: 12px;
    line-height: 3.33333333em;
  }

  .posts-title {
    font-size: 20px;
    line-height: 1.3em;
  }
.posts-meta {
  margin: 0;
}
  .press-media-heading {
    font-size: 15px;
    line-height: 2.66666667em;
    margin-bottom: 40px;
  }

  .press-media-thumbnail {
    width: 100%;
    height: 180px;
  }

  .press-releases-heading {
    font-size: 15px;
    line-height: 2.66666667em;
    margin-bottom: 40px;
  }

  .research {
    padding: 40px 0;
  }

  .research-item {
    margin-bottom: 30px;
  }

  .research-item:last-of-type {
    margin-bottom: 0;
  }

  .research-thumbnail {
    margin-bottom: 20px;
  }

  .organizations {
    padding: 32px 0 60px;
  }

  .organizations-heading {
    font-size: 15px;
    line-height: 2.66666667em;
    margin-bottom: 48px;
  }

  .post-type-list-header h4 {
    margin-bottom: 32px;
  }

  .post-type-list-button {
    font-size: 13px;
    line-height: 1em;
    padding: 14px 18px;
  }

  .sc-btn {
    font-size: 15px;
    line-height: 1em;
    padding: 17px 61px 17px 19px;
  }

  .sc-number .number {
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 2px;
  }

  .sc-quote .text {
    font-size: 22px;
    line-height: 1.36363636em;
    margin-bottom: 19px;
  }

  .sc-quote .author {
    padding-top: 3px;
    font-size: 15px;
    line-height: 2.66666667em;
  }

  .sc-highlight {
    margin-bottom: 31px;
  }

  .sc-highlight .text {
    font-size: 18px;
    line-height: 1.55555556em;
  }

  .page-single {
    padding: 50px 15px 10px;
  }

  .page-single-title {
    margin-bottom: 10px;
  }

  .page-single-grid {
    grid-row-gap: 34px;
    grid-template-columns: 100%;
  }
  .hero-heading {
    padding-top: 112px;
  }
}

@media (max-width: 767px) {
  .lightbox-content {
    top: 100px;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 0.9;
  }
  .press-releases {
    text-align: center;
  }

  .press-releases-grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .press-releases-thumbnail {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .video-grid-thumbnail {
    height: 180px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .fci-menu a {
    font-size: 17px;
    line-height: 3.05882353em;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .video-grid-thumbnail {
    height: 100px;
  }

  .press-media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-grid-thumbnail {
    height: 150px;
  }

  .press-media-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 991px) {

  .organizations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-board-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hero-heading-search,
.search-form {
  max-width: 916px;
  width: 100%;
}

.search-form {
  position: relative;
  padding: 0 56px;
  border-bottom: 1px solid #2a6db5;
}

.search-form input[type="text"] {
  width: 100%;
  font-size: 64px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #2a6db5;
  border: none;
  font-family: 'foundation_sansoutline', sans-serif;
  text-align: center;
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
  outline: none;
}

@media (min-width: 960px) {
  .icon-search-submit-sp {
    width: 33px;
    height: 35px;
    top: 28px;
    left: 0;
    cursor: pointer;
  }
}

.icon-search-submit-sp svg {
  max-width: 33px;
}

.search-form input[type="submit"] {
  display: none;
}

@media (max-width: 959px) {
  .hero-heading-search {
    padding: 0 15px;
  }

  .search-form input[type="text"] {
    font-size: 25px;
    line-height: 25px;
  }

  .search-form {
    position: relative;
    padding: 0 56px;
    border-bottom: 4px solid #ffffff;
  }

  .icon-search-submit-sp {
    top: 18px;
    left: 10px;
    cursor: pointer;
  }
}

mark {
  background: linear-gradient(transparent 51%, #fff0a8 0%);
  background-position-y: 0;
}

.aside-media-nav-list {
  margin-bottom: 10px;
  padding: 0;
}

.aside-media-nav-list > li > a {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 2.22;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  pointer-events: none;
  cursor: default;
}

.aside-media-nav-list > li > ul > li > a {
  text-transform: none;
  font-size: 14px;
}

.aside-media-nav-list > li > ul > li > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.aside-media-nav-list > li > ul > li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 14px;
  text-transform: initial;
  color: #616161;
}

.aside-media-nav .current-menu-item a {
  background: linear-gradient(transparent 61%, #fff0a8 0%);
  background-position-y: 0;
  font-weight: 400;
}

.aside-media-nav-list .sub-menu {
  padding-left: 8px;
}

@media (min-width: 992px) {
  .anchor-nav.with-media {
    display: none;
  }
}

@media (max-width: 991px) {
  .resources-template-default .single-aside {
    display: none;
  }
}

/* ----------------------------------------------*/
a {
  font-family: inherit;
}
::-moz-selection { background: #c0c0c0; }
::selection { background: #c0c0c0; }

.wp-caption {
  padding-bottom: 50px;
}
hr {
  opacity: 0.45;
  display: block;
  margin: 5px 0 45px;
  width: 100%;

}
.simple-content ul,
.content-columns-item ul,
.simple-content ol,
.content-columns-item ol,
.accordion-content ol,
.accordion-content ul  {
  margin-left: 1em;
  margin-bottom: 1.2em;
}
.simple-content ul li,
.content-columns-item ul li,
.accordion-content ul li{
  list-style-type: disc;
  margin-bottom: .7em;
}
.simple-content ol li,
.content-columns-item ol li,
.accordion-content ol li {
  list-style-type: decimal;
    margin-bottom: .7em;
}
.simple-content h4,
.content-columns h4 {
  margin-bottom: 15px;
}
/* hover adjustments --------------------------------*/
.organizations-link,
.press-releases-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.press-media-link,
.featured-link,
.video-grid-link {
  display: block;
}
.press-media-link img.img-bg {
  width: 200px;
  margin-bottom: 25px;
}
.research-link:hover,
.organizations-link:hover,
.video-grid-item a:hover span.img-bg,
.featured-link:hover {
  opacity: 0.8;
}
.press-media-link:hover img,
.press-releases-link:hover img {
  opacity: 0.7;
}
.research-item:hover .sc-read-more:after {
  opacity: 0.6;
}
.research-item .sc-read-more:hover:after  {
  opacity: 1;
}

.press-media-publication-name {
  display: block;
}
/* logo ------------------------------------*/

.page-header-logo:hover,
.mobile-header-logo:hover,
.page-logo:hover {
  opacity: 0.8;
}
.page-header-logo {
  width: 210px;
  height: 38px;

}
.mobile-header-logo {
  width: 142px;
  height: 25px;
}
.page-header.ph {
  z-index: 9;
}
/* home page ---------------------------*/

.home-slider .slick-initialized .slick-slide {
  height: 72vh;
}
.home-slider-text {
  display: flex;
  align-items: center;
    padding: 145px 0 50px;
}
@media (min-height:800px) {
  .home-slider-text {
    height: 100vh;
  }
}

@media (min-width: 992px) {
.home-slider-wrapper::after {
  width: 50%;
  top: 53%;
  height: 51vh;
}
.resource-header {
  margin-bottom: 60px;
}
.home-slider-text {
  font-size: 26px;
}
.post-type-list.posts {
  padding: 70px 0;
}
.page-single {
    padding: 80px 0 65px;
}
.video-grid {
    padding: 60px 0 50px;
}
.video-grid-title {
  margin-bottom: 40px;
}
.newsletter {
  padding: 50px 0;
  min-height: inherit;
}
}

@media (max-width: 992px) {
  .home-slider .slick-initialized .slick-slide {
    height: 250px;
  }
  .home-slider-text {
    height: auto;
  }
  #ctf .ctf-screename-sep {
    display: none;
  }


}
@media (max-height: 799px) {
.home-slider-wrapper::after {
  height: 48vh;
}
}
@media (max-height: 680px) {
.home-slider-wrapper::after {
  display: none;
}
}

/* blog single------------------*/
.single h1.single-title,
.single h1.page-single-title {
  color: #2a6db5;
font-family: 'foundation_sansoutline', sans-serif;
font-size: 69px;
text-align: center;
}
.page-single-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.page-single-grid {
  margin-top: 68px;
}
.single .collapsibles-container {
  padding: 0;
}
.single .collapsibles {
  margin-bottom: 40px;
}
.video-container {
  max-width: 100%;
}
.single .post-thumbnail {
  margin: 0 0 40px;
  font-style: italic;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  color: #777777;
}
.single .post-thumbnail img {
  width: 100%;
}
.wp-caption > img {
  margin-bottom: 18px;
}
/*author single */
.aside-item-thumbnail {
  padding: 0;
  border: none;
  margin-bottom:35px;
}
/* blog page -------------------*/
.blog .select-wrapper,/* hiding dropdown for launch */
.single .aside-categories /* hiding categories sidebar */{
  display: none;
}
.blog .content-columns {
  padding-top: 0;
}

.posts-thumbnail.top {
  background-position: center top;
}
.posts-thumbnail.top30 {
  background-position: center 30%;
}
.posts-thumbnail.bottom {
  background-position: center bottom;
}
.posts-thumbnail.bottom30 {
  background-position: center 70%;
}
/* newsletter form -----------------*/

.newsletter {
  padding: 40px 0;
}
.newsletter form {
  width: 100%;
}
.newsletter-fields {
  height: auto;
}
.newsletter-fields input[type="submit"] {
  background: transparent url(../images/arrow-signup.svg) no-repeat;
  top: inherit;
  bottom: 14px;
}
.newsletter-fields label {
  display: block;
  float: none;
  clear: both;
  text-align: center;
  margin-bottom: 15px;
}
.newsletter-wrapper .mc4wp-response,
.newsletter-wrapper .mc4wp-response p {
  color: #ccc;
}
.newsletter-fields input[type=text] {
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #000;
    padding: 23px 70px 17px 30px;
  }
  .newsletter-fields input[type=text] {
    width: 29%;
    max-width: 29%;
  }
  .newsletter-fields input[type=email] {
    width: 46%;
    max-width: 46%;
  }
  .newsletter-fields input[name=LNAME],
  .newsletter-fields input[type=email] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -30px;
    border-left: 1px solid #d9d9d9;
  }
  .newsletter-fields input:hover,
  .newsletter-fields input:focus,
  .newsletter-fields input:active {
    outline: none;
}
.newsletter-fields input::placeholder {
  font-weight: 400;
  color: #272727;
}
@media screen and (max-width:768px) {
  .newsletter-fields input[type=text],
  .newsletter-fields input[type=email] {
    width: 100%;
    max-width: 100%;
    border-left: none;
    margin-left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
    .newsletter-fields input[type=text] {
      margin-bottom: 15px;
    }

}
/* anchor nav -----------------------*/
.anchor-nav.is-scrolled {
    position: fixed;
    top: 64px;
    width: 100%;
    background-color: #ffffff;
    z-index: 8;
  }
@media screen and (min-width:959px) {
  .anchor-nav.is-scrolled {
      top: 75px;
    }
}
@media screen and (max-width:991px) {
.anchor-nav a {
  line-height: 1.6;
  padding-left: 15px;
  padding-right: 15px;
}
}
@media screen and (max-width:600px) {
.anchor-nav a {
 font-size: 13px;
 line-height: 1.4;
 padding-left: 10px;
 padding-right: 10px;
}
}
/* featured block ------------------*/
.featured-block-white .sc-btn {
  border: 2px solid #e5e5e5;
}
.fb-purple::before {
    background-color: rgba(79, 57, 149, 0.9);
}
.fb-teal::before {
    background-color: rgba(19, 120, 116, 0.9);
}
.fb-teal .fb-title,
.fb-teal .fb-text,
.fb-teal .fb-subtitle,
.fb-teal .fb-link,
.fb-purple .fb-title,
.fb-purple .fb-text,
.fb-purple .fb-subtitle,
.fb-purple .fb-link,
.fb-yellow .fb-title_subtitle,
.fb-purple .fb-title_subtitle,
.fb-teal .fb-title_subtitle,
.fb-orange .fb-title_subtitle,
.fb-yellow .fb-title,
.fb-yellow .fb-text,
.fb-yellow .fb-subtitle {
  color: white;
}

.home-slider-scroll:hover {
  opacity: .7;
}
.fb-thumbnail {
  max-width: 444px;
}

.fb-title_subtitle {
margin-bottom: 1em;
}
/* footer twitter feed ------------------*/
.ctf-tweet-text a {
  font-family: inherit;
  line-height: 0.9;
  display: inline-block;

}
.ctf-tweet-text a:hover,
.twitter-feed-nav .slick-arrow:hover {
  opacity:.7;
}
.twitter-feed-arrow-right,
.twitter-feed-arrow-left {
  background-image:url(../images/arrow-left.svg);
}
.twitter-feed-arrow-right {
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
     transform:rotate(180deg);
   }
.ctf-tweet-actions {
  display: inline-block;
  margin: 1.5em 0 0;
}
.ctf-tweet-actions a.ctf-twitterlink{
  text-transform: uppercase;
  font-family:"Montserrat", sans-serif;
  color: white;
}
.ctf-tweet-actions a.ctf-twitterlink:hover {
  opacity: .7;
}
#ctf .ctf-action-count,
#ctf .ctf-tc-image,
#ctf .ctf-tc-url {
  display: none!important;
}
#ctf.ctf-narrow .ctf-tweet-actions {
  float: none;
}
#ctf .ctf-retweet-icon {
  background-color: transparent;
}
.simple-content ul.buttons-list,
.content-columns-item ul.buttons-list {
  margin-left: 0;
}
.simple-content ul.buttons-list li,
.content-columns-item ul.buttons-list li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
#ctf .ctf-item,
#ctf .ctf-quoted-tweet p, #ctf .ctf-twitter-card p,
#ctf .ctf-quoted-tweet .ctf-tc-summary-info, #ctf .ctf-twitter-card .ctf-tc-summary-info {
  text-align: center;
}
#ctf .ctf-item {
    border-top: none;
  }
#ctf .ctf-quoted-tweet .ctf-tc-summary-info, #ctf .ctf-twitter-card .ctf-tc-summary-info {
  width: 100%;
  font-size: 1.4em;
}
#ctf .ctf-tweet-actions a {
  color: white!important;
}
#ctf .ctf-tweet-actions .ctf-reply:hover,
#ctf .ctf-tweet-actions .ctf-reply:focus,
#ctf .ctf-tweet-actions .ctf-retweet:hover,
#ctf .ctf-tweet-actions .ctf-retweet:focus,
#ctf .ctf-tweet-actions .ctf-like:hover,
#ctf .ctf-tweet-actions .ctf-like:focus{
  opacity: .7;
  color: white!important;
}
.twitter-feed {
    padding: 50px 0 30px;
    min-height: auto!important;
    background-color: #dc3234;
}
.twitter-feed-icon {
  margin-bottom: 10px;
}
.ctf-author-box {
  margin-bottom: 25px;
}
#ctf .ctf-quoted-tweet, #ctf .ctf-twitter-card,
#ctf .ctf-quoted-tweet:hover, #ctf .ctf-twitter-card:hover {
  border: none;
  background: transparent;
}
.twitter-feed-nav {
  position: absolute;
  width: 100%;
  top: 0;
}

.twitter-feed-arrow-right {
  background-position: left top;
}

/* simple button ------------------------*/
.sc-btn[data-type="simple"]::after,
 .sc-btn[data-type="simple"]:hover::after{
    background-image:url(../images/arrow-right.svg);
    width: 27px;
    height: 25px;
}
.sc-btn[data-type="simple"]:hover::after{
opacity: .6;
}

/* load more button ----------------------*/
.post-type-list-button-wrapper {
  margin-bottom: 50px;
}
/* post type list */
.research-item {
  margin-bottom: 30px;
}


/* menu ----------------------------------------*/
body {
  margin-top: 0px;
}
.menu-signers-menu-container {
  position: absolute;
  bottom: -35%;
  width: 100%;
  background: #eeeeee;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 960px) {

}
.menu-signers-menu-container ul {
  text-align: center;
}
.menu-signers-menu-container li {
  display: inline-block;
  text-transform: uppercase;
}
.menu-signers-menu-container li a {
  display: block;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15%;
  font-size: .9em;
}
.menu-signers-menu-container li a::after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
}
.menu-signers-menu-container li a:hover {
  color:#2a6db5;
}
.menu-signers-menu-container li.current-menu-item a::after,
.menu-signers-menu-container li a:hover::after {
      content: "";
      display: block;
      border-bottom: 3px solid #2a6db5;
}

.menu-signers-menu-container li:first-of-type a {
  margin-right: 30px;
  background-image: url(../images/icon-list-view.svg);
}
.menu-signers-menu-container li:last-of-type a {
  background-image: url(../images/icon-grid-view.svg);
}
@media (max-width: 991px) {
  .post-type-list-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 959px) {
.mobile-header {
background-color: transparent;
}
.mobile-header-logo {
    visibility: hidden;
}
.mobile-header.is-scrolled,
.mobile-header.is-open {
background-color: #ffffff;
  }
  .mobile-header.is-scrolled .mobile-header-logo {
    visibility: visible;
  }
}
@media (min-width: 1380px) {

  .page-header-nav {
    width: 57vw;
  }
}
@media (max-width: 1199px) {

  .buttons-link {
    font-size: 17px;
  }
  .page-header .ph-menu a {
    font-size: 16px;
  }

  .page-header-logo {
    width: 162px;
    height: 30px;
}
.ph-icon-search {
  margin: 0 10px;
}
.page-logo {
  width: 210px;
  top: 10px;
  left: 10px;
}
}

@media (max-width: 768px) {
.press-releases-link {
  display: block;
  width: 100%;
}
.press-releases-thumbnail {
  display: block;
  width: 100%;
}
.press-releases-thumbnail img {
  width: 100%;
}
.press-releases-grid-text {
  text-align: left;
}
.team-staff-thumbnail, .team-staff-teaser,
.team-staff-bio {
    float: none;
    width: 100%;
  }
 .team-staff-teaser,
  .team-staff-bio {
      margin-bottom: 0;
    }
.team-staff-thumbnail img {
  width: 100%;
  padding-right: 0;
}
.team-staff-teaser .accordion-toggle-icon {
  margin-bottom: 20px;
}
.page-template-tpl-pledge .pledge-content {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
.page-template-tpl-pledge .pledge-form,
.page-template-tpl-pledge .editor-content{
  grid-column: auto;
}
  .posts-item-link {
    flex-direction: column;
  }
  .posts-thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .posts-meta {
    margin-top: 0;
  }
  .page-single-grid {
    margin-top: 36px;
  }
  .aside-item {
    justify-content: center;
    min-height: auto;
  }
  .aside-item .aside-label {
    min-width: inherit;
    width: auto;
    margin-right: 10px;
  }
  .page-template-tpl-pledge .editor-content section.pledge,
  .page-template-tpl-pledge .editor-content .post-type-list,
  .page-template-tpl-pledge .editor-content .content-columns {
    padding-left: 20px;
    padding-right: 20px;
  }
  .resources-list-summary .container {
    padding: 0;
  }
  .resources-list-summary .resources-list-grid {
    padding: 0 15px;
  }
  .single h1.single-title, .single h1.page-single-title {
    font-size: 50px;
  }
  .page-single a.resource-read-more {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .page-logo {
    width: 155px;
  }
}
@media (max-width: 330px) {
.mobile-header-nav .ph-menu a,
  .buttons-link  {
  font-size: 15px;
}
}

@media screen and (max-width:1150px) {
.press-media-grid,
.page-content > .simple-content >.container,
.collapsibles-container,
.content-columns,
.fb-wrapper,
.video-grid-grid,
.twitter-feed-text,
.ctf-tweets,
.ctf-tweet-text,
.posts-grid,
.lightbox-content,
.press-media-grid,
.press-releases-grid,
.research-grid,
.team-staff-container,
.team-advisory-board-container,
.team-board-container,
/*.page-single,*/
.page-search-container {
    max-width: 90%;
    margin: 0 auto;
  }
  .home-slider-text,
    .home-slider-text .container {
    width: 100%;
    max-width: 100%;
  }
  .posts-meta span {
    margin-right: 25px;
  }
  .mobile-header .ph-menu li,
  .mobile-header .ph-menu li:last-child {
    padding: 0;
  }

}
@media (max-width: 1150px) {
  .press-media-grid {
    margin: 0 auto 60px;
  }
}

/* red titles --------------------------*/
.home .resources .category-title {
   color:#dc3234;
}
