/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* INITIAL */
/* Import Sass mixins, variables, Compass modules, etc. */
/* page toolkits */
/* node-type-toolkit */
/* node-events */
/* node-type-event */
/* page blog */
/* form contact */
/* page donate */
/* page past-winner */
/* page node-type-past-winner */
/* normalize styles */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 53, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 59, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 107, ../sass/_normalize.scss */
html {
  font-family: "Lato", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.125em;
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
/* line 119, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
}

/* Remove default margin. */
/* line 128, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 150, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 155, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 171, ../sass/_normalize.scss */
p,
pre {
  margin: 1.125em 0;
}

/* line 175, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.125em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 184, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.125em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
}

/* line 192, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 197, ../sass/_normalize.scss */
h3 {
  font-size: 1em;
  line-height: 2.25em;
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}

/* line 202, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 2.25em;
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}

/* line 207, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.35542em;
  margin-top: 1.35542em;
  margin-bottom: 1.35542em;
}

/* line 212, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 1.6791em;
  margin-top: 1.6791em;
  margin-bottom: 1.6791em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 219, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 224, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 230, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 235, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.125em 0;
}

/* Address styling not present in IE 8/9. */
/* line 244, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 250, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 2.25em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 265, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Set consistent quote types. */
/* line 278, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 283, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 288, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 295, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 298, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 305, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.125em 0;
}

/* line 314, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 320, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 325, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 346, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 369, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 374, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Correct margin displayed oddly in IE 6/7. */
/* line 385, ../sass/_normalize.scss */
form {
  margin: 0;
}

/* Define consistent border, margin, and padding. */
/* line 391, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.33125em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.66875em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.66875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.66875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 406, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  /* LTR */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 422, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 442, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 453, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 467, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 482, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 493, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 509, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 518, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 524, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 534, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 540, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 548, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}

/* line 6, ../sass/components/_components-layouts.scss */
.b-cover-image .pane-title, .b-cover-image .title, .b-highlights .pane-title, .b-highlights .title, .page-campaigns .b-cover-image .title,
.node-type-campeign .b-cover-image .title,
.node-type-big-event .b-cover-image .title,
.node-type-big-event-subpage .b-cover-image .title, .pg-about-us .b-cover-image .pane-title, .pg-about-us .b-cover-image .title, .page-annual-reports .b-cover-image .title, .pg-basic-wide .b-cover-image .title, .b-opening, .page-careers .region-highlighted .b-cover-image .pane-title, .page-careers .region-highlighted .b-cover-image .title, .page-careers .region-content .b-cover-image .pane-title, .page-careers .region-content .b-cover-image .title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 50%;
  margin-left: -25%;
}

/* line 15, ../sass/components/_components-layouts.scss */
.b-social ul, .b-social-column ul, .b-social-row ul, .b-sub-menu ul, .b-social-footer ul, .b-share-btn ul, .b-member-header .pane-menu-members .menu-name-menu-members ul {
  padding-left: 0;
  margin: 0;
}
/* line 19, ../sass/components/_components-layouts.scss */
.b-social li, .b-social-column li, .b-social-row li, .b-sub-menu li, .b-social-footer li, .b-share-btn li, .b-member-header .pane-menu-members .menu-name-menu-members li {
  list-style-image: none !important;
  list-style-type: none !important;
}

/* line 30, ../sass/components/_components-layouts.scss */
.bs-card:after, .b-programs .views-row:after,
.b-coalitions .views-row:after,
.b-campeign-news .views-row:after, .b-social .menu:after, .b-social-column .share-btn:after, .b-social-row .share-btn:after, .b-ready-to-support:after, .b-social-footer .menu:after, .b-share-btn.share-btn:after {
  content: "";
  display: table;
  clear: both;
}

/* line 36, ../sass/components/_components-layouts.scss */
.f-contact .ajax-progress .throbber, .f-find-research .views-submit-button .ajax-progress .throbber {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  right: -20px;
  border-radius: 8px;
  background-color: white;
  background-position: 1px center;
}

/* line 45, ../sass/components/_components-layouts.scss */
.icons:before, .b-share-btn .share:after {
  content: "";
  font-family: 'zocial';
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 56, ../sass/components/_components-layouts.scss */
.icons.instagram:before {
  font-family: 'icons';
}

/* line 10, ../sass/components/_components-styles.scss */
.b-cover-image .label, .b-highlights .label, .page-campaigns .b-cover-image h2,
.node-type-campeign .b-cover-image h2,
.node-type-big-event .b-cover-image h2,
.node-type-big-event-subpage .b-cover-image h2, .pg-about-us .b-cover-image .label, .page-annual-reports .b-cover-image h2, .pg-basic-wide .b-cover-image h2, .page-careers .region-highlighted .b-cover-image .label, .page-careers .region-content .b-cover-image .label {
  top: 20px;
  left: 8px;
  padding-left: 14px;
  padding-right: 20px;
  background: #ee2e24;
  font-size: 30px;
  letter-spacing: -0.2px;
  color: #fff;
}

/* line 23, ../sass/components/_components-styles.scss */
.b-cover-title .pane-title, .pg-about-us .b-cover-title .pane-title {
  padding-top: 15px;
  padding-bottom: 0px;
  margin: 0;
  font-size: 30px;
  color: #fff;
}

/* line 30, ../sass/components/_components-styles.scss */
.b-cover-title p, .pg-about-us .b-cover-title p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
}

/* line 38, ../sass/components/_components-styles.scss */
.b-social .menu__item.is-leaf a, .b-social-column li a, .b-social-row li a, .b-social-footer li a, .b-share-btn li a {
  margin-right: 4px;
  padding: 0 12px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
/* line 46, ../sass/components/_components-styles.scss */
.b-social .menu__item.is-leaf a:before, .b-social-column li a:before, .b-social-row li a:before, .b-social-footer li a:before, .b-share-btn li a:before {
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}

/* line 50, ../sass/components/_components-styles.scss */
.b-social-row .share-btn ul li a, .b-social-footer .menu ul li a {
  margin-bottom: 3px;
  text-align: left;
}

/* line 55, ../sass/components/_components-styles.scss */
.bs-card .header .label, .b-programs .views-row .header .label,
.b-coalitions .views-row .header .label,
.b-campeign-news .views-row .header .label {
  opacity: 0.6;
  height: 28px;
  padding: 4px 15px;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 67, ../sass/components/_components-styles.scss */
.bs-card .body, .b-programs .views-row .body,
.b-coalitions .views-row .body,
.b-campeign-news .views-row .body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  color: rgba(15, 15, 16, 0.8);
  max-height: 100px;
  overflow: hidden;
  font-weight: 400;
}
/* line 76, ../sass/components/_components-styles.scss */
.bs-card .body:hover, .b-programs .views-row .body:hover,
.b-coalitions .views-row .body:hover,
.b-campeign-news .views-row .body:hover {
  color: #1451f1;
}

/* line 88, ../sass/components/_components-styles.scss */
.b-upcoming-trainings,
.b-current-openings,
.b-contact-information, .b-cadca-blog-posts, .b-annual-reports, .b-make-a-difference, .b-publication-details, .b-twitter-slider.narrow, .b-resources {
  margin-bottom: 20px;
  background: #eff1f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px;
}

/* line 95, ../sass/components/_components-styles.scss */
.f-ai-subscription {
  padding-left: 50px;
  padding-bottom: 27px;
  margin-bottom: 40px;
  background: #19388a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
}

/* line 103, ../sass/components/_components-styles.scss */
.bs-card, .b-programs .views-row,
.b-coalitions .views-row,
.b-campeign-news .views-row {
  padding: 1px;
  margin-right: 5%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #fff;
}

/* line 110, ../sass/components/_components-styles.scss */
.view-blog-post-listing .views-row, .node-blog-post, article.node-page,
article.node-page-type-two {
  margin: 0 10px 20px;
}

/* line 113, ../sass/components/_components-styles.scss */
.view-blog-post-listing .views-row, .node-blog-post {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

/* line 121, ../sass/components/_components-styles.scss */
.pane-def .pane-title, .b-get-involved h2.pane-title, .b-highlights .pane-title, .b-institute .pane-title, .b-heart .pane-title, .b-faq .pane-title, .pg-about-us .b-cover-title .pane-title, .pg-about-us .b-by-the-numbers .pane-title, .page-node.node-type-faq .region-content h2 {
  font-size: 31px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  color: #19388a;
}

/* line 128, ../sass/components/_components-styles.scss */
.b-upcoming-trainings .pane-title,
.b-current-openings .pane-title,
.b-contact-information .pane-title, .b-cadca-blog-posts .pane-title, .b-annual-reports .pane-title, .b-make-a-difference .pane-title, .b-publication-details .pane-title, .b-twitter-slider.narrow .pane-title, .b-resources .pane-title, .b-faq .item-list h3, .sidebar .b-faq .pane-title, .page-faq .region-sidebar-first .b-faq .pane-title {
  padding: 7px 20px;
  margin: 0px;
  font-family: "function_prodemi", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(46, 52, 76, 0.8);
}
/* line 136, ../sass/components/_components-styles.scss */
.b-upcoming-trainings .pane-title:after,
.b-current-openings .pane-title:after,
.b-contact-information .pane-title:after, .b-cadca-blog-posts .pane-title:after, .b-annual-reports .pane-title:after, .b-make-a-difference .pane-title:after, .b-publication-details .pane-title:after, .b-twitter-slider.narrow .pane-title:after, .b-resources .pane-title:after, .b-faq .item-list h3:after, .sidebar .b-faq .pane-title:after, .page-faq .region-sidebar-first .b-faq .pane-title:after {
  content: "";
  position: absolute;
}

/* line 141, ../sass/components/_components-styles.scss */
.f-ai-subscription .pane-title {
  display: inline-block;
  float: left;
  padding: 30px 25px 15px 0px;
  margin: 0;
  font-family: "function_prodemi", sans-serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #fff;
}

/* line 161, ../sass/components/_components-styles.scss */
.view-blog-post-listing .views-row .post-title, .view-blog-post-listing .views-row .page-title, .node-blog-post .post-title, .node-blog-post .page-title {
  margin: 10px;
  font-size: 2em;
  line-height: 1.3em;
  color: #053158;
}
/* line 166, ../sass/components/_components-styles.scss */
.view-blog-post-listing .views-row .post-title a, .view-blog-post-listing .views-row .page-title a, .node-blog-post .post-title a, .node-blog-post .page-title a {
  color: #053158;
}
/* line 168, ../sass/components/_components-styles.scss */
.view-blog-post-listing .views-row .post-title a:hover, .view-blog-post-listing .views-row .page-title a:hover, .node-blog-post .post-title a:hover, .node-blog-post .page-title a:hover {
  color: #1451f1;
}

/* line 171, ../sass/components/_components-styles.scss */
.b-winners-listing h2, .node-type-campeign .pane-entity-view h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  max-width: 87%;
  border-bottom: 1px solid #f2f2f2;
  font-family: "bebas_neueregular", sans-serif;
  font-weight: normal;
  font-size: 29px;
  color: #ee2e24;
}

/*********************/
/* BASE BLOCKS STYLE */
/*********************/
/* line 195, ../sass/components/_components-styles.scss */
.bs-card, .b-programs .views-row,
.b-coalitions .views-row,
.b-campeign-news .views-row {
  width: 100%;
}
/* line 212, ../sass/components/_components-layouts.scss */
.bs-card .header, .b-programs .views-row .header,
.b-coalitions .views-row .header,
.b-campeign-news .views-row .header {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border: none;
}
/* line 239, ../sass/components/_components-layouts.scss */
.bs-card .header .label, .b-programs .views-row .header .label,
.b-coalitions .views-row .header .label,
.b-campeign-news .views-row .header .label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.3;
}
/* line 254, ../sass/components/_components-layouts.scss */
.bs-card .header img, .b-programs .views-row .header img,
.b-coalitions .views-row .header img,
.b-campeign-news .views-row .header img {
  width: 100%;
  border: none;
  line-height: 0;
}
/* line 269, ../sass/components/_components-layouts.scss */
.bs-card .body, .b-programs .views-row .body,
.b-coalitions .views-row .body,
.b-campeign-news .views-row .body {
  overflow: hidden;
}
/* line 198, ../sass/components/_components-styles.scss */
.bs-card .title, .b-programs .views-row .title,
.b-coalitions .views-row .title,
.b-campeign-news .views-row .title {
  padding: 10px 14px 10px;
  margin: 0;
  color: #19388a;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  line-height: 20px;
}
/* line 207, ../sass/components/_components-styles.scss */
.bs-card .title:hover, .b-programs .views-row .title:hover,
.b-coalitions .views-row .title:hover,
.b-campeign-news .views-row .title:hover {
  color: #1451f1;
}

/* Yoko */
/* line 6, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input {
  position: relative;
  z-index: 10;
  width: 100%;
  background: transparent;
  border: none;
  opacity: 0;
}
/* line 119, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input::-webkit-input-placeholder {
  opacity: 0;
  color: transparent;
}
/* line 120, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:-moz-placeholder {
  opacity: 0;
  color: transparent;
}
/* line 121, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input::-moz-placeholder {
  opacity: 0;
  color: transparent;
}
/* line 122, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:-ms-input-placeholder {
  opacity: 0;
  color: transparent;
}
/* line 123, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus:-moz-placeholder {
  color: transparent;
}
/* line 124, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus::-moz-placeholder {
  color: transparent;
}
/* line 125, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 126, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus:-ms-input-placeholder {
  color: transparent;
}
/* line 14, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus {
  outline: none;
}
/* line 18, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item label {
  position: relative !important;
  top: -4px;
  overflow: visible;
  clip: auto;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.75em;
  font-weight: bold;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: left;
}
/* line 31, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item label .label {
  position: absolute;
  top: -100%;
  color: #19388a;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 37, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item label:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 4px);
  left: 0;
  width: calc(100% - 6px);
  height: 51px;
  border: 3px solid #19388a;
  font-weight: bold;
  color: #19388a;
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transition: -moz-transform, 0.3s;
  -o-transition: -o-transform, 0.3s;
  -webkit-transition: -webkit-transform, 0.3s;
  transition: transform, 0.3s;
}
/* line 51, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #19388a;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: -moz-transform, 0.3s;
  -o-transition: -o-transform, 0.3s;
  -webkit-transition: -webkit-transform, 0.3s;
  transition: transform, 0.3s;
  transform-origin: 50% 0%;
}
/* line 66, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item.webform-component-select label {
  display: inline-block;
  z-index: 0;
  line-height: 12px;
  background: none;
}
/* line 71, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item.webform-component-select label .label {
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
/* line 74, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item .chosen-container .chosen-single {
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transition: -moz-transform, 0.3s;
  -o-transition: -o-transform, 0.3s;
  -webkit-transition: -webkit-transform, 0.3s;
  transition: transform, 0.3s;
}
/* line 79, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item .chosen-container .chosen-drop {
  left: 0;
  margin-top: 0px;
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: -moz-transform, 0.3s;
  -o-transition: -o-transform, 0.3s;
  -webkit-transition: -webkit-transform, 0.3s;
  transition: transform, 0.3s;
}
/* line 85, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item .chosen-container .chosen-drop .chosen-results {
  border-top: 0px;
}
/* line 88, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea {
  opacity: 0;
  background: none;
  border-color: transparent;
}
/* line 119, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea::-webkit-input-placeholder {
  opacity: 0;
  color: transparent;
}
/* line 120, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea:-moz-placeholder {
  opacity: 0;
  color: transparent;
}
/* line 121, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea::-moz-placeholder {
  opacity: 0;
  color: transparent;
}
/* line 122, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea:-ms-input-placeholder {
  opacity: 0;
  color: transparent;
}
/* line 123, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea:focus:-moz-placeholder {
  color: transparent;
}
/* line 124, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea:focus::-moz-placeholder {
  color: transparent;
}
/* line 125, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 126, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* line 94, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item.webform-component-textarea {
  position: relative;
}
/* line 96, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item.webform-component-textarea label {
  position: absolute !important;
  top: calc(50% - 4px);
}
/* line 99, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item.webform-component-textarea label:before {
  position: absolute;
  top: -66px;
  left: 0;
  height: 134px;
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: -moz-transform, 0.3s;
  -o-transition: -o-transform, 0.3s;
  -webkit-transition: -webkit-transform, 0.3s;
  transition: transform, 0.3s;
}
/* line 111, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus, .csstransforms3d.csstransitions .yoko .form-item.input--filled input,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea {
  opacity: 1;
}
/* line 119, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus::-webkit-input-placeholder, .csstransforms3d.csstransitions .yoko .form-item.input--filled input::-webkit-input-placeholder,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus::-webkit-input-placeholder,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea::-webkit-input-placeholder {
  opacity: 0;
}
/* line 120, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus:-moz-placeholder, .csstransforms3d.csstransitions .yoko .form-item.input--filled input:-moz-placeholder,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus:-moz-placeholder,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea:-moz-placeholder {
  opacity: 0;
}
/* line 121, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus::-moz-placeholder, .csstransforms3d.csstransitions .yoko .form-item.input--filled input::-moz-placeholder,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus::-moz-placeholder,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea::-moz-placeholder {
  opacity: 0;
}
/* line 122, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus:-ms-input-placeholder, .csstransforms3d.csstransitions .yoko .form-item.input--filled input:-ms-input-placeholder,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus:-ms-input-placeholder,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea:-ms-input-placeholder {
  opacity: 0;
}
/* line 123, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus:focus:-moz-placeholder, .csstransforms3d.csstransitions .yoko .form-item.input--filled input:focus:-moz-placeholder,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus:focus:-moz-placeholder,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea:focus:-moz-placeholder {
  color: transparent;
}
/* line 124, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus:focus::-moz-placeholder, .csstransforms3d.csstransitions .yoko .form-item.input--filled input:focus::-moz-placeholder,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus:focus::-moz-placeholder,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea:focus::-moz-placeholder {
  color: transparent;
}
/* line 125, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus:focus::-webkit-input-placeholder, .csstransforms3d.csstransitions .yoko .form-item.input--filled input:focus::-webkit-input-placeholder,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus:focus::-webkit-input-placeholder,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 126, ../sass/_pt-mixins.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus:focus:-ms-input-placeholder, .csstransforms3d.csstransitions .yoko .form-item.input--filled input:focus:-ms-input-placeholder,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus:focus:-ms-input-placeholder,
.csstransforms3d.csstransitions .yoko .form-item .input--filled textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* line 118, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input.error + label:before,
.csstransforms3d.csstransitions .yoko .form-item textarea.error + label:before {
  border-color: #c00;
}
/* line 122, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input.error + label:after,
.csstransforms3d.csstransitions .yoko .form-item textarea.error + label:after {
  background: #c00;
}
/* line 127, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus + label:before, .csstransforms3d.csstransitions .yoko .form-item.input--filled label:before,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus + label:before,
.csstransforms3d.csstransitions .yoko .form-item .input--filled label:before {
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
/* line 134, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus + label, .csstransforms3d.csstransitions .yoko .form-item.input--filled label,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus + label,
.csstransforms3d.csstransitions .yoko .form-item .input--filled label {
  pointer-events: none;
}
/* line 141, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus + label:after, .csstransforms3d.csstransitions .yoko .form-item.input--filled label:after,
.csstransforms3d.csstransitions .yoko .form-item textarea:focus + label:after,
.csstransforms3d.csstransitions .yoko .form-item .input--filled label:after,
.csstransforms3d.csstransitions .yoko .form-item .chosen-container.chosen-container-active + label:after,
.csstransforms3d.csstransitions .yoko .form-item .chosen-container.changed + label:after {
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
/* line 149, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item input:focus + label .label,
.csstransforms3d.csstransitions .yoko .form-item input.error + label .label, .csstransforms3d.csstransitions .yoko .form-item.input--filled label .label {
  top: 5px;
}
/* line 154, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item .chosen-container.chosen-container-active + label .label,
.csstransforms3d.csstransitions .yoko .form-item .chosen-container.changed + label .label {
  top: 8px;
}
/* line 158, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item textarea:focus + label .label,
.csstransforms3d.csstransitions .yoko .form-item .input--filled label .label {
  top: 80px;
}
/* line 162, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item .chosen-container.chosen-with-drop .chosen-drop {
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
/* line 164, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item .chosen-container.chosen-with-drop .chosen-drop + label:after {
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
/* line 168, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item .chosen-container.chosen-container-active .chosen-single,
.csstransforms3d.csstransitions .yoko .form-item .chosen-container.changed .chosen-single {
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
/* line 173, ../sass/components/_animation.scss */
.csstransforms3d.csstransitions .yoko .form-item:not(.webform-component-textarea) {
  margin-bottom: 35px;
}

/* line 181, ../sass/components/_animation.scss */
.no-csstransforms3d.no-csstransitions .effect.yoko .form-item {
  margin-bottom: 35px;
}
/* line 183, ../sass/components/_animation.scss */
.no-csstransforms3d.no-csstransitions .effect.yoko .form-item label {
  position: relative !important;
  top: -4px;
  overflow: visible;
  clip: auto;
  display: inline-block;
  width: 100%;
}
/* line 190, ../sass/components/_animation.scss */
.no-csstransforms3d.no-csstransitions .effect.yoko .form-item label .label {
  position: absolute;
  top: -6px;
  padding-left: 10px;
  color: #19388a;
}
/* line 198, ../sass/components/_animation.scss */
.no-csstransforms3d.no-csstransitions .effect.yoko .form-item.webform-component-select label {
  top: 0;
  z-index: 0;
}
/* line 201, ../sass/components/_animation.scss */
.no-csstransforms3d.no-csstransitions .effect.yoko .form-item.webform-component-select label .label {
  top: 4px;
  left: 8px;
  padding-left: 0;
}
/* line 208, ../sass/components/_animation.scss */
.no-csstransforms3d.no-csstransitions .effect.yoko .form-item.webform-component-textarea {
  position: relative;
}
/* line 210, ../sass/components/_animation.scss */
.no-csstransforms3d.no-csstransitions .effect.yoko .form-item.webform-component-textarea label {
  position: absolute !important;
  top: auto;
  bottom: -10px;
}

@font-face {
  font-family: 'zocial';
  src: url("../fonts/zocial/zocial.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url("../fonts/newicons/icons.ttf") format("truetype");
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'zocial';
    src: url('../font/zocial.svg?63836581#zocial') format('svg');
  }
}
*/
/* line 21, ../sass/_icons.scss */
.icons.active {
  color: #fff !important;
}

/* line 23, ../sass/_icons.scss */
.icons.blue {
  background-color: #3c5a98;
}

/* line 24, ../sass/_icons.scss */
.icons.blue-in {
  background-color: #007ab9;
}

/* line 25, ../sass/_icons.scss */
.icons.blue.mail-alt {
  background-color: #0e2257;
}

/* line 26, ../sass/_icons.scss */
.icons.grey {
  background-color: #738a8d;
}

/* line 27, ../sass/_icons.scss */
.icons.sky-blue {
  background-color: #00abea;
}

/* line 28, ../sass/_icons.scss */
.icons.red {
  background-color: #cc2131;
}

/* line 29, ../sass/_icons.scss */
.icons.orange {
  background-color: #dd4c39;
}

/* line 30, ../sass/_icons.scss */
.icons.plus.orange {
  background-color: #db6950;
}

/* line 32, ../sass/_icons.scss */
.icons.blue:hover {
  background-color: #2e4473;
}

/* line 33, ../sass/_icons.scss */
.icons.sky-blue:hover {
  background-color: #0086b7;
}

/* line 34, ../sass/_icons.scss */
.icons.grey:hover {
  background-color: #5c6f71;
}

/* line 35, ../sass/_icons.scss */
.icons.red:hover {
  background-color: #a01a26;
}

/* line 36, ../sass/_icons.scss */
.icons.orange:hover {
  background-color: #c23421;
}

/* line 37, ../sass/_icons.scss */
.icons.plus.orange:hover {
  background-color: #ce482a;
}

/* line 38, ../sass/_icons.scss */
.icons.blue-in:hover {
  background-color: #005886;
}

/* line 39, ../sass/_icons.scss */
.icons.blue.mail-alt:hover {
  background-color: #07112b;
}

/* line 41, ../sass/_icons.scss */
.icons:before {
  font-size: 17px;
}

/* line 46, ../sass/_icons.scss */
.icons.print:before {
  content: '\e800';
}

/* line 47, ../sass/_icons.scss */
.icons.angle-left:before {
  content: '\e801';
}

/* line 48, ../sass/_icons.scss */
.icons.linkedin:before {
  content: '\e802';
}

/* line 49, ../sass/_icons.scss */
.icons.twitter:before {
  content: '\e803';
}

/* line 50, ../sass/_icons.scss */
.icons.facebook:before {
  content: '\e804';
}

/* line 51, ../sass/_icons.scss */
.icons.youtube:before {
  content: '\e805';
}

/* line 52, ../sass/_icons.scss */
.icons.mail-alt:before {
  content: '\e806';
}

/* line 53, ../sass/_icons.scss */
.icons.plus:before {
  content: '\e807';
}

/* line 54, ../sass/_icons.scss */
.icons.gplus:before {
  content: '\e808';
}

/* line 55, ../sass/_icons.scss */
.icons.vk:before {
  content: '\e809';
}

/* line 56, ../sass/_icons.scss */
.icons.plancast:before {
  content: '\e80a';
}

/* line 57, ../sass/_icons.scss */
.icons.disqus:before {
  content: '\e80b';
}

/* line 58, ../sass/_icons.scss */
.icons.rss:before {
  content: '\e80c';
}

/* line 59, ../sass/_icons.scss */
.icons.skype:before {
  content: '\e80d';
}

/* line 60, ../sass/_icons.scss */
.icons.angle-down:before {
  content: '\e80e';
}

/* line 61, ../sass/_icons.scss */
.icons.windows:before {
  content: '\e80f';
}

/* line 62, ../sass/_icons.scss */
.icons.share:before {
  content: '\e810';
}

/* line 63, ../sass/_icons.scss */
.icons.down-dir:before {
  content: '\e811';
}

/* line 64, ../sass/_icons.scss */
.icons.up-dir:before {
  content: '\e812';
}

/* line 65, ../sass/_icons.scss */
.icons.google:before {
  content: '\e813';
}

/* line 66, ../sass/_icons.scss */
.icons.angle-up:before {
  content: '\e814';
}

/* line 67, ../sass/_icons.scss */
.icons.gmail:before {
  content: '\e815';
}

/* line 68, ../sass/_icons.scss */
.icons.search:before {
  content: '\e816';
}

/* line 69, ../sass/_icons.scss */
.icons.googleplay:before {
  content: '\e817';
}

/* line 70, ../sass/_icons.scss */
.icons.github-circled:before {
  content: '\e818';
}

/* line 71, ../sass/_icons.scss */
.icons.github:before {
  content: '\e819';
}

/* line 72, ../sass/_icons.scss */
.icons.dropbox:before {
  content: '\e81a';
}

/* line 73, ../sass/_icons.scss */
.icons.cloudapp:before {
  content: '\e81b';
}

/* line 74, ../sass/_icons.scss */
.icons.mail:before {
  content: '\e81c';
}

/* line 75, ../sass/_icons.scss */
.icons.scribd:before {
  content: '\e81d';
}

/* line 76, ../sass/_icons.scss */
.icons.posterous:before {
  content: '\e81e';
}

/* line 77, ../sass/_icons.scss */
.icons.stripe:before {
  content: '\e81f';
}

/* line 78, ../sass/_icons.scss */
.icons.opentable:before {
  content: '\e820';
}

/* line 79, ../sass/_icons.scss */
.icons.cart:before {
  content: '\e821';
}

/* line 80, ../sass/_icons.scss */
.icons.acrobat:before {
  content: '\e822';
}

/* line 81, ../sass/_icons.scss */
.icons.drupal:before {
  content: '\e823';
}

/* line 82, ../sass/_icons.scss */
.icons.buffer:before {
  content: '\e824';
}

/* line 83, ../sass/_icons.scss */
.icons.pocket:before {
  content: '\e825';
}

/* line 84, ../sass/_icons.scss */
.icons.bitbucket:before {
  content: '\e826';
}

/* line 85, ../sass/_icons.scss */
.icons.stackoverflow:before {
  content: '\e827';
}

/* line 86, ../sass/_icons.scss */
.icons.hackernews:before {
  content: '\e828';
}

/* line 87, ../sass/_icons.scss */
.icons.lkdto:before {
  content: '\e829';
}

/* line 88, ../sass/_icons.scss */
.icons.appstore:before {
  content: '\e82a';
}

/* line 89, ../sass/_icons.scss */
.icons.blogger:before {
  content: '\e82b';
}

/* line 90, ../sass/_icons.scss */
.icons.phone:before {
  content: '\e82c';
}

/* line 91, ../sass/_icons.scss */
.icons.klout:before {
  content: '\e82d';
}

/* line 92, ../sass/_icons.scss */
.icons.left-open:before {
  content: '\e82e';
}

/* line 93, ../sass/_icons.scss */
.icons.angle-right:before {
  content: '\e82f';
}

/* line 94, ../sass/_icons.scss */
.icons.html5:before {
  content: '\e830';
}

/* line 95, ../sass/_icons.scss */
.icons.right-open:before {
  content: '\e831';
}

/* line 96, ../sass/_icons.scss */
.icons.desktop:before {
  content: '\e832';
}

/* line 97, ../sass/_icons.scss */
.icons.android:before {
  content: '\e833';
}

/* line 98, ../sass/_icons.scss */
.icons.eventful:before {
  content: '\e834';
}

/* line 99, ../sass/_icons.scss */
.icons.pinboard:before {
  content: '\e835';
}

/* line 100, ../sass/_icons.scss */
.icons.user:before {
  content: '\e836';
}

/* line 101, ../sass/_icons.scss */
.icons.heart:before {
  content: '\e837';
}

/* line 103, ../sass/_icons.scss */
.icons.instagram:before {
  font-size: 17px;
}

/* line 107, ../sass/_icons.scss */
.icons.instagram:before {
  content: '\f16d';
}

/* line 9, ../sass/_base.scss */
#admin-menu .dropdown .admin-menu-icon img {
  width: 16px;
}

/**************/
/* BASE STYLE */
/**************/
/* line 14, ../sass/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../sass/_base.scss */
html, body {
  height: 100%;
}

/* line 23, ../sass/_base.scss */
body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  color: rgba(46, 52, 76, 0.8);
}

/* line 136, menu-icons/*.png */
.menu-icons-sprite, .b-get-involved .menu-item.row-first .arc:after, .b-get-involved .menu-item.row-second .arc:after, .b-get-involved .menu-item.row-third .arc:after, .b-get-involved .menu-item.row-fourth .arc:after, .b-get-involved-footer li .become-a-member .arc, .b-get-involved-footer li .coalition .arc, .b-get-involved-footer li .donate .arc, .b-get-involved-footer li .advocate .arc {
  background-image: url('../images/menu-icons-sff6b937c7c.png');
  background-repeat: no-repeat;
}

/* line 88, arrows/*.png */
.arrows-sprite, .b-headline .flex-direction-nav a.flex-prev:before, .b-headline .flex-direction-nav a.flex-next:before {
  background-image: url('../images/arrows-s0892cc8b7c.png');
  background-repeat: no-repeat;
}

/* line 35, ../sass/_base.scss */
a {
  text-decoration: none;
  outline: none !important;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 39, ../sass/_base.scss */
a:hover {
  color: #1451f1;
}
/* line 42, ../sass/_base.scss */
a:focus, a:active {
  outline: none !important;
}

/* line 44, ../sass/_base.scss */
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 107, ../sass/_pt-mixins.scss */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 52, ../sass/_base.scss */
.butt a, a.butt, input.butt, .register-now a, .wufoo .submit {
  height: 45px;
  width: 170px;
  background: #022C52;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  padding: 13px 8px;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 64, ../sass/_base.scss */
.butt a:hover, a.butt:hover, input.butt:hover, .register-now a:hover, .wufoo .submit:hover {
  background: #65b5dc;
}
/* line 67, ../sass/_base.scss */
.butt a.action, a.butt.action, input.butt.action, .register-now a.action, .wufoo .submit.action {
  background: #ff0000;
}
/* line 70, ../sass/_base.scss */
.butt a.action:hover, a.butt.action:hover, input.butt.action:hover, .register-now a.action:hover, .wufoo .submit.action:hover {
  background: #cc0000;
}

/* line 77, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto !important;
}

/* line 81, ../sass/_base.scss */
.more:after {
  content: "\bb";
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #ee2e24;
  padding-left: 5px;
  text-decoration: none;
}

/* line 90, ../sass/_base.scss */
.l-back:before {
  content: "\ab";
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #ee2e24;
  padding: 0 5px;
  text-decoration: none;
}

/* line 98, ../sass/_base.scss */
.media_embed iframe {
  max-width: 100%;
}

@font-face {
  font-family: "function_prodemi";
  src: url("../fonts/functionpro_bold_macroman/FunctionPro-Bold-webfont.eot");
  src: url("../fonts/functionpro_bold_macroman/FunctionPro-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/functionpro_bold_macroman/FunctionPro-Bold-webfont.woff2") format("woff2"), url("../fonts/functionpro_bold_macroman/FunctionPro-Bold-webfont.woff") format("woff"), url("../fonts/functionpro_bold_macroman/FunctionPro-Bold-webfont.ttf") format("truetype"), url("../fonts/functionpro_bold_macroman/FunctionPro-Bold-webfont.svg#prodemi") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'function_prodemi';
  src: url("../fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.eot");
  src: url("../fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.woff2") format("woff2"), url("../fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.woff") format("woff"), url("../fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.ttf") format("truetype"), url("../fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.svg#function_prodemi") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url("../fonts/bebasneue/BebasNeue-webfont.eot");
  src: url("../fonts/bebasneue/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue/BebasNeue-webfont.woff") format("woff"), url("../fonts/bebasneue/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/bebasneue/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 135, ../sass/_base.scss */
.b-upcoming-trainings,
.b-current-openings,
.b-contact-information, .b-cadca-blog-posts, .b-annual-reports, .b-make-a-difference, .b-publication-details, .b-twitter-slider.narrow, .b-resources {
  position: relative;
  width: 100%;
}
/* line 139, ../sass/_base.scss */
.b-upcoming-trainings .pane-title,
.b-current-openings .pane-title,
.b-contact-information .pane-title, .b-cadca-blog-posts .pane-title, .b-annual-reports .pane-title, .b-make-a-difference .pane-title, .b-publication-details .pane-title, .b-twitter-slider.narrow .pane-title, .b-resources .pane-title {
  background: #070605;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTVlYiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZWZmMWY1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e2e5eb), color-stop(80%, #eff1f5));
  background-image: -moz-linear-gradient(bottom, #e2e5eb, #eff1f5 80%);
  background-image: -webkit-linear-gradient(bottom, #e2e5eb, #eff1f5 80%);
  background-image: linear-gradient(to top, #e2e5eb, #eff1f5 80%);
}
/* line 143, ../sass/_base.scss */
.b-upcoming-trainings h3,
.b-current-openings h3,
.b-contact-information h3, .b-cadca-blog-posts h3, .b-annual-reports h3, .b-make-a-difference h3, .b-publication-details h3, .b-twitter-slider.narrow h3, .b-resources h3 {
  margin: 0;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}
/* line 151, ../sass/_base.scss */
.b-upcoming-trainings .view-footer p,
.b-current-openings .view-footer p,
.b-contact-information .view-footer p, .b-cadca-blog-posts .view-footer p, .b-annual-reports .view-footer p, .b-make-a-difference .view-footer p, .b-publication-details .view-footer p, .b-twitter-slider.narrow .view-footer p, .b-resources .view-footer p {
  margin: 0;
}
/* line 152, ../sass/_base.scss */
.b-upcoming-trainings .view-footer .more,
.b-current-openings .view-footer .more,
.b-contact-information .view-footer .more, .b-cadca-blog-posts .view-footer .more, .b-annual-reports .view-footer .more, .b-make-a-difference .view-footer .more, .b-publication-details .view-footer .more, .b-twitter-slider.narrow .view-footer .more, .b-resources .view-footer .more {
  display: block;
  padding: 6px 18px;
  padding-right: 35px;
  font-size: 15px;
  text-align: right;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #737373;
}
/* line 162, ../sass/_base.scss */
.b-upcoming-trainings .view-footer .more:hover,
.b-current-openings .view-footer .more:hover,
.b-contact-information .view-footer .more:hover, .b-cadca-blog-posts .view-footer .more:hover, .b-annual-reports .view-footer .more:hover, .b-make-a-difference .view-footer .more:hover, .b-publication-details .view-footer .more:hover, .b-twitter-slider.narrow .view-footer .more:hover, .b-resources .view-footer .more:hover {
  color: red;
}

/* line 167, ../sass/_base.scss */
article.node-page img,
article.node-page-type-two img, .view-blog-post-listing .views-row img, .node-blog-post img {
  width: 100%;
  margin-bottom: 10px;
}

/* line 172, ../sass/_base.scss */
.color-table, article.node-page table,
article.node-page-type-two table {
  font-size: .875em;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 177, ../sass/_base.scss */
.color-table thead th, article.node-page table thead th,
article.node-page-type-two table thead th {
  padding: .5em;
  border-top: 1px solid #292239;
  border-bottom: 1px solid #292239;
  border-left: 1px solid #292239;
  background-color: #2F3958;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* line 186, ../sass/_base.scss */
.color-table thead th:last-child, article.node-page table thead th:last-child,
article.node-page-type-two table thead th:last-child {
  border-right: 1px solid #292239;
}
/* line 189, ../sass/_base.scss */
.color-table thead th.rteleft, article.node-page table thead th.rteleft,
article.node-page-type-two table thead th.rteleft {
  text-align: left;
}
/* line 192, ../sass/_base.scss */
.color-table thead th.rtecenter, article.node-page table thead th.rtecenter,
article.node-page-type-two table thead th.rtecenter {
  text-align: center;
}
/* line 197, ../sass/_base.scss */
.color-table tbody tr td, article.node-page table tbody tr td,
article.node-page-type-two table tbody tr td {
  background-color: #f3f4f4;
  padding: .5em;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
/* line 204, ../sass/_base.scss */
.color-table tbody tr:nth-child(odd) td, article.node-page table tbody tr:nth-child(odd) td,
article.node-page-type-two table tbody tr:nth-child(odd) td {
  background-color: #e5e5e5;
}
/* line 207, ../sass/_base.scss */
.color-table tbody td + td:last-child, article.node-page table tbody td + td:last-child,
article.node-page-type-two table tbody td + td:last-child, .color-table tbody td:last-child, article.node-page table tbody td:last-child,
article.node-page-type-two table tbody td:last-child {
  border-right: 1px solid #ccc;
}

/* line 217, ../sass/_base.scss */
.b-cadca-blog-posts .quicktabs-tabs li a {
  font-family: "function_prodemi", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 230, ../sass/_base.scss */
.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
/* line 45, ../sass/_mixins.scss */
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}
/* line 27, ../sass/components/_misc.scss */
.lt-ie8 .with-wireframes #header, .lt-ie8
.with-wireframes #main, .lt-ie8
.with-wireframes #content, .lt-ie8
.with-wireframes #navigation, .lt-ie8
.with-wireframes .region-sidebar-first, .lt-ie8
.with-wireframes .region-sidebar-second, .lt-ie8
.with-wireframes #footer, .lt-ie8
.with-wireframes .region-bottom {
  /* IE6/7 do not support the outline property. */
  border: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 46, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 63, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 66, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 82, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 89, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 94, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 99, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.125em;
}

/* The link around the name of the website. */
/* line 106, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 119, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 124, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 129, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 137, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 141, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 151, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 157, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 171, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 175, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 186, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 198, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.125em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  *background-image: url('../images/message-24-ok.png?1591432460');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 214, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  *background-image: url('../images/message-24-warning.png?1591432460');
  border-color: #ed5;
}

/* line 224, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  *background-image: url('../images/message-24-error.png?1591432460');
  border-color: #ed541d;
}

/* line 235, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 238, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 243, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 248, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 253, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 258, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 269, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.125em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 279, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 283, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.125em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 296, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 305, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 311, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 325, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 349, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.125em;
}

/* line 355, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.5625em 3px;
}

/* line 362, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 371, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 376, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 404, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 408, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 416, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 423, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 426, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 429, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  *background-image: url('../images/help.png?1591432460');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 445, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 450, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 457, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 467, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 477, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.125em;
}

/**
 * Menus.
 */
/* line 484, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  *list-style-image: url('../images/menu-leaf.png?1591432460');
  list-style-type: square;
}

/* line 492, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  *list-style-image: url('../images/menu-expanded.png?1591432460');
  list-style-type: circle;
}

/* line 500, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  *list-style-image: url('../images/menu-collapsed.png?1591432460');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 510, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 519, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 531, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/* line 548, ../sass/components/_misc.scss */
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  /* Otherwise these elements will appear below the "Unpublished" text. */
  position: relative;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 560, ../sass/components/_misc.scss */
.comments {
  margin: 1.125em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 565, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 571, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 574, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 581, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 591, ../sass/components/_misc.scss */
.form-item {
  margin: 1.125em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 595, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 602, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 608, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 615, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 622, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 628, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 633, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 639, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 644, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 650, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 662, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 668, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.125em;
}

/* line 672, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 677, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.125em 0;
}

/**
 * Drupal admin tables.
 */
/* line 685, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 690, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 693, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 697, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 703, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* line 710, ../sass/components/_misc.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  /* IE doesn't display borders on table rows. */
  border-bottom: 1px solid #ccc;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 719, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 724, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 730, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 741, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 752, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  *background-image: url('../images/menu-expanded.png?1591432460');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 762, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  *background-image: url('../images/menu-collapsed.png?1591432460');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 770, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 782, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 785, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 788, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 797, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 806, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 809, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 815, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1591432460');
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/* line 31, ../sass/layouts/_responsive.scss */
.admin-menu .header {
  z-index: 22;
}

/* line 35, ../sass/layouts/_responsive.scss */
#admin-menu .dropdown .admin-menu-icon img {
  width: 16px;
}

/* line 42, ../sass/layouts/_responsive.scss */
body.admin-menu {
  margin-top: 29px !important;
}

/* line 45, ../sass/layouts/_responsive.scss */
.width-page,
.page-search404 .pane-page-content,
.page-search .pane-page-content,
.page-user .pane-page-content,
.page-user .pane-pane-messages {
  margin: 0 auto;
  max-width: 1030px;
  height: 100%;
  *position: relative;
  *zoom: 1;
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.width-page:before, .width-page:after,
.page-search404 .pane-page-content:before,
.page-search404 .pane-page-content:after,
.page-search .pane-page-content:before,
.page-search .pane-page-content:after,
.page-user .pane-page-content:before,
.page-user .pane-page-content:after,
.page-user .pane-pane-messages:before,
.page-user .pane-pane-messages:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.width-page:after,
.page-search404 .pane-page-content:after,
.page-search .pane-page-content:after,
.page-user .pane-page-content:after,
.page-user .pane-pane-messages:after {
  clear: both;
}

/* set sticky footer*/
/* line 57, ../sass/layouts/_responsive.scss */
html, body, #wrapper {
  height: 100%;
}

/* line 58, ../sass/layouts/_responsive.scss */
body > #wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 64, ../sass/layouts/_responsive.scss */
body > #wrapper {
  position: relative;
  overflow: hidden;
}

/* set sticky footer*/
/* line 143, ../sass/_pt-mixins.scss */
#wrapper {
  padding-bottom: 485px;
}

/* line 144, ../sass/_pt-mixins.scss */
#footer {
  margin-top: -485px;
  height: 485px;
}

/* layout sidebars */
/* line 73, ../sass/layouts/_responsive.scss */
.two-sidebars .region-sidebar-first,
.one-sidebar .region-sidebar-first {
  padding-left: 40px;
}

/* default block */
/* line 78, ../sass/layouts/_responsive.scss */
.region > .panel-pane {
  margin-bottom: 40px;
}

/**
 * layout for desktop screens.
 */
/*  top of page */
/* line 88, ../sass/layouts/_responsive.scss */
.header {
  position: relative;
}
/* line 94, ../sass/layouts/_responsive.scss */
.header .b-header-menu-button {
  display: none;
}
/* line 95, ../sass/layouts/_responsive.scss */
.header .region-header-bottom {
  margin-bottom: 20px;
}
/* line 97, ../sass/layouts/_responsive.scss */
.header .region-header-bottom > .width-page {
  position: relative;
}

/*  center of page */
/* line 106, ../sass/layouts/_responsive.scss */
.region-highlighted > .width-page {
  position: relative;
}
/* line 107, ../sass/layouts/_responsive.scss */
.region-highlighted .menu__item {
  list-style-type: none;
  list-style-image: none;
}

/* line 116, ../sass/layouts/_responsive.scss */
.page-node .region-content,
.page-blog .region-content,
.page-faq .region-content,
.page-news-and-events .region-content {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
}
/* line 119, ../sass/layouts/_responsive.scss */
.page-node .region-sidebar-first,
.page-blog .region-sidebar-first,
.page-faq .region-sidebar-first,
.page-news-and-events .region-sidebar-first {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}

/* line 124, ../sass/layouts/_responsive.scss */
.page-node.no-sidebars .region-content {
  float: none;
  width: 100%;
  margin: 0;
}

/* line 127, ../sass/layouts/_responsive.scss */
.node-type-event #content > .width-page {
  max-width: 100%;
}
/* line 130, ../sass/layouts/_responsive.scss */
.node-type-event .region-content {
  float: none;
  width: 100%;
  margin: 0;
}

/*  footer of page */
@media (max-width: 1024px) {
  /* line 134, ../sass/layouts/_responsive.scss */
  .region > .panel-pane {
    margin-bottom: 20px;
  }

  /* line 137, ../sass/layouts/_responsive.scss */
  #wrapper {
    padding-bottom: 0;
  }

  /* line 140, ../sass/layouts/_responsive.scss */
  #footer {
    margin-top: 0;
    height: auto;
  }
}
@media (max-width: 870px) {
  /* line 146, ../sass/layouts/_responsive.scss */
  body.admin-menu {
    margin-top: 57px !important;
  }
}
@media (max-width: 469px) {
  /* line 151, ../sass/layouts/_responsive.scss */
  body.admin-menu {
    margin-top: 85px !important;
  }
}
/* BLOCKS  */
/** base page */
/*** #header */
/* block logo */
/* line 2, ../sass/blocks/_b-logo.scss */
.b-logo {
  margin-top: 30px;
  margin-left: 3px;
  margin-bottom: 16px;
  height: 33px;
  width: 217px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 11, ../sass/blocks/_b-logo.scss */
.b-logo a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  background: url("../images/logo.png") 0px center no-repeat;
  background-size: 100%;
}
/* line 19, ../sass/blocks/_b-logo.scss */
.b-logo h1 {
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 23, ../sass/blocks/_b-logo.scss */
  .b-logo {
    margin-top: 22px;
    margin-bottom: 19px;
    width: 173px;
    height: 37px;
  }
}
@media (max-width: 710px) {
  /* line 31, ../sass/blocks/_b-logo.scss */
  .b-logo {
    margin-top: 6px;
    margin-left: 10px;
    width: 142px;
  }
}
@media (max-width: 700px) {
  /* line 38, ../sass/blocks/_b-logo.scss */
  .b-logo {
    margin-bottom: 0px;
  }
}
@media (max-width: 340px) {
  /* line 43, ../sass/blocks/_b-logo.scss */
  .b-logo {
    width: 44%;
  }
}
/* block slogan */
/* header */
/* line 2, ../sass/blocks/_header.scss */
.header {
  font-family: "Cabin", sans-serif;
  border-top: 2px solid #2a3349;
}
/* line 5, ../sass/blocks/_header.scss */
.header .slogan {
  float: left;
  padding-top: 33px;
  padding-left: 16px;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 15px;
  font-style: italic;
  color: #2f374d;
}
/* line 15, ../sass/blocks/_header.scss */
.header .region-header-bottom {
  height: 49px;
  background: #070607;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MzI0OCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMzYzZTU1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #293248), color-stop(80%, #363e55));
  background-image: -moz-linear-gradient(bottom, #293248, #363e55 80%);
  background-image: -webkit-linear-gradient(bottom, #293248, #363e55 80%);
  background-image: linear-gradient(to top, #293248, #363e55 80%);
}
/* line 19, ../sass/blocks/_header.scss */
.header .menu__item {
  list-style-type: none;
  list-style-image: none;
}

@media (max-width: 1024px) {
  /* line 26, ../sass/blocks/_header.scss */
  .header .slogan {
    margin-top: 7px;
    font-size: 12px;
    padding-left: 13px;
  }
}
@media (max-width: 710px) {
  /* line 33, ../sass/blocks/_header.scss */
  .header .slogan {
    padding-top: 15px;
    width: 44%;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  /* line 41, ../sass/blocks/_header.scss */
  .header .slogan {
    width: auto;
  }
  /* line 42, ../sass/blocks/_header.scss */
  .header .region-header-bottom {
    height: 45px;
  }
}
@media (max-width: 340px) {
  /* line 46, ../sass/blocks/_header.scss */
  .header .slogan {
    padding-left: 10px;
  }
}
/* block social-header */
/* line 2, ../sass/blocks/_b-social-header.scss */
.b-social-header {
  float: right;
}
/* line 4, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu {
  margin: 0;
  margin-right: 6px;
  margin-top: 2px;
}
/* line 8, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu li {
  float: left;
  margin-right: 5px;
}
/* line 12, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu a {
  height: 28px;
  width: 28px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  letter-spacing: 50px;
  width: 26px;
}
/* line 20, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu a.grey {
  background: none;
}
/* line 21, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu a:before {
  color: #747474;
}
/* line 24, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu a:hover:before {
  color: #5b5b5b;
}
/* line 28, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu .icons.twitter:before {
  font-size: 17px;
  padding-left: 3px;
}
/* line 32, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu .icons.facebook:before {
  font-size: 19px;
  padding-left: 8px;
}
/* line 36, ../sass/blocks/_b-social-header.scss */
.b-social-header .menu .icons.youtube:before {
  font-size: 19px;
  padding-left: 5px;
}

@media (max-width: 760px) {
  /* line 43, ../sass/blocks/_b-social-header.scss */
  .b-social-header .menu {
    padding: 0;
  }
  /* line 45, ../sass/blocks/_b-social-header.scss */
  .b-social-header .menu li {
    margin-right: 0px;
  }
  /* line 47, ../sass/blocks/_b-social-header.scss */
  .b-social-header .menu li a {
    width: 26px;
  }
  /* line 48, ../sass/blocks/_b-social-header.scss */
  .b-social-header .menu li .icons.twitter:before {
    font-size: 15px;
  }
  /* line 49, ../sass/blocks/_b-social-header.scss */
  .b-social-header .menu li .icons.youtube:before {
    padding-left: 3px;
  }
}
@media (max-width: 700px) {
  /* line 54, ../sass/blocks/_b-social-header.scss */
  .b-social-header {
    margin-top: 14px;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 486px) {
  /* line 60, ../sass/blocks/_b-social-header.scss */
  .b-social-header {
    margin-top: 10px;
  }
}
/* block user-menu-header */
/* line 2, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header {
  width: 23.3%;
  float: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
/* line 7, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header .menu {
  margin: 0;
  padding: 0;
}
/* line 10, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header .menu a {
  display: inline-block;
  color: #fff;
  padding: 7px 0px 7px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 16, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header .menu a:before {
  padding-right: 10px;
  font-size: 11px;
}
/* line 20, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header .menu a.heart {
  float: left;
  width: 43%;
  background-color: #ee2e24;
}
/* line 24, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header .menu a.heart:hover {
  background: #cf1a10;
}
/* line 26, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header .menu a.user {
  width: 57%;
  background-color: #2a3349;
  letter-spacing: 0.5px;
}
/* line 30, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header .menu a.user:hover {
  background: #3d4a69;
}
/* line 32, ../sass/blocks/_b-user-menu-header.scss */
.b-user-menu-header .menu a.heart:before {
  padding-left: 3px;
}

@media (max-width: 1024px) {
  /* line 39, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header {
    width: 236px;
  }
  /* line 42, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header .menu a {
    font-family: "Roboto Condensed", sans-serif;
  }
  /* line 44, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header .menu a.user {
    width: 132px;
  }
  /* line 47, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header .menu a.heart {
    width: 103px;
  }
}
@media (max-width: 700px) {
  /* line 54, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header {
    width: 231px;
    margin-top: 14px;
    margin-bottom: 10px !important;
  }
  /* line 58, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header .menu a {
    padding: 6px 3px 6px 10px;
  }
  /* line 61, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header .menu a.user {
    width: 119px;
    padding-left: 11px;
  }
}
@media (max-width: 402px) {
  /* line 68, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header {
    margin-top: 9px;
  }
}
@media (max-width: 355px) {
  /* line 73, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header {
    width: 210px;
  }
  /* line 75, ../sass/blocks/_b-user-menu-header.scss */
  .b-user-menu-header .menu a.heart {
    width: 90px;
  }
}
/* block tb-megamenu-main-menu */
/* line 8, ../sass/blocks/_b-megamenu-main-menu.scss */
.pane-tb-megamenu-main-menu {
  clear: both;
}

/* line 9, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu .dropdown {
  position: static !important;
}

/* line 10, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-row {
  border: none !important;
}

/* line 11, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle,
.tb-megamenu .nav-tabs > .active > a:focus,
.tb-megamenu .nav-collapse .nav > li > a:focus {
  background: #060607;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjczOCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMmMzMzQ1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #202738), color-stop(80%, #2c3345));
  background-image: -moz-linear-gradient(bottom, #202738, #2c3345 80%);
  background-image: -webkit-linear-gradient(bottom, #202738, #2c3345 80%);
  background-image: linear-gradient(to top, #202738, #2c3345 80%);
}

/* line 16, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
  background: none;
}

/* line 20, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu .dropdown-menu a {
  padding: 0;
  white-space: normal;
}

/* line 24, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-row {
  padding-top: 15px;
  position: relative;
}

/* line 25, ../sass/blocks/_b-megamenu-main-menu.scss */
.mega-group-ct .tb-megamenu-row {
  padding-top: 0px;
}

/* line 26, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-subnav.level-1 li,
.tb-megamenu-subnav.level-1 li > a.mega-group-title,
.tb-megamenu .tb-block .block-title {
  margin-bottom: 0;
  text-transform: none !important;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #343c52;
}
/* line 35, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-subnav.level-1 li:hover,
.tb-megamenu-subnav.level-1 li > a.mega-group-title:hover,
.tb-megamenu .tb-block .block-title:hover {
  color: #1451f1 !important;
}

/* line 39, ../sass/blocks/_b-megamenu-main-menu.scss */
ul.tb-megamenu-subnav.level-1 li > a.mega-group-title,
.tb-megamenu .tb-block .block-title {
  line-height: 30px;
}

/* line 43, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-column .tb-block .block .view-header,
.tb-megamenu-column .tb-block .block .field-content {
  display: inline-block;
  margin-top: 5px;
}

/* line 49, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-subnav.level-2 li.tb-megamenu-item,
.tb-megamenu-subnav.level-2 li.tb-megamenu-item > a,
.tb-megamenu-block a {
  padding: 0;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #19388a !important;
}
/* line 58, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-subnav.level-2 li.tb-megamenu-item:hover,
.tb-megamenu-subnav.level-2 li.tb-megamenu-item > a:hover,
.tb-megamenu-block a:hover {
  color: #1451f1 !important;
}

/* line 62, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-subnav.level-2 li.tb-megamenu-item {
  margin-bottom: 6px;
}

/* line 65, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-subnav.level-2 li.tb-megamenu-item > a,
.tb-megamenu-block a {
  line-height: 1.2 !important;
}

/* line 69, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-block p {
  margin: 0;
  margin-bottom: 5px;
}

/* line 70, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu .dropdown-submenu > .dropdown-menu {
  border-bottom: none;
}

/* line 73, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu {
  background: #070607;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MzI0OCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMzYzZTU1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #293248), color-stop(80%, #363e55));
  background-image: -moz-linear-gradient(bottom, #293248, #363e55 80%);
  background-image: -webkit-linear-gradient(bottom, #293248, #363e55 80%);
  background-image: linear-gradient(to top, #293248, #363e55 80%);
  font-family: "function_prodemi", sans-serif;
}
/* line 74, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .fa-reorder {
  display: none;
}
/* line 79, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu em {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 14px;
}
/* line 84, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .nav > li > a {
  padding: 17px 15px 14px 14px;
  border-right: none;
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 91, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .nav > li > a:hover {
  background: #060607;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjczOCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMmMzMzQ1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #202738), color-stop(80%, #2c3345));
  background-image: -moz-linear-gradient(bottom, #202738, #2c3345 80%);
  background-image: -webkit-linear-gradient(bottom, #202738, #2c3345 80%);
  background-image: linear-gradient(to top, #202738, #2c3345 80%);
  color: #fff;
}
/* line 96, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .nav > li.active > a:hover {
  background: #e23835;
}
/* line 99, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .nav > li:first-child > a {
  padding-left: 20px;
}
/* line 102, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .mega-dropdown-menu {
  top: 48px;
  right: 0;
  border-bottom: 6px solid rgba(46, 52, 76, 0.8);
}
/* line 111, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .tb-megamenu .dropdown-menu a {
  white-space: normal;
}
/* line 114, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .sub-menu-second-level {
  display: block;
}
/* line 117, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .columns2 ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
/* line 118, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .columns3 ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
/* line 119, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .footer {
  position: absolute;
  display: inline-block !important;
  padding-right: 15px;
  width: auto !important;
  bottom: 0;
  right: 0;
  width: 272px;
  background: rgba(46, 52, 76, 0.8);
}
/* line 128, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .footer em, .tb-megamenu-main-menu .footer a {
  display: inline-block;
  font-weight: normal !important;
  line-height: 20px !important;
  color: #fff !important;
}
/* line 134, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .footer a:hover {
  color: #ee2e24 !important;
}
/* line 137, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .footer em {
  padding-right: 8px;
}
/* line 138, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .footer strong {
  font-size: 14px;
  font-weight: normal;
}
/* line 142, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .footer .mega-inner {
  padding-left: 15px;
  padding-bottom: 7px;
}
/* line 146, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .footer .tb-block, .tb-megamenu-main-menu .footer .block {
  margin: 0;
}
/* line 148, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .last {
  padding-right: 3.3%;
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
}
/* line 152, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .last .view-header a {
  text-transform: uppercase;
  font-weight: bold !important;
}
/* line 156, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .last h3 {
  margin-top: 17px;
  margin-bottom: 5px;
}
/* line 160, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .last a {
  line-height: 18px !important;
}
/* line 161, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .last .date-display-single {
  font-size: 12px;
}
/* line 165, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .first {
  padding-left: 3.3%;
}
/* line 181, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu-main-menu .campaigns-popup {
  opacity: 1 !important;
}

/* search */
/* line 193, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu .nav > li:last-child a {
  position: relative;
  overflow: hidden;
  padding-left: 14px;
  padding-top: 15px;
  width: 50px;
  height: 48px;
  letter-spacing: 30px;
  cursor: pointer;
  white-space: nowrap;
}
/* line 203, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu .nav > li:last-child a:before {
  content: '\e816';
  font-family: 'zocial';
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 217, ../sass/blocks/_b-megamenu-main-menu.scss */
.tb-megamenu .nav > li.search > a:focus, .tb-megamenu .nav > li.search > a:hover {
  color: #fff;
}

/* line 220, ../sass/blocks/_b-megamenu-main-menu.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search {
  display: none;
}
/* line 223, ../sass/blocks/_b-megamenu-main-menu.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search form {
  display: block !important;
  top: 49px !important;
  z-index: 1000 !important;
  background-color: #2a3349 !important;
  width: 390px !important;
}
/* line 229, ../sass/blocks/_b-megamenu-main-menu.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search form .field-search {
  width: 290px;
  font-family: "Merriweather", serif;
  font-size: 15px;
  font-style: italic;
}
/* line 235, ../sass/blocks/_b-megamenu-main-menu.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search form .form-submit {
  float: right;
  margin-right: 5px;
  background: #070607;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyM2Q1OCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNDA0OTY1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #323d58), color-stop(80%, #404965));
  background-image: -moz-linear-gradient(bottom, #323d58, #404965 80%);
  background-image: -webkit-linear-gradient(bottom, #323d58, #404965 80%);
  background-image: linear-gradient(to top, #323d58, #404965 80%);
}

@media (max-width: 1170px) {
  /* line 243, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .nav > li:first-child > a,
  .tb-megamenu-main-menu .nav > li > a {
    font-size: 17px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 980px) {
  /* line 252, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .btn {
    opacity: 0.7;
    display: block;
    height: 49px;
    width: 100%;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    background: url("../images/mobile-btn.png") 5px 14px no-repeat;
  }
  /* line 261, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .btn:before {
    content: 'MENU';
    float: left;
    display: inline-block;
    font-family: "function_prodemi", sans-serif;
    font-size: 19px;
    padding-left: 30px;
    padding-top: 4px;
  }
  /* line 270, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .btn:hover, .tb-megamenu .btn:focus, .tb-megamenu .btn:active, .tb-megamenu .btn.active, .tb-megamenu .btn.disabled, .tb-megamenu .btn[disabled] {
    opacity: 1;
    outline-color: #3d4259;
    background: url("../images/mobile-btn.png") 5px 14px no-repeat;
  }
  /* line 275, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .btn:hover a, .tb-megamenu .btn:focus a, .tb-megamenu .btn:active a, .tb-megamenu .btn.active a, .tb-megamenu .btn.disabled a, .tb-megamenu .btn[disabled] a {
    opacity: 0.7;
  }
  /* line 279, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .btn .icon-reorder {
    background: none;
  }
  /* line 283, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu li.search {
    display: none;
  }
  /* line 285, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .tb-megamenu-button a {
    overflow: hidden;
    float: right;
    display: block;
    margin-right: 8px;
    padding-left: 10px;
    width: 30px;
    height: 25px;
    line-height: 25px;
    color: #fff;
  }
  /* line 295, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .tb-megamenu-button a:hover {
    opacity: 1;
  }
  /* line 299, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .tb-megamenu-button a:before {
    content: '\e816';
    display: inline-block;
    padding-top: 5px;
    padding-right: 20px;
    font-family: 'zocial';
    font-size: 17px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  /* line 316, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .nav-collapse {
    margin-top: 0;
    top: 49px;
  }

  /* line 321, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .mega-inner {
    padding: 0;
  }

  /* line 324, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-row {
    padding-top: 13px;
  }

  /* line 325, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .first {
    padding-left: 0px;
  }

  /* line 326, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .last {
    padding-right: 15px;
    margin-bottom: 0px;
  }

  /* line 330, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a {
    margin-left: 0;
    color: #19388a;
  }
  /* line 333, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .mega-nav > li a:hover, .tb-megamenu .dropdown-menu .mega-nav > li a:hover {
    color: #1451f1;
  }

  /* line 335, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .mega-nav .mega-group > .mega-group-title,
  .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
  .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title,
  .tb-megamenu .span12.mega-col-nav .mega-inner {
    padding-left: 0px;
  }

  /* line 341, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .nav-collapse .dropdown-menu a {
    padding: 0;
  }

  /* line 344, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-subnav.level-2 li.tb-megamenu-item {
    margin-left: 0 !important;
  }

  /* line 347, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .span12.mega-col-nav .mega-inner {
    padding-top: 3px;
    margin-bottom: 10px;
  }

  /* line 352, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .mega-nav > li,
  .tb-megamenu .dropdown-menu .mega-nav > li,
  .tb-megamenu .tb-block .block-title,
  .tb-megamenu .tb-block .view-content,
  .tb-megamenu .tb-block p {
    margin-left: 15px;
  }

  /* line 359, ../sass/blocks/_b-megamenu-main-menu.scss */
  a.more.arrow {
    padding-left: 0px !important;
  }

  /* line 362, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .last h3,
  .tb-megamenu-main-menu .last span {
    margin-top: 0;
  }
  /* line 366, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .last h3 a,
  .tb-megamenu-main-menu .last span a {
    padding-left: 0 !important;
  }

  /* line 368, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-subnav.level-2 li.tb-megamenu-item {
    margin-bottom: 5px;
  }

  /* line 371, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-subnav.level-2 li.tb-megamenu-item > a, .tb-megamenu-block a {
    line-height: 1.8 !important;
  }

  /* line 374, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .footer {
    position: static;
    padding: 12px 0;
    background: #2e344c;
  }
  /* line 378, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .footer .mega-inner {
    padding-top: 0 !important;
    padding-left: 15px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
  }

  /* line 385, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .mega > .mega-dropdown-menu {
    height: 0;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms;
    overflow: hidden;
    display: block;
  }

  /* line 391, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .mega.open > .mega-dropdown-menu,
  .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
    height: auto;
  }

  /* line 395, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .footer em {
    font-size: 17px;
  }

  /* line 398, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu-main-menu .footer .more:after {
    margin-top: 2px;
    font-size: 14px;
  }

  /* line 402, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .nav-collapse .nav li a {
    border-top: none;
  }

  /* line 405, ../sass/blocks/_b-megamenu-main-menu.scss */
  ul.tb-megamenu-nav.nav {
    background: #363e54;
  }

  /* line 408, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
  .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
  .tb-megamenu .nav > li.dropdown.open.active > a:hover {
    border: none;
  }

  /* line 413, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .nav-collapse .nav > li > a {
    padding: 12px 15px 12px;
    border-color: #363e54;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.7px;
  }

  /* line 420, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .nav-collapse .dropdown-menu {
    background: #fff;
  }
}
@media (max-width: 480px) {
  /* line 426, ../sass/blocks/_b-megamenu-main-menu.scss */
  .pane-tb-megamenu-main-menu + .pane-ai-search form {
    top: 45px !important;
  }

  /* line 430, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .btn {
    height: 45px;
  }
  /* line 431, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .nav-collapse {
    top: 45px;
  }
  /* line 432, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .tb-megamenu-button a {
    margin-right: 0;
  }
  /* line 434, ../sass/blocks/_b-megamenu-main-menu.scss */
  .tb-megamenu .tb-megamenu-button a:before {
    padding-right: 0px;
  }
}
@media (max-width: 390px) {
  /* line 441, ../sass/blocks/_b-megamenu-main-menu.scss */
  .pane-tb-megamenu-main-menu + .pane-ai-search form {
    left: 0;
    width: 100% !important;
  }
  /* line 444, ../sass/blocks/_b-megamenu-main-menu.scss */
  .pane-tb-megamenu-main-menu + .pane-ai-search form .field-search {
    width: calc(98% - 76px);
  }
}
/*** #main */
/* block get-involved-main */
/* line 3, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main {
  display: none;
  position: absolute;
  top: -10px;
  width: 100%;
  text-align: center;
  color: #fff;
}
/* line 10, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main h2 {
  margin: 0;
}
/* line 11, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main .pane-title {
  font-family: "function_prodemi", sans-serif;
  font-size: 29px;
  padding: 70px 0px 30px 0px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-shadow: black 0 2px 0;
}
/* line 19, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main .pane-title span {
  display: block;
  font-size: 43px;
  line-height: 44px;
  letter-spacing: 1.1px;
}
/* line 26, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0;
}
/* line 24, ../sass/_pt-mixins.scss */
.b-get-involved-main .menu li {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  flex: 1 1 auto;
}
/* line 31, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li {
  position: relative;
  background: black;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZWZmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #f0eff0));
  background-image: -moz-linear-gradient(bottom, #ffffff, #f0eff0 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff, #f0eff0 100%);
  background-image: linear-gradient(to top, #ffffff, #f0eff0 100%);
  border-top: 13px solid #19388a;
  margin: 0 6px;
}
/* line 36, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li a.menu__link {
  display: inline-block;
  padding-top: 15px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #5f626c;
}
/* line 44, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li a.menu__link:hover {
  color: #474951;
}
/* line 45, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li a.menu__link span {
  display: block;
  text-transform: uppercase;
  font-family: "function_prodemi", sans-serif;
  font-weight: bold;
  font-size: 30px;
  padding-top: 14px;
}
/* line 53, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li a.menu__link .arc {
  position: absolute;
  width: 100px;
  height: 50px;
  top: -61px;
  left: 50%;
  margin-left: -50px;
  -moz-border-radius-topleft: 50px;
  -webkit-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
}
/* line 63, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li:first-child {
  border-color: #19388a;
}
/* line 64, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li:nth-child(2) {
  border-color: #2a3349;
}
/* line 65, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li:nth-child(3) {
  border-color: #ee2e24;
}
/* line 66, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li:last-child {
  border-color: #86a7ff;
}
/* line 68, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .become-a-member .arc {
  background: #19388a url("../images/menu-banner_1.png") center 13px no-repeat;
  background-size: 55px;
}
/* line 72, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .become-a-member span {
  color: #19388a;
}
/* line 73, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .become-a-member:hover span {
  color: #11265f;
}
/* line 76, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .coalition .arc {
  background: #2a3349 url("../images/menu-banner_2.png") center 24px no-repeat;
  background-size: 51px;
}
/* line 80, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .coalition span {
  color: #2a3349;
}
/* line 81, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .coalition:hover span {
  color: #171c29;
}
/* line 84, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .donate .arc {
  background: #ee2e24 url("../images/menu-banner_3.png") center 13px no-repeat;
  background-size: 42px;
}
/* line 88, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .donate span {
  color: #ee2e24;
}
/* line 89, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .donate:hover span {
  color: #cf1a10;
}
/* line 92, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .advocate .arc {
  background: #86a7ff url("../images/menu-banner_4.png") center 17px no-repeat;
  background-size: 39px;
}
/* line 96, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .advocate span {
  color: #86a7ff;
}
/* line 97, ../sass/blocks/_b-get-involved-main.scss */
.b-get-involved-main li .advocate:hover span {
  color: #5382ff;
}

/* block get-involved */
/* line 3, ../sass/blocks/_b-get-involved.scss */
.b-get-involved {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
}
/* line 8, ../sass/blocks/_b-get-involved.scss */
.b-get-involved h2 {
  margin: 0;
}
/* line 9, ../sass/blocks/_b-get-involved.scss */
.b-get-involved h2.pane-title {
  padding: 30px 0px;
}
/* line 13, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .mini-panel-get_involved {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  justify-content: space-between;
  margin-top: 72px;
  padding: 0;
}
/* line 24, ../sass/_pt-mixins.scss */
.b-get-involved .mini-panel-get_involved .menu-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  flex: 1 1 auto;
}
/* line 17, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .mini-panel-get_involved .menu-item {
  -ms-flex: 1 1 25%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  flex: 1 1 25%;
}
/* line 19, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .mini-panel-get_involved .menu-item:hover .pane-content {
  max-height: 250px;
}
/* line 24, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .pane-content {
  position: absolute;
  width: 100%;
  max-height: 50px;
  bottom: calc(100% + 12px);
  left: 0%;
  overflow: hidden;
  transition: max-height 1.5s 0.5s;
  font-size: 16px;
}
/* line 36, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .pane-content ul {
  background: white;
  margin: 0;
  padding: 20px 10px 10px;
  background: black;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZWZmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #f0eff0));
  background-image: -moz-linear-gradient(bottom, #ffffff, #f0eff0 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff, #f0eff0 100%);
  background-image: linear-gradient(to top, #ffffff, #f0eff0 100%);
}
/* line 42, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .pane-content li {
  margin-bottom: 7px;
  color: #5f626c;
}
/* line 46, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .pane-content a {
  color: #1451f1;
  text-decoration: underline;
}
/* line 49, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .pane-content a:hover {
  color: #19388a;
}
/* line 51, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .pane-content .arc {
  position: relative;
  width: 100px;
  height: 50px;
  margin: 0 auto;
  -moz-border-radius-topleft: 50px;
  -webkit-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
}
/* line 57, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .pane-content .arc:after {
  content: "";
  position: absolute;
}
/* line 63, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item {
  position: relative;
  background: black;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZWZmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #f0eff0));
  background-image: -moz-linear-gradient(bottom, #ffffff, #f0eff0 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff, #f0eff0 100%);
  background-image: linear-gradient(to top, #ffffff, #f0eff0 100%);
  border-top: 13px solid #19388a;
  margin: 0 6px;
}
/* line 68, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item a.title {
  display: inline-block;
  padding-top: 15px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #5f626c;
}
/* line 76, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item a.title:hover {
  color: #474951;
}
/* line 77, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item a.title span {
  display: block;
  text-transform: uppercase;
  font-family: "function_prodemi", sans-serif;
  font-weight: bold;
  font-size: 30px;
  padding-top: 14px;
}
/* line 86, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-first {
  margin-left: 0;
  border-color: #19388a;
}
/* line 89, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-first ul {
  border-top: 13px solid #19388a;
}
/* line 90, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-first .arc {
  background-color: #19388a;
}
/* line 92, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-first .arc:after {
  background-position: 0 -88px;
  width: 56px;
  height: 39px;
  bottom: 1px;
  left: 23px;
}
/* line 100, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-first span {
  color: #19388a;
}
/* line 101, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-first:hover span {
  color: #11265f;
}
/* line 103, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-second {
  border-color: #2a3349;
}
/* line 105, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-second ul {
  border-top: 13px solid #2a3349;
}
/* line 106, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-second .arc {
  background-color: #2a3349;
}
/* line 108, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-second .arc:after {
  background-position: 0 -182px;
  width: 49px;
  height: 25px;
  bottom: 1px;
  left: 27px;
}
/* line 116, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-second span {
  color: #2a3349;
}
/* line 117, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-second:hover span {
  color: #171c29;
}
/* line 119, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-third {
  border-color: #ee2e24;
}
/* line 121, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-third ul {
  border-top: 13px solid #ee2e24;
}
/* line 122, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-third .arc {
  background-color: #ee2e24;
}
/* line 124, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-third .arc:after {
  background-position: 0 -250px;
  width: 42px;
  height: 38px;
  bottom: 1px;
  left: 31px;
}
/* line 132, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-third span {
  color: #ee2e24;
}
/* line 133, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-third:hover span {
  color: #cf1a10;
}
/* line 135, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-fourth {
  margin-right: -3px;
  border-color: #86a7ff;
}
/* line 138, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-fourth ul {
  border-top: 13px solid #86a7ff;
}
/* line 139, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-fourth .arc {
  background-color: #86a7ff;
}
/* line 141, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-fourth .arc:after {
  background-position: 0 0;
  width: 40px;
  height: 33px;
  bottom: 1px;
  left: 27px;
}
/* line 149, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-fourth span {
  color: #86a7ff;
}
/* line 150, ../sass/blocks/_b-get-involved.scss */
.b-get-involved .menu-item.row-fourth:hover span {
  color: #5382ff;
}

@media (max-width: 1024px) {
  /* line 157, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .pane-content .arc {
    width: 70px;
    height: 35px;
    -moz-border-radius-topleft: 35px;
    -webkit-border-top-left-radius: 35px;
    border-top-left-radius: 35px;
    -moz-border-radius-topright: 35px;
    -webkit-border-top-right-radius: 35px;
    border-top-right-radius: 35px;
  }
  /* line 163, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .pane-content {
    max-height: 35px;
    bottom: calc(100% + 10px);
  }
  /* line 167, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item {
    border-width: 10px;
    margin: 0 11px;
  }
  /* line 170, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item a.title {
    padding-top: 5px;
  }
  /* line 172, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item a.title span {
    padding-top: 8px;
    font-size: 28px;
    font-weight: normal;
  }
  /* line 178, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-first {
    margin-left: 11px;
  }
  /* line 180, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-first ul {
    border-width: 10px;
  }
  /* line 181, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-first .arc:after {
    background: url("../images/menu-icons/become-a-member_hover.png") left top no-repeat;
    width: 41px;
    height: 26px;
    bottom: 0px;
    left: 17px;
  }
  /* line 190, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-second ul {
    border-width: 10px;
  }
  /* line 191, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-second .arc:after {
    background: url("../images/menu-icons/coalition_hover.png") left top no-repeat;
    width: 41px;
    height: 20px;
    bottom: -1px;
    left: 16px;
  }
  /* line 200, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-third ul {
    border-width: 10px;
  }
  /* line 201, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-third .arc:after {
    background: url("../images/menu-icons/donate_hover.png") left top no-repeat;
    width: 34px;
    height: 31px;
    bottom: -2px;
    left: 20px;
  }
  /* line 209, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-fourth {
    margin-right: 11px;
  }
  /* line 211, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-fourth ul {
    border-width: 10px;
  }
  /* line 212, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item.row-fourth .arc:after {
    background: url("../images/menu-icons/advocate_hover.png") left top no-repeat;
    width: 40px;
    height: 35px;
    bottom: -11px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  /* line 226, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item a.title {
    font-size: 15px;
  }
  /* line 228, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item a.title span {
    padding-top: 3px;
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  /* line 239, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item a.title {
    font-size: 13px;
  }
  /* line 241, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item a.title span {
    padding-top: 3px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  /* line 251, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .mini-panel-get_involved {
    display: block;
  }
  /* line 254, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item {
    display: inline-block;
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-bottom: 50px;
    width: 45%;
  }
  /* line 260, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item a.title {
    font-size: 15px;
  }
  /* line 262, ../sass/blocks/_b-get-involved.scss */
  .b-get-involved .menu-item a.title span {
    font-size: 24px;
  }
}
/* block programs */
/* line 3, ../sass/blocks/_b-programs.scss */
.b-programs,
.b-coalitions,
.b-campeign-news {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1024px) {
  /* line 3, ../sass/blocks/_b-programs.scss */
  .b-programs,
  .b-coalitions,
  .b-campeign-news {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  /* line 3, ../sass/blocks/_b-programs.scss */
  .b-programs,
  .b-coalitions,
  .b-campeign-news {
    margin-bottom: 0;
  }
}
/* line 17, ../sass/blocks/_b-programs.scss */
.b-programs .pane-title,
.b-coalitions .pane-title,
.b-campeign-news .pane-title {
  padding-top: 7px;
  padding-bottom: 25px;
  margin: 0;
  text-align: center;
  font-family: "function_prodemi", sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #19388a;
}
/* line 29, ../sass/blocks/_b-programs.scss */
.b-programs .header,
.b-coalitions .header,
.b-campeign-news .header {
  z-index: 1;
}
/* line 30, ../sass/blocks/_b-programs.scss */
.b-programs .views-row,
.b-coalitions .views-row,
.b-campeign-news .views-row {
  float: left;
  width: 29.9%;
  height: 345px;
}
@media (max-width: 1024px) {
  /* line 30, ../sass/blocks/_b-programs.scss */
  .b-programs .views-row,
  .b-coalitions .views-row,
  .b-campeign-news .views-row {
    margin-right: 2.7%;
    width: 31.4%;
    height: 320px;
  }
  /* line 39, ../sass/blocks/_b-programs.scss */
  .b-programs .views-row .title,
  .b-coalitions .views-row .title,
  .b-campeign-news .views-row .title {
    overflow: hidden;
    max-height: 70px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: normal;
  }
  /* line 46, ../sass/blocks/_b-programs.scss */
  .b-programs .views-row .body,
  .b-coalitions .views-row .body,
  .b-campeign-news .views-row .body {
    font-size: 15px;
    line-height: 20px;
  }
}
/* line 51, ../sass/blocks/_b-programs.scss */
.b-programs .views-row:last-child,
.b-coalitions .views-row:last-child,
.b-campeign-news .views-row:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  /* line 30, ../sass/blocks/_b-programs.scss */
  .b-programs .views-row,
  .b-coalitions .views-row,
  .b-campeign-news .views-row {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 60, ../sass/blocks/_b-programs.scss */
  .b-programs .views-row .title,
  .b-coalitions .views-row .title,
  .b-campeign-news .views-row .title {
    padding: 20px 14px 10px;
    max-height: 100%;
  }
  /* line 64, ../sass/blocks/_b-programs.scss */
  .b-programs .views-row .body,
  .b-coalitions .views-row .body,
  .b-campeign-news .views-row .body {
    max-height: 100%;
    padding-bottom: 30px;
  }
}

/* block campeign-news */
/* line 4, ../sass/blocks/_b-campeign-news.scss */
.b-campeign-news {
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
  background: url("../images/bg.jpg") 0 0 repeat;
}
/* line 9, ../sass/blocks/_b-campeign-news.scss */
.b-campeign-news .pane-inner {
  padding-left: 20px;
  margin: 22px auto 0;
  max-width: 1030px;
  height: 100%;
}

/* block news-and-events */
/* line 3, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-content h3 a, .b-news-and-events .panel-col-first .view-content a.more, .b-news-and-events .panel-col-last .view-content h3 a, .b-news-and-events .panel-col-last .view-content a.more, .b-news-and-events .panel-col-first a.more, .b-news-and-events .panel-col-last a.more, .b-news-and-events .menu__item a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #19388a;
}
/* line 8, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-content h3 a:hover, .b-news-and-events .panel-col-last .view-content h3 a:hover, .b-news-and-events .panel-col-first a.more:hover, .b-news-and-events .panel-col-last a.more:hover, .b-news-and-events .menu__item a:hover {
  color: #1451f1;
}

/* line 11, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .center-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
/* line 16, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first, .b-news-and-events .panel-col-last {
  display: table-cell;
  float: none;
}
/* line 19, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first h2.pane-title, .b-news-and-events .panel-col-last h2.pane-title {
  padding: 16px 0px 8px;
  margin: 0px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dfdfe1;
  font-family: "function_prodemi", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ee2e24;
}
/* line 30, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-content, .b-news-and-events .panel-col-last .view-content {
  line-height: 22px;
}
/* line 32, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-content h3, .b-news-and-events .panel-col-last .view-content h3 {
  margin: 0;
  line-height: 23px;
  font-size: 16px;
}
/* line 37, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-content .views-row, .b-news-and-events .panel-col-last .view-content .views-row {
  margin-bottom: 13px;
}
/* line 43, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-content p, .b-news-and-events .panel-col-last .view-content p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #212223;
}
/* line 50, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-content .date-display-single, .b-news-and-events .panel-col-last .view-content .date-display-single {
  font-size: 14px;
}
/* line 55, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-footer, .b-news-and-events .panel-col-last .view-footer {
  padding-top: 10px;
  font-size: 14px;
}
/* line 58, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .view-footer p, .b-news-and-events .panel-col-last .view-footer p {
  margin: 0;
}
/* line 60, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first a.more, .b-news-and-events .panel-col-last a.more {
  text-decoration: underline;
}
/* line 65, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first {
  width: 66%;
  padding-left: 2%;
}
/* line 68, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-first .inside {
  margin-right: 14%;
}
/* line 72, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .panel-col-last {
  width: 34%;
}
/* line 73, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .menu {
  margin-left: -10px;
}
/* line 74, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .menu__item {
  width: 40%;
  float: left;
  list-style-type: none;
  list-style-image: url("../images/star.png");
  margin-bottom: 17px;
}
/* line 80, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .menu__item a {
  font-size: 16px;
}
/* line 84, ../sass/blocks/_b-news-and-events.scss */
.b-news-and-events .menu__item:nth-child(2n) {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  /* line 105, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .center-wrapper {
    margin-bottom: 20px;
  }
  /* line 108, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-middle + .center-wrapper {
    margin-bottom: 0px;
  }
  /* line 111, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first {
    padding-left: 7px;
    width: 67%;
  }
  /* line 114, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first .inside {
    margin-right: 2%;
  }
  /* line 117, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first h2.pane-title, .b-news-and-events .panel-col-last h2.pane-title {
    padding: 18px 0px 4px;
    margin-bottom: 29px;
    font-size: 25px;
    font-weight: normal;
  }
  /* line 125, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first .view-content h3, .b-news-and-events .panel-col-last .view-content h3 {
    line-height: 20px;
  }
  /* line 126, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first .view-content .date, .b-news-and-events .panel-col-first .view-content span, .b-news-and-events .panel-col-last .view-content .date, .b-news-and-events .panel-col-last .view-content span {
    font-size: 14px;
    line-height: 29px;
  }
  /* line 130, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first .view-content .views-row, .b-news-and-events .panel-col-last .view-content .views-row {
    margin-bottom: 15px;
  }
  /* line 135, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first .view-footer a.more, .b-news-and-events .panel-col-last .view-footer a.more {
    font-size: 15px;
  }
  /* line 137, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .menu__item {
    margin-bottom: 18px;
    width: 50%;
  }
  /* line 140, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .menu__item a {
    font-size: 15px;
    font-weight: normal;
  }
  /* line 144, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .menu__item:nth-child(2n) {
    width: 45%;
    margin-left: 20px;
  }
}
@media (max-width: 680px) {
  /* line 153, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first {
    width: 55%;
  }
  /* line 156, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .menu__item {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 590px) {
  /* line 164, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first {
    width: 41%;
  }
}
@media (max-width: 480px) {
  /* line 170, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events {
    margin-right: 5px;
  }
  /* line 172, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first, .b-news-and-events .panel-col-last {
    display: block;
    width: 100%;
  }
  /* line 175, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .panel-col-first h2.pane-title, .b-news-and-events .panel-col-last h2.pane-title {
    padding: 4px 0px 4px;
    margin-bottom: 24px !important;
  }
  /* line 181, ../sass/blocks/_b-news-and-events.scss */
  .b-news-and-events .b-initiaves:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* block events */
/* line 3, ../sass/blocks/_b-events.scss */
.b-news-and-events .b-events .view-content .views-row {
  margin-bottom: 28px;
}

/* line 6, ../sass/blocks/_b-events.scss */
.b-news-and-events .b-events .view-footer {
  padding-top: 0;
}

/* block our-impact */
/* line 3, ../sass/blocks/_b-our-impact.scss */
.b-our-impact {
  margin-right: 10px;
}
/* line 5, ../sass/blocks/_b-our-impact.scss */
.b-our-impact .pane-title {
  margin-bottom: 10px !important;
}
/* line 8, ../sass/blocks/_b-our-impact.scss */
.b-our-impact .counter {
  display: block;
  width: 100%;
  height: 105px;
  padding-top: 45px;
  padding-left: 101px;
  margin-left: 0px;
  margin-bottom: 20px;
  background: #ee2e24 url("../images/counter.png") 14px 19px no-repeat;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 43px;
  letter-spacing: 1.3px;
  color: #fff;
}
/* line 23, ../sass/blocks/_b-our-impact.scss */
.b-our-impact p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #212223;
}

@media (max-width: 1024px) {
  /* line 34, ../sass/blocks/_b-our-impact.scss */
  .b-our-impact .counter {
    padding-top: 28px;
    margin-bottom: 10px;
    height: 75px;
    font-size: 31px;
    padding-left: 70px;
    background-size: 36px;
    background-position: 9px 15px;
  }
  /* line 43, ../sass/blocks/_b-our-impact.scss */
  .b-our-impact p {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 50, ../sass/blocks/_b-our-impact.scss */
  .b-our-impact .counter {
    padding-top: 40px;
    height: 95px;
    font-size: 40px;
    padding-left: 85px;
    background-size: 47px;
  }
}
/* node-page */
/* line 6, ../sass/blocks/_node-page.scss */
article.node-page img,
article.node-page-type-two img {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px;
}
/* line 11, ../sass/blocks/_node-page.scss */
article.node-page .pane-ai-image-header,
article.node-page-type-two .pane-ai-image-header {
  position: relative;
  margin-bottom: 10px;
}
/* line 14, ../sass/blocks/_node-page.scss */
article.node-page .pane-ai-image-header > img,
article.node-page-type-two .pane-ai-image-header > img {
  margin-bottom: 0;
}
/* line 15, ../sass/blocks/_node-page.scss */
article.node-page .pane-ai-image-header h3,
article.node-page-type-two .pane-ai-image-header h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 20px 20px 15px;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #fff;
  font-weight: normal;
}
/* line 31, ../sass/blocks/_node-page.scss */
article.node-page p, article.node-page h1, article.node-page h2, article.node-page h3, article.node-page h4, article.node-page h5, article.node-page h6,
article.node-page-type-two p,
article.node-page-type-two h1,
article.node-page-type-two h2,
article.node-page-type-two h3,
article.node-page-type-two h4,
article.node-page-type-two h5,
article.node-page-type-two h6 {
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.5em;
  margin: 1em 0 1em;
}
/* line 37, ../sass/blocks/_node-page.scss */
article.node-page ol, article.node-page ul,
article.node-page-type-two ol,
article.node-page-type-two ul {
  padding-left: 35px;
  line-height: 1.5em;
  margin: 1em 0 1em;
}
/* line 41, ../sass/blocks/_node-page.scss */
article.node-page ol li, article.node-page ul li,
article.node-page-type-two ol li,
article.node-page-type-two ul li {
  line-height: 1.5em;
  color: #19388a;
}
/* line 46, ../sass/blocks/_node-page.scss */
article.node-page a,
article.node-page-type-two a {
  line-height: 1.5em;
  color: #19388a;
}
/* line 49, ../sass/blocks/_node-page.scss */
article.node-page a:hover,
article.node-page-type-two a:hover {
  color: #1451f1;
}
/* line 53, ../sass/blocks/_node-page.scss */
article.node-page blockquote,
article.node-page-type-two blockquote {
  padding: 15px 20px 20px;
  background-color: #f5f5f5;
}
/* line 56, ../sass/blocks/_node-page.scss */
article.node-page blockquote:before,
article.node-page-type-two blockquote:before {
  content: "\201C";
}
/* line 57, ../sass/blocks/_node-page.scss */
article.node-page blockquote:after,
article.node-page-type-two blockquote:after {
  content: "\201D";
}
/* line 58, ../sass/blocks/_node-page.scss */
article.node-page blockquote p,
article.node-page-type-two blockquote p {
  margin: 0;
  display: inline;
}
/* line 60, ../sass/blocks/_node-page.scss */
article.node-page cite, article.node-page q,
article.node-page-type-two cite,
article.node-page-type-two q {
  background-color: #f5f5f5;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 64, ../sass/blocks/_node-page.scss */
article.node-page cite:before, article.node-page q:before,
article.node-page-type-two cite:before,
article.node-page-type-two q:before {
  content: "\201C";
}
/* line 65, ../sass/blocks/_node-page.scss */
article.node-page cite:after, article.node-page q:after,
article.node-page-type-two cite:after,
article.node-page-type-two q:after {
  content: "\201D";
}
/* line 67, ../sass/blocks/_node-page.scss */
article.node-page table,
article.node-page-type-two table {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 72, ../sass/blocks/_node-page.scss */
.share-bar {
  width: 45px;
  z-index: 3;
}

/* block upcoming-trainings */
/* line 7, ../sass/blocks/_b-upcoming-trainings.scss */
.b-upcoming-trainings .pane-title:after,
.b-current-openings .pane-title:after,
.b-contact-information .pane-title:after {
  right: 22px;
  top: 10px;
  width: 17px;
  height: 17px;
  background: url("../images/training.png") 0 0 no-repeat;
}
/* line 15, ../sass/blocks/_b-upcoming-trainings.scss */
.b-upcoming-trainings .view-content,
.b-current-openings .view-content,
.b-contact-information .view-content {
  margin-top: 12px;
}
/* line 17, ../sass/blocks/_b-upcoming-trainings.scss */
.b-upcoming-trainings .view-content .views-row,
.b-current-openings .view-content .views-row,
.b-contact-information .view-content .views-row {
  margin-top: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddfe6;
}
/* line 22, ../sass/blocks/_b-upcoming-trainings.scss */
.b-upcoming-trainings .view-content a,
.b-current-openings .view-content a,
.b-contact-information .view-content a {
  font-size: 14px;
  color: #19388a;
}
/* line 25, ../sass/blocks/_b-upcoming-trainings.scss */
.b-upcoming-trainings .view-content a:hover,
.b-current-openings .view-content a:hover,
.b-contact-information .view-content a:hover {
  color: #1451f1;
}
/* line 29, ../sass/blocks/_b-upcoming-trainings.scss */
.b-upcoming-trainings .view-content .date,
.b-current-openings .view-content .date,
.b-contact-information .view-content .date {
  margin: 2px 0 0;
  padding: 0 15px;
  font-size: 14px;
  color: #4c4d4d;
}

/* line 38, ../sass/blocks/_b-upcoming-trainings.scss */
.b-current-openings .pane-title:after {
  background: none;
}
/* line 42, ../sass/blocks/_b-upcoming-trainings.scss */
.b-current-openings .view-content span.field-content {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
}
/* line 50, ../sass/blocks/_b-upcoming-trainings.scss */
.b-current-openings .view-content a {
  font-size: 16px;
}

/* line 53, ../sass/blocks/_b-upcoming-trainings.scss */
.b-contact-information {
  padding-bottom: 10px;
}
/* line 55, ../sass/blocks/_b-upcoming-trainings.scss */
.b-contact-information .pane-title:after {
  background: none;
}
/* line 58, ../sass/blocks/_b-upcoming-trainings.scss */
.b-contact-information p {
  padding: 0 15px;
  margin-top: 20px;
  line-height: 1.3;
}

/* block cadca-blog-posts */
/* line 6, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .pane-title:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 14px;
  width: 18px;
  height: 18px;
  background: url("../images/blog.png") 0 0 no-repeat;
}
/* line 16, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .quicktabs-tabs {
  width: 100%;
  padding-left: 0;
}
/* line 20, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .quicktabs-tabs li {
  padding: 0;
}
/* line 22, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .quicktabs-tabs li a {
  display: inline-block;
  width: 49.4%;
  padding: 12px 0px 8px;
  background: #d2d5db;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: rgba(46, 52, 76, 0.8);
}
/* line 33, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .quicktabs-tabs li a:hover {
  background: #b6bbc4;
}
/* line 35, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .quicktabs-tabs li.active a {
  margin-left: -1px;
  background: #19388a;
  color: #fff;
}
/* line 41, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .quicktabs-tabs .first a {
  width: 51%;
}
/* line 42, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .quicktabs-tabs .last {
  margin-left: -4px;
}
/* line 44, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .view-content {
  clear: both;
  margin-top: 12px;
}
/* line 47, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .view-content .views-row {
  margin-top: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddfe6;
}
/* line 52, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .view-content a {
  font-size: 14px;
  color: #19388a;
}
/* line 55, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .view-content a:hover {
  color: #1451f1;
}
/* line 59, ../sass/blocks/_b-cadca-blog-posts.scss */
.b-cadca-blog-posts .view-content p.author {
  margin: 2px 0 0;
  padding: 0 15px;
  font-size: 14px;
  color: #4c4d4d;
}

/* block annual-reports */
/* line 4, ../sass/blocks/_b-annual-reports.scss */
.b-annual-reports .pane-title {
  background: #070706;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjJmNCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f1f2f4), color-stop(80%, #ffffff));
  background-image: -moz-linear-gradient(bottom, #f1f2f4, #ffffff 80%);
  background-image: -webkit-linear-gradient(bottom, #f1f2f4, #ffffff 80%);
  background-image: linear-gradient(to top, #f1f2f4, #ffffff 80%);
  border-bottom: 1px solid #dddfe6;
}
/* line 7, ../sass/blocks/_b-annual-reports.scss */
.b-annual-reports .pane-title:after {
  right: 22px;
  top: 12px;
  width: 17px;
  height: 17px;
  background: url("../images/report.png") 0 0 no-repeat;
}
/* line 15, ../sass/blocks/_b-annual-reports.scss */
.b-annual-reports img {
  width: 100%;
}
/* line 16, ../sass/blocks/_b-annual-reports.scss */
.b-annual-reports p {
  margin: 0;
  line-height: 0;
}

/* block make-a-difference */
/* line 4, ../sass/blocks/_b-make-a-difference.scss */
.b-make-a-difference .pane-title {
  background: #070706;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjJmNCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f1f2f4), color-stop(80%, #ffffff));
  background-image: -moz-linear-gradient(bottom, #f1f2f4, #ffffff 80%);
  background-image: -webkit-linear-gradient(bottom, #f1f2f4, #ffffff 80%);
  background-image: linear-gradient(to top, #f1f2f4, #ffffff 80%);
  border-bottom: 1px solid #dddfe6;
}
/* line 8, ../sass/blocks/_b-make-a-difference.scss */
.b-make-a-difference img {
  width: 100%;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 12, ../sass/blocks/_b-make-a-difference.scss */
.b-make-a-difference p {
  margin: 0;
  line-height: 0;
}

/* block featured-news-story */
/*  */
/* line 5, ../sass/blocks/_b-featured-news-story.scss */
.b-featured-news-story {
  margin-bottom: 30px;
}
/* line 7, ../sass/blocks/_b-featured-news-story.scss */
.b-featured-news-story .title a {
  font-size: 30px;
  line-height: 1em;
  color: #022c52;
}
/* line 11, ../sass/blocks/_b-featured-news-story.scss */
.b-featured-news-story .title a:hover {
  color: #1451f1;
}

/* block recent-press-releases */
/* line 3, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases {
  margin-bottom: 40px;
}
/* line 5, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .pane-title {
  margin-bottom: 1.8em;
  float: left;
  font-family: "function_prodemi", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #022c52;
}
/* line 15, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .view-header {
  margin-bottom: 1.6em;
  float: right;
  font-family: "function_prodemi", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
/* line 23, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .view-header p {
  margin-top: 0.8em;
  margin-bottom: 0;
  line-height: 1.6em;
}
/* line 28, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .view-header a {
  color: #0369d1;
}
/* line 30, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .view-header a:hover {
  color: #1451f1;
}
/* line 33, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .view-content {
  clear: both;
}
/* line 36, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .title, .b-recent-press-releases .field-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  line-height: 35px;
}
/* line 40, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .title a, .b-recent-press-releases .field-content a {
  display: inline-block;
  padding-left: 40px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  color: #0369d1;
  position: relative;
}
/* line 360, ../sass/_pt-mixins.scss */
.b-recent-press-releases .title a:before, .b-recent-press-releases .field-content a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url("../images/item.png") 0 0 no-repeat;
  top: 3px;
  left: 5px;
  height: 20px;
}
/* line 53, ../sass/blocks/_b-recent-press-releases.scss */
.b-recent-press-releases .title a:hover, .b-recent-press-releases .field-content a:hover {
  color: #1451f1;
}

/* block cover-image*/
/* line 2, ../sass/blocks/_b-cover-image.scss */
.b-cover-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  background: #000;
}
/* line 78, ../sass/components/_components-layouts.scss */
.b-cover-image .image {
  position: relative;
  display: inline-block;
}
/* line 81, ../sass/components/_components-layouts.scss */
.b-cover-image .image:before, .b-cover-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
}
/* line 88, ../sass/components/_components-layouts.scss */
.b-cover-image .image:before {
  left: -5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAAABCAYAAADAd3zTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAADySURBVChTrcNLRN8BAADgf4+1HiYpkmSSSCJRdFhEEZFEZCISkUiHiOgQEdEhOqTDDokREZGIRCJJzBQzSUl6KD317td3+B2S6NLHFyH4hM8ffHr18c2H8H34ztvwTfg6fOWlF5575qknHnvkoQfuu+euO2675X//uemGf/3jumuuuuKySy664LxzzjrjtFNO+tsJx/3lmKOOOOyQgw7Yb5+99thtl5122G6brbbYbJON/rTBeuustcZqq6y0wnLL/GGpJRZbZKEF5ptnrjlm+90sM80w3TRTTTHZbyaZaILxfjXOL8YaY7RRQRBE3h9EXgAwLHK81Vn0PwAAAABJRU5ErkJggg==") 0 0 repeat-y;
}
/* line 92, ../sass/components/_components-layouts.scss */
.b-cover-image .image:after {
  right: -5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAAABCAYAAADAd3zTAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4zjOaXUAAAAPNJREFUKFOl0slHpwEAgOH21UiKJEkSGZEoOhRRRCQxZEQkIpEOQ0SHiIgO0SEdOiQiIiIRiUSSyCiSkZK0KK2a1l9PfIdEOvTy/AdvWCgU+pTCiSCSKKKJIZY44kkgkR8kkUwKqaSRTgaZZJFNDrnk8ZN8CiikiGJKKKWMciqopIpqaqiljl/U85sGGmmimRZaaaOdDv7QSRfd9NBLH/0MMMgQw4wwyhjjTDDJFNPMMMsc8yywyBLLrLDKGuts8JdNtthmh3/sssc+BxxyxDEnnHLGORdccsU1N9wG7gL/A/c8BB4DTx88v/PyhbdBviEs9ApcPHK8c991xAAAAABJRU5ErkJggg==") 0 0 repeat-y;
}
/* line 96, ../sass/components/_components-layouts.scss */
.b-cover-image .image p {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
/* line 99, ../sass/components/_components-layouts.scss */
.b-cover-image .pane-title, .b-cover-image .title {
  width: 1030px;
  margin-left: -515px;
}
/* line 105, ../sass/components/_components-layouts.scss */
.b-cover-image .label {
  position: absolute;
  display: inline;
}

/* block cover-title*/
/* line 3, ../sass/blocks/_b-cover-title.scss */
.b-cover-title {
  padding-bottom: 40px;
  margin: 0;
  background: #2F374C;
}
/* line 116, ../sass/components/_components-layouts.scss */
.b-cover-title .inner {
  margin: 0 auto;
  max-width: 1030px;
  text-align: center;
}
/* line 5, ../sass/blocks/_b-cover-title.scss */
.b-cover-title p {
  padding: 0 50px;
}

/* block publication-details */
/* line 5, ../sass/blocks/_b-publication-details.scss */
.b-publication-details {
  background: #eff1f5;
}
/* line 9, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .pane-title:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 28px;
  height: 18px;
  background: url("../images/publication.png") 0 0 no-repeat;
}
/* line 19, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .long-title {
  width: calc( 100% + 2px);
  padding: 15px 20px;
  margin-left: -1px;
  margin-top: 0;
  margin-bottom: 17px;
  background: #19388a;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
/* line 30, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .view-content {
  clear: both;
  margin-top: 0px;
}
/* line 33, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .view-content .views-row {
  margin-top: 0px;
  padding-bottom: 20px;
}
/* line 37, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .view-content .row {
  display: table;
  width: calc(100% + 2px);
  margin-bottom: 22px;
}
/* line 42, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .view-content .label {
  display: table-cell;
  width: 41%;
  padding-left: 17px;
  font-family: "function_prodemi", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #313950;
}
/* line 52, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .view-content .field {
  display: table-cell;
  padding-right: 20px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #1390f0;
}
/* line 58, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .view-content .field a {
  color: #1390f0;
}
/* line 60, ../sass/blocks/_b-publication-details.scss */
.b-publication-details .view-content .field a:hover {
  color: #095894;
}

/* block events-intro */
/* line 3, ../sass/blocks/_b-events-intro.scss */
.b-events-intro {
  margin-bottom: 20px;
}
/* line 5, ../sass/blocks/_b-events-intro.scss */
.b-events-intro p {
  margin-top: 0.4em;
  line-height: 1.6em;
}

/* block campaigns-listing */
/* line 3, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing {
  color: #2f374d;
}
/* line 5, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing .pane-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
/* line 12, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing .views-row {
  display: block;
  float: left;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 10px;
}
/* line 19, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing .left {
  float: left;
  display: inline-block;
  width: 36%;
}
/* line 23, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing .left img {
  width: 84%;
}
/* line 25, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing .right {
  float: left;
  display: inline-block;
  width: 64%;
  vertical-align: top;
}
/* line 31, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}
/* line 37, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing p {
  margin: 10px 0;
  line-height: 1.7em;
}
/* line 41, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing a {
  color: #2f374d;
}
/* line 43, ../sass/blocks/_b-campaigns-listing.scss */
.b-campaigns-listing a:hover {
  color: #1451f1;
}

/* block organizing-team */
/* line 3, ../sass/blocks/_b-organizing-team.scss */
.b-organizing-team {
  display: table;
  width: 100%;
  padding-top: 35px;
}
/* line 7, ../sass/blocks/_b-organizing-team.scss */
.b-organizing-team .pane-title {
  display: table-cell;
  width: 25%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.2px;
  vertical-align: top;
  color: #2f374d;
}
/* line 17, ../sass/blocks/_b-organizing-team.scss */
.b-organizing-team .view-event-organizing-team {
  display: table-cell;
}
/* line 19, ../sass/blocks/_b-organizing-team.scss */
.b-organizing-team .view-event-organizing-team .view-content {
  float: right;
}
/* line 20, ../sass/blocks/_b-organizing-team.scss */
.b-organizing-team .view-event-organizing-team .views-row {
  display: inline-block;
  width: 167px;
  padding-left: 30px;
  line-height: 20px;
  vertical-align: top;
}
/* line 26, ../sass/blocks/_b-organizing-team.scss */
.b-organizing-team .view-event-organizing-team .views-row img {
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 31, ../sass/blocks/_b-organizing-team.scss */
.b-organizing-team .view-event-organizing-team .views-row h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #00378d;
}
/* line 38, ../sass/blocks/_b-organizing-team.scss */
.b-organizing-team .view-event-organizing-team .views-row .title {
  color: #626c7f;
}

/* block b-headline */
/* line 3, ../sass/blocks/_b-headline.scss */
.b-headline {
  background: #FE0000;
}
/* line 5, ../sass/blocks/_b-headline.scss */
.b-headline .view-content {
  padding: 20px 0;
}
/* line 8, ../sass/blocks/_b-headline.scss */
.b-headline .flexslider {
  margin-bottom: 0;
  background: #FE0000;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 13, ../sass/blocks/_b-headline.scss */
.b-headline .flexslider .flex-direction-nav a {
  display: block !important;
  opacity: 1 !important;
}
/* line 17, ../sass/blocks/_b-headline.scss */
.b-headline .flexslider .flex-prev, .b-headline .flexslider:hover .flex-prev {
  left: 13px;
}
/* line 18, ../sass/blocks/_b-headline.scss */
.b-headline .flexslider .flex-next, .b-headline .flexslider:hover .flex-next {
  right: 13px;
}
/* line 20, ../sass/blocks/_b-headline.scss */
.b-headline .flex-direction-nav a.flex-prev:before {
  content: "";
  background-position: 0 -42px;
  width: 24px;
  height: 37px;
}
/* line 26, ../sass/blocks/_b-headline.scss */
.b-headline .flex-direction-nav a.flex-next:before {
  content: "";
  background-position: 0 -81px;
  width: 24px;
  height: 37px;
}
/* line 32, ../sass/blocks/_b-headline.scss */
.b-headline .slides li {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
  padding: 0 80px;
  letter-spacing: -0.3px;
  line-height: 1.3em;
  color: #fff;
}
/* line 40, ../sass/blocks/_b-headline.scss */
.b-headline .slides li p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.2px;
}
/* line 47, ../sass/blocks/_b-headline.scss */
.b-headline .slides li a {
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #343450;
}
/* line 51, ../sass/blocks/_b-headline.scss */
.b-headline .slides li a:hover {
  color: #48486f;
  text-decoration: underline;
}

/* block toolkit-listing */
/* line 4, ../sass/blocks/_b-toolkit-listing.scss */
.b-toolkit-listing .views-row {
  float: left;
  overflow: hidden;
  width: 24%;
  height: 280px;
  margin-right: 1%;
  margin-bottom: 30px;
  background: #101010;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e0e0e0), color-stop(30%, #ffffff));
  background-image: -moz-linear-gradient(bottom, #e0e0e0, #ffffff 30%);
  background-image: -webkit-linear-gradient(bottom, #e0e0e0, #ffffff 30%);
  background-image: linear-gradient(to top, #e0e0e0, #ffffff 30%);
}
/* line 12, ../sass/blocks/_b-toolkit-listing.scss */
.b-toolkit-listing .views-row h3 {
  padding: 0 20px;
  margin: 20px 0 0;
  letter-spacing: -0.5px;
  color: #0066D5;
  line-height: 1;
  font-size: 16px;
}
/* line 20, ../sass/blocks/_b-toolkit-listing.scss */
.b-toolkit-listing .views-row p {
  overflow: hidden;
  margin: 10px 20px;
  max-height: 60px;
  line-height: 19px;
  color: #161616;
}
/* line 27, ../sass/blocks/_b-toolkit-listing.scss */
.b-toolkit-listing .views-row a, .b-toolkit-listing .views-row a:focus, .b-toolkit-listing .views-row a:hover {
  outline: none !important;
}

/* block campaign-menu */
/* line 4, ../sass/blocks/_b-campaign-menu.scss */
.b-campaign-menu table {
  width: 100%;
  margin-top: 35px;
}
/* line 8, ../sass/blocks/_b-campaign-menu.scss */
.b-campaign-menu td {
  padding-left: 20px;
}
/* line 10, ../sass/blocks/_b-campaign-menu.scss */
.b-campaign-menu td:nth-child(3n+1) {
  width: 30%;
}
/* line 12, ../sass/blocks/_b-campaign-menu.scss */
.b-campaign-menu h3 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 5px;
}
/* line 17, ../sass/blocks/_b-campaign-menu.scss */
.b-campaign-menu h3 a {
  text-decoration: underline;
  color: #2f374d;
}
/* line 21, ../sass/blocks/_b-campaign-menu.scss */
.b-campaign-menu h3 a:hover {
  color: #1451f1;
}
/* line 24, ../sass/blocks/_b-campaign-menu.scss */
.b-campaign-menu p {
  margin-top: 15px;
  margin-bottom: 23px;
  line-height: 24px;
  color: #2f374d;
}

/* block cover-image*/
/* line 2, ../sass/blocks/_b-highlights.scss */
.b-highlights {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  background: #dfe5f3;
}
/* line 78, ../sass/components/_components-layouts.scss */
.b-highlights .image {
  position: relative;
  display: inline-block;
}
/* line 81, ../sass/components/_components-layouts.scss */
.b-highlights .image:before, .b-highlights .image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
}
/* line 88, ../sass/components/_components-layouts.scss */
.b-highlights .image:before {
  left: -5px;
  background: url("../images/mask-left-lg.png") 0 0 repeat-y;
}
/* line 92, ../sass/components/_components-layouts.scss */
.b-highlights .image:after {
  right: -5px;
  background: url("../images/mask-right-lg.png") 0 0 repeat-y;
}
/* line 96, ../sass/components/_components-layouts.scss */
.b-highlights .image p {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
/* line 99, ../sass/components/_components-layouts.scss */
.b-highlights .pane-title, .b-highlights .title {
  width: 1030px;
  margin-left: -515px;
}
/* line 105, ../sass/components/_components-layouts.scss */
.b-highlights .label {
  position: absolute;
  display: inline;
}
/* line 7, ../sass/blocks/_b-highlights.scss */
.b-highlights .pane-title {
  top: 10px;
}
/* line 11, ../sass/blocks/_b-highlights.scss */
.b-highlights .title {
  top: 40px;
  color: #19388a;
  font-size: 20px;
}
/* line 15, ../sass/blocks/_b-highlights.scss */
.b-highlights .title h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}
/* line 21, ../sass/blocks/_b-highlights.scss */
.b-highlights .title ul {
  padding-left: 180px;
  margin-top: 20px;
  text-align: left;
}
/* line 26, ../sass/blocks/_b-highlights.scss */
.b-highlights .title li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 900;
  line-height: 25px;
  list-style-type: none;
}
/* line 360, ../sass/_pt-mixins.scss */
.b-highlights .title li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url("../images/check-plus.png") 0 0 no-repeat;
}

/* block institute*/
/* line 7, ../sass/blocks/_b-institute.scss */
.b-institute h4 {
  margin-left: 45px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
/* line 15, ../sass/blocks/_b-institute.scss */
.b-institute p {
  font-size: 16px;
  margin-top: 0;
  line-height: 36px;
}
/* line 19, ../sass/blocks/_b-institute.scss */
.b-institute p a {
  color: #19388a;
}
/* line 25, ../sass/blocks/_b-institute.scss */
.b-institute p a:hover {
  color: #1451f1;
}

/* block heart*/
/* line 4, ../sass/blocks/_b-heart.scss */
.b-heart .pane-title {
  margin-bottom: 40px;
}
/* line 8, ../sass/blocks/_b-heart.scss */
.b-heart table {
  width: 100%;
}
/* line 12, ../sass/blocks/_b-heart.scss */
.b-heart td {
  width: 33.33333%;
  padding-top: 10px;
  vertical-align: top;
}
/* line 17, ../sass/blocks/_b-heart.scss */
.b-heart h3 {
  font-size: 28px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.7;
  text-transform: uppercase;
}
/* line 26, ../sass/blocks/_b-heart.scss */
.b-heart p {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
/* line 38, ../sass/blocks/_b-heart.scss */
.b-heart a {
  color: #19388a;
}
/* line 40, ../sass/blocks/_b-heart.scss */
.b-heart a:hover {
  color: #1451f1;
}

/* block find-job*/
/* line 3, ../sass/blocks/_b-find-job.scss */
.b-find-job {
  position: relative;
}
/* line 6, ../sass/blocks/_b-find-job.scss */
.b-find-job img {
  width: 100% !important;
}
/* line 7, ../sass/blocks/_b-find-job.scss */
.b-find-job .title {
  position: absolute;
  display: block;
  height: 140px;
  width: 100%;
  bottom: 0;
  padding-top: 45px;
  padding-left: 70px;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  color: #fff;
}
/* line 18, ../sass/blocks/_b-find-job.scss */
.b-find-job .title h2 {
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
/* line 23, ../sass/blocks/_b-find-job.scss */
.b-find-job .title a {
  color: #fff;
  background: #ff0000;
}
/* line 26, ../sass/blocks/_b-find-job.scss */
.b-find-job .title a:hover {
  background: #cc0000;
}
/* line 30, ../sass/blocks/_b-find-job.scss */
.b-find-job .title a {
  position: absolute;
  bottom: 35px;
  right: 120px;
  padding: 15px 35px 15px 50px;
  letter-spacing: 0.5px;
  color: white;
}
/* line 38, ../sass/blocks/_b-find-job.scss */
.b-find-job p {
  margin: 0;
  line-height: 0;
}

/* block social */
/* line 141, ../sass/components/_components-layouts.scss */
.b-social .menu {
  overflow: hidden;
  width: 48px;
}
/* line 153, ../sass/components/_components-layouts.scss */
.b-social .menu__item.is-leaf {
  float: left;
  width: 100%;
}
/* line 155, ../sass/components/_components-layouts.scss */
.b-social .menu__item.is-leaf:hover ul {
  opacity: 1;
}
/* line 156, ../sass/components/_components-layouts.scss */
.b-social .menu__item.is-leaf a {
  float: left;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
/* line 173, ../sass/components/_components-layouts.scss */
.b-social .menu ul {
  opacity: 0;
  -moz-transition: opacity, 1s;
  -o-transition: opacity, 1s;
  -webkit-transition: opacity, 1s;
  transition: opacity, 1s;
}
/* line 5, ../sass/blocks/_b-social.scss */
.b-social .menu {
  width: 100%;
}
/* line 7, ../sass/blocks/_b-social.scss */
.b-social .menu .menu__item.is-leaf a {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
  height: 40px;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 23, ../sass/blocks/_b-social.scss */
.b-social .menu .menu__item.is-leaf a:before {
  width: 37px;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(15%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 15%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 15%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 15%);
  float: left;
  font-size: 17px;
  margin-right: 10px;
}
/* line 32, ../sass/blocks/_b-social.scss */
.b-social .icons.facebook:before {
  font-size: 19px;
  padding-right: 2px;
  width: 35px;
}
/* line 37, ../sass/blocks/_b-social.scss */
.b-social .icons.twitter:before {
  font-size: 15px;
}

/* block social-column */
/* line 141, ../sass/components/_components-layouts.scss */
.b-social-column .share-btn {
  overflow: hidden;
  width: 48px;
  position: fixed;
  top: 30%;
  z-index: 100;
}
/* line 153, ../sass/components/_components-layouts.scss */
.b-social-column li {
  float: left;
  width: 100%;
}
/* line 155, ../sass/components/_components-layouts.scss */
.b-social-column li:hover ul {
  opacity: 1;
}
/* line 156, ../sass/components/_components-layouts.scss */
.b-social-column li a {
  float: left;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
/* line 173, ../sass/components/_components-layouts.scss */
.b-social-column .share-btn ul {
  opacity: 0;
  -moz-transition: opacity, 1s;
  -o-transition: opacity, 1s;
  -webkit-transition: opacity, 1s;
  transition: opacity, 1s;
}
/* line 5, ../sass/blocks/_b-social-column.scss */
.b-social-column .share-btn {
  width: 48px;
}
/* line 7, ../sass/blocks/_b-social-column.scss */
.b-social-column .share-btn a {
  margin: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
/* line 12, ../sass/blocks/_b-social-column.scss */
.b-social-column .share-btn a:before {
  width: 48px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}

/* block social-row */
/* line 153, ../sass/components/_components-layouts.scss */
.b-social-row li {
  float: left;
  position: relative;
}
/* line 155, ../sass/components/_components-layouts.scss */
.b-social-row li:hover ul {
  opacity: 1;
}
/* line 156, ../sass/components/_components-layouts.scss */
.b-social-row li a {
  float: left;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 173, ../sass/components/_components-layouts.scss */
.b-social-row .share-btn ul {
  opacity: 0;
  -moz-transition: opacity, 1s;
  -o-transition: opacity, 1s;
  -webkit-transition: opacity, 1s;
  transition: opacity, 1s;
  position: absolute;
  left: 100%;
}
/* line 192, ../sass/components/_components-layouts.scss */
.b-social-row .share-btn ul li {
  width: 100%;
}
/* line 195, ../sass/components/_components-layouts.scss */
.b-social-row .share-btn ul li a {
  width: 100%;
  white-space: nowrap;
}
/* line 5, ../sass/blocks/_b-social-row.scss */
.b-social-row a i {
  padding-left: 5px;
  font-style: normal;
}

/* block faq */
/* line 7, ../sass/blocks/_b-faq.scss */
.b-faq .item-list {
  margin-bottom: 20px;
}
/* line 9, ../sass/blocks/_b-faq.scss */
.b-faq .item-list h3 {
  padding-left: 0;
}
/* line 13, ../sass/blocks/_b-faq.scss */
.b-faq .item-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 18, ../sass/blocks/_b-faq.scss */
.b-faq .item-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  line-height: 35px;
}
/* line 22, ../sass/blocks/_b-faq.scss */
.b-faq .item-list li a {
  display: inline-block;
  padding-left: 40px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  color: #0369d1;
  position: relative;
}
/* line 360, ../sass/_pt-mixins.scss */
.b-faq .item-list li a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url("../images/item.png") 0 0 no-repeat;
  top: 3px;
  left: 5px;
  height: 20px;
}
/* line 35, ../sass/blocks/_b-faq.scss */
.b-faq .item-list li a:hover {
  color: #1451f1;
}

/* line 41, ../sass/blocks/_b-faq.scss */
.sidebar .b-faq .pane-title {
  padding-left: 0;
  text-align: left;
}
/* line 46, ../sass/blocks/_b-faq.scss */
.sidebar .b-faq .item-list li {
  border-bottom: none;
}
/* line 48, ../sass/blocks/_b-faq.scss */
.sidebar .b-faq .item-list li a {
  padding-left: 0;
}
/* line 50, ../sass/blocks/_b-faq.scss */
.sidebar .b-faq .item-list li a:before {
  background: none;
}

/* block sub-menu */
/* line 5, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu {
  background: #EEF2F5;
  font-family: "function_prodemi", sans-serif;
}
/* line 107, ../sass/_pt-mixins.scss */
.b-sub-menu:after {
  content: "";
  display: table;
  clear: both;
}
/* line 10, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1030px;
}
/* line 15, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .pane-menu-tree {
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  text-align: center;
}
/* line 23, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .pane-menu-tree li {
  margin-right: 20px;
  display: inline-block;
}
/* line 26, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .pane-menu-tree li a {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1;
  color: #a3a5aa;
  color: #4A4A4B;
  font-size: 20px;
}
/* line 35, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .pane-menu-tree li a.active-trail {
  color: rgba(46, 52, 76, 0.8);
}
/* line 36, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .pane-menu-tree li a:hover {
  color: #19388a;
}
/* line 40, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .contact-us {
  position: absolute;
  top: 0;
  right: 40px;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
/* line 50, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .contact-us p {
  margin: 0;
}
/* line 51, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .contact-us a {
  display: inline-block;
  padding-top: 11px;
  letter-spacing: 30px;
  color: #737373;
}
/* line 56, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .contact-us a:hover {
  color: #19388a;
}
/* line 57, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .contact-us a:before {
  font-size: 21px;
}
/* line 63, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .b-search {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
}
/* line 69, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .b-search .pane-title {
  overflow: hidden;
  margin: 1px 0 0;
  padding-left: 2px;
  width: 30px;
  height: 30px;
  letter-spacing: 30px;
  cursor: pointer;
  color: #737373;
}
/* line 78, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .b-search .pane-title:hover {
  color: #19388a;
}
/* line 79, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .b-search .pane-title:before {
  content: '\e816';
  font-family: 'zocial';
  font-size: 23px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/* line 93, ../sass/blocks/_b-sub-menu.scss */
.b-sub-menu .b-search form {
  display: none;
}

/* block search */
/* line 3, ../sass/blocks/_b-search.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search form, .b-search form {
  position: absolute;
  top: 38px;
  z-index: 2;
  right: 0;
  display: none;
  padding: 7px 5px 7px 9px;
  width: 200px;
  background: #EEF2F5;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 14, ../sass/blocks/_b-search.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search label, .b-search label {
  display: none;
}
/* line 15, ../sass/blocks/_b-search.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search .form-item, .b-search .form-item {
  margin: 0;
}
/* line 16, ../sass/blocks/_b-search.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search .field-search, .b-search .field-search {
  float: left;
  width: 110px;
  padding-left: 5px;
}
/* line 21, ../sass/blocks/_b-search.scss */
.pane-tb-megamenu-main-menu + .pane-ai-search .form-submit, .b-search .form-submit {
  margin-left: 10px;
  padding: 3px 8px;
  border-style: none;
  background: #070607;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MzI0OCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMzYzZTU1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #293248), color-stop(80%, #363e55));
  background-image: -moz-linear-gradient(bottom, #293248, #363e55 80%);
  background-image: -webkit-linear-gradient(bottom, #293248, #363e55 80%);
  background-image: linear-gradient(to top, #293248, #363e55 80%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

/* line 31, ../sass/blocks/_b-search.scss */
.b-search {
  position: relative;
}
/* line 33, ../sass/blocks/_b-search.scss */
.b-search .pane-title {
  float: right;
}
/* line 34, ../sass/blocks/_b-search.scss */
.b-search .pane-content {
  display: block;
}

/* block twitter-slider */
/* line 2, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider {
  margin-top: 70px;
  margin-bottom: 90px;
}
/* line 5, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .view-header a {
  float: left;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 30px;
  padding-left: 11px;
  width: 60px;
  height: 60px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #19bfe5;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 100px;
  color: #fff;
}
/* line 19, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .view-header a:before {
  font-size: 33px;
}
/* line 22, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .view-header a:hover {
  background: #1499b7;
}
/* line 26, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider {
  padding: 0px 10px;
  margin-left: 110px;
  margin-right: 30px;
  min-height: 60px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 22px;
}
/* line 33, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .slides {
  line-height: 60px;
  font-size: 0;
}
/* line 37, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .slides li {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
  font-size: 22px;
  line-height: 22px;
}
/* line 44, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .author {
  font-family: "Cabin", sans-serif;
  color: #19388a;
}
/* line 47, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .author:hover {
  color: #11265f;
}
/* line 49, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .message {
  font-family: "Lato", sans-serif;
  color: #000;
}
/* line 52, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .message a {
  color: #f82f27;
}
/* line 54, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .message a:hover {
  color: #e51007;
}
/* line 57, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .flex-direction-nav a:before {
  color: #ccc;
}
/* line 58, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .flex-prev {
  left: -30px;
}
/* line 59, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider .flexslider .flex-next {
  right: -30px;
}
/* line 61, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow {
  overflow: hidden;
  min-height: 180px;
  background-color: #f4f4f4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse, #ffffff 35%, #f1f1f1);
  background-image: -webkit-radial-gradient(center, ellipse, #ffffff 35%, #f1f1f1);
  background-image: radial-gradient(ellipse at center, #ffffff 35%, #f1f1f1);
  margin: 0;
}
/* line 69, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .view-header p {
  margin: 0;
}
/* line 70, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .view-header a {
  margin-left: 18px;
  margin-top: 17px;
  margin-right: 10px;
  padding-left: 0;
  width: 30px;
  height: 30px;
  background: none;
  line-height: 30px;
  color: #19bfe5;
}
/* line 80, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .view-header a:before {
  font-size: 24px;
}
/* line 81, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .view-header a:hover {
  color: #1499b7;
}
/* line 85, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider {
  padding: 0px;
  margin-left: 50px;
  margin-right: 0px;
  margin-bottom: 0;
  background: none;
  border: none;
}
/* line 93, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider .slides li {
  margin-top: 15px;
  padding-right: 30px;
  font-size: 15px;
  vertical-align: top;
}
/* line 99, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider .time, .b-twitter-slider.narrow .flexslider em {
  font-style: normal;
  color: #1499b7;
}
/* line 103, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider .author {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #1499b7;
}
/* line 108, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider .message {
  font-size: 16px;
}
/* line 109, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider .flex-direction-nav a {
  width: 20px;
  height: 20px;
  background: #080808;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #efefef), color-stop(80%, #ffffff));
  background-image: -moz-linear-gradient(bottom, #efefef, #ffffff 80%);
  background-image: -webkit-linear-gradient(bottom, #efefef, #ffffff 80%);
  background-image: linear-gradient(to top, #efefef, #ffffff 80%);
  border: 1px solid #d5d5d5;
}
/* line 114, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider .flex-direction-nav a:before {
  font-size: 10px;
  line-height: 20px;
  text-align: left;
  padding-left: 6px;
  display: block !important;
  opacity: 1 !important;
}
/* line 123, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider .flex-prev {
  display: block !important;
  opacity: 1 !important;
  top: 30px;
  right: 40px;
  left: auto;
}
/* line 130, ../sass/blocks/_b-twitter-slider.scss */
.b-twitter-slider.narrow .flexslider .flex-next {
  display: block !important;
  opacity: 1 !important;
  top: 30px;
  right: 15px;
}

@media (max-width: 1024px) {
  /* line 140, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 143, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .view-header a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 6px;
    margin-top: 15px;
  }
  /* line 149, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .view-header a:before {
    font-size: 22px;
  }
  /* line 153, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .flexslider {
    margin-left: 70px;
    margin-bottom: 30px;
  }
  /* line 156, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .flexslider .slides li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  /* line 164, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  /* line 167, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .view-header a {
    float: none;
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 12px;
  }
  /* line 175, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .view-header a:before {
    font-size: 33px;
  }
  /* line 179, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .view-header p {
    margin-bottom: 10px;
  }
  /* line 180, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .flexslider {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  /* line 184, ../sass/blocks/_b-twitter-slider.scss */
  .b-twitter-slider .flexslider .slides li {
    text-align: center;
  }
}
/* block member-listing */
/* line 2, ../sass/blocks/_b-member-listing.scss */
.b-member-listing {
  margin-left: 20px;
}
/* line 5, ../sass/blocks/_b-member-listing.scss */
.b-member-listing table td {
  width: 25%;
  vertical-align: top;
}
/* line 9, ../sass/blocks/_b-member-listing.scss */
.b-member-listing table .wrap {
  position: relative;
  margin-right: 16%;
  line-height: 0;
}
/* line 13, ../sass/blocks/_b-member-listing.scss */
.b-member-listing table .wrap img {
  display: block;
}
/* line 19, ../sass/blocks/_b-member-listing.scss */
.b-member-listing table a .title {
  position: relative;
  top: -38px;
  right: 0;
  display: block;
  margin: 0;
  padding: 7px 13px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
/* line 37, ../sass/blocks/_b-member-listing.scss */
.b-member-listing table a .description {
  position: relative;
  top: -38px;
  display: block;
  min-height: 110px;
  padding: 13px 10px 10px 13px;
  margin-right: 16%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #00378d;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 50, ../sass/blocks/_b-member-listing.scss */
.b-member-listing table a:hover .description {
  color: #00235a;
  background: #edf2ff;
}
/* line 54, ../sass/blocks/_b-member-listing.scss */
.b-member-listing table a .description .port {
  font-weight: 400;
}

/* line 61, ../sass/blocks/_b-member-listing.scss */
.view-id-staff.b-member-listing {
  margin-left: auto;
}

/* block media-contacts */
/* line 2, ../sass/blocks/_b-media-contacts.scss */
.b-media-contacts {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
}
/* line 6, ../sass/blocks/_b-media-contacts.scss */
.b-media-contacts .pane-title {
  padding-left: 10px;
  padding-bottom: 7px;
  margin-top: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #dfdfe1;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  color: #ee2e24;
}
/* line 20, ../sass/blocks/_b-media-contacts.scss */
.b-media-contacts p {
  padding-left: 10px;
  line-height: 1.4;
  margin-bottom: 25px;
}
/* line 25, ../sass/blocks/_b-media-contacts.scss */
.b-media-contacts .panel-col-first {
  width: 28%;
  margin-right: 3%;
}
/* line 29, ../sass/blocks/_b-media-contacts.scss */
.b-media-contacts .panel-col {
  width: 31%;
  margin-right: 4%;
}
/* line 33, ../sass/blocks/_b-media-contacts.scss */
.b-media-contacts .panel-col-last {
  width: 33%;
  margin-right: 0;
}

/* block resources */
/* line 3, ../sass/blocks/_b-resources.scss */
.b-resources {
  background: #FBFCFE;
}
/* line 6, ../sass/blocks/_b-resources.scss */
.b-resources .pane-title {
  background: #030302;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmJmY2ZlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f6f7fb), color-stop(80%, #fbfcfe));
  background-image: -moz-linear-gradient(bottom, #f6f7fb, #fbfcfe 80%);
  background-image: -webkit-linear-gradient(bottom, #f6f7fb, #fbfcfe 80%);
  background-image: linear-gradient(to top, #f6f7fb, #fbfcfe 80%);
  border-bottom: 1px solid #dddfe6;
}
/* line 10, ../sass/blocks/_b-resources.scss */
.b-resources .view-content {
  padding-right: 20px;
}
/* line 12, ../sass/blocks/_b-resources.scss */
.b-resources .view-content a {
  font-size: 16px;
  color: #0369d1;
}
/* line 15, ../sass/blocks/_b-resources.scss */
.b-resources .view-content a:hover {
  color: #1451f1;
}
/* line 20, ../sass/blocks/_b-resources.scss */
.b-resources ul {
  margin: 25px 0 30px;
  padding-left: 35px;
}
/* line 24, ../sass/blocks/_b-resources.scss */
.b-resources.list-thin {
  margin-top: 45px;
}
/* line 26, ../sass/blocks/_b-resources.scss */
.b-resources.list-thin li {
  margin-bottom: 25px;
}
/* line 29, ../sass/blocks/_b-resources.scss */
.b-resources.list-thick li {
  margin-bottom: 0;
}

/* block social-column */
/* line 3, ../sass/blocks/_b-donate.scss */
.b-donate {
  margin: 0;
  margin-right: 25px;
}
/* line 6, ../sass/blocks/_b-donate.scss */
.b-donate:before {
  margin: 50px auto 0;
  display: block;
  width: 105px;
  height: 105px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  font-size: 40px;
  line-height: 105px;
  text-align: center;
  color: #fff;
}
/* line 17, ../sass/blocks/_b-donate.scss */
.b-donate.donate:before {
  background: #ee2e24;
}
/* line 18, ../sass/blocks/_b-donate.scss */
.b-donate.partner:before {
  background: #142f76;
}
/* line 19, ../sass/blocks/_b-donate.scss */
.b-donate.other-ways:before {
  background: #2a3349;
}
/* line 20, ../sass/blocks/_b-donate.scss */
.b-donate .pane-title {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid rgba(46, 52, 76, 0.8);
}
/* line 28, ../sass/blocks/_b-donate.scss */
.b-donate .pane-title span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-top: 7px;
}
/* line 36, ../sass/blocks/_b-donate.scss */
.b-donate p {
  min-height: 80px;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 0 15px;
  color: #101010;
  line-height: 20px;
}
/* line 44, ../sass/blocks/_b-donate.scss */
.b-donate ul {
  margin: 0;
  padding-left: 15px;
  margin-top: 0px;
  font-size: 16px;
  list-style: none;
  line-height: 1.7;
}
/* line 51, ../sass/blocks/_b-donate.scss */
.b-donate ul a {
  color: #142f76;
}
/* line 53, ../sass/blocks/_b-donate.scss */
.b-donate ul a:hover {
  color: #1451f1;
}
/* line 55, ../sass/blocks/_b-donate.scss */
.b-donate ul li:before {
  content: '\203a\203a';
  font-size: 19px;
  padding-right: 5px;
  line-height: 24px;
}

/* block ready-to-support */
/* line 3, ../sass/blocks/_b-ready-to-support.scss */
.b-ready-to-support {
  padding: 20px 20px 20px 30px;
  margin-right: 10px;
  background: #142f76;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 9, ../sass/blocks/_b-ready-to-support.scss */
.b-ready-to-support .pane-title {
  display: inline-block;
  margin: 6px 0;
  font-size: 29px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
/* line 16, ../sass/blocks/_b-ready-to-support.scss */
.b-ready-to-support .pane-title span {
  padding-left: 30px;
  font-weight: normal;
  text-transform: none;
}
/* line 22, ../sass/blocks/_b-ready-to-support.scss */
.b-ready-to-support p {
  margin: 0;
  display: inline-block;
  float: right;
}
/* line 27, ../sass/blocks/_b-ready-to-support.scss */
.b-ready-to-support .button {
  display: inline-block;
  width: 260px;
  padding: 20px;
  width: auto;
  background: #ee2e24;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 41, ../sass/blocks/_b-ready-to-support.scss */
.b-ready-to-support .button:hover {
  background: #cf1a10;
}

/* block winners-listing */
/* line 4, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing h2 {
  margin-top: 20px;
  max-width: 100%;
}
/* line 8, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing h2 a {
  color: #ee2e24;
}
/* line 10, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing h2 a:hover {
  color: #cf1a10;
}
/* line 13, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing .views-row {
  clear: both;
  overflow: hidden;
}
/* line 17, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing .left {
  float: left;
  display: inline-block;
  width: 37%;
}
/* line 21, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing .left img {
  width: 93%;
}
/* line 23, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing .right {
  float: left;
  display: inline-block;
  width: 63%;
  vertical-align: top;
}
/* line 28, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing .right p {
  margin-top: 0;
  line-height: 1.3;
}
/* line 32, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing .right a {
  color: #224cb4;
}
/* line 34, ../sass/blocks/_b-winners-listing.scss */
.b-winners-listing .right a:hover {
  color: #1451f1;
}

/* block ai-back */
/* line 3, ../sass/blocks/_b-ai-back.scss */
.b-ai-back {
  margin-top: 15px;
  height: 30px;
}
/* line 6, ../sass/blocks/_b-ai-back.scss */
.b-ai-back a {
  font-size: 19px;
  padding: 5px 10px 5px 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ee2e24;
}
/* line 13, ../sass/blocks/_b-ai-back.scss */
.b-ai-back a:hover {
  background: #edf2ff;
}
/* line 14, ../sass/blocks/_b-ai-back.scss */
.b-ai-back a:before {
  font-size: 19px;
}

/* block b-partners-slider */
/* line 4, ../sass/blocks/_b-partners-slider.scss */
.b-partners-slider .flexslider {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 7, ../sass/blocks/_b-partners-slider.scss */
.b-partners-slider .flexslider:hover .flex-prev {
  left: 0px;
}
/* line 8, ../sass/blocks/_b-partners-slider.scss */
.b-partners-slider .flexslider:hover .flex-next {
  right: 0px;
}
/* line 10, ../sass/blocks/_b-partners-slider.scss */
.b-partners-slider .field-content {
  display: inline-block;
  margin: 0px 22%;
  line-height: 160px;
  vertical-align: middle;
}
/* line 15, ../sass/blocks/_b-partners-slider.scss */
.b-partners-slider .field-content img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* line 21, ../sass/blocks/_b-partners-slider.scss */
.b-partners-slider .flex-direction-nav a {
  color: rgba(46, 52, 76, 0.8);
}
/* line 23, ../sass/blocks/_b-partners-slider.scss */
.b-partners-slider .flex-direction-nav a:hover {
  color: rgba(46, 52, 76, 0.8);
}

/* block breadcrumb */
/* line 2, ../sass/blocks/_b-breadcrumb.scss */
.pane-page-breadcrumb {
  margin: 10px 0 10px;
}
/* line 4, ../sass/blocks/_b-breadcrumb.scss */
.pane-page-breadcrumb a {
  font-size: 14px;
  color: #000;
}
/* line 7, ../sass/blocks/_b-breadcrumb.scss */
.pane-page-breadcrumb a:hover {
  color: #00388d;
}

/* block pane-quicktabs-events*/
/* line 5, ../sass/blocks/_b-pane-quicktabs-events.scss */
.b-pane-quicktabs-events .quicktabs-tabs {
  width: 100%;
  border-bottom: 1px solid #e1e3e6;
  padding-left: 4px;
  margin-bottom: 25px;
}
/* line 10, ../sass/blocks/_b-pane-quicktabs-events.scss */
.b-pane-quicktabs-events .quicktabs-tabs li {
  padding: 0;
}
/* line 12, ../sass/blocks/_b-pane-quicktabs-events.scss */
.b-pane-quicktabs-events .quicktabs-tabs li a {
  display: inline-block;
  height: 45px;
  min-width: 140px;
  padding: 12px 25px;
  margin-left: -4px;
  text-align: center;
  text-transform: uppercase;
  background: #E0E1E5;
  color: #24334c;
}
/* line 23, ../sass/blocks/_b-pane-quicktabs-events.scss */
.b-pane-quicktabs-events .quicktabs-tabs li a:hover {
  background: rgba(8, 7, 7, 0.2);
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMmU0NyIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzJmM2M1NSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(31, 46, 71, 0.2)), color-stop(80%, rgba(47, 60, 85, 0.2)));
  background-image: -moz-linear-gradient(bottom, rgba(31, 46, 71, 0.2), rgba(47, 60, 85, 0.2) 80%);
  background-image: -webkit-linear-gradient(bottom, rgba(31, 46, 71, 0.2), rgba(47, 60, 85, 0.2) 80%);
  background-image: linear-gradient(to top, rgba(31, 46, 71, 0.2), rgba(47, 60, 85, 0.2) 80%);
}
/* line 28, ../sass/blocks/_b-pane-quicktabs-events.scss */
.b-pane-quicktabs-events .quicktabs-tabs li.active a {
  background: #080707;
  filter: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMmU0NyIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMmYzYzU1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #1f2e47), color-stop(80%, #2f3c55));
  background-image: -moz-linear-gradient(bottom, #1f2e47, #2f3c55 80%);
  background-image: -webkit-linear-gradient(bottom, #1f2e47, #2f3c55 80%);
  background-image: linear-gradient(to top, #1f2e47, #2f3c55 80%);
  color: #fff;
}
/* line 33, ../sass/blocks/_b-pane-quicktabs-events.scss */
.b-pane-quicktabs-events .quicktabs-tabs li:first-child a {
  margin-left: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 37, ../sass/blocks/_b-pane-quicktabs-events.scss */
.b-pane-quicktabs-events .quicktabs-tabs li:last-child a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 44, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events table {
  width: 100%;
}
/* line 45, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events table tr {
  background: none;
  border-bottom: 1px solid #f2f2f2;
}
/* line 48, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events table tr.views-row-last {
  border-bottom: none;
}
/* line 52, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events table td {
  padding: 30px 10px 20px;
  vertical-align: top;
  line-height: 1.6em;
  color: #676666;
}
/* line 57, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events table td span {
  color: #676666;
}
/* line 61, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events table a:hover {
  color: #1451f1;
}
/* line 63, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events thead {
  border-bottom: 1px solid #e1e3e6;
}
/* line 65, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events thead tr {
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #cdcdcd;
}
/* line 71, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events thead tr a {
  color: #223149;
}
/* line 73, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events thead tr a:hover {
  color: #1451f1;
}
/* line 76, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events thead th {
  vertical-align: baseline;
  text-align: left;
  padding-top: 4px;
  padding-left: 10px;
}
/* line 83, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events .views-field-title {
  width: 42%;
  padding-left: 30px;
}
/* line 86, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events .views-field-title a {
  color: #00358e;
}
/* line 87, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events .views-field-title .location {
  font-size: 14px;
  font-style: italic;
  color: #6f7279;
}
/* line 93, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events .views-field-field-date {
  width: 18%;
}
/* line 94, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events .views-field-field-event-type {
  width: 17%;
}
/* line 95, ../sass/blocks/_b-pane-quicktabs-events.scss */
#quicktabs-container-events .views-field-field-event-fee {
  width: 12.5%;
}

/* mini-panel pane-subscribe-slide */
/* line 3, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide {
  background: #19388a;
}
/* line 5, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide .inner {
  position: relative;
  padding-left: 20px;
  margin: 0 auto;
  max-width: 1030px;
}
/* line 11, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide .pane-title {
  display: inline-block;
  padding-left: 15%;
  font-size: 21px;
  letter-spacing: -0.3px;
  color: #fff;
}
/* line 17, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide .pane-title p {
  margin-top: 30px;
  margin-bottom: 25px;
}
/* line 22, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide .show {
  margin-left: 20px;
  padding: 13px 50px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ee2e24;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}
/* line 30, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide .show:hover {
  background: #cf1a10;
}
/* line 31, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide .show:focus {
  outline: none;
}
/* line 33, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide .f-ai-subscription {
  position: absolute;
  display: none;
  width: 100%;
  margin: 0;
  padding-bottom: 5px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 40, ../sass/blocks/_b-pane-subscribe-slide.scss */
.pane-subscribe-slide .f-ai-subscription #ai-subscription-form p {
  margin: 0;
  padding: 0;
}

/* block panelizer-cadca-events */
/* line 4, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-bricks .inside.first {
  padding-top: 5px;
}
/* line 5, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-top-wrapper {
  padding: 20px 0;
  background: url("../images/bg.jpg") 0 0 repeat;
}
/* line 8, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-top-wrapper .inside {
  margin: 0;
}
/* line 9, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-top-wrapper .inside .page-title {
  margin-top: 1.1em;
  font-size: 1.8em;
  letter-spacing: -0.2px;
  color: #00388d;
}
/* line 15, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-top-wrapper .pane-node-field-image {
  text-align: right;
}
/* line 18, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-top-wrapper .field-type-image {
  display: inline-block;
  padding: 5px;
  background: #fff;
}
/* line 23, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-top-wrapper .pane-node-field-date.event-date {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333b52;
}
/* line 29, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-top-wrapper .pane-node-field-date.event-time {
  color: #27314c;
}
/* line 33, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-center-wrapper {
  padding: 25px 0 0;
}
/* line 35, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-center-wrapper .wrapp {
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 25px;
}
/* line 39, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-center-wrapper .pane-node-body {
  padding-right: 20px;
  margin-top: -5px;
}
/* line 42, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-center-wrapper .pane-node-body p {
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
}
/* line 48, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-center-wrapper .pane-node-body ul {
  margin-top: 10px;
  padding-left: 3px;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 53, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-center-wrapper .pane-node-body ul li {
  display: inline-block;
  width: 43%;
  margin-right: 20px;
  vertical-align: top;
}
/* line 58, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-center-wrapper .pane-node-body ul li:before {
  content: ' \2022';
  font-size: 15px;
  padding-right: 5px;
}
/* line 67, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .panel-bottom-wrapper {
  margin-bottom: 25px;
}
/* line 70, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .pane-node-field-link.register-now {
  margin: 30px 0;
}
/* line 73, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .pane-event-map-panel-pane-1 {
  margin-bottom: 20px;
}
/* line 76, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .pane-node-field-location,
.b-panelizer-cadca-events .pane-node-field-event-space-avail,
.b-panelizer-cadca-events .pane-node-field-event-fee {
  padding-left: 20px;
  line-height: 1.5em;
  letter-spacing: 0.4px;
  color: #586276;
}
/* line 84, ../sass/blocks/_b-panelizer-cadca-events.scss */
.b-panelizer-cadca-events .pane-node-field-location {
  padding-left: 0;
}

/* block email-layer */
/* line 3, ../sass/blocks/_p-email-layer.scss */
.p-email-layer {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1999;
}
/* line 11, ../sass/blocks/_p-email-layer.scss */
.p-email-layer .af-form {
  max-width: 100% !important;
}

/* line 16, ../sass/blocks/_p-email-layer.scss */
.sweet-alert {
  z-index: 999999;
}

/* line 19, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer {
  position: absolute;
  background: #333B52;
  width: 730px;
  height: 590px;
  left: 50%;
  margin-left: -365px;
  font-family: "Lato", sans-serif;
  color: #fff;
  top: 50%;
  margin-top: -295px;
}
/* line 30, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .close.cross {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -7px;
  right: -7px;
  text-indent: -9999px;
  z-index: 1;
  background: url("../images/close.png") 0 0 no-repeat;
}
/* line 41, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer h3 {
  position: absolute;
  width: 100%;
  top: 0;
  background-image: url("../images/b-logo-color-white.png"), url("../images/aeroplane.png");
  background-position: 17px 24px, 51% bottom;
  background-repeat: no-repeat;
  background-size: 170px, auto;
  padding-top: 140px;
  padding-bottom: 2px;
  font-size: 41px;
  text-align: center;
}
/* line 54, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer h3 span.left {
  padding-right: 30px;
  padding-left: 10px;
}
/* line 58, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer h3 span.right {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 63, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer ul {
  margin-top: 80px;
  margin-left: 80px;
  margin-bottom: 30px;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 30px;
  list-style-type: disc;
}
/* line 72, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer form {
  text-align: center;
}
/* line 73, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .form-item-mail {
  margin-bottom: 0;
}
/* line 74, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .form-item-mail label {
  display: none;
}
/* line 75, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .af-form input[name="name"] {
  display: none !important;
}
/* line 76, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .af-form input[name="name"],
#mini-panel-email_layer .af-form input[name="email"],
#mini-panel-email_layer .form-item-mail input {
  width: 73%;
  height: 52px;
  margin-bottom: 15px !important;
  color: #022c52 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 27px !important;
  padding-left: 23px !important;
  text-align: left;
  font-weight: normal !important;
}
/* line 119, ../sass/_pt-mixins.scss */
#mini-panel-email_layer .af-form input[name="name"]::-webkit-input-placeholder,
#mini-panel-email_layer .af-form input[name="email"]::-webkit-input-placeholder,
#mini-panel-email_layer .form-item-mail input::-webkit-input-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 27px !important;
  color: #022c52;
  font-weight: normal !important;
  text-align: center;
}
/* line 120, ../sass/_pt-mixins.scss */
#mini-panel-email_layer .af-form input[name="name"]:-moz-placeholder,
#mini-panel-email_layer .af-form input[name="email"]:-moz-placeholder,
#mini-panel-email_layer .form-item-mail input:-moz-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 27px !important;
  color: #022c52;
  font-weight: normal !important;
  text-align: center;
}
/* line 121, ../sass/_pt-mixins.scss */
#mini-panel-email_layer .af-form input[name="name"]::-moz-placeholder,
#mini-panel-email_layer .af-form input[name="email"]::-moz-placeholder,
#mini-panel-email_layer .form-item-mail input::-moz-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 27px !important;
  color: #022c52;
  font-weight: normal !important;
  text-align: center;
}
/* line 122, ../sass/_pt-mixins.scss */
#mini-panel-email_layer .af-form input[name="name"]:-ms-input-placeholder,
#mini-panel-email_layer .af-form input[name="email"]:-ms-input-placeholder,
#mini-panel-email_layer .form-item-mail input:-ms-input-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 27px !important;
  color: #022c52;
  font-weight: normal !important;
  text-align: center;
}
/* line 123, ../sass/_pt-mixins.scss */
#mini-panel-email_layer .af-form input[name="name"]:focus:-moz-placeholder,
#mini-panel-email_layer .af-form input[name="email"]:focus:-moz-placeholder,
#mini-panel-email_layer .form-item-mail input:focus:-moz-placeholder {
  color: transparent;
}
/* line 124, ../sass/_pt-mixins.scss */
#mini-panel-email_layer .af-form input[name="name"]:focus::-moz-placeholder,
#mini-panel-email_layer .af-form input[name="email"]:focus::-moz-placeholder,
#mini-panel-email_layer .form-item-mail input:focus::-moz-placeholder {
  color: transparent;
}
/* line 125, ../sass/_pt-mixins.scss */
#mini-panel-email_layer .af-form input[name="name"]:focus::-webkit-input-placeholder,
#mini-panel-email_layer .af-form input[name="email"]:focus::-webkit-input-placeholder,
#mini-panel-email_layer .form-item-mail input:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 126, ../sass/_pt-mixins.scss */
#mini-panel-email_layer .af-form input[name="name"]:focus:-ms-input-placeholder,
#mini-panel-email_layer .af-form input[name="email"]:focus:-ms-input-placeholder,
#mini-panel-email_layer .form-item-mail input:focus:-ms-input-placeholder {
  color: transparent;
}
/* line 95, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .af-form input[name="name"]:focus,
#mini-panel-email_layer .af-form input[name="email"]:focus,
#mini-panel-email_layer .form-item-mail input:focus {
  border: 1px solid #b8bbc6 !important;
  background: #fff !important;
  color: #000 !important;
  outline: none !important;
}
/* line 102, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .buttonContainer .af-submit {
  display: inline-block;
  padding: 20px;
}
/* line 103, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .form-submit, #mini-panel-email_layer .buttonContainer .af-submit {
  width: 73%;
  height: 60px;
  background: #EE2D24 !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}
/* line 116, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .form-submit:hover, #mini-panel-email_layer .buttonContainer .af-submit:hover {
  background: #cf1910 !important;
}
/* line 120, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .close.no-thanks {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 19px;
  letter-spacing: -0.6px;
  text-decoration: underline;
  text-align: center;
  display: block;
  color: #fff;
}
/* line 130, ../sass/blocks/_p-email-layer.scss */
#mini-panel-email_layer .close.no-thanks:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  /* line 137, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    height: 560px;
  }
  /* line 142, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer h3 {
    font-size: 29px;
    padding-top: 175px;
  }
  /* line 146, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer ul {
    margin-top: 70px;
    margin-left: 100px;
  }
  /* line 150, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .af-form input[name="name"],
  #mini-panel-email_layer .af-form input[name="email"],
  #mini-panel-email_layer .form-item-mail input {
    font-size: 25px !important;
  }
  /* line 119, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]::-webkit-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]::-webkit-input-placeholder,
  #mini-panel-email_layer .form-item-mail input::-webkit-input-placeholder {
    font-size: 25px !important;
  }
  /* line 120, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:-moz-placeholder {
    font-size: 25px !important;
  }
  /* line 121, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]::-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]::-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input::-moz-placeholder {
    font-size: 25px !important;
  }
  /* line 122, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:-ms-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:-ms-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:-ms-input-placeholder {
    font-size: 25px !important;
  }
  /* line 123, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus:-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus:-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus:-moz-placeholder {
    color: transparent;
  }
  /* line 124, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus::-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus::-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus::-moz-placeholder {
    color: transparent;
  }
  /* line 125, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus::-webkit-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus::-webkit-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  /* line 126, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus:-ms-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus:-ms-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus:-ms-input-placeholder {
    color: transparent;
  }
  /* line 158, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .close.no-thanks {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  /* line 164, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer {
    width: 500px;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -180px;
    height: 360px;
  }
  /* line 171, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer h3 {
    padding-top: 135px;
    font-size: 23px;
    background-position: 15px 10px, 52% bottom;
    background-size: 120px, auto;
  }
  /* line 176, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer h3 span.left {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 181, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer ul {
    margin-top: 34px;
    margin-left: 15%;
    margin-left: 15%;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  /* line 189, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .af-form input[name="name"],
  #mini-panel-email_layer .af-form input[name="email"],
  #mini-panel-email_layer .form-item-mail input {
    font-size: 16px !important;
    height: 30px;
    margin-bottom: 10px !important;
    width: 80%;
  }
  /* line 119, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]::-webkit-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]::-webkit-input-placeholder,
  #mini-panel-email_layer .form-item-mail input::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  /* line 120, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:-moz-placeholder {
    font-size: 16px !important;
  }
  /* line 121, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]::-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]::-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input::-moz-placeholder {
    font-size: 16px !important;
  }
  /* line 122, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:-ms-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:-ms-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:-ms-input-placeholder {
    font-size: 16px !important;
  }
  /* line 123, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus:-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus:-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus:-moz-placeholder {
    color: transparent;
  }
  /* line 124, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus::-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus::-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus::-moz-placeholder {
    color: transparent;
  }
  /* line 125, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus::-webkit-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus::-webkit-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  /* line 126, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus:-ms-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus:-ms-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus:-ms-input-placeholder {
    color: transparent;
  }
  /* line 200, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .form-submit, #mini-panel-email_layer .buttonContainer .af-submit {
    font-size: 16px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 7px 0;
    width: 80%;
  }
  /* line 208, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .close.no-thanks {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 668px) {
  /* line 215, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer {
    width: 440px;
    height: 300px;
    margin-left: -220px;
    margin-top: -150px;
  }
  /* line 221, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer h3 {
    padding-top: 120px;
    font-size: 19px;
    background-position: 15px 10px, 52% 117px;
    background-size: 120px, 25px;
  }
  /* line 227, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer ul {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  /* line 232, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .af-form input[name="name"],
  #mini-panel-email_layer .af-form input[name="email"],
  #mini-panel-email_layer .form-item-mail input {
    float: left;
    margin-left: 30px !important;
    width: 250px;
  }
  /* line 239, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .form-submit, #mini-panel-email_layer .buttonContainer .af-submit {
    font-size: 14px;
    width: 110px;
  }
  /* line 243, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .close.no-thanks {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  /* line 249, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer {
    width: 320px;
    left: 50%;
    margin-left: -160px;
  }
  /* line 253, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer h3 {
    padding-top: 90px;
    font-size: 13px;
    background-position: 15px 10px, 52% 93px;
    background-size: 90px, 14px;
    letter-spacing: 2px;
  }
  /* line 260, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer ul {
    margin-top: 30px;
    margin-left: 14%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  /* line 266, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer ul span.left, #mini-panel-email_layer ul span.right {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 271, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .af-form input[name="name"],
  #mini-panel-email_layer .af-form input[name="email"],
  #mini-panel-email_layer .form-item-mail input {
    float: none;
    width: 84%;
    font-size: 16px !important;
    height: 30px;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
  }
  /* line 119, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]::-webkit-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]::-webkit-input-placeholder,
  #mini-panel-email_layer .form-item-mail input::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  /* line 120, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:-moz-placeholder {
    font-size: 16px !important;
  }
  /* line 121, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]::-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]::-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input::-moz-placeholder {
    font-size: 16px !important;
  }
  /* line 122, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:-ms-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:-ms-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:-ms-input-placeholder {
    font-size: 16px !important;
  }
  /* line 123, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus:-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus:-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus:-moz-placeholder {
    color: transparent;
  }
  /* line 124, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus::-moz-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus::-moz-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus::-moz-placeholder {
    color: transparent;
  }
  /* line 125, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus::-webkit-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus::-webkit-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  /* line 126, ../sass/_pt-mixins.scss */
  #mini-panel-email_layer .af-form input[name="name"]:focus:-ms-input-placeholder,
  #mini-panel-email_layer .af-form input[name="email"]:focus:-ms-input-placeholder,
  #mini-panel-email_layer .form-item-mail input:focus:-ms-input-placeholder {
    color: transparent;
  }
  /* line 284, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .form-submit, #mini-panel-email_layer .buttonContainer .af-submit {
    font-size: 14px;
    height: 30px;
    width: 84%;
    margin-bottom: 10px;
  }
  /* line 290, ../sass/blocks/_p-email-layer.scss */
  #mini-panel-email_layer .close.no-thanks {
    font-size: 13px;
  }
}
/*** footer */
/* footer */
/* line 3, ../sass/blocks/_footer.scss */
.footer {
  font-family: "function_prodemi", sans-serif;
  font-size: 15px;
  color: #949cb9;
}
/* line 7, ../sass/blocks/_footer.scss */
.footer .region-footer-top {
  overflow: hidden;
  height: 135px;
  background: #0e2257;
  border-bottom: 1px solid #41517B;
}
/* line 13, ../sass/blocks/_footer.scss */
.footer .region-footer-middle {
  overflow: hidden;
  height: 290px;
  background: #142f76 url("../images/footer-bg.png") calc(50% + 382px) 0 no-repeat;
}
/* line 19, ../sass/blocks/_footer.scss */
.footer .region-footer-middle-bottom {
  overflow: hidden;
  height: 90px;
  margin-top: -90px;
  border-top: 1px solid #465B93;
}
/* line 25, ../sass/blocks/_footer.scss */
.footer .region-footer-bottom {
  overflow: hidden;
  height: 60px;
  background: #343c52;
}
/* line 30, ../sass/blocks/_footer.scss */
.footer .menu__item {
  list-style-type: none;
  list-style-image: none;
}

@media (max-width: 1024px) {
  /* line 37, ../sass/blocks/_footer.scss */
  .footer .region-footer-top,
  .footer .region-footer-middle,
  .footer .region-footer-bottom {
    height: auto;
  }
  /* line 42, ../sass/blocks/_footer.scss */
  .footer .region-footer-middle {
    background-position: 100% 0;
  }
  /* line 45, ../sass/blocks/_footer.scss */
  .footer .region-footer-middle-bottom {
    height: 53px;
    margin-top: -53px;
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/blocks/_footer.scss */
  .footer .region-footer-middle {
    background-position: 60px 0;
  }
  /* line 56, ../sass/blocks/_footer.scss */
  .footer .region-footer-middle-bottom {
    height: auto;
    margin-top: 0;
    background: #142f76;
  }
}
/* block get-involved-footer */
/* line 4, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer .pane-title {
  float: left;
  display: inline-block;
  font-size: 32px;
  padding: 43px 10px 30px 20px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.4px;
}
/* line 14, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer .menu {
  display: inline-block;
  width: 60%;
  height: 130px;
}
/* line 20, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer ul {
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li a.menu__link {
  position: relative;
  float: left;
  width: 19.4%;
  margin-left: 2%;
  padding-top: 70px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #949cb9;
}
/* line 35, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li a.menu__link:hover {
  color: #fff;
}
/* line 36, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li a.menu__link span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 41, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li a.menu__link .arc {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
}
/* line 47, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li:first-child a.menu__link {
  margin-left: 15.5%;
}
/* line 48, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li .become-a-member .arc {
  background-position: 0 -128px;
  width: 38px;
  height: 26px;
  bottom: 45px;
  left: 40px;
}
/* line 59, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.b-get-involved-footer li .become-a-member .arc:hover, .b-get-involved-footer li .become-a-member .arc.become-a-member-hover {
  background-position: 0 -155px;
}
/* line 56, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li .coalition .arc {
  background-position: 0 -208px;
  width: 39px;
  height: 20px;
  bottom: 45px;
  left: 40px;
}
/* line 59, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.b-get-involved-footer li .coalition .arc:hover, .b-get-involved-footer li .coalition .arc.coalition-hover {
  background-position: 0 -229px;
}
/* line 63, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li .donate .arc {
  background-position: 0 -289px;
  width: 32px;
  height: 29px;
  bottom: 40px;
  left: 40px;
}
/* line 59, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.b-get-involved-footer li .donate .arc:hover, .b-get-involved-footer li .donate .arc.donate-hover {
  background-position: 0 -319px;
}
/* line 70, ../sass/blocks/_b-get-involved-footer.scss */
.b-get-involved-footer li .advocate .arc {
  background-position: 0 -34px;
  width: 31px;
  height: 26px;
  bottom: 40px;
  left: 43px;
}
/* line 59, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.b-get-involved-footer li .advocate .arc:hover, .b-get-involved-footer li .advocate .arc.advocate-hover {
  background-position: 0 -61px;
}

@media (max-width: 1024px) {
  /* line 81, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer .pane-title {
    float: none;
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    padding-top: 37px;
    padding-bottom: 0px;
  }
  /* line 90, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer .menu {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 95, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li a.menu__link {
    width: 25%;
    margin-left: 0%;
    padding-top: 60px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
  }
  /* line 102, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li:first-child a.menu__link {
    margin-left: 0%;
  }
  /* line 103, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li .become-a-member .arc, .b-get-involved-footer li .coalition .arc,
  .b-get-involved-footer li .donate .arc, .b-get-involved-footer li .advocate .arc {
    left: 75px;
  }
}
@media (max-width: 480px) {
  /* line 112, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer .pane-title {
    font-size: 28px;
    padding-top: 26px;
    letter-spacing: 0px;
  }
  /* line 117, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer .menu {
    height: auto;
    margin-bottom: 15px;
  }
  /* line 122, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li a.menu__link {
    width: 50%;
    padding-top: 52px;
    margin-bottom: 10px;
    padding-left: 4px;
    letter-spacing: 0px;
  }
  /* line 129, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li:nth-child(2) a.menu__link, .b-get-involved-footer li:nth-child(4) a.menu__link {
    padding-left: 15px;
  }
  /* line 133, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li .become-a-member .arc {
    left: calc( 50% - 19px);
  }
  /* line 136, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li .arc, .b-get-involved-footer li .coalition .arc {
    left: calc( 50% - 9px);
  }
  /* line 139, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li .donate .arc {
    left: calc( 50% - 16px);
  }
  /* line 142, ../sass/blocks/_b-get-involved-footer.scss */
  .b-get-involved-footer li .advocate .arc {
    left: calc( 50% - 6px);
  }
}
/* block menu-footer */
/* line 3, ../sass/blocks/_b-menu-footer.scss */
.b-menu-footer ul {
  margin: 0;
  padding: 0;
}
/* line 7, ../sass/blocks/_b-menu-footer.scss */
.b-menu-footer > ul {
  margin-top: 23px;
  margin-left: 22px;
}
/* line 11, ../sass/blocks/_b-menu-footer.scss */
.b-menu-footer > ul > li {
  float: left;
  display: block;
  max-width: 25%;
  height: 180px;
  padding-right: 4.1%;
}
/* line 18, ../sass/blocks/_b-menu-footer.scss */
.b-menu-footer .menu .menu {
  max-width: 100%;
}
/* line 21, ../sass/blocks/_b-menu-footer.scss */
.b-menu-footer .menu__item a.menu__link {
  line-height: 24px;
  color: #cacfde;
  font-size: 16px;
}
/* line 25, ../sass/blocks/_b-menu-footer.scss */
.b-menu-footer .menu__item a.menu__link:hover {
  color: #fff;
}
/* line 27, ../sass/blocks/_b-menu-footer.scss */
.b-menu-footer .menu__item.is-expanded > a.menu__link {
  color: #86a7ff;
}

@media (max-width: 1024px) {
  /* line 33, ../sass/blocks/_b-menu-footer.scss */
  .b-menu-footer > ul {
    margin-left: 0;
    margin-top: 35px;
    padding-left: 7px;
  }
  /* line 38, ../sass/blocks/_b-menu-footer.scss */
  .b-menu-footer > ul > li {
    min-height: 160px;
    margin-bottom: 18px;
    width: 34%;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    font-family: "Lato", sans-serif;
    font-size: 15px;
  }
  /* line 47, ../sass/blocks/_b-menu-footer.scss */
  .b-menu-footer > ul > li:nth-of-type(3) {
    width: 31%;
  }
  /* line 48, ../sass/blocks/_b-menu-footer.scss */
  .b-menu-footer > ul > li:nth-of-type(4), .b-menu-footer > ul > li:nth-of-type(5) {
    min-height: 100%;
    margin-bottom: 70px;
  }
  /* line 53, ../sass/blocks/_b-menu-footer.scss */
  .b-menu-footer .menu__item a.menu__link {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  /* line 60, ../sass/blocks/_b-menu-footer.scss */
  .b-menu-footer > ul {
    margin-top: 25px;
  }
  /* line 63, ../sass/blocks/_b-menu-footer.scss */
  .b-menu-footer > ul > li {
    min-height: 100%;
    margin-bottom: 16px;
    width: 100%;
  }
  /* line 67, ../sass/blocks/_b-menu-footer.scss */
  .b-menu-footer > ul > li:nth-of-type(4), .b-menu-footer > ul > li:nth-of-type(5) {
    margin-bottom: 20px;
  }
}
/* block copyrights */
/* line 2, ../sass/blocks/_b-copyrights.scss */
.b-copyrights {
  margin-top: 60px;
  margin-left: 22px;
  font-size: 13px;
  letter-spacing: -0.2px;
}
/* line 3, ../sass/blocks/_b-copyrights.scss */
.b-copyrights p {
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 10, ../sass/blocks/_b-copyrights.scss */
  .b-copyrights {
    margin-top: 20px;
    margin-left: 5px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  /* line 18, ../sass/blocks/_b-copyrights.scss */
  .b-copyrights {
    margin-bottom: 20px;
  }
}
/* block address */
/* line 2, ../sass/blocks/_b-address.scss */
.b-address {
  float: left;
  width: 60%;
}
/* line 5, ../sass/blocks/_b-address.scss */
.b-address p {
  margin: 0;
  margin-top: 10px;
  margin-left: 22px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #86a7ff;
  letter-spacing: -0.2px;
}
/* line 15, ../sass/blocks/_b-address.scss */
.b-address a {
  color: #bfcaf3;
}
/* line 17, ../sass/blocks/_b-address.scss */
.b-address a:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  /* line 21, ../sass/blocks/_b-address.scss */
  .b-address {
    width: 100%;
  }
  /* line 23, ../sass/blocks/_b-address.scss */
  .b-address p {
    margin-left: 5px;
    margin-top: 14px;
    margin-bottom: 12px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  /* line 32, ../sass/blocks/_b-address.scss */
  .b-address {
    margin-top: 9px;
  }
}
/* block social-footer */
/* line 2, ../sass/blocks/_b-social-footer.scss */
.b-social-footer {
  float: right;
}
/* line 153, ../sass/components/_components-layouts.scss */
.b-social-footer li {
  float: left;
  position: relative;
}
/* line 155, ../sass/components/_components-layouts.scss */
.b-social-footer li:hover ul {
  opacity: 1;
}
/* line 156, ../sass/components/_components-layouts.scss */
.b-social-footer li a {
  float: left;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  letter-spacing: 200px;
}
/* line 173, ../sass/components/_components-layouts.scss */
.b-social-footer .menu ul {
  opacity: 0;
  -moz-transition: opacity, 1s;
  -o-transition: opacity, 1s;
  -webkit-transition: opacity, 1s;
  transition: opacity, 1s;
  position: absolute;
  left: 100%;
}
/* line 192, ../sass/components/_components-layouts.scss */
.b-social-footer .menu ul li {
  width: 100%;
}
/* line 195, ../sass/components/_components-layouts.scss */
.b-social-footer .menu ul li a {
  width: 100%;
  white-space: nowrap;
}
/* line 5, ../sass/blocks/_b-social-footer.scss */
.b-social-footer .menu a {
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
}
/* line 11, ../sass/blocks/_b-social-footer.scss */
.b-social-footer .menu a:before {
  padding-left: 18px;
  font-size: 21px;
}
/* line 15, ../sass/blocks/_b-social-footer.scss */
.b-social-footer .menu a.youtube:before {
  font-size: 28px;
}
/* line 16, ../sass/blocks/_b-social-footer.scss */
.b-social-footer .menu a.facebook:before {
  padding-left: 25px;
}
/* line 17, ../sass/blocks/_b-social-footer.scss */
.b-social-footer .menu a.instagram:before {
  padding-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  /* line 26, ../sass/blocks/_b-social-footer.scss */
  .b-social-footer {
    float: left;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  /* line 33, ../sass/blocks/_b-social-footer.scss */
  .b-social-footer .menu a {
    height: 49px;
    width: 49px;
    line-height: 49px;
  }
  /* line 37, ../sass/blocks/_b-social-footer.scss */
  .b-social-footer .menu a:before {
    padding-left: 15px;
    font-size: 18px;
  }
  /* line 41, ../sass/blocks/_b-social-footer.scss */
  .b-social-footer .menu a.youtube:before {
    font-size: 25px;
  }
  /* line 42, ../sass/blocks/_b-social-footer.scss */
  .b-social-footer .menu a.facebook:before {
    padding-left: 21px;
  }
  /* line 43, ../sass/blocks/_b-social-footer.scss */
  .b-social-footer .menu a.instagram:before {
    padding-left: 15px;
  }
}
/* FORMS  */
/* form ai-subscription */
/* line 2, ../sass/forms/_f-ai-subscriptions.scss */
.butt-join {
  background: #ee2e24;
  border: 1px solid #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 6, ../sass/forms/_f-ai-subscriptions.scss */
.butt-join:hover {
  background: #cf1a10;
}

/* line 14, ../sass/forms/_f-ai-subscriptions.scss */
.f-ai-subscription p {
  display: inline-block;
  padding: 30px 0px 15px;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  letter-spacing: -0.2px;
  line-height: 25px;
  color: #fff;
}
/* line 24, ../sass/forms/_f-ai-subscriptions.scss */
.f-ai-subscription .form-item-fname {
  clear: left;
}
/* line 25, ../sass/forms/_f-ai-subscriptions.scss */
.f-ai-subscription .form-item {
  width: 21.9%;
  margin-right: 2.1%;
  margin-top: 0;
  float: left;
}
/* line 31, ../sass/forms/_f-ai-subscriptions.scss */
.f-ai-subscription label {
  display: none;
}
/* line 32, ../sass/forms/_f-ai-subscriptions.scss */
.f-ai-subscription .form-text {
  width: 100%;
  height: 40px;
  padding: 11px 15px;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  border-style: solid;
  border: 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 2px 3px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 2px 3px;
  box-shadow: inset rgba(0, 0, 0, 0.4) 0px 2px 3px;
}
/* line 119, ../sass/_pt-mixins.scss */
.f-ai-subscription .form-text::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
/* line 120, ../sass/_pt-mixins.scss */
.f-ai-subscription .form-text:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
/* line 121, ../sass/_pt-mixins.scss */
.f-ai-subscription .form-text::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
/* line 122, ../sass/_pt-mixins.scss */
.f-ai-subscription .form-text:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
/* line 123, ../sass/_pt-mixins.scss */
.f-ai-subscription .form-text:focus:-moz-placeholder {
  color: transparent;
}
/* line 124, ../sass/_pt-mixins.scss */
.f-ai-subscription .form-text:focus::-moz-placeholder {
  color: transparent;
}
/* line 125, ../sass/_pt-mixins.scss */
.f-ai-subscription .form-text:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 126, ../sass/_pt-mixins.scss */
.f-ai-subscription .form-text:focus:-ms-input-placeholder {
  color: transparent;
}
/* line 48, ../sass/forms/_f-ai-subscriptions.scss */
.f-ai-subscription .butt-join {
  display: block;
  margin: 0 auto !important;
  width: 220px;
  padding-top: 10px;
  height: 42px;
  margin-left: 0.7%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* line 64, ../sass/forms/_f-ai-subscriptions.scss */
.one-sidebar .f-ai-subscription {
  padding-left: 3.6%;
}
/* line 66, ../sass/forms/_f-ai-subscriptions.scss */
.one-sidebar .f-ai-subscription .pane-title {
  padding-top: 15px;
  padding-bottom: 6px;
  padding-right: 1%;
  font-size: 15px;
}
/* line 74, ../sass/forms/_f-ai-subscriptions.scss */
.one-sidebar .f-ai-subscription p {
  padding-top: 15px;
  padding-bottom: 6px;
  font-size: 13px;
  letter-spacing: -0.2px;
}
/* line 80, ../sass/forms/_f-ai-subscriptions.scss */
.one-sidebar .f-ai-subscription .form-item {
  width: 22.9%;
  margin-right: 1.8%;
}
/* line 81, ../sass/forms/_f-ai-subscriptions.scss */
.one-sidebar .f-ai-subscription .form-item-lname {
  width: 24.6%;
}
/* line 82, ../sass/forms/_f-ai-subscriptions.scss */
.one-sidebar .f-ai-subscription .form-item-mail {
  width: 25.9%;
}
/* line 119, ../sass/_pt-mixins.scss */
.one-sidebar .f-ai-subscription .form-text::-webkit-input-placeholder {
  font-size: 16px;
}
/* line 120, ../sass/_pt-mixins.scss */
.one-sidebar .f-ai-subscription .form-text:-moz-placeholder {
  font-size: 16px;
}
/* line 121, ../sass/_pt-mixins.scss */
.one-sidebar .f-ai-subscription .form-text::-moz-placeholder {
  font-size: 16px;
}
/* line 122, ../sass/_pt-mixins.scss */
.one-sidebar .f-ai-subscription .form-text:-ms-input-placeholder {
  font-size: 16px;
}
/* line 123, ../sass/_pt-mixins.scss */
.one-sidebar .f-ai-subscription .form-text:focus:-moz-placeholder {
  color: transparent;
}
/* line 124, ../sass/_pt-mixins.scss */
.one-sidebar .f-ai-subscription .form-text:focus::-moz-placeholder {
  color: transparent;
}
/* line 125, ../sass/_pt-mixins.scss */
.one-sidebar .f-ai-subscription .form-text:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 126, ../sass/_pt-mixins.scss */
.one-sidebar .f-ai-subscription .form-text:focus:-ms-input-placeholder {
  color: transparent;
}

@media (max-width: 1024px) {
  /* line 90, ../sass/forms/_f-ai-subscriptions.scss */
  .f-ai-subscription {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 94, ../sass/forms/_f-ai-subscriptions.scss */
  .f-ai-subscription .pane-title {
    float: none;
    padding-bottom: 8px;
  }
  /* line 98, ../sass/forms/_f-ai-subscriptions.scss */
  .f-ai-subscription p {
    padding-top: 0;
    font-weight: normal;
  }
}
@media (max-width: 480px) {
  /* line 106, ../sass/forms/_f-ai-subscriptions.scss */
  .f-ai-subscription .pane-title {
    padding-top: 27px;
    padding-left: 25px;
    line-height: 1.2;
  }
}
/* form contact */
/* line 2, ../sass/forms/_f-contact.scss */
.f-contact {
  margin-left: 20px;
  margin-bottom: 30px;
}
/* line 5, ../sass/forms/_f-contact.scss */
.f-contact h2 {
  margin-top: 0;
  padding-left: 10px;
  margin-bottom: 35px;
  margin-right: 5%;
  border-bottom: 1px solid #dfdfe1;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ee2e24;
}
/* line 18, ../sass/forms/_f-contact.scss */
.f-contact article {
  margin-left: 5px;
}
/* line 19, ../sass/forms/_f-contact.scss */
.f-contact .webform-component-select {
  position: relative;
}
/* line 21, ../sass/forms/_f-contact.scss */
.f-contact .webform-component-select label {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 4px;
  opacity: 1;
  padding: 4px 15px;
  height: 30px;
  width: 80%;
  background: #fff;
  font-weight: bold;
  color: #19388a;
  pointer-events: none;
}
/* line 35, ../sass/forms/_f-contact.scss */
.f-contact .webform-component-select .chosen-with-drop, .f-contact .webform-component-select .changed {
  z-index: 1;
}
/* line 39, ../sass/forms/_f-contact.scss */
.f-contact .form-item {
  float: left;
  height: 57px;
  width: 44%;
  margin-top: 0;
  margin-right: 6%;
  margin-bottom: 15px;
}
/* line 47, ../sass/forms/_f-contact.scss */
.f-contact input, .f-contact textarea, .f-contact select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 3px solid #19388a;
  font-size: 19px;
  font-weight: bold;
  color: #19388a;
}
/* line 119, ../sass/_pt-mixins.scss */
.f-contact input::-webkit-input-placeholder, .f-contact textarea::-webkit-input-placeholder, .f-contact select::-webkit-input-placeholder {
  font-size: 16px;
  color: #19388a;
  opacity: 1;
}
/* line 120, ../sass/_pt-mixins.scss */
.f-contact input:-moz-placeholder, .f-contact textarea:-moz-placeholder, .f-contact select:-moz-placeholder {
  font-size: 16px;
  color: #19388a;
  opacity: 1;
}
/* line 121, ../sass/_pt-mixins.scss */
.f-contact input::-moz-placeholder, .f-contact textarea::-moz-placeholder, .f-contact select::-moz-placeholder {
  font-size: 16px;
  color: #19388a;
  opacity: 1;
}
/* line 122, ../sass/_pt-mixins.scss */
.f-contact input:-ms-input-placeholder, .f-contact textarea:-ms-input-placeholder, .f-contact select:-ms-input-placeholder {
  font-size: 16px;
  color: #19388a;
  opacity: 1;
}
/* line 123, ../sass/_pt-mixins.scss */
.f-contact input:focus:-moz-placeholder, .f-contact textarea:focus:-moz-placeholder, .f-contact select:focus:-moz-placeholder {
  color: transparent;
}
/* line 124, ../sass/_pt-mixins.scss */
.f-contact input:focus::-moz-placeholder, .f-contact textarea:focus::-moz-placeholder, .f-contact select:focus::-moz-placeholder {
  color: transparent;
}
/* line 125, ../sass/_pt-mixins.scss */
.f-contact input:focus::-webkit-input-placeholder, .f-contact textarea:focus::-webkit-input-placeholder, .f-contact select:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 126, ../sass/_pt-mixins.scss */
.f-contact input:focus:-ms-input-placeholder, .f-contact textarea:focus:-ms-input-placeholder, .f-contact select:focus:-ms-input-placeholder {
  color: transparent;
}
/* line 61, ../sass/forms/_f-contact.scss */
.f-contact input.error, .f-contact textarea.error, .f-contact select.error {
  border: 3px solid #c00;
}
/* line 67, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-single {
  width: 100%;
  height: 57px;
  padding: 15px 12px 12px;
  padding-left: 10px;
  border: 3px solid #19388a;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #19388a;
}
/* line 79, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-single span {
  font-size: 19px;
}
/* line 81, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container.chosen-container-single .chosen-single div b {
  background: none !important;
}
/* line 84, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-single div {
  width: 28px;
}
/* line 86, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-single div b {
  display: inline-block;
  padding-top: 3px;
  line-height: 45px;
  font-size: 18px;
  vertical-align: middle;
}
/* line 92, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-single div b:before {
  content: '\25bc';
  color: #19388a;
}
/* line 98, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-drop {
  margin-top: -3px;
  border: 3px solid #19388a;
  border-top: none;
}
/* line 103, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-drop .chosen-search {
  padding: 10px 4px;
  height: 54px;
}
/* line 106, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-drop .chosen-search:after {
  content: '\e816';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 25px;
  line-height: 45px;
  font-family: 'zocial';
  font-size: 15px;
  color: #444;
}
/* line 118, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-drop .chosen-search input {
  height: 100%;
  border: none;
  border-bottom: 1px solid #19388a;
  background: none;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #19388a;
}
/* line 129, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-drop .chosen-results {
  border-top: 1px solid #ccc;
  margin: 0 7px 10px;
  padding-top: 7px;
  padding-left: 0;
}
/* line 134, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-drop .chosen-results li {
  line-height: 20px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: rgba(46, 52, 76, 0.8);
}
/* line 140, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container .chosen-drop .chosen-results li.highlighted {
  color: #fff;
}
/* line 147, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container.chosen-with-drop .chosen-single div b {
  background: none !important;
}
/* line 149, ../sass/forms/_f-contact.scss */
.f-contact .chosen-container.chosen-with-drop .chosen-single div b:before {
  content: '\25b2';
}
/* line 154, ../sass/forms/_f-contact.scss */
.f-contact .webform-component-textarea {
  width: 94%;
  max-width: 94%;
  margin-right: 5.5%;
  height: 140px;
}
/* line 160, ../sass/forms/_f-contact.scss */
.f-contact .form-textarea-wrapper {
  height: 100%;
}
/* line 161, ../sass/forms/_f-contact.scss */
.f-contact .grippie {
  display: none;
}
/* line 162, ../sass/forms/_f-contact.scss */
.f-contact input.form-submit {
  float: right;
  width: 170px;
  height: 45px;
  padding: 10px;
  margin-right: 6%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  background: #19388a;
  outline: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
/* line 175, ../sass/forms/_f-contact.scss */
.f-contact input.form-submit:hover {
  background: #11265f;
}
/* line 179, ../sass/forms/_f-contact.scss */
.f-contact .form-actions {
  position: relative;
}
/* line 180, ../sass/forms/_f-contact.scss */
.f-contact .ajax-progress .throbber {
  bottom: 14px;
  right: 10px;
}

/* line 188, ../sass/forms/_f-contact.scss */
.no-csstransforms3d.no-csstransitions .f-contact .form-item {
  position: relative;
  margin-bottom: 35px;
}
/* line 191, ../sass/forms/_f-contact.scss */
.no-csstransforms3d.no-csstransitions .f-contact .form-item label {
  position: absolute !important;
  bottom: -4px;
  left: 10px;
  overflow: visible;
  clip: auto;
  display: inline-block;
  width: 100%;
}
/* line 199, ../sass/forms/_f-contact.scss */
.no-csstransforms3d.no-csstransitions .f-contact .form-item label .label {
  position: absolute;
  top: -6px;
  padding-left: 10px;
  color: #19388a;
}
/* line 207, ../sass/forms/_f-contact.scss */
.no-csstransforms3d.no-csstransitions .f-contact .form-item.webform-component-select label {
  top: auto;
  bottom: -33px;
  padding: 0;
}
/* line 214, ../sass/forms/_f-contact.scss */
.no-csstransforms3d.no-csstransitions .f-contact .form-item.webform-component-textarea label {
  top: auto;
  bottom: -10px;
}

/* form contact */
/* line 4, ../sass/forms/_f-find-research.scss */
.f-find-research {
  margin-bottom: 30px;
}
/* line 6, ../sass/forms/_f-find-research.scss */
.f-find-research .pane-title {
  font-size: 30px;
  margin: 0 auto 20px;
  padding-left: 20px;
  max-width: 1030px;
}
/* line 12, ../sass/forms/_f-find-research.scss */
.f-find-research .view-filters {
  background: #f7f7f7;
  max-height: 65px;
}
/* line 15, ../sass/forms/_f-find-research.scss */
.f-find-research .view-filters label {
  display: none;
}
/* line 17, ../sass/forms/_f-find-research.scss */
.f-find-research .views-exposed-form, .f-find-research .view-content {
  padding-left: 20px;
  margin: 0 auto;
  max-width: 1030px;
  height: 100%;
}
/* line 23, ../sass/forms/_f-find-research.scss */
.f-find-research .views-exposed-widgets {
  margin-bottom: 0;
}
/* line 24, ../sass/forms/_f-find-research.scss */
.f-find-research .views-exposed-widget {
  padding-right: 0;
  padding-top: 0;
  height: 65px;
  border-left: 1px solid #e1e1e1;
}
/* line 30, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-field_resource_what_to_do_tid,
.f-find-research .views-field-title {
  width: 30%;
}
/* line 34, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-field_resource_drugs_tid,
.f-find-research .views-field-field-resource-drugs {
  width: 25.5%;
}
/* line 38, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-field_resource_types_tid {
  width: 18%;
}
/* line 41, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-keys {
  position: relative;
  width: 12%;
  height: 65px;
}
/* line 45, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-keys label {
  display: inline-block;
  padding: 27px 10px 18px 18px;
  font-size: 16px;
  cursor: pointer;
}
/* line 50, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-keys label:hover {
  color: #0369d1;
}
/* line 51, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-keys label:after {
  content: '\e816';
  font-family: 'zocial';
  padding-left: 12px;
  font-size: 20px;
}
/* line 58, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-keys .views-widget {
  position: absolute;
  z-index: 2;
  top: 62px;
  left: 0;
  display: none;
  width: 218%;
  height: 54px;
  background: #f7f7f7;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 69, ../sass/forms/_f-find-research.scss */
.f-find-research .views-widget-filter-keys .views-widget input {
  margin: 12px 5% 10px;
  padding-left: 10px;
  width: 90%;
  float: right;
  font-size: 20px;
  line-height: 1;
}
/* line 79, ../sass/forms/_f-find-research.scss */
.f-find-research .views-submit-button {
  position: relative;
  width: 14%;
  border-left: none;
}
/* line 83, ../sass/forms/_f-find-research.scss */
.f-find-research .views-submit-button input {
  padding: 10px;
  margin-top: 10px !important;
  width: 100%;
  height: 45px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #ee2e24;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
/* line 99, ../sass/forms/_f-find-research.scss */
.f-find-research select {
  height: 65px;
  padding: 24px 10px 18px;
  font-size: 17px;
  font-weight: bold;
  background: transparent;
  border: none;
}
/* line 107, ../sass/forms/_f-find-research.scss */
.f-find-research .chosen-container.chosen-container-single .chosen-single div b {
  background: none !important;
}
/* line 110, ../sass/forms/_f-find-research.scss */
.f-find-research .chosen-single {
  height: 65px;
  padding: 22px 20px 18px;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 119, ../sass/forms/_f-find-research.scss */
.f-find-research .chosen-single:hover {
  color: #0369d1;
}
/* line 122, ../sass/forms/_f-find-research.scss */
.f-find-research .chosen-single span {
  float: left;
  margin-right: 20px;
  max-width: 87%;
}
/* line 127, ../sass/forms/_f-find-research.scss */
.f-find-research .chosen-single div {
  position: static;
  display: inline-block;
  width: 30px;
}
/* line 133, ../sass/forms/_f-find-research.scss */
.f-find-research .chosen-single b:before {
  content: '\e80e';
  font-family: 'zocial';
  font-size: 30px;
  line-height: 0.7;
  display: inline-block;
}
/* line 143, ../sass/forms/_f-find-research.scss */
.f-find-research .chosen-with-drop .chosen-single {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 147, ../sass/forms/_f-find-research.scss */
.f-find-research table {
  width: 100%;
}
/* line 148, ../sass/forms/_f-find-research.scss */
.f-find-research tr.even, .f-find-research tr.odd {
  padding: 0;
  background: none;
  border-color: #f2f2f2;
}
/* line 153, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field {
  display: inline-block;
  padding: 25px 0;
  vertical-align: top;
}
/* line 157, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field div {
  padding: 0 10px;
  line-height: 1.2;
}
/* line 162, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field-title {
  padding-left: 14px;
  padding-right: 4%;
}
/* line 165, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field-title a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #0369d1;
}
/* line 170, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field-title a:hover {
  color: #1451f1;
}
/* line 173, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field-field-resource-types {
  width: 23%;
}
/* line 176, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field-view-node {
  padding-left: 11%;
}
/* line 179, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field-view-node a {
  color: #0369d1;
}
/* line 181, ../sass/forms/_f-find-research.scss */
.f-find-research .views-field-view-node a:hover {
  color: #1451f1;
}
/* line 184, ../sass/forms/_f-find-research.scss */
.f-find-research .form-item-field-resource-drugs-tid .chosen-single span {
  max-width: 83%;
}
/* line 187, ../sass/forms/_f-find-research.scss */
.f-find-research .form-item-field-resource-types-tid .chosen-single span {
  max-width: 76%;
}

/* PAGES */
/* page Home */
/* line 3, ../sass/pages/_pg-home.scss */
.region-content-top, .region-content-bottom {
  padding-top: 22px;
  background: url("../images/bg.jpg") 0 0 repeat;
}

/* line 8, ../sass/pages/_pg-home.scss */
.pg-home .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 11, ../sass/pages/_pg-home.scss */
.pg-home .region-highlighted {
  background: #142f76 url("../images/banner-big.jpg") center 0 repeat-x;
  height: 313px;
}
@media (max-width: 1024px) {
  /* line 11, ../sass/pages/_pg-home.scss */
  .pg-home .region-highlighted {
    background: #142f76 url("../images/banner-tablet.jpg") center 0 repeat-x;
    height: 140px;
  }
}
/* line 20, ../sass/pages/_pg-home.scss */
.pg-home .region-content-top > .width-page, .pg-home .region-content-bottom > .width-page {
  padding: 0 5px;
}
/* line 22, ../sass/pages/_pg-home.scss */
.pg-home .b-get-involved {
  position: absolute;
}
/* line 25, ../sass/pages/_pg-home.scss */
.pg-home .b-get-involved h2.pane-title {
  min-height: 313px;
  padding-top: 90px;
  padding-bottom: 0;
  line-height: 2;
  font-size: 24px;
  letter-spacing: 0.4px;
  color: #fff;
  text-shadow: black 0 2px 0;
}
/* line 34, ../sass/pages/_pg-home.scss */
.pg-home .b-get-involved h2.pane-title span {
  display: block;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1.1px;
}
/* line 41, ../sass/pages/_pg-home.scss */
.pg-home .b-get-involved .mini-panel-get_involved {
  position: relative;
  top: -72px;
}
@media (max-width: 1024px) {
  /* line 47, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title {
    min-height: 140px;
    padding-top: 7px;
    font-size: 18px;
  }
  /* line 51, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title span {
    padding: 0 90px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  /* line 59, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title {
    font-size: 17px;
  }
  /* line 61, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title span {
    padding: 0 70px;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  /* line 69, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title span {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  /* line 75, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title {
    font-size: 14px;
  }
  /* line 77, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title span {
    padding: 0 30px;
    font-size: 18px;
  }
}
@media (max-width: 410px) {
  /* line 84, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title {
    font-size: 12px;
  }
  /* line 86, ../sass/pages/_pg-home.scss */
  .pg-home .b-get-involved h2.pane-title span {
    padding: 0 20px;
    font-size: 15px;
  }
}
/* line 93, ../sass/pages/_pg-home.scss */
.pg-home .region-content-top {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  /* line 93, ../sass/pages/_pg-home.scss */
  .pg-home .region-content-top {
    margin-top: 94px;
  }
}
@media (max-width: 480px) {
  /* line 93, ../sass/pages/_pg-home.scss */
  .pg-home .region-content-top {
    margin-top: 200px;
  }
}
/* line 102, ../sass/pages/_pg-home.scss */
.pg-home .region-content-bottom {
  margin-bottom: 0;
}

/* node-events */
/* line 2, ../sass/pages/_pg-events.scss */
.page-title {
  color: #2c354b;
}

/* line 3, ../sass/pages/_pg-events.scss */
.page-events .region-content {
  padding-left: 20px;
}
/* line 5, ../sass/pages/_pg-events.scss */
.page-events .region-content .page-title {
  margin-bottom: 0px;
}
/* line 6, ../sass/pages/_pg-events.scss */
.page-events .region-content .pane-page-breadcrumb {
  margin-bottom: 20px;
}
/* line 7, ../sass/pages/_pg-events.scss */
.page-events .region-content .b-events-intro {
  margin-bottom: 45px;
}
/* line 8, ../sass/pages/_pg-events.scss */
.page-events .region-content .quicktabs_main table {
  margin-top: 0;
  margin-bottom: 30px;
}

/* node-type-event */
/* line 13, ../sass/pages/_pg-events.scss */
.node-type-event .pane-node {
  margin-left: 0px;
}

/* line 19, ../sass/pages/_pg-events.scss */
.node-type-big-event .b-cover-image .image:before, .node-type-big-event .b-cover-image .image:after,
.node-type-big-event-subpage .b-cover-image .image:before,
.node-type-big-event-subpage .b-cover-image .image:after {
  display: none !important;
}

/* page blog */
/* line 2, ../sass/pages/_pg-blog.scss */
ul.pager {
  margin: 60px 0;
}
/* line 4, ../sass/pages/_pg-blog.scss */
ul.pager li {
  margin: 0 1px;
  padding: 0;
}
/* line 5, ../sass/pages/_pg-blog.scss */
ul.pager li a {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(46, 52, 76, 0.8);
}
/* line 12, ../sass/pages/_pg-blog.scss */
ul.pager .pager-first a, ul.pager .pager-previous a, ul.pager .pager-next a, ul.pager .pager-last a {
  color: #340c12;
}
/* line 15, ../sass/pages/_pg-blog.scss */
ul.pager .pager-current {
  padding: 5px 9px;
  background: #19388a;
  color: #fff;
}
/* line 20, ../sass/pages/_pg-blog.scss */
ul.pager li a:hover {
  color: #1451f1;
}

/* line 153, ../sass/components/_components-layouts.scss */
.b-share-btn li {
  float: right;
  position: relative;
}
/* line 155, ../sass/components/_components-layouts.scss */
.b-share-btn li:hover ul {
  opacity: 1;
}
/* line 156, ../sass/components/_components-layouts.scss */
.b-share-btn li a {
  float: right;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 173, ../sass/components/_components-layouts.scss */
.b-share-btn.share-btn ul {
  opacity: 0;
  -moz-transition: opacity, 1s;
  -o-transition: opacity, 1s;
  -webkit-transition: opacity, 1s;
  transition: opacity, 1s;
  position: absolute;
  top: 100%;
}
/* line 24, ../sass/pages/_pg-blog.scss */
.b-share-btn ul {
  right: 0;
}
/* line 25, ../sass/pages/_pg-blog.scss */
.b-share-btn li a {
  width: 45px;
  height: 22px;
  margin: 0;
  margin-right: 5px;
  margin-top: 3px;
  line-height: 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
/* line 34, ../sass/pages/_pg-blog.scss */
.b-share-btn li a:before {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
/* line 40, ../sass/pages/_pg-blog.scss */
.b-share-btn .twitter:before {
  font-size: 11px;
  position: relative;
  top: -2px;
}
/* line 45, ../sass/pages/_pg-blog.scss */
.b-share-btn .facebook:before {
  font-size: 12px;
  position: relative;
  top: -2px;
}
/* line 50, ../sass/pages/_pg-blog.scss */
.b-share-btn .share {
  padding: 0 5px 0 2px;
  width: 70px;
  color: #3B98C4;
}
/* line 54, ../sass/pages/_pg-blog.scss */
.b-share-btn .share:before {
  color: #3B98C4;
  font-size: 12px;
}
/* line 58, ../sass/pages/_pg-blog.scss */
.b-share-btn .share:after {
  content: "\e811";
  font-size: 12px;
}
/* line 63, ../sass/pages/_pg-blog.scss */
.b-share-btn .share i {
  padding: 0 5px;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
}

/* line 76, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row img, .node-blog-post img {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 80, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .pane-node-field-image img, .node-blog-post .pane-node-field-image img {
  margin-left: 0;
  margin-right: 0;
}
/* line 84, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row:last-child, .node-blog-post:last-child {
  border-bottom: none;
}
/* line 85, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .post-info, .node-blog-post .post-info {
  margin-left: 10px;
  font-size: 14px;
  word-spacing: 5px;
  color: #737373;
}
/* line 90, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .post-info .name, .view-blog-post-listing .views-row .post-info .created, .node-blog-post .post-info .name, .node-blog-post .post-info .created {
  color: #19388a;
  word-spacing: normal;
}
/* line 98, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .post-summary p, .view-blog-post-listing .views-row .pane-node-body p, .node-blog-post .post-summary p, .node-blog-post .pane-node-body p {
  margin: 1.2em 10px 35px;
  line-height: 1.55em;
}
/* line 102, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .pane-node-body p, .node-blog-post .pane-node-body p {
  margin-bottom: 25px;
}
/* line 103, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .pane-node-field-blog-post-source,
.view-blog-post-listing .views-row .pane-node-field-blog-post-tags, .node-blog-post .pane-node-field-blog-post-source,
.node-blog-post .pane-node-field-blog-post-tags {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 108, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .pane-node-field-blog-post-source a,
.view-blog-post-listing .views-row .pane-node-field-blog-post-tags a, .node-blog-post .pane-node-field-blog-post-source a,
.node-blog-post .pane-node-field-blog-post-tags a {
  color: #19388a;
}
/* line 110, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .pane-node-field-blog-post-source a:hover,
.view-blog-post-listing .views-row .pane-node-field-blog-post-tags a:hover, .node-blog-post .pane-node-field-blog-post-source a:hover,
.node-blog-post .pane-node-field-blog-post-tags a:hover {
  color: #1451f1;
}
/* line 113, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .post-footer, .node-blog-post .post-footer {
  height: 45px;
  width: 100%;
  padding-top: 8px;
  padding-left: 40px;
  background: #F4F4F4;
}
/* line 119, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .post-footer .more, .node-blog-post .post-footer .more {
  float: left;
  width: 30%;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
  font-size: 13px;
  word-spacing: 2px;
  text-transform: uppercase;
  color: #3B98C4;
  position: relative;
}
/* line 360, ../sass/_pt-mixins.scss */
.view-blog-post-listing .views-row .post-footer .more:before, .node-blog-post .post-footer .more:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url("../images/arrow.png") 0 0 no-repeat;
  width: 11px;
  height: 11px;
  left: -15px;
  top: 9px;
}
/* line 136, ../sass/pages/_pg-blog.scss */
.view-blog-post-listing .views-row .post-footer .b-share-btn, .node-blog-post .post-footer .b-share-btn {
  float: right;
  width: 70%;
  padding-right: 4px;
  padding-bottom: 9px;
  margin: 0;
}

/* line 146, ../sass/pages/_pg-blog.scss */
.page-blog .region-content > .panel-pane, .node-type-blog-post .region-content > .panel-pane {
  margin-left: 20px;
}
/* line 147, ../sass/pages/_pg-blog.scss */
.page-blog .region-content .pane-entity-view, .node-type-blog-post .region-content .pane-entity-view {
  margin-left: 0;
}
/* line 148, ../sass/pages/_pg-blog.scss */
.page-blog .region-content .pane-page-breadcrumb, .node-type-blog-post .region-content .pane-page-breadcrumb {
  margin-left: 30px;
}

/* line 151, ../sass/pages/_pg-blog.scss */
.page-blog .page-title {
  margin-bottom: 0px;
}

/* node-type-blog */
/* line 158, ../sass/pages/_pg-blog.scss */
.node-type-blog-post .region-sidebar-first {
  padding-left: 40px;
}

/* page toolkits */
/* node-type-toolkit */
/* node-events */
/* node-type-event */
/* page blog */
/* form contact */
/* page donate */
/* page past-winner */
/* page node-type-past-winner */
/* page news & events */
/* line 5, ../sass/pages/_pg-news-events.scss */
.page-news-and-events .region-highlighted {
  background: none;
  height: 130px;
}
/* line 8, ../sass/pages/_pg-news-events.scss */
.page-news-and-events .region-highlighted .page-title {
  margin-top: 65px;
  text-transform: uppercase;
  padding-left: 20px;
}
/* line 15, ../sass/pages/_pg-news-events.scss */
.page-news-and-events .region-content > .panel-pane {
  margin-left: 20px;
}
/* line 16, ../sass/pages/_pg-news-events.scss */
.page-news-and-events .region-content .f-ai-subscription {
  margin-left: 20px;
  margin-right: 0;
}

/* node-type-*** */
/* page toolkits */
/* line 11, ../sass/pages/_pg-toolkits.scss */
.page-toolkits .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 16, ../sass/pages/_pg-toolkits.scss */
.page-toolkits .region-highlighted > .width-page,
.page-toolkits .region-content-bottom > .width-page {
  max-width: 100%;
}
/* line 20, ../sass/pages/_pg-toolkits.scss */
.page-toolkits .region-content-bottom {
  background: none;
}
/* line 21, ../sass/pages/_pg-toolkits.scss */
.page-toolkits .page-title {
  margin: 40px 0 10px;
  padding-left: 20px;
  letter-spacing: -0.5px;
  color: #2c354b;
}
/* line 27, ../sass/pages/_pg-toolkits.scss */
.page-toolkits .b-intro {
  margin-left: 20px;
  margin-bottom: 30px;
}

/* node-type-toolkit */
/* line 37, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 41, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .region-highlighted > .width-page {
  max-width: 100%;
}
/* line 46, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .region-sidebar-first {
  padding-top: 65px;
}
/* line 49, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .b-publication-details {
  margin-bottom: 65px;
}

/* line 57, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .b-cover-image .pane-title {
  display: none;
}
/* line 58, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .b-cover-image h2 {
  position: absolute;
  top: 20px;
  left: 8px;
  display: inline;
  padding-left: 14px;
  padding-right: 20px;
  text-transform: uppercase;
  background: #ee2e24;
  font-size: 30px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff;
}
/* line 73, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .region-content > .panel-pane {
  margin-left: 20px;
}
/* line 76, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .pane-node .page-title {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 80, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .pane-node .pane-node-body {
  margin-bottom: 45px;
}
/* line 82, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .pane-node .pane-node-body p {
  line-height: 1.7em;
  padding-right: 10px;
}
/* line 87, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .pane-node .pane-node-field-toolkit-file {
  margin-bottom: 95px;
}
/* line 89, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .pane-node .pane-node-field-toolkit-file a {
  display: inline-block;
  width: 250px;
  height: 43px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ee2d24;
  padding: 13px 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}
/* line 102, ../sass/pages/_pg-toolkits.scss */
.node-type-toolkit .pane-node .pane-node-field-toolkit-file a:hover {
  background: #cf1910;
}

/* page campaigns */
/* line 7, ../sass/pages/_pg-campaigns.scss */
.page-campaigns .header .region-header-bottom,
.node-type-campeign .header .region-header-bottom,
.node-type-big-event .header .region-header-bottom,
.node-type-big-event-subpage .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 12, ../sass/pages/_pg-campaigns.scss */
.page-campaigns .region-highlighted > .width-page,
.page-campaigns .region-content-bottom > .width-page,
.node-type-campeign .region-highlighted > .width-page,
.node-type-campeign .region-content-bottom > .width-page,
.node-type-big-event .region-highlighted > .width-page,
.node-type-big-event .region-content-bottom > .width-page,
.node-type-big-event-subpage .region-highlighted > .width-page,
.node-type-big-event-subpage .region-content-bottom > .width-page {
  max-width: 100%;
}
/* line 16, ../sass/pages/_pg-campaigns.scss */
.page-campaigns .b-cover-image,
.node-type-campeign .b-cover-image,
.node-type-big-event .b-cover-image,
.node-type-big-event-subpage .b-cover-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  background: #000;
}
/* line 78, ../sass/components/_components-layouts.scss */
.page-campaigns .b-cover-image .image,
.node-type-campeign .b-cover-image .image,
.node-type-big-event .b-cover-image .image,
.node-type-big-event-subpage .b-cover-image .image {
  position: relative;
  display: inline-block;
}
/* line 81, ../sass/components/_components-layouts.scss */
.page-campaigns .b-cover-image .image:before, .page-campaigns .b-cover-image .image:after,
.node-type-campeign .b-cover-image .image:before,
.node-type-campeign .b-cover-image .image:after,
.node-type-big-event .b-cover-image .image:before,
.node-type-big-event .b-cover-image .image:after,
.node-type-big-event-subpage .b-cover-image .image:before,
.node-type-big-event-subpage .b-cover-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
}
/* line 88, ../sass/components/_components-layouts.scss */
.page-campaigns .b-cover-image .image:before,
.node-type-campeign .b-cover-image .image:before,
.node-type-big-event .b-cover-image .image:before,
.node-type-big-event-subpage .b-cover-image .image:before {
  left: -5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAAABCAYAAADAd3zTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAADySURBVChTrcNLRN8BAADgf4+1HiYpkmSSSCJRdFhEEZFEZCISkUiHiOgQEdEhOqTDDokREZGIRCJJzBQzSUl6KD317td3+B2S6NLHFyH4hM8ffHr18c2H8H34ztvwTfg6fOWlF5575qknHnvkoQfuu+euO2675X//uemGf/3jumuuuuKySy664LxzzjrjtFNO+tsJx/3lmKOOOOyQgw7Yb5+99thtl5122G6brbbYbJON/rTBeuustcZqq6y0wnLL/GGpJRZbZKEF5ptnrjlm+90sM80w3TRTTTHZbyaZaILxfjXOL8YaY7RRQRBE3h9EXgAwLHK81Vn0PwAAAABJRU5ErkJggg==") 0 0 repeat-y;
}
/* line 92, ../sass/components/_components-layouts.scss */
.page-campaigns .b-cover-image .image:after,
.node-type-campeign .b-cover-image .image:after,
.node-type-big-event .b-cover-image .image:after,
.node-type-big-event-subpage .b-cover-image .image:after {
  right: -5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAAABCAYAAADAd3zTAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4zjOaXUAAAAPNJREFUKFOl0slHpwEAgOH21UiKJEkSGZEoOhRRRCQxZEQkIpEOQ0SHiIgO0SEdOiQiIiIRiUSSyCiSkZK0KK2a1l9PfIdEOvTy/AdvWCgU+pTCiSCSKKKJIZY44kkgkR8kkUwKqaSRTgaZZJFNDrnk8ZN8CiikiGJKKKWMciqopIpqaqiljl/U85sGGmmimRZaaaOdDv7QSRfd9NBLH/0MMMgQw4wwyhjjTDDJFNPMMMsc8yywyBLLrLDKGuts8JdNtthmh3/sssc+BxxyxDEnnHLGORdccsU1N9wG7gL/A/c8BB4DTx88v/PyhbdBviEs9ApcPHK8c991xAAAAABJRU5ErkJggg==") 0 0 repeat-y;
}
/* line 96, ../sass/components/_components-layouts.scss */
.page-campaigns .b-cover-image .image p,
.node-type-campeign .b-cover-image .image p,
.node-type-big-event .b-cover-image .image p,
.node-type-big-event-subpage .b-cover-image .image p {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
/* line 99, ../sass/components/_components-layouts.scss */
.page-campaigns .b-cover-image .title,
.node-type-campeign .b-cover-image .title,
.node-type-big-event .b-cover-image .title,
.node-type-big-event-subpage .b-cover-image .title {
  width: 1030px;
  margin-left: -515px;
}
/* line 105, ../sass/components/_components-layouts.scss */
.page-campaigns .b-cover-image h2,
.node-type-campeign .b-cover-image h2,
.node-type-big-event .b-cover-image h2,
.node-type-big-event-subpage .b-cover-image h2 {
  position: absolute;
  display: inline;
}

/* node-type-campeign */
/* line 25, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .region-content {
  float: none;
  width: 100%;
  margin: 0;
  padding-left: 30px;
}
/* line 30, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .region-content-bottom > .width-page {
  max-width: 1030px;
}
/* line 34, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .b-cover-title {
  padding-top: 10px;
  margin-bottom: 0px;
}
/* line 37, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .b-cover-title p {
  padding: 0 20px;
  text-align: left;
}
/* line 41, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .b-cover-title a {
  color: #fff;
}
/* line 43, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .b-cover-title a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 50, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .pane-entity-view h4 {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 20px;
  color: #0369d1;
}
/* line 57, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .pane-entity-view p {
  line-height: 1.3;
  margin-bottom: 20px;
}
/* line 61, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .pane-entity-view ul {
  margin-top: 5px;
  padding-left: 40px;
}
/* line 65, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .pane-entity-view li {
  margin-bottom: 20px;
}
/* line 67, ../sass/pages/_pg-campaigns.scss */
.node-type-campeign .b-campaign-menu {
  margin-bottom: 20px;
}

/* page about us */
/* line 4, ../sass/pages/_pg-about-us.scss */
.pg-about-us .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 8, ../sass/pages/_pg-about-us.scss */
.pg-about-us .region-highlighted > .width-page {
  max-width: 100%;
}
/* line 12, ../sass/pages/_pg-about-us.scss */
.pg-about-us .region-content-top {
  padding-top: 0px;
  background: #dfe5f3;
}
/* line 15, ../sass/pages/_pg-about-us.scss */
.pg-about-us .region-content-top > .width-page {
  max-width: 100%;
}
/* line 19, ../sass/pages/_pg-about-us.scss */
.pg-about-us .region-content {
  padding-top: 30px;
  padding-bottom: 20px;
}
/* line 23, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  background: #bababa;
}
/* line 78, ../sass/components/_components-layouts.scss */
.pg-about-us .b-cover-image .image {
  position: relative;
  display: inline-block;
}
/* line 81, ../sass/components/_components-layouts.scss */
.pg-about-us .b-cover-image .image:before, .pg-about-us .b-cover-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
}
/* line 88, ../sass/components/_components-layouts.scss */
.pg-about-us .b-cover-image .image:before {
  left: -5px;
  background: url("../images/mask-left-g.png") 0 0 repeat-y;
}
/* line 92, ../sass/components/_components-layouts.scss */
.pg-about-us .b-cover-image .image:after {
  right: -5px;
  background: url("../images/mask-right-g.png") 0 0 repeat-y;
}
/* line 96, ../sass/components/_components-layouts.scss */
.pg-about-us .b-cover-image .image p {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
/* line 99, ../sass/components/_components-layouts.scss */
.pg-about-us .b-cover-image .pane-title, .pg-about-us .b-cover-image .title {
  width: 1030px;
  margin-left: -515px;
}
/* line 105, ../sass/components/_components-layouts.scss */
.pg-about-us .b-cover-image .label {
  position: absolute;
  display: inline;
}
/* line 27, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-image .title {
  color: #19388a;
}
/* line 29, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-image .title.cadca {
  top: 90px;
}
/* line 30, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-image .title.about {
  top: 170px;
}
/* line 32, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-image .title.about h1 {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0.6px;
}
/* line 43, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-title {
  padding-bottom: 40px;
  margin: 0;
  background: #fff;
  padding-bottom: 60px;
}
/* line 116, ../sass/components/_components-layouts.scss */
.pg-about-us .b-cover-title .inner {
  margin: 0 auto;
  max-width: 1030px;
  text-align: center;
}
/* line 46, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-title .pane-title {
  padding-top: 20px;
}
/* line 50, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-title h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 300;
  color: #0d0d0e;
}
/* line 57, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-cover-title p {
  padding: 0 20px;
  margin: 0;
  line-height: 2.3;
  color: rgba(46, 52, 76, 0.8);
}
/* line 64, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-our-mission {
  padding-top: 20px;
}
/* line 66, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-our-mission h3 {
  margin-bottom: 0px;
}
/* line 71, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-by-the-numbers .pane-title {
  margin-bottom: 45px;
}
/* line 75, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-by-the-numbers img {
  width: 100%;
}
/* line 77, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-get-involved {
  margin-bottom: 65px;
}
/* line 79, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-get-involved h2.pane-title {
  padding-top: 10px;
  padding-bottom: 360px;
  background: #fff url("../images/involved.jpg") left bottom no-repeat;
  background-size: 100% auto;
}
/* line 85, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-get-involved .mini-panel-get_involved {
  margin-top: -12px;
}
/* line 89, ../sass/pages/_pg-about-us.scss */
.pg-about-us .b-institute {
  margin-bottom: 65px;
}

/* page resources */
/* line 4, ../sass/pages/_pg-resources.scss */
.page-resources #content .width-page {
  padding-left: 20px;
}
/* line 7, ../sass/pages/_pg-resources.scss */
.page-resources .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 12, ../sass/pages/_pg-resources.scss */
.page-resources .region-highlighted > .width-page,
.page-resources .region-content-bottom > .width-page {
  max-width: 100%;
}
/* line 16, ../sass/pages/_pg-resources.scss */
.page-resources .region-content-bottom {
  padding-top: 0;
  background: none;
}
/* line 17, ../sass/pages/_pg-resources.scss */
.page-resources .page-title {
  display: none;
}
/* line 21, ../sass/pages/_pg-resources.scss */
.page-resources .b-cover-image .pane-title {
  display: none;
}
/* line 22, ../sass/pages/_pg-resources.scss */
.page-resources .b-cover-image h2 {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline;
  padding-left: 14px;
  padding-right: 20px;
  text-transform: uppercase;
  background: #ee2e24;
  font-size: 30px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff;
}
/* line 37, ../sass/pages/_pg-resources.scss */
.page-resources .b-intro {
  margin-bottom: 40px;
}
/* line 40, ../sass/pages/_pg-resources.scss */
.page-resources .b-intro .pane-title {
  margin: 10px 0 10px;
  font-size: 30px;
  color: rgba(46, 52, 76, 0.8);
}
/* line 45, ../sass/pages/_pg-resources.scss */
.page-resources .b-intro p {
  line-height: 26px;
}
/* line 49, ../sass/pages/_pg-resources.scss */
.page-resources .b-toolkit-listing {
  margin-bottom: 20px;
}

/* node-type-resources */
/* page annual-reports */
/* line 4, ../sass/pages/_pg-annual-reports.scss */
.page-annual-reports .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 8, ../sass/pages/_pg-annual-reports.scss */
.page-annual-reports .region-highlighted > .width-page {
  max-width: 100%;
}
/* line 12, ../sass/pages/_pg-annual-reports.scss */
.page-annual-reports .b-cover-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  background: #000;
}
/* line 78, ../sass/components/_components-layouts.scss */
.page-annual-reports .b-cover-image .image {
  position: relative;
  display: inline-block;
}
/* line 81, ../sass/components/_components-layouts.scss */
.page-annual-reports .b-cover-image .image:before, .page-annual-reports .b-cover-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
}
/* line 88, ../sass/components/_components-layouts.scss */
.page-annual-reports .b-cover-image .image:before {
  left: -5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAAABCAYAAADAd3zTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAADySURBVChTrcNLRN8BAADgf4+1HiYpkmSSSCJRdFhEEZFEZCISkUiHiOgQEdEhOqTDDokREZGIRCJJzBQzSUl6KD317td3+B2S6NLHFyH4hM8ffHr18c2H8H34ztvwTfg6fOWlF5575qknHnvkoQfuu+euO2675X//uemGf/3jumuuuuKySy664LxzzjrjtFNO+tsJx/3lmKOOOOyQgw7Yb5+99thtl5122G6brbbYbJON/rTBeuustcZqq6y0wnLL/GGpJRZbZKEF5ptnrjlm+90sM80w3TRTTTHZbyaZaILxfjXOL8YaY7RRQRBE3h9EXgAwLHK81Vn0PwAAAABJRU5ErkJggg==") 0 0 repeat-y;
}
/* line 92, ../sass/components/_components-layouts.scss */
.page-annual-reports .b-cover-image .image:after {
  right: -5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAAABCAYAAADAd3zTAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4zjOaXUAAAAPNJREFUKFOl0slHpwEAgOH21UiKJEkSGZEoOhRRRCQxZEQkIpEOQ0SHiIgO0SEdOiQiIiIRiUSSyCiSkZK0KK2a1l9PfIdEOvTy/AdvWCgU+pTCiSCSKKKJIZY44kkgkR8kkUwKqaSRTgaZZJFNDrnk8ZN8CiikiGJKKKWMciqopIpqaqiljl/U85sGGmmimRZaaaOdDv7QSRfd9NBLH/0MMMgQw4wwyhjjTDDJFNPMMMsc8yywyBLLrLDKGuts8JdNtthmh3/sssc+BxxyxDEnnHLGORdccsU1N9wG7gL/A/c8BB4DTx88v/PyhbdBviEs9ApcPHK8c991xAAAAABJRU5ErkJggg==") 0 0 repeat-y;
}
/* line 96, ../sass/components/_components-layouts.scss */
.page-annual-reports .b-cover-image .image p {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
/* line 99, ../sass/components/_components-layouts.scss */
.page-annual-reports .b-cover-image .title {
  width: 1030px;
  margin-left: -515px;
}
/* line 105, ../sass/components/_components-layouts.scss */
.page-annual-reports .b-cover-image h2 {
  position: absolute;
  display: inline;
}
/* line 15, ../sass/pages/_pg-annual-reports.scss */
.page-annual-reports .b-cover-image h2 {
  top: 40px;
  left: 20px;
  background: #2A3249;
  text-transform: none;
}
/* line 22, ../sass/pages/_pg-annual-reports.scss */
.page-annual-reports .b-recent-press-releases {
  margin-bottom: 55px;
}
/* line 24, ../sass/pages/_pg-annual-reports.scss */
.page-annual-reports .b-recent-press-releases .pane-title {
  margin-top: 40px;
  font-size: 16px;
}
/* line 28, ../sass/pages/_pg-annual-reports.scss */
.page-annual-reports .b-recent-press-releases ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 33, ../sass/pages/_pg-annual-reports.scss */
.page-annual-reports .b-recent-press-releases .field-content {
  line-height: 26px;
}

/* node-type-*** */
/* page FAQ */
/* line 4, ../sass/pages/_pg-faq.scss */
.page-faq .region-content {
  padding-left: 20px;
  margin-top: 20px;
}
/* line 8, ../sass/pages/_pg-faq.scss */
.page-faq .region-content .b-faq .pane-title {
  letter-spacing: -0.5px;
  text-align: left;
  text-transform: none;
}
/* line 13, ../sass/pages/_pg-faq.scss */
.page-faq .region-content .b-faq li {
  padding-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dedede;
  line-height: 1;
}
/* line 18, ../sass/pages/_pg-faq.scss */
.page-faq .region-content .b-faq li a {
  line-height: 1.4;
}
/* line 22, ../sass/pages/_pg-faq.scss */
.page-faq .region-sidebar-first {
  margin-top: 102px;
}
/* line 25, ../sass/pages/_pg-faq.scss */
.page-faq .region-sidebar-first .b-faq .pane-title {
  padding-left: 0;
  text-align: left;
}
/* line 30, ../sass/pages/_pg-faq.scss */
.page-faq .region-sidebar-first .b-faq li {
  padding-top: 16px;
  padding-bottom: 5px;
  border-bottom: none;
  line-height: 1;
}
/* line 35, ../sass/pages/_pg-faq.scss */
.page-faq .region-sidebar-first .b-faq li a {
  padding-left: 0;
  line-height: 1.5;
}
/* line 38, ../sass/pages/_pg-faq.scss */
.page-faq .region-sidebar-first .b-faq li a:before {
  background: none;
}

/* page basic-wide */
/* line 6, ../sass/pages/_pg-basic-wide.scss */
.page-node .region-content,
.page-blog .region-content,
.page-faq .region-content,
.page-news-and-events .region-content {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
}
/* line 9, ../sass/pages/_pg-basic-wide.scss */
.page-node .region-sidebar-first,
.page-blog .region-sidebar-first,
.page-faq .region-sidebar-first,
.page-news-and-events .region-sidebar-first {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}

/* line 15, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 19, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide .region-highlighted > .width-page {
  max-width: 100%;
}
/* line 24, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide.page-node .region-content {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}
/* line 25, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide.page-node .region-sidebar-first {
  float: none;
  width: 100%;
  margin: 0;
}
/* line 27, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide .b-cover-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  background: #074278;
}
/* line 78, ../sass/components/_components-layouts.scss */
.pg-basic-wide .b-cover-image .image {
  position: relative;
  display: inline-block;
}
/* line 81, ../sass/components/_components-layouts.scss */
.pg-basic-wide .b-cover-image .image:before, .pg-basic-wide .b-cover-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
}
/* line 88, ../sass/components/_components-layouts.scss */
.pg-basic-wide .b-cover-image .image:before {
  left: -5px;
  background: url("../images/mask-left-b.png") 0 0 repeat-y;
}
/* line 92, ../sass/components/_components-layouts.scss */
.pg-basic-wide .b-cover-image .image:after {
  right: -5px;
  background: url("../images/mask-right-b.png") 0 0 repeat-y;
}
/* line 96, ../sass/components/_components-layouts.scss */
.pg-basic-wide .b-cover-image .image p {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
/* line 99, ../sass/components/_components-layouts.scss */
.pg-basic-wide .b-cover-image .title {
  width: 1030px;
  margin-left: -515px;
}
/* line 105, ../sass/components/_components-layouts.scss */
.pg-basic-wide .b-cover-image h2 {
  position: absolute;
  display: inline;
}
/* line 30, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide .b-cover-image h2 {
  top: 40px;
  left: 10px;
  background: #2A3249;
  text-transform: none;
}
/* line 37, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide .pane-node-field-blog-post-source,
.pg-basic-wide .pane-node-field-blog-post-tags {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 42, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide .pane-node-field-blog-post-source a,
.pg-basic-wide .pane-node-field-blog-post-tags a {
  color: #19388a;
}
/* line 44, ../sass/pages/_pg-basic-wide.scss */
.pg-basic-wide .pane-node-field-blog-post-source a:hover,
.pg-basic-wide .pane-node-field-blog-post-tags a:hover {
  color: #1451f1;
}

/* node-type-*** */
/* page node */
/* line 3, ../sass/pages/_pg-node.scss */
.b-member-header .panel-pane.title {
  display: inline-block;
  border: none;
}
/* line 4, ../sass/pages/_pg-node.scss */
.b-member-header .title h2 {
  margin-top: 50px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 30px;
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  background: rgba(46, 52, 76, 0.8);
  text-transform: uppercase;
}
/* line 16, ../sass/pages/_pg-node.scss */
.b-member-header #mini-panel-member_header {
  height: 196px;
}
/* line 18, ../sass/pages/_pg-node.scss */
.b-member-header .pane-menu-members .pane-title {
  display: none;
}
/* line 19, ../sass/pages/_pg-node.scss */
.b-member-header .pane-menu-members .menu-name-menu-members {
  position: absolute;
  bottom: 0px;
  left: 20px;
}
/* line 25, ../sass/pages/_pg-node.scss */
.b-member-header .pane-menu-members .menu li {
  margin-right: 27px;
  display: inline-block;
}
/* line 28, ../sass/pages/_pg-node.scss */
.b-member-header .pane-menu-members .menu li a {
  display: inline-block;
  padding: 15px 5px 13px;
  border-bottom: 5px solid transparent;
  letter-spacing: -0.2px;
  font-family: "function_prodemi", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #94a0be;
}
/* line 38, ../sass/pages/_pg-node.scss */
.b-member-header .pane-menu-members .menu li a.is-active-trail {
  border-bottom-color: #fff;
  color: #fff;
}
/* line 42, ../sass/pages/_pg-node.scss */
.b-member-header .pane-menu-members .menu li a:hover {
  color: #fff;
}

/* line 50, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .region-highlighted, .page-taxonomy.section-team .region-highlighted {
  position: relative;
  background-color: #3c6897;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMzY1ZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjNDQ3OGE4Ii8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiM0NDc4YTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjM2NWYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1f365f), color-stop(30%, #4478a8), color-stop(70%, #4478a8), color-stop(100%, #1f365f));
  background-image: -moz-linear-gradient(left, #1f365f 0%, #4478a8 30%, #4478a8 70%, #1f365f 100%);
  background-image: -webkit-linear-gradient(left, #1f365f 0%, #4478a8 30%, #4478a8 70%, #1f365f 100%);
  background-image: linear-gradient(to right, #1f365f 0%, #4478a8 30%, #4478a8 70%, #1f365f 100%);
}
/* line 54, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .region-highlighted:before, .page-taxonomy.section-team .region-highlighted:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 48px;
  width: 100%;
  background: #00378d;
}

/* line 65, ../sass/pages/_pg-node.scss */
#mini-panel-internal_page_bottom .panel-col-first {
  width: 49%;
  margin-right: 2%;
}
/* line 69, ../sass/pages/_pg-node.scss */
#mini-panel-internal_page_bottom .panel-col-last {
  width: 49%;
}

/* line 81, ../sass/pages/_pg-node.scss */
.page-node #mini-panel-internal_page_bottom .inside .panel-pane {
  margin-right: 20px;
}
/* line 84, ../sass/pages/_pg-node.scss */
.page-node .f-ai-subscription {
  margin-bottom: 35px;
}
/* line 87, ../sass/pages/_pg-node.scss */
.page-node .region-content-bottom {
  padding-top: 60px;
}

/* node-type- */
/* line 94, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .region-content {
  padding-top: 30px;
}
/* line 96, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .region-content > .panel-pane {
  margin-left: 25px;
}
/* line 100, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 106, ../sass/pages/_pg-node.scss */
.page-node.node-type-member div.b-ai-back:first-of-type {
  margin-bottom: 20px;
}
/* line 107, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .b-member-header .panel-pane.title {
  display: inline-block;
  border: none;
}
/* line 110, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .pane-entity-view {
  margin-right: 40px;
  margin-bottom: 20px;
}
/* line 113, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .pane-entity-view .panel-col-top + .center-wrapper .panel-col-first,
.page-node.node-type-member .pane-entity-view .panel-col-top + .center-wrapper .panel-col-last {
  float: none;
  display: table-cell;
  vertical-align: top;
  background: #ee2e24;
}
/* line 119, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .pane-entity-view .panel-col-top + .center-wrapper .panel-col-first .pane-node-field-member-positions,
.page-node.node-type-member .pane-entity-view .panel-col-top + .center-wrapper .panel-col-last .pane-node-field-member-positions {
  width: 80%;
}
/* line 124, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .panel-col-top + .center-wrapper .panel-col-last {
  text-align: right;
  width: 18%;
  padding: 9px 8px 0;
}
/* line 128, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .panel-col-top + .center-wrapper .panel-col-last .inside {
  margin-bottom: 5px;
}
/* line 130, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .pane-node-field-member-name .field-item {
  font-size: 35px;
  margin-top: 50px;
  padding-left: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
/* line 138, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .pane-node-field-member-positions .textformatter-list {
  font-size: 20px;
  padding-left: 30px;
  color: #fff;
  line-height: 1.4;
}
/* line 144, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .pane-node-field-email a[href^="mailto"] {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px;
  width: 175px;
  background: #00378d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
/* line 157, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .pane-node-field-email a[href^="mailto"]:hover {
  background: #00235a;
}
/* line 159, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .panel-col-middle {
  margin: 10px;
}
/* line 162, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .panel-col-middle + .center-wrapper .panel-col-first {
  width: 70%;
}
/* line 165, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .panel-col-middle + .center-wrapper .panel-col-last {
  width: 30%;
}
/* line 167, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .panel-col-middle + .center-wrapper .panel-col-last .inside {
  float: right;
}
/* line 169, ../sass/pages/_pg-node.scss */
.page-node.node-type-member .field-type-text-with-summary p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}

/* line 177, ../sass/pages/_pg-node.scss */
.page-node.section-campaigns .region-content-bottom {
  padding-top: 25px;
}

/* line 181, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .region-content {
  padding-left: 20px;
}
/* line 182, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .pane-node-created {
  font-size: 14px;
  color: #113186;
}
/* line 186, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .pane-node-title {
  font-size: 22px;
  font-weight: bold;
  color: #022c52;
}
/* line 190, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .pane-node-title h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 196, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .pane-node-body p, .page-node.node-type-career .pane-node-body h1, .page-node.node-type-career .pane-node-body h2, .page-node.node-type-career .pane-node-body h3, .page-node.node-type-career .pane-node-body h4, .page-node.node-type-career .pane-node-body h5, .page-node.node-type-career .pane-node-body h6 {
  line-height: 1.7em;
  margin: 1em 0 20px;
}
/* line 200, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .pane-node-body ol, .page-node.node-type-career .pane-node-body ul {
  padding-left: 26px;
  margin: 26px 0 1em;
}
/* line 203, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .pane-node-body ol li, .page-node.node-type-career .pane-node-body ul li {
  line-height: 1.7em;
}
/* line 207, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .pane-node-body a {
  line-height: 1.7em;
  color: #19388a;
}
/* line 210, ../sass/pages/_pg-node.scss */
.page-node.node-type-career .pane-node-body a:hover {
  color: #1451f1;
}

/* line 218, ../sass/pages/_pg-node.scss */
.page-node.node-type-faq .region-content {
  padding-left: 20px;
}
/* line 221, ../sass/pages/_pg-node.scss */
.page-node.node-type-faq .region-sidebar-first {
  padding-top: 45px;
}
/* line 222, ../sass/pages/_pg-node.scss */
.page-node.node-type-faq .b-ai-back {
  margin-bottom: 0;
}
/* line 224, ../sass/pages/_pg-node.scss */
.page-node.node-type-faq .b-ai-back a {
  padding-left: 0;
  margin-left: 0;
  font-size: 16px;
}
/* line 230, ../sass/pages/_pg-node.scss */
.page-node.node-type-faq .region-content h2 {
  margin-top: 45px;
  margin-bottom: 35px;
  text-align: left;
  text-transform: none;
  color: rgba(46, 52, 76, 0.8);
}
/* line 238, ../sass/pages/_pg-node.scss */
.page-node.node-type-faq .pane-node-title {
  padding-left: 35px;
  margin-bottom: 15px;
  color: #0369d1;
  border-bottom: 1px dotted #E0E0E0;
  position: relative;
}
/* line 360, ../sass/_pt-mixins.scss */
.page-node.node-type-faq .pane-node-title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url("../images/item.png") 0 0 no-repeat;
  top: 10px;
  left: 5px;
  height: 20px;
}
/* line 249, ../sass/pages/_pg-node.scss */
.page-node.node-type-faq .pane-node-body {
  padding-left: 40px;
  padding-right: 10%;
  color: #19388a;
}
/* line 253, ../sass/pages/_pg-node.scss */
.page-node.node-type-faq .pane-node-body p {
  margin-top: 15px;
  line-height: 1.8;
  font-size: 16px;
}

/* line 262, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 266, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .region-highlighted > .width-page {
  max-width: 100%;
}
/* line 270, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .region-content-bottom {
  padding-top: 0;
  background: none;
}
/* line 274, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .b-social {
  margin-bottom: 30px;
}
/* line 277, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .b-twitter-slider {
  margin-top: 20px;
  padding-left: 10px;
  margin: 0 auto;
  max-width: 1030px;
}
/* line 283, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .flexslider {
  margin-bottom: 20px;
}
/* line 284, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .b-contact-information {
  margin-top: 10px;
}
/* line 285, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .f-contact {
  margin-bottom: 30px;
}
/* line 288, ../sass/pages/_pg-node.scss */
.page-node.section-contact-us .b-media-contacts {
  margin-left: 20px;
}

/* line 296, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .region-content-top,
.node-type-big-event-subpage .region-content-top {
  padding-top: 0;
}
/* line 298, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .region-content-top > .width-page,
.node-type-big-event-subpage .region-content-top > .width-page {
  max-width: 100%;
}
/* line 302, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .region-content,
.node-type-big-event-subpage .region-content {
  padding-left: 15px;
}
/* line 303, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .region-content-bottom,
.node-type-big-event-subpage .region-content-bottom {
  padding-top: 0;
  background: none;
}
/* line 306, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .region-content-bottom .pane-page-breadcrumb,
.node-type-big-event-subpage .region-content-bottom .pane-page-breadcrumb {
  margin: 10px auto;
  max-width: 1030px;
}
/* line 309, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .region-content-bottom .pane-page-breadcrumb .breadcrumb,
.node-type-big-event-subpage .region-content-bottom .pane-page-breadcrumb .breadcrumb {
  padding-left: 15px;
}
/* line 313, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .region-content-bottom .width-page > .panel-pane,
.node-type-big-event-subpage .region-content-bottom .width-page > .panel-pane {
  margin-bottom: 40px;
}
/* line 317, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .pane-entity-view,
.node-type-big-event-subpage .pane-entity-view {
  margin-bottom: 0;
}
/* line 319, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .pane-entity-view .pane-title,
.node-type-big-event-subpage .pane-entity-view .pane-title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 2em;
  text-align: center;
}
/* line 325, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .pane-entity-view .field-name-body,
.node-type-big-event-subpage .pane-entity-view .field-name-body {
  margin-bottom: 60px;
}
/* line 328, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .pane-entity-view p,
.node-type-big-event-subpage .pane-entity-view p {
  line-height: 1.4;
}
/* line 332, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .pane-event-header-line,
.node-type-big-event-subpage .pane-event-header-line {
  background: #2f374d;
}
/* line 335, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line,
.node-type-big-event-subpage #mini-panel-event_header_line {
  margin: 0 auto;
  padding-bottom: 4px;
  max-width: 1030px;
  height: 100%;
  color: #fff;
}
/* line 341, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col-first, .page-node.node-type-big-event #mini-panel-event_header_line .panel-col, .page-node.node-type-big-event #mini-panel-event_header_line .panel-col-last,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-first,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-last {
  line-height: 60px;
}
/* line 343, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col-first .inside, .page-node.node-type-big-event #mini-panel-event_header_line .panel-col .inside, .page-node.node-type-big-event #mini-panel-event_header_line .panel-col-last .inside,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-first .inside,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col .inside,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-last .inside {
  margin: 0;
}
/* line 344, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col-first .pane-node-field-date,
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col-first .view-event-header-location, .page-node.node-type-big-event #mini-panel-event_header_line .panel-col .pane-node-field-date,
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col .view-event-header-location, .page-node.node-type-big-event #mini-panel-event_header_line .panel-col-last .pane-node-field-date,
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col-last .view-event-header-location,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-first .pane-node-field-date,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-first .view-event-header-location,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col .pane-node-field-date,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col .view-event-header-location,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-last .pane-node-field-date,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-last .view-event-header-location {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
/* line 352, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col-first,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-first {
  width: 20%;
}
/* line 355, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col {
  width: 55%;
}
/* line 358, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .panel-col-last,
.node-type-big-event-subpage #mini-panel-event_header_line .panel-col-last {
  float: right;
  display: inline-block;
  width: 24%;
}
/* line 363, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .action,
.node-type-big-event-subpage #mini-panel-event_header_line .action {
  margin-left: 20px;
  padding: 10px 50px 10px;
  background: #ff0000;
  font-size: 17px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
}
/* line 372, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .action:hover,
.node-type-big-event-subpage #mini-panel-event_header_line .action:hover {
  background: #cc0000;
}
/* line 373, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event #mini-panel-event_header_line .action:focus,
.node-type-big-event-subpage #mini-panel-event_header_line .action:focus {
  outline: none;
}
/* line 376, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .view-event-subpages,
.node-type-big-event-subpage .view-event-subpages {
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 379, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .view-event-subpages table,
.node-type-big-event-subpage .view-event-subpages table {
  width: 100%;
}
/* line 383, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .view-event-subpages td.col-1,
.node-type-big-event-subpage .view-event-subpages td.col-1 {
  width: 30%;
}
/* line 386, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .view-event-subpages td.col-2,
.node-type-big-event-subpage .view-event-subpages td.col-2 {
  width: 45%;
}
/* line 391, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .view-event-subpages .field-content a,
.node-type-big-event-subpage .view-event-subpages .field-content a {
  display: inline-block;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: bold;
  color: #2f374d;
  text-decoration: underline;
  line-height: 1.4;
}
/* line 399, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .view-event-subpages .field-content a:hover,
.node-type-big-event-subpage .view-event-subpages .field-content a:hover {
  color: #1451f1;
}
/* line 405, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .b-programs .pane-title,
.node-type-big-event-subpage .b-programs .pane-title {
  margin-top: 0px;
}
/* line 407, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .b-programs .field-item,
.node-type-big-event-subpage .b-programs .field-item {
  display: inline-block;
  margin-bottom: 30px;
  width: 19%;
  padding: 1px;
  margin-right: 1%;
}
/* line 413, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .b-programs .field-item img,
.node-type-big-event-subpage .b-programs .field-item img {
  display: inline-block;
  vertical-align: top;
}
/* line 417, ../sass/pages/_pg-node.scss */
.page-node.node-type-big-event .b-programs .field-item:last-child,
.node-type-big-event-subpage .b-programs .field-item:last-child {
  margin-right: 0;
}

/* page taxonomy */
/* line 4, ../sass/pages/_pg-taxonomy.scss */
.page-taxonomy.section-team .region-content {
  padding-top: 30px;
}
/* line 7, ../sass/pages/_pg-taxonomy.scss */
.page-taxonomy.section-team .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 13, ../sass/pages/_pg-taxonomy.scss */
.page-taxonomy.section-team .b-member-header .panel-pane.title {
  display: inline-block;
  border: none;
}

/* page careers */
/* line 6, ../sass/pages/_pg-careers.scss */
.b-opening {
  top: auto;
  bottom: -25px;
  text-align: center;
}
/* line 11, ../sass/pages/_pg-careers.scss */
.b-opening .button {
  display: inline-block;
  width: 250px;
  padding: 17px;
  background: #ee2e24;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #fff;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
/* line 23, ../sass/pages/_pg-careers.scss */
.b-opening .button:hover {
  background: #cf1a10;
}

/* line 29, ../sass/pages/_pg-careers.scss */
.b-current-opening .pane-title {
  margin: 0px 0 60px;
  font-size: 29px;
  color: #2f374d;
  text-align: center;
}
/* line 36, ../sass/pages/_pg-careers.scss */
.b-current-opening table td {
  width: 33%;
  vertical-align: top;
}
/* line 39, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.card {
  position: relative;
  color: black;
}
/* line 42, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.card a {
  display: block;
  min-height: 100px;
  color: #2f374d;
  text-align: center;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform, 0.2s;
  -o-transition: -o-transform, 0.2s;
  -webkit-transition: -webkit-transform, 0.2s;
  transition: transform, 0.2s;
}
/* line 49, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.card a .field-content {
  margin: 10px 0 30px;
  color: #2f374d;
}
/* line 54, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.card h3 {
  margin: 65px 0 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
}
/* line 60, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.card .card__front {
  position: relative;
  background-color: #fff;
  z-index: -1;
}
/* line 66, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.card .card__back {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ef2f2a;
  background-color: #142f76;
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
/* line 76, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.card .card__back .field-content {
  color: white;
}
/* line 80, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.card > .description {
  display: none;
}
/* line 82, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.effect--hover {
  border-right: 1px solid #d5d7db;
  border-bottom: 1px solid #d5d7db;
}
/* line 85, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.effect--hover:hover .card__front {
  -moz-transition: -moz-transform, 0.3s;
  -o-transition: -o-transform, 0.3s;
  -webkit-transition: -webkit-transform, 0.3s;
  transition: transform, 0.3s;
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
/* line 89, ../sass/pages/_pg-careers.scss */
.b-current-opening table td.effect--hover:hover .card__back {
  -moz-transition: -moz-transform, 0.3s;
  -o-transition: -o-transform, 0.3s;
  -webkit-transition: -webkit-transform, 0.3s;
  transition: transform, 0.3s;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 2;
}

/* line 98, ../sass/pages/_pg-careers.scss */
.b-careers-postscript {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #2f374d;
}
/* line 106, ../sass/pages/_pg-careers.scss */
.b-careers-postscript p {
  margin: 0;
}
/* line 107, ../sass/pages/_pg-careers.scss */
.b-careers-postscript a {
  color: #19388a;
}
/* line 109, ../sass/pages/_pg-careers.scss */
.b-careers-postscript a:hover {
  color: #11265f;
}

/* line 119, ../sass/pages/_pg-careers.scss */
.page-careers .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 124, ../sass/pages/_pg-careers.scss */
.page-careers .region-highlighted > .width-page,
.page-careers #content > .width-page {
  max-width: 100%;
}
/* line 128, ../sass/pages/_pg-careers.scss */
.page-careers .region-content-top,
.page-careers .region-content-bottom {
  background: none;
}
/* line 132, ../sass/pages/_pg-careers.scss */
.page-careers .region-content-bottom {
  padding-top: 0;
}
/* line 133, ../sass/pages/_pg-careers.scss */
.page-careers .region-postscript {
  padding-top: 22px;
  background: url("../images/bg.jpg") 0 0 repeat;
}
/* line 137, ../sass/pages/_pg-careers.scss */
.page-careers .b-offer {
  margin-bottom: 50px;
}
/* line 138, ../sass/pages/_pg-careers.scss */
.page-careers .b-current-opening {
  margin-bottom: 50px;
}
/* line 139, ../sass/pages/_pg-careers.scss */
.page-careers .pane-page-breadcrumb {
  margin-bottom: 20px;
}

/* line 144, ../sass/pages/_pg-careers.scss */
.page-careers .region-highlighted .b-cover-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  background: #505765;
}
/* line 78, ../sass/components/_components-layouts.scss */
.page-careers .region-highlighted .b-cover-image .image {
  position: relative;
  display: inline-block;
}
/* line 81, ../sass/components/_components-layouts.scss */
.page-careers .region-highlighted .b-cover-image .image:before, .page-careers .region-highlighted .b-cover-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
}
/* line 88, ../sass/components/_components-layouts.scss */
.page-careers .region-highlighted .b-cover-image .image:before {
  left: -5px;
  background: url("../images/mask-left-dg.png") 0 0 repeat-y;
}
/* line 92, ../sass/components/_components-layouts.scss */
.page-careers .region-highlighted .b-cover-image .image:after {
  right: -5px;
  background: url("../images/mask-right-dg.png") 0 0 repeat-y;
}
/* line 96, ../sass/components/_components-layouts.scss */
.page-careers .region-highlighted .b-cover-image .image p {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
/* line 99, ../sass/components/_components-layouts.scss */
.page-careers .region-highlighted .b-cover-image .pane-title, .page-careers .region-highlighted .b-cover-image .title {
  width: 1030px;
  margin-left: -515px;
}
/* line 105, ../sass/components/_components-layouts.scss */
.page-careers .region-highlighted .b-cover-image .label {
  position: absolute;
  display: inline;
}
/* line 148, ../sass/pages/_pg-careers.scss */
.page-careers .region-highlighted .b-cover-image .title {
  margin-top: 250px;
  text-transform: uppercase;
  color: #fff;
}
/* line 152, ../sass/pages/_pg-careers.scss */
.page-careers .region-highlighted .b-cover-image .title h2 {
  margin: 0;
  font-size: 39px;
  line-height: 1.5;
}
/* line 157, ../sass/pages/_pg-careers.scss */
.page-careers .region-highlighted .b-cover-image .title h2 span {
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
/* line 165, ../sass/pages/_pg-careers.scss */
.page-careers .region-content .b-cover-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  background: #505765;
  margin-bottom: 20px;
}
/* line 78, ../sass/components/_components-layouts.scss */
.page-careers .region-content .b-cover-image .image {
  position: relative;
  display: inline-block;
}
/* line 81, ../sass/components/_components-layouts.scss */
.page-careers .region-content .b-cover-image .image:before, .page-careers .region-content .b-cover-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
}
/* line 88, ../sass/components/_components-layouts.scss */
.page-careers .region-content .b-cover-image .image:before {
  left: -5px;
  background: url("../images/mask-left-dg.png") 0 0 repeat-y;
}
/* line 92, ../sass/components/_components-layouts.scss */
.page-careers .region-content .b-cover-image .image:after {
  right: -5px;
  background: url("../images/mask-right-dg.png") 0 0 repeat-y;
}
/* line 96, ../sass/components/_components-layouts.scss */
.page-careers .region-content .b-cover-image .image p {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
/* line 99, ../sass/components/_components-layouts.scss */
.page-careers .region-content .b-cover-image .pane-title, .page-careers .region-content .b-cover-image .title {
  width: 1030px;
  margin-left: -515px;
}
/* line 105, ../sass/components/_components-layouts.scss */
.page-careers .region-content .b-cover-image .label {
  position: absolute;
  display: inline;
}
/* line 170, ../sass/pages/_pg-careers.scss */
.page-careers .region-content .b-cover-image .title {
  width: 1030px;
  margin-left: -515px;
  padding-top: 140px;
  color: #fff;
}
/* line 175, ../sass/pages/_pg-careers.scss */
.page-careers .region-content .b-cover-image .title .pane-title {
  display: block;
  left: 15px;
  top: 160px;
  width: 50%;
  margin: 0;
  padding: 0 50px;
  font-size: 30px;
  line-height: 1.4;
  text-align: left;
}
/* line 186, ../sass/pages/_pg-careers.scss */
.page-careers .region-content .b-cover-image .title h3 {
  margin-left: 51%;
  width: 49%;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}
/* line 196, ../sass/pages/_pg-careers.scss */
.page-careers .b-offer {
  padding: 0 40px;
  text-align: center;
}
/* line 199, ../sass/pages/_pg-careers.scss */
.page-careers .b-offer .pane-title {
  margin-top: 60px;
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
/* line 206, ../sass/pages/_pg-careers.scss */
.page-careers .b-offer p {
  margin: 0;
  font-size: 16px;
  line-height: 2.3;
}

/* page toolkits */
/* node-type-toolkit */
/* node-events */
/* node-type-event */
/* page blog */
/* form contact */
/* page donate */
/* page past-winner */
/* page node-type-past-winner */
/* page donate */
/* line 5, ../sass/pages/_pg-donate.scss */
.page-donate .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 9, ../sass/pages/_pg-donate.scss */
.page-donate .region-highlighted > .width-page {
  max-width: 100%;
}
/* line 13, ../sass/pages/_pg-donate.scss */
.page-donate .region-highlighted .b-cover-image .title {
  top: 63px;
  color: #fff;
}
/* line 16, ../sass/pages/_pg-donate.scss */
.page-donate .region-highlighted .b-cover-image .title h2 {
  font-size: 41px;
  text-transform: uppercase;
  line-height: 1;
}
/* line 21, ../sass/pages/_pg-donate.scss */
.page-donate .region-highlighted .b-cover-image .title span {
  display: block;
  font-weight: normal;
  font-size: 28px;
  margin-top: 7px;
  letter-spacing: 1px;
}
/* line 32, ../sass/pages/_pg-donate.scss */
.page-donate .region-content {
  padding-right: 30px;
  padding-bottom: 20px;
}
/* line 35, ../sass/pages/_pg-donate.scss */
.page-donate .region-content > .panel-pane {
  margin-left: 20px;
}
/* line 37, ../sass/pages/_pg-donate.scss */
.page-donate .panel-col-first .b-donate {
  margin-left: 0;
}
/* line 40, ../sass/pages/_pg-donate.scss */
.page-donate .panel-col {
  width: 35%;
}
/* line 42, ../sass/pages/_pg-donate.scss */
.page-donate .panel-col .b-donate {
  margin-left: 15px;
}
/* line 44, ../sass/pages/_pg-donate.scss */
.page-donate .panel-col-last {
  width: 31%;
}
/* line 46, ../sass/pages/_pg-donate.scss */
.page-donate .panel-col-last .b-donate {
  margin-right: 0;
  margin-left: 5px;
}

/* node-type-*** */
/* page past-winners */
/* line 4, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .header .region-header-bottom {
  margin-bottom: 0;
}
/* line 8, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .region-highlighted > .width-page {
  max-width: 100%;
}
/* line 11, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .region-highlighted .b-cover-title {
  padding-top: 10px;
  padding-bottom: 30px;
}
/* line 17, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .region-content {
  padding-bottom: 30px;
}
/* line 20, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .region-content > .panel-pane {
  margin-left: 30px;
}
/* line 21, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .region-content .b-ai-back {
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 5px;
}

/* line 31, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .b-ai-back a, .node-type-past-winner .b-ai-back a {
  margin-left: 0;
}
/* line 32, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .b-ai-back .l-back, .node-type-past-winner .b-ai-back .l-back {
  text-transform: none;
  font-size: 16px;
  color: #224cb4;
}
/* line 36, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .b-ai-back .l-back:hover, .node-type-past-winner .b-ai-back .l-back:hover {
  color: #1451f1;
  background: none;
}
/* line 40, ../sass/pages/_pg-past-winners.scss */
.page-past-winners .b-ai-back .l-back:before, .node-type-past-winner .b-ai-back .l-back:before {
  content: '\203a';
  color: #224cb4;
}

/* line 50, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content > .panel-pane {
  margin-left: 20px;
}
/* line 52, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content > .panel-pane:nth-child(1), .node-type-past-winner .region-content > .panel-pane:nth-child(2) {
  margin-left: 10px;
}
/* line 55, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content > .panel-pane.b-ai-back {
  margin-left: 0px;
}
/* line 57, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content .b-ai-back {
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 62, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content article .panel-col > div > div {
  margin-left: 10px;
}
/* line 63, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content article .panel-col > div .pane-node-field-image {
  margin-left: 0;
}
/* line 64, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content article .panel-col > div p {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
}
/* line 70, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content .post-info {
  margin-top: 10px;
  font-size: 14px;
}
/* line 73, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content .post-info span {
  color: #19388a;
}
/* line 77, ../sass/pages/_pg-past-winners.scss */
.node-type-past-winner .region-content .pane-node-title {
  margin-bottom: 15px;
  color: #022c52;
}

/* page forum, sub page forum */
/* line 4, ../sass/pages/_pg-forum.scss */
.unwrap-450 td {
  width: auto !important;
}
@media screen and (max-width: 450px) {
  /* line 54, ../sass/_mixins.scss */
  .unwrap-450 table, .unwrap-450 thead, .unwrap-450 tbody, .unwrap-450 th, .unwrap-450 tr, .unwrap-450 td {
    display: block;
  }
  /* line 55, ../sass/_mixins.scss */
  .unwrap-450 td {
    width: 100% !important;
  }
  /* line 9, ../sass/pages/_pg-forum.scss */
  .unwrap-450 td {
    padding: 0;
  }
  /* line 11, ../sass/pages/_pg-forum.scss */
  .unwrap-450 td p {
    margin: 0;
  }
  /* line 15, ../sass/pages/_pg-forum.scss */
  .unwrap-450 tr {
    margin-bottom: 10px;
  }
}

/* line 21, ../sass/pages/_pg-forum.scss */
.unwrap-920 td {
  padding: 10px;
  width: auto !important;
}
@media screen and (max-width: 920px) {
  /* line 54, ../sass/_mixins.scss */
  .unwrap-920 table, .unwrap-920 thead, .unwrap-920 tbody, .unwrap-920 th, .unwrap-920 tr, .unwrap-920 td {
    display: block;
  }
  /* line 55, ../sass/_mixins.scss */
  .unwrap-920 td {
    width: 100% !important;
  }
  /* line 27, ../sass/pages/_pg-forum.scss */
  .unwrap-920 td {
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 30, ../sass/pages/_pg-forum.scss */
  .unwrap-920 td p {
    margin: 0;
  }
  /* line 33, ../sass/pages/_pg-forum.scss */
  .unwrap-920 td strong {
    display: inline-block;
    margin-bottom: 5px;
  }
  /* line 38, ../sass/pages/_pg-forum.scss */
  .unwrap-920 tr {
    margin-bottom: 10px;
  }
  /* line 41, ../sass/pages/_pg-forum.scss */
  .unwrap-920.no-border {
    border: none;
  }
  /* line 43, ../sass/pages/_pg-forum.scss */
  .unwrap-920.no-border td {
    border: none;
  }
}

/* line 48, ../sass/pages/_pg-forum.scss */
.unwrap td {
  padding: 10px;
}
@media screen and (max-width: 920px) {
  /* line 54, ../sass/_mixins.scss */
  .unwrap table, .unwrap thead, .unwrap tbody, .unwrap th, .unwrap tr, .unwrap td {
    display: block;
  }
  /* line 55, ../sass/_mixins.scss */
  .unwrap td {
    width: 100% !important;
  }
  /* line 53, ../sass/pages/_pg-forum.scss */
  .unwrap td {
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 56, ../sass/pages/_pg-forum.scss */
  .unwrap td p {
    margin: 0;
  }
  /* line 59, ../sass/pages/_pg-forum.scss */
  .unwrap td strong {
    display: inline-block;
    margin-bottom: 5px;
  }
  /* line 64, ../sass/pages/_pg-forum.scss */
  .unwrap tr {
    margin-bottom: 10px;
  }
  /* line 67, ../sass/pages/_pg-forum.scss */
  .unwrap.no-border {
    border: none;
  }
  /* line 69, ../sass/pages/_pg-forum.scss */
  .unwrap.no-border td {
    border: none;
  }
}

@media screen and (max-width: 700px) {
  /* line 73, ../sass/pages/_pg-forum.scss */
  .ex2 {
    width: 100% !important;
  }
  /* line 54, ../sass/_mixins.scss */
  .ex2 table, .ex2 thead, .ex2 tbody, .ex2 th, .ex2 tr, .ex2 td {
    display: block;
  }
  /* line 55, ../sass/_mixins.scss */
  .ex2 td {
    width: 100% !important;
  }
}

@media screen and (max-width: 700px) {
  /* line 79, ../sass/pages/_pg-forum.scss */
  .ex1 {
    width: 100% !important;
  }
}

/* line 84, ../sass/pages/_pg-forum.scss */
.scroll-h {
  width: 100%;
  overflow-x: auto;
}

/* line 58, ../sass/_mixins.scss */
table.add-padding th {
  font-weight: bold;
}
/* line 59, ../sass/_mixins.scss */
table.add-padding th, table.add-padding tr td {
  vertical-align: top;
}
/* line 60, ../sass/_mixins.scss */
table.add-padding tr td {
  padding: 3px 10px;
}
/* line 61, ../sass/_mixins.scss */
table.add-padding th {
  padding: 3px 10px;
  text-align: left;
}
/* line 62, ../sass/_mixins.scss */
table.add-padding .title td {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

/* line 95, ../sass/pages/_pg-forum.scss */
table.table-style {
  border: 2px solid #ccc;
}
/* line 6, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss */
table.table-style thead th {
  border-bottom: 2px solid #ccc;
}
/* line 9, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss */
table.table-style tfoot th, table.table-style tfoot td {
  border-top: 2px solid #ccc;
}
/* line 12, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss */
table.table-style th:first-child {
  border-right: 2px solid #ccc;
}
/* line 16, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss */
table.table-style th, table.table-style td {
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left-width: 0;
  border-top-width: 0;
}
/* line 22, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss */
table.table-style th:last-child, table.table-style td:last-child {
  border-right-width: 0;
}
/* line 28, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss */
table.table-style th.last, table.table-style td.last {
  border-right-width: 0;
}
/* line 33, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss */
table.table-style tbody tr:last-child th, table.table-style tbody tr:last-child td, table.table-style tfoot tr:last-child th, table.table-style tfoot tr:last-child td {
  border-bottom-width: 0;
}
/* line 37, ../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss */
table.table-style tbody tr.last th, table.table-style tbody tr.last td, table.table-style tfoot tr.last th, table.table-style tfoot tr.last td {
  border-bottom-width: 0;
}
/* line 58, ../sass/_mixins.scss */
table.table-style th {
  font-weight: bold;
}
/* line 59, ../sass/_mixins.scss */
table.table-style th, table.table-style tr td {
  vertical-align: top;
}
/* line 60, ../sass/_mixins.scss */
table.table-style tr td {
  padding: 3px 10px;
}
/* line 61, ../sass/_mixins.scss */
table.table-style th {
  padding: 3px 10px;
  text-align: left;
}
/* line 62, ../sass/_mixins.scss */
table.table-style .title td {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

/* line 99, ../sass/pages/_pg-forum.scss */
ul.style {
  padding-left: 0;
}
/* line 101, ../sass/pages/_pg-forum.scss */
ul.style li {
  display: block;
  margin-bottom: 10px;
}
/* line 104, ../sass/pages/_pg-forum.scss */
ul.style li strong {
  display: inline-block;
  margin-bottom: 5px;
}

/* line 110, ../sass/pages/_pg-forum.scss */
.fx-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
/* line 116, ../sass/pages/_pg-forum.scss */
.fx-gallery p {
  display: inline-block;
}

/* line 122, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum .pane-page-content,
.node-type-mid-year-training-institute .pane-page-content {
  padding: 0 15px;
}
/* line 125, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum .pane-title,
.node-type-mid-year-training-institute .pane-title {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 131, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum .region-content iframe, body.node-type-national-leadership-forum .region-content table,
.node-type-mid-year-training-institute .region-content iframe,
.node-type-mid-year-training-institute .region-content table {
  max-width: 100%;
  width: 100% !important;
}
/* line 135, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum .region-content img,
.node-type-mid-year-training-institute .region-content img {
  max-width: 100%;
}
/* line 138, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum .region-content table,
.node-type-mid-year-training-institute .region-content table {
  border: none;
}
/* line 140, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum .region-content table img,
.node-type-mid-year-training-institute .region-content table img {
  max-width: 300px;
  width: auto !important;
}
/* line 144, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum .region-content table td,
.node-type-mid-year-training-institute .region-content table td {
  padding: 15px;
  border: none;
}
/* line 150, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum .iframe,
.node-type-mid-year-training-institute .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
/* line 45, ../sass/_mixins.scss */
body.node-type-national-leadership-forum .iframe iframe,
.node-type-mid-year-training-institute .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  /* line 157, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum .region-content table td,
  .node-type-mid-year-training-institute .region-content table td {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  /* line 168, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum .region-content table, body.node-type-national-leadership-forum .region-content tbody, body.node-type-national-leadership-forum .region-content tr, body.node-type-national-leadership-forum .region-content table td,
  .node-type-mid-year-training-institute .region-content table,
  .node-type-mid-year-training-institute .region-content tbody,
  .node-type-mid-year-training-institute .region-content tr,
  .node-type-mid-year-training-institute .region-content table td {
    text-align: center;
    display: block;
    width: 100%;
  }
  /* line 172, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum .region-content table .rtecenter, body.node-type-national-leadership-forum .region-content tbody .rtecenter, body.node-type-national-leadership-forum .region-content tr .rtecenter, body.node-type-national-leadership-forum .region-content table td .rtecenter,
  .node-type-mid-year-training-institute .region-content table .rtecenter,
  .node-type-mid-year-training-institute .region-content tbody .rtecenter,
  .node-type-mid-year-training-institute .region-content tr .rtecenter,
  .node-type-mid-year-training-institute .region-content table td .rtecenter {
    text-align: center;
  }
  /* line 176, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum .region-content table img,
  .node-type-mid-year-training-institute .region-content table img {
    width: 300px !important;
  }
  /* line 179, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum .region-content .rtecenter,
  .node-type-mid-year-training-institute .region-content .rtecenter {
    text-align: left;
  }
}

@media screen and (max-width: 992px) {
  /* line 187, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .ui-tabs .ui-tabs-panel {
    padding: 15px;
  }
  /* line 190, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .ui-tabs .ui-tabs-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 0 !important;
  }
  /* line 196, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .ui-tabs .ui-tabs-nav li {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
  }
  /* line 202, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .ui-tabs .ui-tabs-nav li:last-child {
    margin-right: 0 !important;
  }
  /* line 205, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .ui-tabs .ui-tabs-nav li a {
    float: none;
    height: 100% !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  /* line 214, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .pane-page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 218, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .ui-tabs .ui-tabs-nav {
    flex-direction: column;
  }
  /* line 220, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .ui-tabs .ui-tabs-nav li {
    margin-right: 0 !important;
  }
  /* line 222, ../sass/pages/_pg-forum.scss */
  body.page-forum-sessions .ui-tabs .ui-tabs-nav li a {
    width: 100%;
  }
}

/* line 231, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum-subpag .pane-page-content,
body.node-type-midyear-training-institute-subpa .pane-page-content {
  overflow-x: hidden;
  padding: 0 15px;
}
/* line 234, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum-subpag .pane-page-content p img,
body.node-type-midyear-training-institute-subpa .pane-page-content p img {
  margin: 10px !important;
}
/* line 238, ../sass/pages/_pg-forum.scss */
body.node-type-national-leadership-forum-subpag img,
body.node-type-midyear-training-institute-subpa img {
  max-width: 100%;
}
@media (max-width: 680px) {
  /* line 242, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum-subpag .region-content-bottom,
  body.node-type-midyear-training-institute-subpa .region-content-bottom {
    padding-top: 20px;
  }
  /* line 245, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum-subpag .b-social-row li,
  body.node-type-midyear-training-institute-subpa .b-social-row li {
    margin-bottom: 5px;
  }
  /* line 251, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum-subpag .b-programs .views-row,
  body.node-type-national-leadership-forum-subpag .b-coalitions .views-row,
  body.node-type-national-leadership-forum-subpag .b-campeign-news .views-row,
  body.node-type-midyear-training-institute-subpa .b-programs .views-row,
  body.node-type-midyear-training-institute-subpa .b-coalitions .views-row,
  body.node-type-midyear-training-institute-subpa .b-campeign-news .views-row {
    float: none;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 264, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum-subpag.one-sidebar .region-sidebar-first h4,
  body.node-type-midyear-training-institute-subpa.one-sidebar .region-sidebar-first h4 {
    margin: 0;
  }
  /* line 267, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum-subpag.one-sidebar .region-sidebar-first hr,
  body.node-type-midyear-training-institute-subpa.one-sidebar .region-sidebar-first hr {
    margin: 10px 0;
  }
}
@media screen and (max-width: 992px) {
  /* line 276, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum-subpag.one-sidebar .region-sidebar-first,
  body.node-type-midyear-training-institute-subpa.one-sidebar .region-sidebar-first {
    float: none;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  /* line 282, ../sass/pages/_pg-forum.scss */
  body.node-type-national-leadership-forum-subpag.one-sidebar .region-content,
  body.node-type-midyear-training-institute-subpa.one-sidebar .region-content {
    float: none;
    width: 100%;
  }
}

/* line 4, ../sass/pages/_pg-search.scss */
.page-search404 .pane-page-content h2,
.page-search .pane-page-content h2 {
  text-align: center;
}
/* line 7, ../sass/pages/_pg-search.scss */
.page-search404 .search-form .form-wrapper,
.page-search .search-form .form-wrapper {
  text-align: center;
}
/* line 10, ../sass/pages/_pg-search.scss */
.page-search404 .search-form input.form-submit,
.page-search .search-form input.form-submit {
  width: 120px;
  height: 31px;
  padding: 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  background: #19388a;
  outline: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
/* line 25, ../sass/pages/_pg-search.scss */
.page-search404 .search-form input.form-submit:hover,
.page-search .search-form input.form-submit:hover {
  background: #11265f;
}
/* line 30, ../sass/pages/_pg-search.scss */
.page-search404 .search-result,
.page-search .search-result {
  border-bottom: 1px solid #DFDFE1;
}
/* line 32, ../sass/pages/_pg-search.scss */
.page-search404 .search-result .title,
.page-search .search-result .title {
  margin-top: 0px;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-right: 5%;
  font-family: "bebas_neueregular",sans-serif;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  color: #EE2E24;
  line-height: 1;
}
/* line 44, ../sass/pages/_pg-search.scss */
.page-search404 .search-result .title a,
.page-search .search-result .title a {
  color: #EE2E24;
}
/* line 46, ../sass/pages/_pg-search.scss */
.page-search404 .search-result .title a:hover,
.page-search .search-result .title a:hover {
  color: #CF1A10;
}

/* line 2, ../sass/pages/_pg-user.scss */
.page-user .pane-page-content {
  margin-bottom: 40px;
  max-width: 400px;
}
/* line 5, ../sass/pages/_pg-user.scss */
.page-user .pane-page-content .form-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 3px solid #19388a;
  font-size: 19px;
  font-weight: bold;
  color: #19388a;
}
/* line 15, ../sass/pages/_pg-user.scss */
.page-user .pane-page-content .form-actions {
  text-align: center;
}
/* line 18, ../sass/pages/_pg-user.scss */
.page-user .pane-page-content .form-submit {
  width: 170px;
  height: 45px;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  background: #19388a;
  outline: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}
/* line 30, ../sass/pages/_pg-user.scss */
.page-user .pane-page-content .form-submit:hover {
  background: #11265f;
}

/* line 2, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .region-content {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
/* line 7, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .align-center {
  text-align: center;
}
/* line 10, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-white {
  color: #fff;
}
/* line 12, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-white a {
  color: #fff;
}
/* line 14, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-blue {
  color: #195971;
}
/* line 15, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-blue-dark {
  color: #1d1f4e;
}
/* line 17, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-blue-dark a {
  color: #1d1f4e;
}
/* line 19, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-blue-dark2 {
  color: #263c87;
}
/* line 22, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-yellow {
  color: #ffed00;
}
/* line 23, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-yellow-dark {
  color: #f39200;
}
/* line 24, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-green {
  color: #009640;
}
/* line 25, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-green-dark {
  color: #006937;
}
/* line 26, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-brown {
  color: #d6a285;
}
/* line 28, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-brown a {
  text-decoration: none;
  color: #d6a285;
}
/* line 33, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-yellow, body.section-forum2022 .db-yellow-dark, body.section-forum2022 .db-green, body.section-forum2022 .db-green-dark, body.section-forum2022 .db-brown, body.section-forum2022 .db-blue {
  width: 250px;
  line-height: 0;
}
/* line 36, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-yellow:before, body.section-forum2022 .db-yellow-dark:before, body.section-forum2022 .db-green:before, body.section-forum2022 .db-green-dark:before, body.section-forum2022 .db-brown:before, body.section-forum2022 .db-blue:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
/* line 46, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-yellow {
  border: 3px solid #ffed00;
}
/* line 48, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-yellow:before {
  border: 3px solid #ffea00;
}
/* line 52, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-yellow-dark {
  border: 3px solid #f39200;
}
/* line 54, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-yellow-dark:before {
  border: 3px solid #f39200;
}
/* line 58, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-green {
  border: 3px solid #009640;
}
/* line 60, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-green:before {
  border: 3px solid #009640;
}
/* line 64, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-green-dark {
  border: 3px solid #006937;
}
/* line 66, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-green-dark:before {
  border: 3px solid #006937;
}
/* line 70, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-brown {
  border: 3px solid #d6a285;
}
/* line 72, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-brown:before {
  border: 3px solid #d6a285;
}
/* line 76, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-blue {
  border: 3px solid #195971;
}
/* line 78, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .db-blue:before {
  border: 3px solid #195971;
}
/* line 82, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .text-red {
  color: #e11522;
}
/* line 84, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .field-name-body .only-mobile h3 {
  font-family: tahoma, geneva, sans-serif;
  line-height: 1.4;
  margin-top: 10px;
}
/* line 89, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .field-name-body .only-mobile ul {
  margin-top: 0;
  list-style: disc;
}
/* line 93, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .field-name-body .only-mobile p {
  margin-top: 0;
}
/* line 96, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .field-name-body .only-mobile a {
  text-decoration: underline;
}
/* line 100, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .field-name-body .only-mobile.card img {
  max-width: 100%;
  width: 320px;
  margin: 0 !important;
}
/* line 105, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .field-name-body .only-mobile.card p {
  margin: 15px 0;
}
/* line 110, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .accordion {
  background-color: #33549B;
}
/* line 112, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .accordion .body {
  padding: 20px 20px 10px;
  color: #fff;
}
/* line 116, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .accordion .body p {
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 121, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .accordion .title {
  position: relative;
  font-size: 18px;
  padding: 16px 20px;
  font-weight: bold;
  color: #2e3671;
  border-bottom: 1px solid #fff;
}
/* line 128, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .accordion .title:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 15px;
  height: 15px;
  transitiot: transform  0.3s;
  background: url(../images/arrows/down-dark.png) center no-repeat;
  background-size: contain;
}
/* line 141, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .accordion .open .title:after {
  transform: rotate(180deg);
}
/* line 145, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .accordion .theme-dark .title {
  color: #fff;
}
/* line 146, ../sass/pages/_section-myti2021.scss */
body.section-forum2022 .accordion .theme-dark .title:after {
  background: url(../images/arrows/down.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  /* line 153, ../sass/pages/_section-myti2021.scss */
  body.section-forum2022 .pane-page-content {
    overflow: inherit !important;
  }
  /* line 156, ../sass/pages/_section-myti2021.scss */
  body.section-forum2022 .field-name-body {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  /* line 162, ../sass/pages/_section-myti2021.scss */
  body.section-forum2022 .region-highlighted, body.section-forum2022 .pane-title {
    display: none;
  }
}

/* line 168, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa iframe {
  margin-bottom: 20px;
}
/* line 171, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa table {
  width: 100% !important;
}
/* line 173, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa table img {
  width: 100%;
}
/* line 179, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa .pane-page-content .panel-pane1 p {
  margin: 0;
}
/* line 184, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa .pane-page-content .panel-pane p {
  margin-left: 0;
  margin-right: 0;
}
/* line 187, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa .pane-page-content .panel-pane p img {
  margin: 0px 0 0 !important;
}
/* line 193, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa .region > .panel-pane {
  margin-bottom: 15px;
}
/* line 196, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa .region-content {
  width: 100%;
  margin-right: 0px;
}
/* line 200, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa img {
  width: 100%;
}
/* line 204, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa .btn img {
  width: auto;
}
/* line 208, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa a img {
  width: auto;
}
/* line 211, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa .btn-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 215, ../sass/pages/_section-myti2021.scss */
body.node-type-midyear-training-institute-subpa .btn-2 img {
  width: auto;
  max-width: calc(100% - 20px);
}
@media (max-width: 768px) {
  /* line 221, ../sass/pages/_section-myti2021.scss */
  body.node-type-midyear-training-institute-subpa .pane-page-content {
    overflow: auto !important;
  }
  /* line 54, ../sass/_mixins.scss */
  body.node-type-midyear-training-institute-subpa table, body.node-type-midyear-training-institute-subpa thead, body.node-type-midyear-training-institute-subpa tbody, body.node-type-midyear-training-institute-subpa th, body.node-type-midyear-training-institute-subpa tr, body.node-type-midyear-training-institute-subpa td {
    display: block;
  }
  /* line 55, ../sass/_mixins.scss */
  body.node-type-midyear-training-institute-subpa td {
    width: 100% !important;
  }
  /* line 225, ../sass/pages/_section-myti2021.scss */
  body.node-type-midyear-training-institute-subpa table {
    width: 100% !important;
  }
  /* line 227, ../sass/pages/_section-myti2021.scss */
  body.node-type-midyear-training-institute-subpa table p {
    margin: 0;
  }
  /* line 230, ../sass/pages/_section-myti2021.scss */
  body.node-type-midyear-training-institute-subpa table td {
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 235, ../sass/pages/_section-myti2021.scss */
  body.node-type-midyear-training-institute-subpa iframe {
    max-width: 100%;
  }
  /* line 238, ../sass/pages/_section-myti2021.scss */
  body.node-type-midyear-training-institute-subpa .btn-2 {
    flex-direction: column;
  }
  /* line 240, ../sass/pages/_section-myti2021.scss */
  body.node-type-midyear-training-institute-subpa .btn-2 img {
    width: auto;
    max-width: 100%;
  }
}

/* line 247, ../sass/pages/_section-myti2021.scss */
.only-mobile, .only-tablet-mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 252, ../sass/pages/_section-myti2021.scss */
  .only-tablet-mobile {
    display: block;
  }

  /* line 255, ../sass/pages/_section-myti2021.scss */
  .only-desktop-wide {
    display: none;
  }

  /* line 258, ../sass/pages/_section-myti2021.scss */
  .mini-header-link {
    display: none;
  }

  /* line 261, ../sass/pages/_section-myti2021.scss */
  .mini-header-link-mobile {
    display: block;
  }
  /* line 263, ../sass/pages/_section-myti2021.scss */
  .mini-header-link-mobile ul {
    display: flex;
    background: #222c69;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 0px 0px;
    margin: 10px 0 15px;
    list-style: none;
  }
  /* line 274, ../sass/pages/_section-myti2021.scss */
  .mini-header-link-mobile li {
    margin: 0;
    display: block;
    text-align: center;
    padding: 0px;
    flex: 0 1 90px;
    min-width: 90px;
  }
  /* line 282, ../sass/pages/_section-myti2021.scss */
  .mini-header-link-mobile li:last-child img {
    max-width: 53px;
  }
}
@media (max-width: 480px) {
  /* line 290, ../sass/pages/_section-myti2021.scss */
  h2 {
    font-size: 1.3em;
  }

  /* line 293, ../sass/pages/_section-myti2021.scss */
  .countdownTimer .bannerOuterWrapper .banner .bannerTextWrapper .bannerTextInnerWrapper .bannerText .titlet {
    font-family: "Lato", sans-serif;
    font-size: 29px !important;
    margin: 10px auto 20px;
  }

  /* line 298, ../sass/pages/_section-myti2021.scss */
  .only-mobile {
    display: block;
  }

  /* line 301, ../sass/pages/_section-myti2021.scss */
  .only-desktop {
    display: none;
  }

  /* line 305, ../sass/pages/_section-myti2021.scss */
  .b-mti-hero-mobile img {
    width: 100%;
    max-width: 100%;
  }

  /* line 311, ../sass/pages/_section-myti2021.scss */
  .image-map-view-mobile ul {
    display: flex;
    background: #222c69;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px;
    margin: 30px 0 20px;
    list-style: none;
  }
  /* line 322, ../sass/pages/_section-myti2021.scss */
  .image-map-view-mobile li {
    margin: 0;
    display: block;
    text-align: center;
    padding: 10px;
  }

  /* line 330, ../sass/pages/_section-myti2021.scss */
  .image-map-view-mobile li {
    flex: 0 1 50%;
    min-width: 50%;
  }

  /* line 336, ../sass/pages/_section-myti2021.scss */
  .mini-header-link-mobile li {
    flex: 0 1 25%;
    min-width: 25%;
  }
  /* line 340, ../sass/pages/_section-myti2021.scss */
  .mini-header-link-mobile li:last-child img {
    max-width: 49px;
  }
}
@media (max-width: 374px) {
  /* line 350, ../sass/pages/_section-myti2021.scss */
  .mini-header-link-mobile li {
    flex: 0 1 90px;
    min-width: 90px;
  }
  /* line 354, ../sass/pages/_section-myti2021.scss */
  .mini-header-link-mobile li:last-child img {
    max-width: 49px;
  }
}
/* line 362, ../sass/pages/_section-myti2021.scss */
.fit {
  height: 300px;
  overflow-x: hidden;
  line-height: 0;
  background: url("/sites/default/files/images/forum2022/bg.jpg") center no-repeat;
  background-size: cover;
}
/* line 368, ../sass/pages/_section-myti2021.scss */
.fit img {
  width: 100%;
  height: 100% !important;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  animation-name: webkit-fit;
  animation-name: moz-fit;
  animation-name: o-fit;
  animation-name: fit;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* line 385, ../sass/pages/_section-myti2021.scss */
.bg-forum-blue {
  background-color: #c1e0f1;
}

/* line 388, ../sass/pages/_section-myti2021.scss */
.bg-forum-blue-dark {
  background-color: #252a68;
}

/* line 391, ../sass/pages/_section-myti2021.scss */
.bg-forum-yellow {
  background-color: #fdbe13;
}

/* line 394, ../sass/pages/_section-myti2021.scss */
.bg-forum-brown {
  background-color: #d6a285;
}

/* line 397, ../sass/pages/_section-myti2021.scss */
.bg-forum-green {
  background-color: #068551;
}

/* line 400, ../sass/pages/_section-myti2021.scss */
.bg-forum-green-light {
  background-color: #7fbd42;
}

/* line 403, ../sass/pages/_section-myti2021.scss */
.bg-forum {
  background: #222c69 url("/sites/default/files/images/forum2022/bg-trains.png") 0 repeat;
}

/* line 406, ../sass/pages/_section-myti2021.scss */
.bg-frame {
  background: #fafaf8 url("/sites/default/files/images/forum2022/frame.jpg") center no-repeat;
  background-size: 100% 100%;
  padding: 55px 20px 35px;
}

/* line 411, ../sass/pages/_section-myti2021.scss */
.bg-scholarships {
  background-color: #068551;
  background-image: url("/sites/default/files/images/forum2022/img-top.png"), url("/sites/default/files/images/forum2022/img-bottom.png");
  background-position: left top, left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 130px 20px 120px;
}

/* line 419, ../sass/pages/_section-myti2021.scss */
.shadow-green {
  box-shadow: 10px 10px  0px #068551;
}

/* line 420, ../sass/pages/_section-myti2021.scss */
.shadow-blue {
  box-shadow: 10px 10px  0px #c1e0f1;
}

/* line 421, ../sass/pages/_section-myti2021.scss */
.shadow-blue-dark {
  box-shadow: 10px 10px  0px #252a68;
}

/* line 422, ../sass/pages/_section-myti2021.scss */
.shadow-yellow {
  box-shadow: 10px 10px  0px #fdbe13;
}

/* line 423, ../sass/pages/_section-myti2021.scss */
.shadow-brown {
  box-shadow: 10px 10px  0px #d6a285;
}

/* line 425, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile {
  padding: 15px 10px 20px;
  background: #222c69 url("/sites/default/files/images/forum2022/bg-trains.png") 0 repeat;
}
/* line 429, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 434, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile a {
  color: #fff;
  text-decoration: none !important;
}
/* line 435, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile .active a {
  text-decoration: underline !important;
}
/* line 436, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -1px;
  font-size: 64%;
  letter-spacing: 0.7px;
  font-weight: bold;
  line-height: 1.4;
}
/* line 446, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile img {
  max-width: 77px  !important;
}
/* line 449, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile ul {
  display: flex;
  gap: 12px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 0px 0px;
  margin: 10px 0 15px;
  list-style: none;
}
/* line 460, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile li {
  margin: 0;
  display: block;
  text-align: center;
  padding: 0px;
  flex: 0 1 30%;
  min-width: 30%;
}
/* line 468, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile ul.col-4 {
  padding: 5px 0px 4px;
  margin: 0;
  gap: 8px;
}
/* line 472, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile ul.col-4 span {
  margin-top: -4px;
  font-size: 54%;
  letter-spacing: 0.7px;
}
/* line 477, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile ul.col-4 li {
  flex: 0 1 22%;
  min-width: 22%;
}
/* line 481, ../sass/pages/_section-myti2021.scss */
.forum-menu-mobile ul.col-4 img {
  max-width: 55px !important;
}

@keyframes down-text {
  0% {
    top: 40px;
    transform: scale(0.7);
  }
  5% {
    top: 0;
  }
  10% {
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    top: 0;
  }
}
@keyframes up-text {
  0% {
    top: -40px;
    transform: scale(0.7);
  }
  5% {
    top: 0;
  }
  10% {
    transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    top: 0;
  }
}
@keyframes left-text {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  10% {
    opacity: 1;
    transform: translateX(20%);
  }
  20% {
    transform: translateX(-10%);
  }
  40% {
    transform: translateX(5%);
  }
  65% {
    transform: translateX(0%);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes right-text {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  10% {
    opacity: 1;
    transform: translateX(-20%);
  }
  20% {
    transform: translateX(10%);
  }
  40% {
    transform: translateX(-5%);
  }
  65% {
    transform: translateX(0%);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes left-shadow {
  0% {
    transform: translateX(0%);
  }
  5% {
    transform: translateX(0%);
  }
  10% {
    transform: translateX(-20%);
  }
  20% {
    transform: translateX(10%);
  }
  40% {
    transform: translateX(-5%);
  }
  65% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes right-shadow {
  0% {
    transform: translateX(0%);
  }
  5% {
    transform: translateX(0%);
  }
  10% {
    transform: translateX(20%);
  }
  20% {
    transform: translateX(-10%);
  }
  40% {
    transform: translateX(5%);
  }
  65% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes left-block {
  0% {
    opacity: 1;
    transform: translateX(-150%);
  }
  5% {
    transform: translateX(20px);
  }
  6% {
    transform: translateX(-10px);
  }
  7% {
    transform: translateX(5px);
  }
  8% {
    transform: translateX(0%);
  }
  99% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    transform: translateX(150%);
    opacity: 0;
  }
}
@keyframes zoom {
  0% {
    transform: scale(5);
    opacity: 0;
  }
  7% {
    opacity: 0;
    transform: scale(5);
  }
  8% {
    opacity: 1;
    transform: scale(1);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fit {
  0% {
    object-position: 0%;
  }
  50% {
    object-position: 100%;
  }
  100% {
    object-position: 0%;
  }
}
@-webkit-keyframes webkit-fit {
  0% {
    -webkit-object-position: 0%;
  }
  50% {
    -webkit-object-position: 100%;
  }
  100% {
    -webkit-object-position: 0%;
  }
}
@-webkit-keyframes moz-fit {
  0% {
    -moz-object-position: 0%;
  }
  50% {
    -moz-object-position: 100%;
  }
  100% {
    -moz-object-position: 0%;
  }
}
@-webkit-keyframes o-fit {
  0% {
    -o-object-position: 0%;
  }
  50% {
    -o-object-position: 100%;
  }
  100% {
    -o-object-position: 0%;
  }
}
/* line 706, ../sass/pages/_section-myti2021.scss */
.anime-button {
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  background-color: #1d1f4e;
}
/* line 711, ../sass/pages/_section-myti2021.scss */
.anime-button .title {
  position: relative;
  display: inline-block;
  padding: 6px 38px;
}
/* line 715, ../sass/pages/_section-myti2021.scss */
.anime-button .title:before, .anime-button .title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 724, ../sass/pages/_section-myti2021.scss */
.anime-button .title span, .anime-button .title:before, .anime-button .title:after {
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
/* line 729, ../sass/pages/_section-myti2021.scss */
.anime-button .title:before {
  z-index: 0;
  top: 2px;
  left: 2px;
  background-color: #7FBC00;
}
/* line 735, ../sass/pages/_section-myti2021.scss */
.anime-button .title:after {
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
}
/* line 741, ../sass/pages/_section-myti2021.scss */
.anime-button .title span {
  position: relative;
  z-index: 2;
  top: 0px;
  left: 0;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  color: #1d1f4e;
}
/* line 755, ../sass/pages/_section-myti2021.scss */
.anime-button.down-text .title:before, .anime-button.up-text .title:before {
  animation-name: right-shadow;
}
/* line 758, ../sass/pages/_section-myti2021.scss */
.anime-button.down-text .title:after, .anime-button.up-text .title:after {
  animation-name: left-shadow;
}
/* line 765, ../sass/pages/_section-myti2021.scss */
.anime-button.down-text .title span {
  top: 40px;
  transform: scale(0.5);
  animation-name: down-text;
}
/* line 774, ../sass/pages/_section-myti2021.scss */
.anime-button.up-text .title span {
  top: -40px;
  transform: scale(0.5);
  animation-name: up-text;
}
/* line 783, ../sass/pages/_section-myti2021.scss */
.anime-button.left-text .title:before {
  animation-name: right-shadow;
}
/* line 786, ../sass/pages/_section-myti2021.scss */
.anime-button.left-text .title span {
  animation-name: left-text;
}
/* line 793, ../sass/pages/_section-myti2021.scss */
.anime-button.right-text .title:before {
  animation-name: left-shadow;
}
/* line 796, ../sass/pages/_section-myti2021.scss */
.anime-button.right-text .title span {
  animation-name: right-text;
}

/* line 802, ../sass/pages/_section-myti2021.scss */
.anime-left {
  animation-name: left-block;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
/* line 807, ../sass/pages/_section-myti2021.scss */
.anime-left img {
  animation-name: left-block;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

/* ADMIN */
/* line 2, ../sass/_admin.scss */
.node-type-big-event .pane-page-content #content, .node-type-big-event-subpage .pane-page-content #content {
  background: #e0f4ff;
  color: #000000;
  position: relative;
}

/* line 7, ../sass/_admin.scss */
.view-dfkc-event-subpages {
  margin-top: 20px;
}

/* line 10, ../sass/_admin.scss */
.view-event-subpages .item-list ul, .view-dfkc-event-subpages .item-list ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style-type: none;
}

/* line 16, ../sass/_admin.scss */
.view-event-subpages .item-list ul li, .view-dfkc-event-subpages .item-list ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  position: relative;
}

/* line 24, ../sass/_admin.scss */
.view-event-subpages .item-list ul li a, .view-event-subpages .view-header a,
.view-dfkc-event-subpages .item-list ul li a, .view-dfkc-event-subpages .view-header a {
  display: block;
  padding: 10px 12px;
  margin: 0;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}

/* line 33, ../sass/_admin.scss */
.view-event-subpages .item-list ul li a:hover,
.view-event-subpages .item-list ul li a:focus,
.view-event-subpages .view-header a:hover,
.view-event-subpages .view-header a:focus,
.view-event-subpages .view-content a.active,
.view-dfkc-event-subpages .item-list ul li a:hover,
.view-dfkc-event-subpages .item-list ul li a:focus,
.view-dfkc-event-subpages .view-header a:hover,
.view-dfkc-event-subpages .view-header a:focus,
.view-dfkc-event-subpages .view-content a.active {
  background: #049CDB;
  color: #ffffff;
}

/* line 46, ../sass/_admin.scss */
.view-event-subpages, .view-dfkc-event-subpages {
  position: relative;
}

/* line 49, ../sass/_admin.scss */
.view-event-subpages .view-header, .view-dfkc-event-subpages .view-header {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 54, ../sass/_admin.scss */
.view-event-subpages .view-content, .view-dfkc-event-subpages .view-content {
  padding-right: 170px;
}

/* line 57, ../sass/_admin.scss */
.region-highlighted {
  position: relative;
}

/* line 60, ../sass/_admin.scss */
.pane-block-12 {
  position: absolute;
  z-index: 100;
  width: 200px;
  right: 35px;
  top: 25px;
}

/* line 67, ../sass/_admin.scss */
.node-type-big-event .pane-page-breadcrumb, .node-type-big-event-subpage .pane-page-breadcrumb {
  display: none;
}

/* line 70, ../sass/_admin.scss */
.node-type-big-event table, .node-type-big-event-subpage table {
  color: #000000;
}

/* line 73, ../sass/_admin.scss */
.node-type-big-event table td, .node-type-big-event-subpage table td {
  padding: 7px 10px;
  background: #e0f4ff !important;
}

/* line 77, ../sass/_admin.scss */
.node-type-big-event table td span, .node-type-big-event-subpage table td span {
  color: #000000 !important;
}

/* line 81, ../sass/_admin.scss */
.node-type-big-event .view-event-subpages .view-header {
  display: none;
}

/* line 85, ../sass/_admin.scss */
.quicktabs-wrapper, .ui-tabs {
  width: 100%;
  clear: both;
  overflow: hidden;
}

/* line 90, ../sass/_admin.scss */
.quicktabs-wrapper .quicktabs-tabs, .ui-tabs .ui-tabs-nav {
  width: 100%;
  clear: both;
  float: left;
  border: none;
  background: #2f374d;
  padding: 10px !important;
  height: auto !important;
  border-radius: 0;
}

/* line 100, ../sass/_admin.scss */
.quicktabs-wrapper .quicktabs-tabs li, .ui-tabs .ui-tabs-nav li {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  float: left;
  border: none !important;
  white-space: normal !important;
}

/* line 107, ../sass/_admin.scss */
.quicktabs-wrapper .quicktabs-tabs li a, .ui-tabs .ui-tabs-nav li a {
  background: #ffffff;
  border-radius: 0;
  display: block;
  color: #2f374d !important;
  text-decoration: none;
  padding: 10px 15px !important;
  text-transform: uppercase;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: bold !important;
  height: auto !important;
}

/* line 120, ../sass/_admin.scss */
.quicktabs-wrapper .quicktabs-tabs li.active a,
.quicktabs-wrapper .quicktabs-tabs li:hover a {
  background: #ee2e24;
  color: #ffffff !important;
}

/* line 125, ../sass/_admin.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li:hover a {
  background: #ee2e24;
  color: #ffffff !important;
}

/* line 130, ../sass/_admin.scss */
.quicktabs_main.quicktabs-style-basic,
.quicktabs_main,
.quicktabs_main.quicktabs-style-navlist, .ui-tabs-panel {
  margin-bottom: 20px;
  background: #ffffff;
  border: none;
}

/* line 137, ../sass/_admin.scss */
.ui-tabs-panel {
  clear: both;
}

/* line 140, ../sass/_admin.scss */
ul.quicktabs-tabs.quicktabs-style-navlist li {
  margin-bottom: 10px !important;
  width: 100% !important;
}

/* line 144, ../sass/_admin.scss */
ul.quicktabs-tabs.quicktabs-style-navlist li:last-child {
  margin-bottom: 0 !important;
}

/* line 147, ../sass/_admin.scss */
ul.quicktabs-tabs.quicktabs-style-navlist li.active {
  width: 106% !important;
}

/* line 150, ../sass/_admin.scss */
.quicktabs_main.quicktabs-style-basic {
  border: none;
}

/* line 153, ../sass/_admin.scss */
ul.quicktabs-tabs.quicktabs-style-navlist {
  overflow: hidden;
}

/* line 157, ../sass/_admin.scss */
.section-training-sessions .pane-page-content, .section-midyear-sessions .pane-page-content {
  max-width: 1030px;
  margin: 0 auto 50px auto;
  padding: 0 15px;
}

/* line 162, ../sass/_admin.scss */
.tabs-content {
  text-align: center;
  margin: 0 -15px;
}

/* line 166, ../sass/_admin.scss */
.time-group {
  float: left;
  padding-right: 20px;
  padding: 0 15px;
}

/* line 171, ../sass/_admin.scss */
.time-group .time-group-inner {
  padding: 0;
  border: solid 1px #ddd;
}

/* line 175, ../sass/_admin.scss */
.time-group .time-group-inner h2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

/* line 180, ../sass/_admin.scss */
.tab-row {
  border-bottom: solid 1px #ddd;
  padding: 5px 15px;
}

/* line 184, ../sass/_admin.scss */
.tab-row:last-child {
  border: none;
}

/* line 187, ../sass/_admin.scss */
.time-group .time-group-inner h2 {
  margin: 0;
  padding: 10px 0;
  font-weight: 400;
  font-size: 20px;
  background: #2f374d;
  color: #ffffff;
}

/* line 195, ../sass/_admin.scss */
.time-group:nth-child(2) .time-group-inner h2 {
  background: #86a7ff;
  color: #ffffff;
}

/* line 199, ../sass/_admin.scss */
.time-group:last-child .time-group-inner h2 {
  background: #ee2e24;
  color: #ffffff;
}

/* line 203, ../sass/_admin.scss */
.ui-tabs {
  border: solid 1px #dddddd;
}

/* ADMIN */
