/**
 * @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.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
@import url("//wfonts.weizmann.ac.il/css/Glyphicons+Halflings:400");
@import url("//wfonts.weizmann.ac.il/css/Proxima+Nova:400,700");
@import url(https://wfonts.weizmann.ac.il/css/fontAwesome:400);
@import url(https://wfonts.weizmann.ac.il/css/Font+Awesome+Pro:300,400,900);
@import url(https://wfonts.weizmann.ac.il/css/Font+Awesome+Pro+Brands:400);
/*********************
BREAKPOINTS
*********************/
/******************************************/
/**************** Variables ***************/
/******************************************/
/******************************************/
/***********   End Variables    ***********/
/******************************************/
/******************************************/
/****************** mixin *****************/
/******************************************/
/* FONTS */
/******************************************/
/**************   End  mixin **************/
/******************************************/
/* HTML element (SMACSS base) rules */
/**
 * @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. */
@import url("//wfonts.weizmann.ac.il/css/Proxima+Nova:100,200,400,600,700");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:300,400");
/* 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;
}

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

/* Address styling not present in IE 8/9. */
/* line 58, ../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 _init.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 106, ../sass/_normalize.scss */
html {
  font-family: "Proxima Nova", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
  color: #333;
}

/* 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 175, ../sass/_normalize.scss */
p,
pre {
  margin: 0 0 0.5em 0;
}

/* line 180, ../sass/_normalize.scss */
p:first-of-type {
  margin-top: 0;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 193, ../sass/_normalize.scss */
h1 {
  font-size: 42px;
}
@media (max-width: 580px) {
  /* line 193, ../sass/_normalize.scss */
  h1 {
    font-size: 9vw;
  }
}

/* line 199, ../sass/_normalize.scss */
h2, .h2 {
  font-size: 35px;
}
@media (max-width: 580px) {
  /* line 199, ../sass/_normalize.scss */
  h2, .h2 {
    font-size: 7vw;
  }
}

/* line 205, ../sass/_normalize.scss */
h3, .h3 {
  font-size: 28px;
}
@media (max-width: 580px) {
  /* line 205, ../sass/_normalize.scss */
  h3, .h3 {
    font-size: 6vw;
  }
}

/* line 211, ../sass/_normalize.scss */
h4, .h4 {
  font-size: 21px;
  font-family: "Proxima Nova", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* line 215, ../sass/_normalize.scss */
h5 {
  font-size: 14px;
}

/* line 218, ../sass/_normalize.scss */
h6 {
  font-size: 10.5px;
}

/* line 222, ../sass/_normalize.scss */
h1, h2, h3, h4, h5, h6,
.h2, .h3, .h4 {
  line-height: 1.125em;
  margin-top: 1.25rem;
  margin-bottom: 0.25em;
  font-weight: normal;
}

/* line 230, ../sass/_normalize.scss */
p + h2,
p + h3,
table + h2,
table + h3,
ul + h2,
ul + h3,
ol + h2,
ol + h3 {
  margin-top: 1.75rem;
}

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

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

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

/* Address differences between Firefox and other browsers. */
/* line 259, ../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.5em 0;
}

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

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

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

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

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

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

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

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

/**
 * Lists
 */
/* line 329, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1.1em;
  list-style-position: outside;
}
/* line 338, ../sass/_normalize.scss */
dl li,
menu li,
ol li,
ul li {
  line-height: 1.25em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 346, ../sass/_normalize.scss */
#content ul:not([class]) {
  position: relative;
}
/* line 348, ../sass/_normalize.scss */
#content ul:not([class]) li {
  list-style-type: none;
  list-style-image: none;
}
/* line 40, ../sass/_mixins.scss */
#content ul:not([class]) li:before {
  font-family: 'Proxima Nova', sans-serif;
  content: "\25CF";
  color: #f05a24;
  position: absolute;
  left: 0;
  font-size: 9.1px;
}

/* line 355, ../sass/_normalize.scss */
ol {
  padding: 0 0 0 1.5em;
}

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

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

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 385, ../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;
}
/* line 397, ../sass/_normalize.scss */
img.left {
  float: left;
  margin-right: 1em;
}
/* line 401, ../sass/_normalize.scss */
img.right {
  float: right;
  margin-left: 1em;
  margin-right: 0.5em;
}

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

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

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

/**
 * 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 445, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 460, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  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 479, ../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 490, ../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 504, ../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 518, ../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 529, ../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 544, ../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 553, ../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 559, ../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 569, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 575, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
/* line 580, ../sass/_normalize.scss */
label.option {
  padding-left: .25em;
}

/**
 * Tables
 */
/* line 588, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  margin: 1em 0 0.5em 0;
}

/* line 600, ../sass/_normalize.scss */
#content table tr:nth-of-type(2n) {
  background-color: #FFFFFF;
}
/* line 603, ../sass/_normalize.scss */
#content table tr:nth-of-type(2n+1) {
  background-color: #e3e3e3;
}
/* line 607, ../sass/_normalize.scss */
#content table td, #content table th {
  line-height: 1.25em;
  padding: .5em;
  vertical-align: top;
  text-align: left;
}
/* line 615, ../sass/_normalize.scss */
#content table thead tr {
  color: white;
  background-color: #727272 !important;
}
/* line 618, ../sass/_normalize.scss */
#content table thead tr th {
  font-weight: normal;
}

/* line 639, ../sass/_normalize.scss */
body.page-node-edit #edit-actions,
body.page-node-add #edit-actions,
body.page-admin-content-sideinfo-content #edit-actions {
  margin-top: 20rem;
}

/* line 644, ../sass/_normalize.scss */
td .form-wrapper {
  margin-bottom: 20px;
}

/* line 649, ../sass/_normalize.scss */
.node-form fieldset.field-group-fieldset {
  margin-bottom: 35px;
}

/* line 653, ../sass/_normalize.scss */
#autocomplete {
  z-index: 2222;
  background-color: #fff;
}
/* line 656, ../sass/_normalize.scss */
#autocomplete ul {
  z-index: 2222;
  background-color: #fff;
}
/* line 659, ../sass/_normalize.scss */
#autocomplete ul li:before {
  content: '' !important;
}

/* 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
 */
@media (max-width: 580px) {
  /* line 16, ../sass/layouts/_responsive.scss */
  html {
    font-size: 1px;
    -webkit-text-size-adjust: none;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 24, ../sass/layouts/_responsive.scss */
  html {
    font-size: 0.8px;
    -webkit-text-size-adjust: none;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 31, ../sass/layouts/_responsive.scss */
  html {
    font-size: 0.614px;
    -webkit-text-size-adjust: none;
  }
}
@media (min-width: 900px) and (max-width: 1049px) {
  /* line 38, ../sass/layouts/_responsive.scss */
  html {
    font-size: 0.72px;
    -webkit-text-size-adjust: none;
  }
}
@media (min-width: 1050px) and (max-width: 1249px) {
  /* line 45, ../sass/layouts/_responsive.scss */
  html {
    font-size: 0.84px;
    -webkit-text-size-adjust: none;
  }
}
@media all and (min-width: 1250px) {
  /* line 52, ../sass/layouts/_responsive.scss */
  html {
    font-size: 1px;
    -webkit-text-size-adjust: none;
  }
}
@media (max-width: 767px) {
  /* line 59, ../sass/layouts/_responsive.scss */
  .container {
    width: 100%;
    padding-right: 15rem;
    padding-left: 15rem;
    box-sizing: border-box;
  }

  /* line 65, ../sass/layouts/_responsive.scss */
  #main {
    width: 100%;
    padding: 25rem 15rem;
    box-sizing: border-box;
  }

  /* line 75, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 79, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }

  /* line 87, ../sass/layouts/_responsive.scss */
  .no-sidebars #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: none;
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 105, ../sass/layouts/_responsive.scss */
  .container {
    width: 1250rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 25rem;
    box-sizing: border-box;
  }

  /* line 112, ../sass/layouts/_responsive.scss */
  #main {
    width: 1250rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 45rem;
    padding-bottom: 50rem;
  }

  /* line 120, ../sass/layouts/_responsive.scss */
  .front #main {
    padding-top: 40rem;
    padding-bottom: 60rem;
  }

  /* line 128, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 62%;
    margin-left: 2%;
    margin-right: -64%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 132, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 28%;
    margin-left: 70%;
    margin-right: -98%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }

  /* line 139, ../sass/layouts/_responsive.scss */
  .no-sidebars #content {
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-right: -98%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    float: none;
  }
}
/* Component (SMACSS module) rules */
/**
 * @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;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../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);
}

/* Turns off the element-invisible effect. */
/* line 45, ../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-links,
#skip-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 69, ../sass/components/_misc.scss */
#skip-links a,
#skip-links a:visited,
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}
@media (max-width: 580px) {
  /* line 63, ../sass/components/_misc.scss */
  #skip-links,
  #skip-link {
    display: none;
  }
}

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

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

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

/* The name of the website. */
/*
.header__site-name {
  margin: 0;
  @include adjust-font-size-to( $h1-font-size );
}
*/
/* The link around the name of the website. */
/* line 113, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 119, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/*
.header__site-slogan {
  margin: 0;
}*/
/* The secondary menu (login, etc.) */
/* line 132, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

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

/**
 * Navigation bar.
 */
/* line 145, ../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 149, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 159, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 165, ../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 179, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 183, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

/**
 * Messages.
 */
/* line 206, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 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-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 221, ../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');
  border-color: #ed5;
}

/* line 230, ../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==');
  border-color: #ed541d;
}

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

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

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

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

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

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

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 274, ../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.5em 0;
  padding: 0 2px;
  white-space: nowrap;
  position: absolute !important;
  top: 0;
  right: 0;
}

/* line 287, ../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 291, ../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.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 312, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

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

/* line 324, ../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 348, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

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

/* line 361, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-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 370, ../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 375, ../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 403, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 407, ../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 415, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

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

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

/* line 428, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  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 443, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 448, ../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 455, ../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 465, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

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

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

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

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

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

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 514, ../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 526, ../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;
}

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

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

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

/* Nested comments are indented. */
/* line 575, ../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 585, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 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 589, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 596, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 602, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 609, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
  line-height: 1.25em;
  margin: 0.5em 0;
}

/* line 618, ../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 624, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

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

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

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

/* Drupal's default login form block. */
/* line 646, ../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 658, ../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 664, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 668, ../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 673, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

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

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

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

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

/* Center checkboxes inside table cell. */
/* line 719, ../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 725, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

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

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

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

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

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

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

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

/* line 814, ../sass/components/_misc.scss */
form .field-multiple-table {
  width: 100%;
}

/* line 819, ../sass/components/_misc.scss */
.block_img_left .block_content_img_left ul, .workshop_content .img_left_content_right .content_right .field-name-field-organizers ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
/* line 822, ../sass/components/_misc.scss */
.block_img_left .block_content_img_left ul li, .workshop_content .img_left_content_right .content_right .field-name-field-organizers ul li {
  list-style: none;
  margin-top: 3px;
  margin-bottom: 2px;
}
/* line 826, ../sass/components/_misc.scss */
.block_img_left .block_content_img_left ul li:before, .workshop_content .img_left_content_right .content_right .field-name-field-organizers ul li:before {
  display: none;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* Custom theme style - add your style here */
/**************** Color Variables ***************/
/**************** Font Size Variables ***************/
/**************** Spaces ***************/
/***************************/
/********* GLOBAL **********/
/***************************/
/* line 13, ../sass/_theme.scss */
html {
  height: 100%;
}

/* line 17, ../sass/_theme.scss */
body {
  height: 100%;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 15rem;
  line-height: 20rem;
  color: #3C3C3C;
}
@media (min-width: 768px) and (max-width: 1249px) {
  /* line 17, ../sass/_theme.scss */
  body {
    font-size: 18rem;
    line-height: 24rem;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 17, ../sass/_theme.scss */
  body {
    font-size: 18rem;
    line-height: 24rem;
  }
}
@media (max-width: 580px) {
  /* line 17, ../sass/_theme.scss */
  body {
    font-size: 18rem;
    line-height: 24rem;
  }
}

/* line 36, ../sass/_theme.scss */
.mobileonly {
  display: none;
}

@media (max-width: 768px) {
  /* line 40, ../sass/_theme.scss */
  .mobileonly {
    display: block;
  }
}
/* line 45, ../sass/_theme.scss */
body:not(.no-sidebars) #main {
  overflow: hidden;
}

/* line 48, ../sass/_theme.scss */
#page {
  min-height: 100%;
  margin-bottom: -135rem;
}
/* line 51, ../sass/_theme.scss */
#page:after {
  content: "";
  display: block;
  height: 135rem;
}
@media (max-width: 767px) {
  /* line 48, ../sass/_theme.scss */
  #page {
    margin-bottom: -270rem;
  }
  /* line 59, ../sass/_theme.scss */
  #page:after {
    height: 270rem;
  }
}

/* line 65, ../sass/_theme.scss */
#content {
  margin-bottom: 30rem;
}
/* line 68, ../sass/_theme.scss */
#content article span[style] {
  color: inherit       !important;
  font-size: inherit   !important;
  font-family: inherit !important;
}

/* line 75, ../sass/_theme.scss */
#cboxContent {
  margin-top: 50px;
}

/* line 78, ../sass/_theme.scss */
#cboxOverlay {
  background: #000;
}

/* line 80, ../sass/_theme.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 999999;
}

/* line 83, ../sass/_theme.scss */
#cboxClose {
  background: #FFF;
  width: 30px;
  height: 30px;
  /* top: -40px; */
  border-radius: 50%;
  background-image: none;
  bottom: 1px;
  right: 1px;
  font-size: 0;
}
/* line 94, ../sass/_theme.scss */
#cboxClose:before {
  content: " ";
  background: url(../images/icons/close_colorbox.png) no-repeat 0 0;
  background-position: -46px -21px;
  /*position: absolute;*/
  display: block;
  width: 30px;
  height: 30px;
}

/* line 104, ../sass/_theme.scss */
a {
  text-decoration: underline;
  color: #3C3C3C;
}
/* line 108, ../sass/_theme.scss */
a:hover {
  color: #970000;
}

/* line 116, ../sass/_theme.scss */
#skip-links li {
  margin: 0 0 0 0;
}

/* line 120, ../sass/_theme.scss */
.node {
  position: relative;
}

/* line 123, ../sass/_theme.scss */
.right {
  float: right;
  margin: 0 0 20rem 30rem;
}
@media (max-width: 580px) {
  /* line 123, ../sass/_theme.scss */
  .right {
    float: none;
  }
}

/* line 130, ../sass/_theme.scss */
#content ul:not([class]) {
  padding-left: 10rem;
}

/* line 134, ../sass/_theme.scss */
#content #module-filter-tabs ul {
  padding-left: 0;
}

/* line 140, ../sass/_theme.scss */
img.right {
  margin: 0 0 20rem 30rem;
}

/* line 143, ../sass/_theme.scss */
.left {
  float: left;
  margin: 0 30rem 20rem 0;
}
@media (max-width: 580px) {
  /* line 143, ../sass/_theme.scss */
  .left {
    float: none;
  }
}

/* line 150, ../sass/_theme.scss */
img.left {
  margin: 0 30rem 20rem 0;
}

/* line 153, ../sass/_theme.scss */
.img_center {
  display: block;
  margin: 20rem auto;
}

@media (max-width: 580px) {
  /* line 160, ../sass/_theme.scss */
  .image img {
    width: 100%;
    display: block;
  }
}
/* line 166, ../sass/_theme.scss */
.hidden {
  display: none;
}

/* line 169, ../sass/_theme.scss */
.clear {
  clear: both;
}

/* line 172, ../sass/_theme.scss */
html {
  background: transparent;
}

/* line 173, ../sass/_theme.scss */
body.imce:before,
body.imce:after,
body.cke_editable,
body.cke_editable:after,
body.cke_editable:before {
  background: transparent;
  position: inherit;
}

/* line 182, ../sass/_theme.scss */
.element_invisible {
  width: 1px;
  height: 1px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 191, ../sass/_theme.scss */
img.full_100_img {
  display: block;
  width: 100%;
  margin-bottom: 10rem;
}

/* line 196, ../sass/_theme.scss */
h1 {
  border-bottom: solid 3px #f05a24;
  line-height: 35rem;
  margin: 30rem 0 0;
  font-family: 'Roboto Slab', serif;
  font-size: 30rem;
  text-transform: uppercase;
  font-weight: 300;
}

/*
body:not(.front) h2:not([class]) {
	@include roboto;
	font-size : 22rem;
	line-height : 26rem;
	//text-transform: capitalize;
	margin: 0 0 12rem;
}
@media (max-width: 768px){
	body:not(.front) h2 {
		font-size : 20rem;
	}
	
}*/
/* line 221, ../sass/_theme.scss */
.breadcrumb {
  margin: 10rem 0 0;
  color: #808080;
}
/* line 224, ../sass/_theme.scss */
.breadcrumb li {
  font-size: 0;
}
/* line 226, ../sass/_theme.scss */
.breadcrumb li:last-child {
  font-size: 14rem;
}
/* line 229, ../sass/_theme.scss */
.breadcrumb li a {
  color: #808080;
  text-decoration: none;
  font-size: 14rem;
  padding-right: 20rem;
  position: relative;
  line-height: 20rem;
  display: inline-block;
}
/* line 237, ../sass/_theme.scss */
.breadcrumb li a:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  color: #808080;
  font-size: 14rem;
  right: 7rem;
  top: 0;
}
/* line 246, ../sass/_theme.scss */
.breadcrumb li a:hover {
  color: #5A5A5A;
}
@media (max-width: 580px) {
  /* line 221, ../sass/_theme.scss */
  .breadcrumb {
    display: none;
  }
}

/* line 255, ../sass/_theme.scss */
.years_filter {
  height: 70rem;
  text-align: right;
  /* Tair Changes */
  /*	select.processed {
  	  display: inline !important;
      border: solid 1px $orange_color;
      color: $orange_color;
      padding: 0 20rem !important;
      width: 160rem !important;
      box-sizing: border-box;
      margin-top: 10rem !important;
      height: 40rem;
      border-radius: 20rem !important;
      font-weight: 700;
      -webkit-appearance:none;
      -moz-appearance:none;
      appearance:none;
      &:focus {
        outline: 0;
      }
      option {
        border-size: 1px;
        border-color: $orange_color;
        border-style: solid none;
  
      }
  	}
    &:after {
      content: "\f078";
      font-family: FontAwesome;
      color: $orange_color;
      font-size: 14rem;
      line-height: 14rem;
    }*/
}
/* line 258, ../sass/_theme.scss */
.years_filter .selectboxit-container * {
  font-family: inherit;
  font-size: inherit;
}
/* line 262, ../sass/_theme.scss */
.years_filter .selectboxit {
  border: solid 1px #f05a24;
  color: #f05a24;
  padding: 0 20rem !important;
  width: 111rem !important;
  box-sizing: border-box;
  margin-top: 10rem !important;
  height: 40rem;
  border-radius: 20rem !important;
}
/* line 271, ../sass/_theme.scss */
.years_filter .selectboxit:hover, .years_filter .selectboxit:focus {
  border: solid 1px #3C3C3C;
  color: #3C3C3C;
}
/* line 275, ../sass/_theme.scss */
.years_filter .selectboxit span {
  height: 40rem;
  line-height: 40rem;
}
/* line 279, ../sass/_theme.scss */
.years_filter .selectboxit #years-filterSelectBoxItText {
  max-width: 76rem !important;
}
/* line 283, ../sass/_theme.scss */
.years_filter .selectboxit .selectboxit-text {
  color: #f05a24;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 580px) {
  /* line 283, ../sass/_theme.scss */
  .years_filter .selectboxit .selectboxit-text {
    font-size: 15px;
  }
}
/* line 291, ../sass/_theme.scss */
.years_filter .selectboxit .selectboxit-arrow-container {
  right: 30rem;
}
/* line 294, ../sass/_theme.scss */
.years_filter .selectboxit.selectboxit-open {
  -webkit-border-bottom-right-radius: 0rem !important;
  -webkit-border-bottom-left-radius: 0rem !important;
  -moz-border-radius-bottomright: 0rem !important;
  -moz-border-radius-bottomleft: 0rem !important;
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-bottom: 0;
}
/* line 304, ../sass/_theme.scss */
.years_filter .selectboxit-options {
  width: 160rem !important;
  padding: 0 20rem !important;
  border: solid 1px #f05a24;
  -webkit-border-bottom-right-radius: 20rem !important;
  -webkit-border-bottom-left-radius: 20rem !important;
  -moz-border-radius-bottomright: 20rem !important;
  -moz-border-radius-bottomleft: 20rem !important;
  border-bottom-right-radius: 20rem !important;
  border-bottom-left-radius: 20rem !important;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -moz-border-radius-topright: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top: 0;
}
/* line 323, ../sass/_theme.scss */
.years_filter .selectboxit-options .selectboxit-option {
  padding-bottom: 8px;
}
/* line 325, ../sass/_theme.scss */
.years_filter .selectboxit-options .selectboxit-option .selectboxit-option-anchor {
  padding: 0 5px;
}
/* line 329, ../sass/_theme.scss */
.years_filter .selectboxit-options a {
  color: #6d6d6d;
  font-size: 18px !important;
  line-height: 24px !important;
}
/* line 334, ../sass/_theme.scss */
.years_filter .selectboxit-options .ui-state-hover, .years_filter .selectboxit-options .ui-widget-content .ui-state-hover, .years_filter .selectboxit-options .ui-widget-header .ui-state-hover, .years_filter .selectboxit-options .ui-state-focus, .years_filter .selectboxit-options .ui-widget-content .ui-state-focus, .years_filter .selectboxit-options .ui-widget-header .ui-state-focus {
  border: 0;
  background: none transparent;
}
/* line 337, ../sass/_theme.scss */
.years_filter .selectboxit-options .ui-state-hover a, .years_filter .selectboxit-options .ui-widget-content .ui-state-hover a, .years_filter .selectboxit-options .ui-widget-header .ui-state-hover a, .years_filter .selectboxit-options .ui-state-focus a, .years_filter .selectboxit-options .ui-widget-content .ui-state-focus a, .years_filter .selectboxit-options .ui-widget-header .ui-state-focus a {
  color: #3C3C3C;
}
/* line 342, ../sass/_theme.scss */
.years_filter .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit !important;
  font-weight: bold;
}
/* line 347, ../sass/_theme.scss */
.years_filter .selectboxit-option-icon-container {
  padding: 0;
  width: 0;
}
@media (max-width: 580px) {
  /* line 384, ../sass/_theme.scss */
  .years_filter select {
    width: 100% !important;
  }
}

/* line 389, ../sass/_theme.scss */
.btn_with_border {
  line-height: 38rem;
  width: 180rem;
  border: solid 1px #f05a24;
  -webkit-border-radius: 22rem;
  -moz-border-radius: 22rem;
  -ms-border-radius: 22rem;
  border-radius: 22rem;
  display: block;
  text-align: center;
  margin-top: 30rem;
  font-size: 14rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #808080;
}
/* line 401, ../sass/_theme.scss */
.btn_with_border span {
  padding-right: 14rem;
  position: relative;
  margin-top: 2px;
  display: inline-block;
  box-sizing: border-box;
}
/* line 407, ../sass/_theme.scss */
.btn_with_border span:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f101";
  color: #f05a24;
  font-size: 14rem;
  line-height: 14rem;
  right: 0;
  top: 11px;
}
@media (max-width: 580px) {
  /* line 407, ../sass/_theme.scss */
  .btn_with_border span:before {
    top: 10px;
  }
}
/* line 420, ../sass/_theme.scss */
.btn_with_border span:hover,
.btn_with_border span a:hover {
  color: #970000;
}
/* line 423, ../sass/_theme.scss */
.btn_with_border span:hover:before,
.btn_with_border span a:hover:before {
  color: #970000;
}
/* line 428, ../sass/_theme.scss */
.btn_with_border:hover {
  border-color: #970000;
}
/* line 432, ../sass/_theme.scss */
.btn_with_border.campus_map span {
  padding-right: 0;
}
/* line 434, ../sass/_theme.scss */
.btn_with_border.campus_map span:before {
  content: none;
}
/* line 440, ../sass/_theme.scss */
.btn_with_border.photo_gal_btn span {
  padding-right: 25rem;
}
/* line 442, ../sass/_theme.scss */
.btn_with_border.photo_gal_btn span:before {
  content: " ";
  background: url(../images/icons/SRITP_galeries.svg) no-repeat;
  width: 18rem;
  height: 18rem;
  top: 8px;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 389, ../sass/_theme.scss */
  .btn_with_border {
    margin-top: 15rem;
  }
}
@media (max-width: 580px) {
  /* line 389, ../sass/_theme.scss */
  .btn_with_border {
    margin-top: 10rem;
  }
  /* line 456, ../sass/_theme.scss */
  .btn_with_border.photo_gal_btn {
    margin-bottom: 10rem;
  }
}

/* line 464, ../sass/_theme.scss */
body.page-sitemap #content .btn_with_border {
  line-height: inherit;
  width: auto;
  border: none;
  -webkit-border-radius: 22rem;
  -moz-border-radius: 22rem;
  -ms-border-radius: 22rem;
  border-radius: 0;
  display: inherit;
  text-align: left;
  margin-top: inherit;
  font-size: inherit;
  text-transform: inherit;
  text-decoration: none;
  color: #970000;
}

/* line 483, ../sass/_theme.scss */
.btn_no_border {
  margin-top: 10rem;
}
/* line 485, ../sass/_theme.scss */
.btn_no_border a {
  font-size: 14rem;
  color: #f05a24;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 14rem;
  display: inline-block;
  padding-right: 15rem;
  position: relative;
}
/* line 494, ../sass/_theme.scss */
.btn_no_border a:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f101";
  color: #f05a24;
  font-size: 14rem;
  line-height: 14rem;
  right: 0;
  top: 0;
}
/* line 504, ../sass/_theme.scss */
.btn_no_border a:hover {
  color: #970000;
}
/* line 506, ../sass/_theme.scss */
.btn_no_border a:hover:before {
  color: #970000;
}
@media (max-width: 580px) {
  /* line 485, ../sass/_theme.scss */
  .btn_no_border a {
    font-size: 17rem;
  }
  /* line 512, ../sass/_theme.scss */
  .btn_no_border a:before {
    font-size: 17rem;
  }
}
/* line 517, ../sass/_theme.scss */
.btn_no_border a.gray_color_btn {
  color: #3C3C3C;
}

/* line 521, ../sass/_theme.scss */
.block {
  margin-bottom: 45rem;
}
/* line 523, ../sass/_theme.scss */
.block:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 521, ../sass/_theme.scss */
  .block {
    margin-bottom: 30rem;
  }
}
@media (max-width: 580px) {
  /* line 521, ../sass/_theme.scss */
  .block {
    margin-bottom: 20rem;
  }
}

/***************************/
/********* HEADER **********/
/***************************/
/* line 539, ../sass/_theme.scss */
a.centers_institutes_link {
  float: right;
  text-decoration: none;
  font-size: 18rem;
  line-height: 30rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 40rem;
  margin-top: 34rem;
  position: relative;
}
/* line 550, ../sass/_theme.scss */
a.centers_institutes_link:hover {
  color: #FFFFFF !important;
}
/* line 553, ../sass/_theme.scss */
a.centers_institutes_link:before {
  position: absolute;
  right: 0;
  background: #f05a24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  top: 0;
  content: " ";
}
/* line 563, ../sass/_theme.scss */
a.centers_institutes_link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  color: #FFFFFF;
  font-size: 20rem;
  line-height: 30rem;
  height: 30rem;
  right: 0;
  top: 0;
  width: 30rem;
  text-align: center;
}

/* line 580, ../sass/_theme.scss */
body.page-sitemap .site-map-menus a.centers_institutes_link {
  color: #970000;
  float: none;
}
/* line 584, ../sass/_theme.scss */
body.page-sitemap .site-map-menus a.centers_institutes_link:hover {
  color: #970000 !important;
}
/* line 587, ../sass/_theme.scss */
body.page-sitemap .site-map-menus a.centers_institutes_link:before, body.page-sitemap .site-map-menus a.centers_institutes_link:after {
  top: -5px;
}

@media (max-width: 768px) {
  /* line 594, ../sass/_theme.scss */
  a.centers_institutes_link {
    display: none;
    color: #3C3C3C;
    margin-top: 0;
    padding: .5em 0;
    float: left;
    font-size: 16rem;
  }
  /* line 602, ../sass/_theme.scss */
  a.centers_institutes_link:before, a.centers_institutes_link:after {
    right: -40rem;
    top: 6rem;
  }
}
/* line 611, ../sass/_theme.scss */
#header .region-header {
  margin: 0;
  /*height: 32rem;*/
  background: #f0f0f0;
}
@media all and (min-width: 1251px) {
  /* line 619, ../sass/_theme.scss */
  #header .region-header .header_banner_img_wrapper {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  /* line 624, ../sass/_theme.scss */
  #header .region-header img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 629, ../sass/_theme.scss */
#header .region-header img {
  display: block;
  width: 100%;
}
/* line 633, ../sass/_theme.scss */
#header .region-header .header_banner_content {
  width: 1250rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20rem 25rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18rem;
  line-height: 24rem;
}
/* line 641, ../sass/_theme.scss */
#header .region-header .header_banner_content p {
  margin: 0;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 633, ../sass/_theme.scss */
  #header .region-header .header_banner_content {
    width: 100%;
    padding: 20rem 15rem;
  }
}
@media (max-width: 580px) {
  /* line 633, ../sass/_theme.scss */
  #header .region-header .header_banner_content {
    width: 100%;
    padding: 20rem 15rem;
  }
}

/* line 656, ../sass/_theme.scss */
.Benoziyo #header .header_banner_content {
  font-size: 9rem;
  padding: 0rem 25rem 20rem;
  margin-top: -3px;
}

/* line 662, ../sass/_theme.scss */
#header .header_top_line {
  background: #243D4B;
  height: 70rem;
}
/* line 665, ../sass/_theme.scss */
#header .header_top_line .weizmann_logo {
  width: 320rem;
  float: left;
  margin-top: 12rem;
  color: #fff;
}
/* line 672, ../sass/_theme.scss */
#header .header_main_line {
  height: 100rem;
  background: #F0F0F0;
}
/* line 676, ../sass/_theme.scss */
#header .header_main_line .container {
  position: relative;
  height: 100rem;
}
/* line 680, ../sass/_theme.scss */
#header .header_main_line .center_logo {
  margin: 0;
  float: left;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
/* line 686, ../sass/_theme.scss */
#header .header_main_line .center_logo img {
  height: 64rem;
  display: block;
  float: left;
  margin-right: 50rem;
  margin-top: 3rem;
}
/* line 694, ../sass/_theme.scss */
#header .header_main_line #site-name {
  float: left;
  margin: 0;
  font-weight: bold;
  font-size: 36rem;
  line-height: 38rem;
  color: #3C3C3C;
  border: 0;
  font-family: inherit;
  text-transform: unset;
  padding: 0 0;
}
/* line 705, ../sass/_theme.scss */
#header .header_main_line #site-name span {
  font-weight: normal;
  font-size: 32rem;
  line-height: 33rem;
  display: block;
}
/* line 711, ../sass/_theme.scss */
#header .header_main_line #site-name a:hover {
  text-decoration: none;
}
/* line 717, ../sass/_theme.scss */
#header .slider img {
  display: block;
}
/* line 721, ../sass/_theme.scss */
#header .short_header_content {
  background: #F3F3F3;
  height: 112rem;
}
/* line 725, ../sass/_theme.scss */
#header .short_header_content .container {
  position: relative;
  height: 100%;
}
/* line 728, ../sass/_theme.scss */
#header .short_header_content .container > * {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 25rem;
  font-size: 18rem;
  line-height: 24rem;
  color: #3C3C3C;
}
/* line 738, ../sass/_theme.scss */
#header .navigation {
  margin: 0;
  height: 36rem;
  background: #D3D3D3;
  border-bottom: solid 1px #d43a16;
}
/* line 743, ../sass/_theme.scss */
#header .navigation .mobile_menu_btn {
  display: none;
}
/* line 747, ../sass/_theme.scss */
#header .navigation .menu {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 751, ../sass/_theme.scss */
#header .navigation .menu li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 25rem 0 0;
}
/* line 756, ../sass/_theme.scss */
#header .navigation .menu li.centers_institutes_mobile, #header .navigation .menu li .centers_institutes_link {
  display: none;
}
/* line 760, ../sass/_theme.scss */
#header .navigation .menu li ul li.active-trail a {
  font-weight: bold;
  color: #d43a16;
}
/* line 765, ../sass/_theme.scss */
#header .navigation .menu li a {
  display: block;
  font-size: 16rem;
  color: #3C3C3C;
  text-decoration: none;
  line-height: 36rem;
  cursor: pointer;
}
/* line 772, ../sass/_theme.scss */
#header .navigation .menu li a.active {
  font-weight: bold;
  color: #d43a16;
}
/* line 776, ../sass/_theme.scss */
#header .navigation .menu li a:hover, #header .navigation .menu li a:focus {
  color: #970000;
  /*outline: 0;*/
}
/* line 779, ../sass/_theme.scss */
#header .navigation .menu li a:hover:before, #header .navigation .menu li a:focus:before {
  color: #970000;
}
/* line 783, ../sass/_theme.scss */
#header .navigation .menu li a.active, #header .navigation .menu li a.active-trail {
  font-weight: bold;
  color: #d43a16;
}
/* line 791, ../sass/_theme.scss */
#header .navigation .menu li.menuparent > a {
  outline: 0;
}

/* line 800, ../sass/_theme.scss */
body:not(.front) #header .header_main_line {
  background: #F0F0F0;
}

@media (max-width: 768px) {
  /* line 805, ../sass/_theme.scss */
  .mean-container .mean-bar {
    position: fixed;
    top: 64rem;
    min-height: 0;
    padding: 0;
  }
  /* line 810, ../sass/_theme.scss */
  .mean-container .mean-bar .meanmenu-reveal {
    position: absolute;
    top: -64rem;
    padding-top: calc(( 64rem - 22px) / 2);
    padding-bottom: calc(( 64rem - 22px) / 2);
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 817, ../sass/_theme.scss */
  .mean-container .mean-bar .meanmenu-reveal.meanclose {
    background: #5e6b73;
  }
  /* line 821, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav {
    margin: 0;
    background: #D3D3D3;
    opacity: 1;
  }
  /* line 825, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav .sf-sub-indicator {
    display: none;
  }
  /* line 828, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul {
    max-height: calc(100vh - 64rem);
    overflow-y: scroll;
    z-index: 999999;
  }
  /* line 832, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li > a.active {
    color: #d43a16;
  }
  /* line 837, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li:last-child a {
    position: relative;
    line-height: 30rem;
    text-transform: uppercase;
    width: 100%;
  }
  /* line 842, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li:last-child a:before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f05a24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30rem;
    height: 30rem;
    content: " ";
  }
  /* line 855, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li:last-child a:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    color: #FFFFFF;
    font-size: 20rem;
    line-height: 30rem;
    height: 30rem;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30rem;
    text-align: center;
  }
  /* line 872, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li.li-clicked > a {
    color: #970000;
    background: #FFFFFF;
  }
  /* line 878, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li:hover > a, .mean-container .mean-bar .mean-nav > ul > li:focus > a {
    color: #970000;
  }
  /* line 882, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > a:hover, .mean-container .mean-bar .mean-nav > ul > li > a:focus {
    color: #970000;
  }
  /* line 886, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > a.mean-expand.mean-clicked {
    color: #970000;
  }
  /* line 891, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li:hover > a, .mean-container .mean-bar .mean-nav > ul > li > ul > li:focus > a {
    color: #970000;
  }
  /* line 895, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li > a:hover, .mean-container .mean-bar .mean-nav > ul > li > ul > li > a:focus {
    color: #970000;
  }
  /* line 900, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li > a.active {
    color: #d43a16;
  }
  /* line 903, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked {
    border: none;
  }
  /* line 905, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.SSICPR > a {
    background: #0090AB;
  }
  /* line 908, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.SSICPR > ul {
    background: #0090AB;
  }
  /* line 910, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.SSICPR > ul li {
    background: #0090AB;
  }
  /* line 912, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.SSICPR > ul li.active {
    background: #0090AB;
  }
  /* line 919, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.EICDR > a {
    background: #8B354A;
  }
  /* line 922, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.EICDR > ul {
    background: #8B354A;
  }
  /* line 924, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.EICDR > ul li {
    background: #8B354A;
  }
  /* line 926, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.EICDR > ul li.active {
    background: #8B354A;
  }
  /* line 933, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.DICTR > a {
    background: #2266F9;
  }
  /* line 936, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.DICTR > ul {
    background: #2266F9;
  }
  /* line 938, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.DICTR > ul li {
    background: #2266F9;
  }
  /* line 940, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.DICTR > ul li.active {
    background: #2266F9;
  }
  /* line 947, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.WBTB > a {
    background: #01A937;
  }
  /* line 950, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.WBTB > ul {
    background: #01A937;
  }
  /* line 952, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.WBTB > ul li {
    background: #01A937;
  }
  /* line 954, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.WBTB > ul li.active {
    background: #01A937;
  }
  /* line 961, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.DPLCCO > a {
    background: #003DAA;
  }
  /* line 964, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.DPLCCO > ul {
    background: #003DAA;
  }
  /* line 966, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.DPLCCO > ul li {
    background: #003DAA;
  }
  /* line 968, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.DPLCCO > ul li.active {
    background: #003DAA;
  }
  /* line 975, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.KCCSF > a {
    background: #A1008B;
  }
  /* line 978, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.KCCSF > ul {
    background: #A1008B;
  }
  /* line 980, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.KCCSF > ul li {
    background: #A1008B;
  }
  /* line 982, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.KCCSF > ul li.active {
    background: #A1008B;
  }
  /* line 991, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.CrownGenomics > a {
    background: #DF3D3D;
  }
  /* line 994, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.CrownGenomics > ul {
    background: #DF3D3D;
  }
  /* line 996, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.CrownGenomics > ul li {
    background: #DF3D3D;
  }
  /* line 998, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.CrownGenomics > ul li.active {
    background: #DF3D3D;
  }
  /* line 1006, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.deBottonProteinProfiling > a {
    background: #F4A140;
  }
  /* line 1009, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.deBottonProteinProfiling > ul {
    background: #F4A140;
  }
  /* line 1011, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.deBottonProteinProfiling > ul li {
    background: #F4A140;
  }
  /* line 1013, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.deBottonProteinProfiling > ul li.active {
    background: #F4A140;
  }
  /* line 1021, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.MantouxBioinformatics > a {
    background: #983D7E;
  }
  /* line 1024, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.MantouxBioinformatics > ul {
    background: #983D7E;
  }
  /* line 1026, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.MantouxBioinformatics > ul li {
    background: #983D7E;
  }
  /* line 1028, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.MantouxBioinformatics > ul li.active {
    background: #983D7E;
  }
  /* line 1036, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.ShapellPreclinical > a {
    background: #0F4B9E;
  }
  /* line 1039, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.ShapellPreclinical > ul {
    background: #0F4B9E;
  }
  /* line 1041, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.ShapellPreclinical > ul li {
    background: #0F4B9E;
  }
  /* line 1043, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.ShapellPreclinical > ul li.active {
    background: #0F4B9E;
  }
  /* line 1051, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.WohlDrugDiscovery > a {
    background: #6AA64F;
  }
  /* line 1054, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.WohlDrugDiscovery > ul {
    background: #6AA64F;
  }
  /* line 1056, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.WohlDrugDiscovery > ul li {
    background: #6AA64F;
  }
  /* line 1058, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.WohlDrugDiscovery > ul li.active {
    background: #6AA64F;
  }
  /* line 1066, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.MedicinalChemistry > a {
    background: #318CE3;
  }
  /* line 1069, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.MedicinalChemistry > ul {
    background: #318CE3;
  }
  /* line 1071, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.MedicinalChemistry > ul li {
    background: #318CE3;
  }
  /* line 1073, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked.MedicinalChemistry > ul li.active {
    background: #318CE3;
  }
  /* line 1082, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked > a {
    color: #FFFFFF;
  }
  /* line 1085, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked a.mean-expand {
    color: #FFFFFF;
  }
  /* line 1089, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked > ul li {
    border: none;
  }
  /* line 1091, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked > ul li a:not(.mean-expand) {
    color: #FFFFFF;
    position: relative;
  }
  /* line 1094, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked > ul li a:not(.mean-expand):before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    color: #FFFFFF;
    font-size: 15px;
    left: 30px;
    top: 0;
    line-height: 36px;
  }
  /* line 1106, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked > ul li.active {
    background: #003DAA;
    opacity: 0.8;
  }
  /* line 1109, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked > ul li.active a {
    background: transparent;
  }
  /* line 1114, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked > ul li.li-clicked > a:not(.mean-expand), .mean-container .mean-bar .mean-nav > ul > li > ul > li.li-clicked > ul li.li-clicked ul li a {
    background: rgba(255, 255, 255, 0.1);
  }
  /* line 1123, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li {
    margin: 0;
    border-bottom: solid 1px #d43a16;
  }
  /* line 1127, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li.active > a.mean-expand {
    color: #d43a16;
  }
  /* line 1132, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li a {
    border-top: 0;
    opacity: 1 !important;
    color: #3C3C3C;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 45px 8px 15px;
    text-transform: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1142, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li a.active {
    color: #d43a16;
    font-weight: bold;
    background: #FFFFFF;
  }
  /* line 1147, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li a.mean-expand {
    font-size: 0 !important;
    height: 35px;
    border: none !important;
    background: transparent;
    margin: 0;
    font-weight: 400;
    width: 45px !important;
  }
  /* line 1155, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li a.mean-expand:before {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 21px;
  }
  /* line 1163, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li ul {
    position: static !important;
    top: 0 !important;
  }
  /* line 1166, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li ul li {
    background: #FFFFFF;
  }
  /* line 1168, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li ul li:last-child {
    border-bottom: none;
  }
  /* line 1171, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li ul li:first-child {
    border-top: solid 1px #d43a16;
  }
  /* line 1174, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li ul li a {
    padding-left: 30px;
  }
  /* line 1182, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li ul li ul li a:not(.mean-expand) {
    padding-left: 45px !important;
  }
}
@media (min-width: 581px) and (max-width: 768px) {
  /* line 1197, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav > ul li ul li a.mean-expand {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1203, ../sass/_theme.scss */
  #header .header_main_line {
    height: 67rem;
  }
  /* line 1206, ../sass/_theme.scss */
  #header .header_main_line .container {
    height: 67rem;
  }
  /* line 1209, ../sass/_theme.scss */
  #header .header_main_line .center_logo {
    margin: 0rem 15rem 0 0;
  }
  /* line 1211, ../sass/_theme.scss */
  #header .header_main_line .center_logo img {
    max-height: 47rem;
    margin-top: 0;
    margin-right: 10rem;
    max-width: 100rem;
  }
  /* line 1218, ../sass/_theme.scss */
  #header .header_main_line #site-name {
    float: left;
    margin: 0;
    font-size: 20rem;
    line-height: 25rem;
  }
  /* line 1223, ../sass/_theme.scss */
  #header .header_main_line #site-name span {
    font-size: inherit;
    line-height: inherit;
  }
}
@media (max-width: 768px) {
  /* line 1236, ../sass/_theme.scss */
  #header .header_main_line {
    border-top: solid 1px #d43a16;
  }
  /* line 1239, ../sass/_theme.scss */
  #header .header_top_line {
    height: 64rem;
  }
  /* line 1242, ../sass/_theme.scss */
  #header .header_top_line .weizmann_logo {
    width: 250rem;
    margin-top: 15rem;
  }
  /* line 1246, ../sass/_theme.scss */
  #header .header_top_line .centers_institutes_link {
    display: none;
  }
  /* line 1252, ../sass/_theme.scss */
  #header .short_header_content {
    height: auto;
  }
  /* line 1254, ../sass/_theme.scss */
  #header .short_header_content .container {
    position: static;
  }
  /* line 1256, ../sass/_theme.scss */
  #header .short_header_content .container > * {
    position: static;
    padding: 17rem 0;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
  }
  /* line 1264, ../sass/_theme.scss */
  #header .navigation {
    position: absolute;
    top: 64rem;
    margin: 0;
    width: 100%;
    height: auto;
    border: none;
    z-index: 9;
    display: none;
  }
  /* line 1275, ../sass/_theme.scss */
  #header .navigation.menu_opened {
    border-bottom: solid 1px #d43a16;
    max-height: calc(100vh - 64rem);
    overflow-y: scroll;
  }
  /* line 1279, ../sass/_theme.scss */
  #header .navigation.menu_opened .mobile_menu_btn {
    background: #667781;
  }
  /* line 1282, ../sass/_theme.scss */
  #header .navigation.menu_opened .mobileonly {
    border-top: 1px #3C3C3C solid;
    width: 208px;
    padding-top: 5px;
    margin-top: 5px;
  }
  /* line 1289, ../sass/_theme.scss */
  #header .navigation .mobile_menu_btn {
    display: block;
    color: #FFFFFF;
    padding: 15rem;
    font-size: 34rem;
    position: absolute;
    top: -64rem;
    right: 0;
  }
  /* line 1300, ../sass/_theme.scss */
  #header .navigation .menu {
    display: none;
  }
  /* line 1303, ../sass/_theme.scss */
  #header .navigation .menu li {
    display: block;
    padding: 0;
    float: none;
  }
  /* line 1307, ../sass/_theme.scss */
  #header .navigation .menu li.centers_institutes_mobile {
    display: block;
  }
  /* line 1310, ../sass/_theme.scss */
  #header .navigation .menu li a {
    line-height: 35px;
    font-size: 15px;
  }
  /* line 1313, ../sass/_theme.scss */
  #header .navigation .menu li a.centers_institutes_link {
    float: none;
    display: inline-block;
    text-decoration: none;
    border-top: solid 1px;
    margin: 0;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  /* line 1321, ../sass/_theme.scss */
  #header .navigation .menu li a.centers_institutes_link:before {
    top: 17rem;
  }
  /* line 1324, ../sass/_theme.scss */
  #header .navigation .menu li a.centers_institutes_link:after {
    top: 17rem;
  }

  /* line 1334, ../sass/_theme.scss */
  h1 {
    margin-top: 20rem;
  }
}
/***************************/
/********* FOOTER  *********/
/***************************/
/*footer{
	background : #667781;
	height: 50rem;
	.footer_line{
		ul{
			display: inline-block;
			padding: 0;
			margin: $general_space 0 0;
			li{
				display: inline-block;
				list-style: none;
				margin: 0;
				
				&:last-child p{
					border: none;
					padding-right: 0;
				}
				&:first-child p{
					padding-left: 0;
				}
				p{
					line-height: 18rem;
					font-size : 14rem;
					padding: 0 10rem;
					border-right: solid 1px;
					color : $white_color;
					text-decoration: none;
					
				}
				a{
					@extend p;
					text-decoration: none;
					&:hover{
						text-decoration: underline;
					}
				}
			}
		}
	}
}*/
/* line 1386, ../sass/_theme.scss */
footer {
  background: #667781;
  height: 135rem;
}
/* line 1390, ../sass/_theme.scss */
footer .footer_line #block-block-2 {
  margin: 0;
  float: none;
  height: inherit;
}
/* line 1395, ../sass/_theme.scss */
footer .footer_line ul {
  display: inline-block;
  padding: 0;
  margin: 15rem 0 0;
}
/* line 1399, ../sass/_theme.scss */
footer .footer_line ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  line-height: 18rem;
  font-size: 14rem;
  padding: 0 9rem;
  border-right: solid 1px;
  color: #FFFFFF;
  text-decoration: none;
}
/* line 1410, ../sass/_theme.scss */
footer .footer_line ul li:last-of-type {
  border: none;
  padding-right: 0;
}
/* line 1414, ../sass/_theme.scss */
footer .footer_line ul li:first-of-type {
  padding-left: 0;
}
/* line 1417, ../sass/_theme.scss */
footer .footer_line ul li p {
  margin: 0;
}
/* line 1420, ../sass/_theme.scss */
footer .footer_line ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 1423, ../sass/_theme.scss */
footer .footer_line ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* line 1433, ../sass/_theme.scss */
  footer {
    height: 270rem;
  }
  /* line 1436, ../sass/_theme.scss */
  footer .footer_line ul {
    margin: 15rem 0 7rem;
  }
  /* line 1438, ../sass/_theme.scss */
  footer .footer_line ul li {
    display: block;
    padding: 0;
    border-right: none;
    margin-bottom: 8rem;
    display: block;
  }
}
/***************************/
/******* FRONT PAGE  *******/
/***************************/
/* line 1455, ../sass/_theme.scss */
body.front h2,
.node-type-center h2 {
  color: #f05a24;
  line-height: 46rem;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 22rem;
  text-transform: uppercase;
  margin: 0 0 30rem;
  padding: 0 0 0 60rem;
  position: relative;
}
/* line 1488, ../sass/_theme.scss */
body.front h2.icon-calendar:after,
.node-type-center h2.icon-calendar:after {
  content: "\f073";
}
/* line 1491, ../sass/_theme.scss */
body.front h2.video:after,
.node-type-center h2.video:after {
  content: "\f03d";
}
/* line 1494, ../sass/_theme.scss */
body.front h2.science:after,
.node-type-center h2.science:after {
  content: "\f0c3";
}
/* line 1497, ../sass/_theme.scss */
body.front h2.h_under_icon,
.node-type-center h2.h_under_icon {
  border-bottom: solid 1px;
  text-align: center;
  padding: 50rem 0 0 0;
}
/* line 1501, ../sass/_theme.scss */
body.front h2.h_under_icon:before,
.node-type-center h2.h_under_icon:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 1504, ../sass/_theme.scss */
body.front h2.h_under_icon:after,
.node-type-center h2.h_under_icon:after {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 1509, ../sass/_theme.scss */
body.front h3,
.node-type-center h3 {
  font-weight: bold;
  font-size: 18rem;
  line-height: 22rem;
  text-transform: uppercase;
  margin: 18rem 0 0;
}
/* line 1515, ../sass/_theme.scss */
body.front h3 a,
.node-type-center h3 a {
  color: #3C3C3C;
  text-decoration: none;
}
/* line 1518, ../sass/_theme.scss */
body.front h3 a:hover,
.node-type-center h3 a:hover {
  color: #3C3C3C;
}

/* line 1528, ../sass/_theme.scss */
.node-type-center h2 {
  margin: 0 0 20rem !important;
  line-height: 22rem !important;
  padding: 0 0 0 15rem;
}

/* line 1537, ../sass/_theme.scss */
.date {
  font-weight: 200;
  /*100*/
  font-size: 18rem;
  line-height: 24rem;
  margin-bottom: 15rem;
}

/* line 1543, ../sass/_theme.scss */
.block_img_left {
  margin-top: 15rem;
  position: relative;
  min-height: 220rem;
}
/* line 1547, ../sass/_theme.scss */
.block_img_left img {
  width: 200rem;
  height: 140rem;
  float: left;
  display: block;
}
/* line 1553, ../sass/_theme.scss */
.block_img_left .block_content_img_left {
  margin-left: 220rem;
}
/* line 1555, ../sass/_theme.scss */
.block_img_left .block_content_img_left ul {
  /*      list-style:none;
        padding: 0 0; margin: 0 0;
        li {
          list-style:none;
          margin-top: 3px;
          margin-bottom: 2px;
          &:before {
            display: none;
          }
        }*/
}
/* line 1569, ../sass/_theme.scss */
.block_img_left h4 {
  font-size: 16rem;
  font-weight: bold;
  margin: 0;
}
/* line 1574, ../sass/_theme.scss */
.block_img_left .btn_with_border {
  position: absolute;
  top: 140rem;
  left: 0;
}

/* line 1580, ../sass/_theme.scss */
.future-workshop {
  border-bottom: solid 1px;
}
/* line 1582, ../sass/_theme.scss */
.future-workshop:last-of-type {
  border: none;
  margin-bottom: 35rem;
}

@media (max-width: 767px) {
  /* line 1590, ../sass/_theme.scss */
  body.front h2 {
    line-height: 40rem;
    margin: 0 0 15rem;
    padding: 0 0 0 50rem;
  }
  /* line 1594, ../sass/_theme.scss */
  body.front h2:before {
    width: 40rem;
    height: 40rem;
  }
  /* line 1598, ../sass/_theme.scss */
  body.front h2:after {
    font-size: 20rem;
    line-height: 40rem;
    width: 40rem;
  }
  /* line 1604, ../sass/_theme.scss */
  body.front h3 {
    font-size: 19rem;
    line-height: 25rem;
    margin: 10rem 0 0;
  }

  /* line 1610, ../sass/_theme.scss */
  .date {
    font-size: 19rem;
    line-height: 25rem;
    margin-bottom: 10rem;
  }

  /* line 1615, ../sass/_theme.scss */
  .block_img_left {
    margin-top: 10rem;
    min-height: auto;
  }
  /* line 1618, ../sass/_theme.scss */
  .block_img_left img {
    display: none;
  }
  /* line 1621, ../sass/_theme.scss */
  .block_img_left .block_content_img_left {
    margin-left: 0;
  }
  /* line 1624, ../sass/_theme.scss */
  .block_img_left .btn_with_border {
    position: static;
    margin-top: 20rem;
  }

  /* line 1630, ../sass/_theme.scss */
  .future_workshop:last-of-type {
    margin-bottom: 20rem;
  }
}
/***************************/
/* img_left_content_right **/
/***************************/
/*.img_left_content_right.prop_26_5_69{
	img{
		 @include zen-grid-item(26, 1, left, 100);
		 padding: 0;
	}
	.content_right{
		@include zen-grid-item(69, 32, left, 100);
		padding: 0;
	}
	&.with_content_right_mobile{
		.content_right{
			@include zen-grid-item(69, 32, left, 100);
			padding: 0;
			margin-right: 0;
			margin-bottom: 5rem;
		}
	}
	@include breakpoint(tablet){
		img{
			 @include zen-grid-item(30, 1, left, 100);
			 padding: 0;
	
		}
		.content_right{
			@include zen-grid-item(65, 36, left, 100);
			padding: 0;
		}
		&.with_content_right_mobile{
			.content_right{
				@include zen-grid-item(65, 36, left, 100);
				padding: 0;
				margin-right: 0;
			}
		}
	}
	@include breakpoint(mobileonly){
		img{
			 @include zen-grid-item(40, 1, left, 100);
			 padding: 0;
	
		}
		.content_right{
			@include zen-grid-item(100, 1, left, 100);
			padding: 0;
		}
		&.with_content_right_mobile{
			.content_right{
				@include zen-grid-item(100, 1, left, 100);
				padding: 0;
			}
		}
	}
}*/
/* line 1735, ../sass/_theme.scss */
.img_left_content_right.prop_30_6_64 img {
  float: left;
  width: 29.16667%;
  margin-left: 0%;
  margin-right: -29.16667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 1739, ../sass/_theme.scss */
.img_left_content_right.prop_30_6_64 .content_right {
  float: left;
  width: 64.58333%;
  margin-left: 34.58333%;
  margin-right: -99.16667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 1744, ../sass/_theme.scss */
  .img_left_content_right.prop_30_6_64 img {
    float: left;
    width: 33%;
    margin-left: 0%;
    margin-right: -33%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
}
@media (max-width: 580px) {
  /* line 1750, ../sass/_theme.scss */
  .img_left_content_right.prop_30_6_64 img {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 1754, ../sass/_theme.scss */
  .img_left_content_right.prop_30_6_64 .content_right {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
}

/***************************/
/* img_right_content_left **/
/***************************/
/* line 1770, ../sass/_theme.scss */
.img_right_content_left.prop_69_5_26 img {
  float: left;
  width: 26%;
  margin-left: 74%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 1774, ../sass/_theme.scss */
.img_right_content_left.prop_69_5_26 .content_left, .img_right_content_left.prop_69_5_26 .content_right {
  float: left;
  width: 69%;
  margin-left: 0%;
  margin-right: -69%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 1779, ../sass/_theme.scss */
  .img_right_content_left.prop_69_5_26 img {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 1784, ../sass/_theme.scss */
  .img_right_content_left.prop_69_5_26 .content_left {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
}
@media (max-width: 580px) {
  /* line 1790, ../sass/_theme.scss */
  .img_right_content_left.prop_69_5_26 img {
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 1795, ../sass/_theme.scss */
  .img_right_content_left.prop_69_5_26 .content_left {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
}

/* line 1824, ../sass/_theme.scss */
.img_right_content_left.prop_64_6_30 img {
  float: left;
  width: 30%;
  margin-left: 70%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 1828, ../sass/_theme.scss */
.img_right_content_left.prop_64_6_30 .content_left, .img_right_content_left.prop_64_6_30 .content_right {
  float: left;
  width: 64%;
  margin-left: 0%;
  margin-right: -64%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 1833, ../sass/_theme.scss */
  .img_right_content_left.prop_64_6_30 img {
    float: left;
    width: 33%;
    margin-left: 70%;
    margin-right: -103%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
}
@media (max-width: 580px) {
  /* line 1839, ../sass/_theme.scss */
  .img_right_content_left.prop_64_6_30 img {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 1843, ../sass/_theme.scss */
  .img_right_content_left.prop_64_6_30 .content_left {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
}

/***************************/
/******* ABOUT PAGE  *******/
/***************************/
/* line 1854, ../sass/_theme.scss */
.block_content {
  margin-bottom: 40rem;
}
/* line 1856, ../sass/_theme.scss */
.block_content:last-of-type {
  margin-bottom: 0;
}

/*.img_left_content_right{
	overflow: hidden;
	.field-type-image.field-label-hidden{
		float: left;
		margin-right: 6%;
		margin-bottom: 45rem;
	}
	.content_right{
		h3{
			font-weight : bold;
			font-size : 18rem;
			line-height : 24rem;
		}
	}

	@include breakpoint(mobileonly){
		&.with_content_right_mobile .content_right.content_right_mobile{
			@include zen-grid-item(55, 46, left, 100);
			padding: 0;
			margin-right: 0;
			clear: none;
			margin-top: 0;
		}
		.content_right{
			margin-top: $general_space;
			clear: left;
		}
		img{
			clear: left;
		}
	}
}*/
/* line 1914, ../sass/_theme.scss */
.front .three_wrapper,
.page-cancer-research-groups .three-wrapper,
.page-research-groups .three-wrapper,
.node-type-center .three_wrapper {
  overflow: hidden;
}
/* line 1922, ../sass/_theme.scss */
.front .three_wrapper .section-3:nth-of-type(3n+1),
.page-cancer-research-groups .three-wrapper .section-3:nth-of-type(3n+1),
.page-research-groups .three-wrapper .section-3:nth-of-type(3n+1),
.node-type-center .three_wrapper .section-3:nth-of-type(3n+1) {
  float: left;
  width: 29.16667%;
  margin-left: 0%;
  margin-right: -29.16667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left;
  padding: 17rem 0 0 0;
  margin-bottom: 50rem;
}
/* line 1928, ../sass/_theme.scss */
.front .three_wrapper .section-3:nth-of-type(3n+2),
.page-cancer-research-groups .three-wrapper .section-3:nth-of-type(3n+2),
.page-research-groups .three-wrapper .section-3:nth-of-type(3n+2),
.node-type-center .three_wrapper .section-3:nth-of-type(3n+2) {
  float: left;
  width: 29.16667%;
  margin-left: 35.41667%;
  margin-right: -64.58333%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 17rem 0 0 0;
  margin-bottom: 50rem;
}
/* line 1933, ../sass/_theme.scss */
.front .three_wrapper .section-3:nth-of-type(3n+3),
.page-cancer-research-groups .three-wrapper .section-3:nth-of-type(3n+3),
.page-research-groups .three-wrapper .section-3:nth-of-type(3n+3),
.node-type-center .three_wrapper .section-3:nth-of-type(3n+3) {
  float: left;
  width: 29.16667%;
  margin-left: 70.83333%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 17rem 0 0 0;
  margin-bottom: 50rem;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 1943, ../sass/_theme.scss */
  .front .three_wrapper .section-3:nth-of-type(2n+1),
  .page-cancer-research-groups .three-wrapper .section-3:nth-of-type(2n+1),
  .page-research-groups .three-wrapper .section-3:nth-of-type(2n+1),
  .node-type-center .three_wrapper .section-3:nth-of-type(2n+1) {
    float: left;
    width: 45%;
    margin-left: 0%;
    margin-right: -45%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 17rem 0 0 0;
    margin-bottom: 40px;
  }
  /* line 1950, ../sass/_theme.scss */
  .front .three_wrapper .section-3:nth-of-type(2n+2),
  .page-cancer-research-groups .three-wrapper .section-3:nth-of-type(2n+2),
  .page-research-groups .three-wrapper .section-3:nth-of-type(2n+2),
  .node-type-center .three_wrapper .section-3:nth-of-type(2n+2) {
    float: left;
    width: 45%;
    margin-left: 55%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 17rem 0 0 0;
    clear: none;
    margin-bottom: 40px;
  }
  /* line 1957, ../sass/_theme.scss */
  .front .three_wrapper .section-3.research.wide,
  .page-cancer-research-groups .three-wrapper .section-3.research.wide,
  .page-research-groups .three-wrapper .section-3.research.wide,
  .node-type-center .three_wrapper .section-3.research.wide {
    float: left;
    width: 45%;
    margin-left: 0%;
    margin-right: -45%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 17rem 0 0 0;
    margin-bottom: 40px;
  }
  /* line 1964, ../sass/_theme.scss */
  .front .three_wrapper .section-3.research.secondary,
  .page-cancer-research-groups .three-wrapper .section-3.research.secondary,
  .page-research-groups .three-wrapper .section-3.research.secondary,
  .node-type-center .three_wrapper .section-3.research.secondary {
    float: left;
    width: 45%;
    margin-left: 55%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 580px) {
  /* line 1977, ../sass/_theme.scss */
  .front .three_wrapper .section-3:nth-of-type(3n+1),
  .page-cancer-research-groups .three-wrapper .section-3:nth-of-type(3n+1),
  .page-research-groups .three-wrapper .section-3:nth-of-type(3n+1),
  .node-type-center .three_wrapper .section-3:nth-of-type(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 1983, ../sass/_theme.scss */
  .front .three_wrapper .section-3:nth-of-type(3n+2),
  .page-cancer-research-groups .three-wrapper .section-3:nth-of-type(3n+2),
  .page-research-groups .three-wrapper .section-3:nth-of-type(3n+2),
  .node-type-center .three_wrapper .section-3:nth-of-type(3n+2) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 1989, ../sass/_theme.scss */
  .front .three_wrapper .section-3:nth-of-type(3n+3),
  .page-cancer-research-groups .three-wrapper .section-3:nth-of-type(3n+3),
  .page-research-groups .three-wrapper .section-3:nth-of-type(3n+3),
  .node-type-center .three_wrapper .section-3:nth-of-type(3n+3) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 1995, ../sass/_theme.scss */
  .front .three_wrapper .section-3,
  .page-cancer-research-groups .three-wrapper .section-3,
  .page-research-groups .three-wrapper .section-3,
  .node-type-center .three_wrapper .section-3 {
    /*.header{
    	margin-top: 20px;
    }*/
  }
  /* line 1996, ../sass/_theme.scss */
  .front .three_wrapper .section-3:last-of-type,
  .page-cancer-research-groups .three-wrapper .section-3:last-of-type,
  .page-research-groups .three-wrapper .section-3:last-of-type,
  .node-type-center .three_wrapper .section-3:last-of-type {
    margin-bottom: 0;
  }
}

/*.three_wrapper{
	overflow: hidden;
	$zen-column-count:100;
	$zen-float-direction: left;
	&.person_wrapper{
		.section-3:nth-of-type(3n+1){
			@include zen-grid-item(26, 1, $zen-float-direction, $zen-column-count);
			clear: left;
			padding: 0;
		}
		.section-3:nth-of-type(3n+2){
			@include zen-grid-item(26, 38, $zen-float-direction, $zen-column-count);
			padding: 0;
		}
		.section-3:nth-of-type(3n+3){
			@include zen-grid-item(26, 75, $zen-float-direction, $zen-column-count);
			padding: 0;
		}
		.btn_no_border {
		  margin-top: 7px;
		}
	}
	&.alboum_wrapper{
		.section-3:nth-of-type(3n+1){
			@include zen-grid-item(30, 1, $zen-float-direction, $zen-column-count);
			clear: left;
			padding: 0;
		}
		.section-3:nth-of-type(3n+2){
			@include zen-grid-item(30, 36, $zen-float-direction, $zen-column-count);
			padding: 0;
		}
		.section-3:nth-of-type(3n+3){
			@include zen-grid-item(30, 71, $zen-float-direction, $zen-column-count);
			padding: 0;
		}
	}
	@include breakpoint(tablet){
		&.alboum_wrapper, &.person_wrapper{
			.section-3:nth-of-type(3n+1){
				@include zen-grid-item(30, 1, $zen-float-direction, $zen-column-count);
				clear: left;
				padding: 0;
			}
			.section-3:nth-of-type(3n+2){
				@include zen-grid-item(30, 36, $zen-float-direction, $zen-column-count);
				padding: 0;
			}
			.section-3:nth-of-type(3n+3){
				@include zen-grid-item(30, 71, $zen-float-direction, $zen-column-count);
				padding: 0;
			}
		}
	}
	@include breakpoint(mobileonly){
		&.alboum_wrapper, &.person_wrapper{
			.section-3:nth-of-type(3n+1){
				@include zen-grid-item(1, 1, $zen-float-direction, 1);
				clear: left;
				padding: 0;
			}
			.section-3:nth-of-type(3n+2){
				@include zen-grid-item(1, 1, $zen-float-direction, 1);
				clear: left;
				padding: 0;
			}
			.section-3:nth-of-type(3n+3){
				@include zen-grid-item(1, 1, $zen-float-direction, 1);
				clear: left;
				padding: 0;
			}
			.section-3{
				margin-bottom: 20rem;
				&:last-of-type {
					margin-bottom: 0;
				}
			}
		}
	}
}*/
/* line 2086, ../sass/_theme.scss */
.two-wrapper {
  overflow: hidden;
}
/* line 2090, ../sass/_theme.scss */
.two-wrapper .section-2:nth-of-type(2n+1) {
  float: left;
  width: 47%;
  margin-left: 0%;
  margin-right: -47%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left;
  padding: 0;
}
/* line 2095, ../sass/_theme.scss */
.two-wrapper .section-2:nth-of-type(2n+2) {
  float: left;
  width: 47%;
  margin-left: 53%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2101, ../sass/_theme.scss */
  .two-wrapper .section-2:nth-of-type(2n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 2106, ../sass/_theme.scss */
  .two-wrapper .section-2:nth-of-type(2n+2) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
}
@media (max-width: 580px) {
  /* line 2113, ../sass/_theme.scss */
  .two-wrapper .section-2:nth-of-type(2n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 2118, ../sass/_theme.scss */
  .two-wrapper .section-2:nth-of-type(2n+2) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 2123, ../sass/_theme.scss */
  .two-wrapper .section-2 {
    margin-bottom: 20rem;
  }
  /* line 2125, ../sass/_theme.scss */
  .two-wrapper .section-2:last-of-type {
    margin-bottom: 0;
  }
}

/*.person{
	img {
		display: block;
		width: 100%;
		max-width: 202px;
	}
	h3 {
		font-weight: bold;
		font-size: 18rem;
		line-height: 22rem;
		margin: 10rem 0 -3rem;
		text-transform: none;
		color: $global_color;
		@include breakpoint(mobileonly) {
			margin-top: 0;
		}
	}
	.field-name-field-department{
		margin-bottom: 10rem;
		a{
			text-decoration: none;
		}
		a:hover{
			text-decoration: underline;
		}
	}
	@include breakpoint(mobileonly){	
		overflow: hidden;
		img{
			@include zen-grid-item(40, 1, left, 100);
			padding: 0;
		}
		.person_content{
			@include zen-grid-item(55, 46, left, 100);
			padding: 0;
		}
	}
}*/
/* line 2234, ../sass/_theme.scss */
.sidebar_block_img_content img {
  display: block;
  width: 100%;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2239, ../sass/_theme.scss */
  .sidebar_block_img_content img {
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 2244, ../sass/_theme.scss */
  .sidebar_block_img_content .sidebar_block_content {
    float: left;
    width: 65%;
    margin-left: 35%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 2247, ../sass/_theme.scss */
  .sidebar_block_img_content .sidebar_block_content h2 {
    margin-top: 0;
  }
}

/***************************/
/**** SUPPORTERS PAGE  *****/
/***************************/
/* line 2274, ../sass/_theme.scss */
.gray_block_content,
.supporters_block_content.odd,
.view-supporters .attachment {
  padding: 50rem 0;
  background: #EBEBEB;
  position: relative;
}
/* line 2280, ../sass/_theme.scss */
.gray_block_content:before,
.supporters_block_content.odd:before,
.view-supporters .attachment:before {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #F3F3F3;
  content: " ";
  top: 0;
}
/* line 2289, ../sass/_theme.scss */
.gray_block_content:after,
.supporters_block_content.odd:after,
.view-supporters .attachment:after {
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #F3F3F3;
  content: " ";
  top: 0;
}
/* line 2298, ../sass/_theme.scss */
.gray_block_content .full_img_mobile,
.supporters_block_content.odd .full_img_mobile,
.view-supporters .attachment .full_img_mobile {
  width: 100%;
  display: none;
  margin-bottom: 10rem;
}
@media (max-width: 580px) {
  /* line 2298, ../sass/_theme.scss */
  .gray_block_content .full_img_mobile,
  .supporters_block_content.odd .full_img_mobile,
  .view-supporters .attachment .full_img_mobile {
    display: block;
  }
}
/* line 2306, ../sass/_theme.scss */
.gray_block_content .full_img_desktop,
.supporters_block_content.odd .full_img_desktop,
.view-supporters .attachment .full_img_desktop {
  width: 100%;
  display: block;
  margin-bottom: 10rem;
}
@media (max-width: 580px) {
  /* line 2306, ../sass/_theme.scss */
  .gray_block_content .full_img_desktop,
  .supporters_block_content.odd .full_img_desktop,
  .view-supporters .attachment .full_img_desktop {
    display: none;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2274, ../sass/_theme.scss */
  .gray_block_content,
  .supporters_block_content.odd,
  .view-supporters .attachment {
    padding: 20rem 0;
  }
}
@media (max-width: 580px) {
  /* line 2274, ../sass/_theme.scss */
  .gray_block_content,
  .supporters_block_content.odd,
  .view-supporters .attachment {
    padding: 20rem 0;
  }
}

/***************************/
/******** QUICKTABS ********/
/***************************/
/* line 2332, ../sass/_theme.scss */
#quicktabs-container-visitor_information {
  border: 1px solid #B2B2B2;
  border-width: 0 1px 1px;
}

/* line 2336, ../sass/_theme.scss */
ul.quicktabs-tabs {
  margin: 0 0 40rem 0;
  padding: 0;
  border-bottom: 1px solid #B2B2B2;
  	/*@include breakpoint(mobileonly){
  		margin: 0;
  		li{
  		  padding: 0 5rem;
  			display: block;
  			width: 100%;
  			text-align: left;
  			box-sizing: border-box;
  			border: solid #B2B2B2 1px !important;
  			margin-bottom: 10rem !important;
  
      	a{
  				font-size : 17rem;
  				line-height : 48rem;
  				padding-left: 40rem;
  				width: 100%;
  				display: block;
  				box-sizing: border-box;
  
  				&:before{
  					width: 34rem;
  					height: 34rem;
  				}
  				&:after{
  					width: 34rem;
  					height: 34rem;
  					line-height: 34rem;
  					text-align: center;
  				}	
  	    }
  			&.active {
  				border-top-width: 6px !important;
  			}
  		}
  	}*/
}
/* line 2341, ../sass/_theme.scss */
ul.quicktabs-tabs li {
  display: inline-block;
  list-style: none;
  width: 264rem;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 2349, ../sass/_theme.scss */
ul.quicktabs-tabs li a {
  font-family: 'Roboto Slab', serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 22rem;
  line-height: 55rem;
  text-transform: uppercase;
  color: #808080;
  position: relative;
  padding-left: 60rem;
}
/* line 2359, ../sass/_theme.scss */
ul.quicktabs-tabs li a:before {
  position: absolute;
  content: " ";
  width: 36rem;
  height: 36rem;
  background: #808080;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
/* line 2369, ../sass/_theme.scss */
ul.quicktabs-tabs li a:after {
  position: absolute;
  content: " ";
  width: 36rem;
  height: 36rem;
  color: #FFFFFF;
  line-height: 36rem;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
/* line 2380, ../sass/_theme.scss */
ul.quicktabs-tabs li a#quicktabs-tab-events-0:after {
  -webkit-mask-image: url(../images/icons/SRITP_upcoming.svg);
  mask-image: url(../images/icons/SRITP_upcoming.svg);
  background: url(../images/icons/SRITP_upcoming.svg);
}
/* line 2387, ../sass/_theme.scss */
ul.quicktabs-tabs li a#quicktabs-tab-events-1:after {
  -webkit-mask-image: url(../images/icons/SRITP_past.svg);
  mask-image: url(../images/icons/SRITP_past.svg);
  background: url(../images/icons/SRITP_past.svg);
}
/* line 2394, ../sass/_theme.scss */
ul.quicktabs-tabs li a:hover, ul.quicktabs-tabs li a:focus {
  text-decoration: none;
  color: #3C3C3C;
}
/* line 2397, ../sass/_theme.scss */
ul.quicktabs-tabs li a:hover:before, ul.quicktabs-tabs li a:focus:before {
  background: #3C3C3C;
}
/* line 2402, ../sass/_theme.scss */
ul.quicktabs-tabs li.active {
  border: solid #B2B2B2 1px;
  border-top: solid #B2B2B2 6px;
  border-bottom: solid 1px #FFFFFF;
  margin-bottom: -1px;
}
/* line 2407, ../sass/_theme.scss */
ul.quicktabs-tabs li.active a {
  color: #f05a24;
  text-decoration: none;
}
/* line 2410, ../sass/_theme.scss */
ul.quicktabs-tabs li.active a:before {
  background: #f05a24;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2336, ../sass/_theme.scss */
  ul.quicktabs-tabs {
    margin: 0;
  }
  /* line 2424, ../sass/_theme.scss */
  ul.quicktabs-tabs li {
    width: auto;
    padding: 0 15rem;
  }
  /* line 2427, ../sass/_theme.scss */
  ul.quicktabs-tabs li a {
    font-size: 22rem;
    line-height: 60rem;
    padding-left: 45rem;
  }
  /* line 2431, ../sass/_theme.scss */
  ul.quicktabs-tabs li a:before {
    width: 35rem;
    height: 35rem;
  }
  /* line 2435, ../sass/_theme.scss */
  ul.quicktabs-tabs li a:after {
    width: 35rem;
    height: 35rem;
    line-height: 35rem;
  }
}
@media (max-width: 580px) {
  /* line 2446, ../sass/_theme.scss */
  ul.quicktabs-tabs li {
    width: auto;
    padding: 0 10rem;
  }
  /* line 2449, ../sass/_theme.scss */
  ul.quicktabs-tabs li a {
    font-size: 18rem;
    line-height: 60rem;
    padding-left: 40rem;
  }
  /* line 2453, ../sass/_theme.scss */
  ul.quicktabs-tabs li a:before {
    width: 35rem;
    height: 35rem;
  }
  /* line 2457, ../sass/_theme.scss */
  ul.quicktabs-tabs li a:after {
    width: 35rem;
    height: 35rem;
    line-height: 35rem;
  }
}

@media (min-width: 581px) and (max-width: 767px) {
  /* line 2502, ../sass/_theme.scss */
  #quicktabs-tabpage-events-0 {
    margin-top: 30px;
  }
}

/***************************/
/****** WORKSHOP PAGE ******/
/***************************/
/* line 2512, ../sass/_theme.scss */
.quicktabs-wrapper.quicktabs-style-workshops {
  padding-top: 34rem;
}
@media (min-width: 768px) and (max-width: 1249px) {
  /* line 2512, ../sass/_theme.scss */
  .quicktabs-wrapper.quicktabs-style-workshops {
    padding-top: 50rem;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2512, ../sass/_theme.scss */
  .quicktabs-wrapper.quicktabs-style-workshops {
    padding-top: 0px;
  }
}
@media (max-width: 580px) {
  /* line 2512, ../sass/_theme.scss */
  .quicktabs-wrapper.quicktabs-style-workshops {
    padding-top: 0px;
  }
}

/* line 2526, ../sass/_theme.scss */
.view-workshops .view-content > h2 {
  border-bottom: 1px solid #808080;
  padding-bottom: 2px;
  margin-top: -8px;
}

/* line 2533, ../sass/_theme.scss */
.workshop_content {
  padding: 20rem 0;
  border-bottom: solid 1px;
}
/* line 2536, ../sass/_theme.scss */
.workshop_content .more_info_mobile_btn {
  display: none;
  clear: left;
}
/* line 2540, ../sass/_theme.scss */
.workshop_content .close_mobile_btn {
  display: none;
  clear: left;
}
/* line 2545, ../sass/_theme.scss */
.workshop_content .img_left_content_right .content_right {
  position: relative;
}
/* line 2547, ../sass/_theme.scss */
.workshop_content .img_left_content_right .content_right h2 {
  margin: 0;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  font-size: 21rem;
  line-height: 27rem;
  text-transform: uppercase;
  clear: right;
  width: 75%;
}
/* line 2556, ../sass/_theme.scss */
.workshop_content .img_left_content_right .content_right h2 a {
  color: #3C3C3C;
  text-decoration: none;
}
/* line 2559, ../sass/_theme.scss */
.workshop_content .img_left_content_right .content_right h2 a:hover {
  color: #3C3C3C;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2533, ../sass/_theme.scss */
  .workshop_content {
    padding: 20rem 0 15rem;
  }
  /* line 2575, ../sass/_theme.scss */
  .workshop_content .img_left_content_right .content_right h2 {
    margin-top: 55rem;
  }
}
@media (max-width: 580px) {
  /* line 2533, ../sass/_theme.scss */
  .workshop_content {
    padding: 10rem 0 15rem;
  }
  /* line 2584, ../sass/_theme.scss */
  .workshop_content .img_left_content_right img {
    clear: left;
    display: none;
    margin-bottom: 10rem;
  }
  /* line 2589, ../sass/_theme.scss */
  .workshop_content .img_left_content_right .content_right {
    clear: left;
  }
  /* line 2591, ../sass/_theme.scss */
  .workshop_content .img_left_content_right .content_right > * {
    display: none;
  }
  /* line 2594, ../sass/_theme.scss */
  .workshop_content .img_left_content_right .content_right .workshop_share, .workshop_content .img_left_content_right .content_right .date, .workshop_content .img_left_content_right .content_right h2, .workshop_content .img_left_content_right .content_right .field-name-body, .workshop_content .img_left_content_right .content_right .btn_with_border.photo_gal_btn {
    display: block;
  }
  /* line 2598, ../sass/_theme.scss */
  .workshop_content .img_left_content_right .content_right .workshop_share ul.links {
    float: right;
  }
  /* line 2602, ../sass/_theme.scss */
  .workshop_content .img_left_content_right .content_right h2 {
    margin-top: 46rem;
    width: 100%;
  }
  /* line 2608, ../sass/_theme.scss */
  .workshop_content .img_left_content_right.workshop_opened img {
    display: block;
  }
  /* line 2612, ../sass/_theme.scss */
  .workshop_content .img_left_content_right.workshop_opened .content_right > * {
    display: block;
  }
  /* line 2616, ../sass/_theme.scss */
  .workshop_content .img_left_content_right.workshop_opened .more_info_mobile_btn {
    display: none;
  }
  /* line 2619, ../sass/_theme.scss */
  .workshop_content .img_left_content_right.workshop_opened .close_mobile_btn {
    display: block;
  }
  /* line 2624, ../sass/_theme.scss */
  .workshop_content .more_info_mobile_btn {
    display: block;
  }
}

/* line 2630, ../sass/_theme.scss */
.workshop_share {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 2634, ../sass/_theme.scss */
.workshop_share .links li {
  padding: 0;
  float: left;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border: 1px #d3d3d3 solid;
  line-height: 32px;
  text-align: center;
  border-right: 0;
  margin-top: 0;
}
/* line 2646, ../sass/_theme.scss */
.workshop_share .links li a, .workshop_share .links li span {
  text-decoration: none;
  color: #808080;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 32px;
}
/* line 2655, ../sass/_theme.scss */
.workshop_share .links li a:hover, .workshop_share .links li span:hover {
  color: #5A5A5A;
}
/* line 2659, ../sass/_theme.scss */
.workshop_share .links li:last-of-type {
  padding-right: 0;
  border-right: 1px #d3d3d3 solid;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2630, ../sass/_theme.scss */
  .workshop_share {
    left: 0;
  }
}
@media (max-width: 580px) {
  /* line 2630, ../sass/_theme.scss */
  .workshop_share {
    left: 0;
  }
}

/* line 2673, ../sass/_theme.scss */
.workshop_cat {
  height: 85rem;
  margin-bottom: 15rem;
  border-bottom: solid 1px;
  position: relative;
}
/* line 2678, ../sass/_theme.scss */
.workshop_cat p {
  font-size: 21rem;
  padding-top: 55rem;
}
/* line 2682, ../sass/_theme.scss */
.workshop_cat .dropdown_years {
  display: inline-block;
  border: solid 1px #f05a24;
  -webkit-border-radius: 22rem;
  -moz-border-radius: 22rem;
  -ms-border-radius: 22rem;
  border-radius: 22rem;
  width: 180rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 12rem;
  padding: 11rem 0;
  z-index: 999999;
  background: white;
}
/* line 2694, ../sass/_theme.scss */
.workshop_cat .dropdown_years .dropbtn {
  background-color: transparent;
  color: #f05a24;
  border: none;
  cursor: pointer;
  font-size: 18rem;
  font-weight: bold;
  line-height: 22rem;
  padding: 0 20rem 0 0;
  position: relative;
}
/* line 2704, ../sass/_theme.scss */
.workshop_cat .dropdown_years .dropbtn:before {
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  color: #f05a24;
  font-size: 14rem;
  line-height: 22rem;
  content: "\f078";
  top: -2rem;
}
/* line 2715, ../sass/_theme.scss */
.workshop_cat .dropdown_years .dropdown-content {
  display: none;
}
/* line 2717, ../sass/_theme.scss */
.workshop_cat .dropdown_years .dropdown-content.show {
  display: block;
}
/* line 2720, ../sass/_theme.scss */
.workshop_cat .dropdown_years .dropdown-content a {
  color: #808080;
  text-decoration: none;
  padding: 0 20rem 0 0;
  display: block;
  line-height: 28rem;
}
/* line 2726, ../sass/_theme.scss */
.workshop_cat .dropdown_years .dropdown-content a:hover {
  color: #3C3C3C;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2673, ../sass/_theme.scss */
  .workshop_cat {
    margin-bottom: 0;
  }
  /* line 2734, ../sass/_theme.scss */
  .workshop_cat .dropdown_years {
    top: 20rem;
  }
}
@media (max-width: 580px) {
  /* line 2673, ../sass/_theme.scss */
  .workshop_cat {
    margin-bottom: 0;
    height: 100rem;
  }
  /* line 2741, ../sass/_theme.scss */
  .workshop_cat .dropdown_years {
    top: 15rem;
  }
  /* line 2744, ../sass/_theme.scss */
  .workshop_cat p {
    padding-top: 73rem;
  }
}

/* line 2749, ../sass/_theme.scss */
#block-block-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 55px;
  float: right;
}
@media (min-width: 768px) and (max-width: 1249px) {
  /* line 2749, ../sass/_theme.scss */
  #block-block-2 {
    margin-top: 12rem;
    /*float: none;*/
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2749, ../sass/_theme.scss */
  #block-block-2 {
    margin-top: 8px;
    float: none;
  }
}
@media (max-width: 580px) {
  /* line 2749, ../sass/_theme.scss */
  #block-block-2 {
    width: auto;
    height: auto;
    margin-top: 20px;
    float: none;
  }
}
/* line 2768, ../sass/_theme.scss */
#block-block-2 .mobile_app_stores {
  float: right;
  background: #f0f0f0;
  width: 395px;
  padding: 10px 15px;
  height: 35px;
}
/* line 2774, ../sass/_theme.scss */
#block-block-2 .mobile_app_stores h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  float: left;
  margin: 8px 30px;
}
/* line 2781, ../sass/_theme.scss */
#block-block-2 .mobile_app_stores img {
  height: 35px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/* line 2787, ../sass/_theme.scss */
#block-block-2 .mobile_app_stores a.GooglePlay {
  margin-left: 18px;
}
@media (min-width: 768px) and (max-width: 1249px) {
  /* line 2768, ../sass/_theme.scss */
  #block-block-2 .mobile_app_stores {
    width: 360px;
  }
  /* line 2792, ../sass/_theme.scss */
  #block-block-2 .mobile_app_stores h3 {
    margin: 8px 14px;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2768, ../sass/_theme.scss */
  #block-block-2 .mobile_app_stores {
    float: none;
  }
}
@media (max-width: 580px) {
  /* line 2768, ../sass/_theme.scss */
  #block-block-2 .mobile_app_stores {
    width: auto;
    height: 26px;
    float: none;
    padding: 10px;
  }
  /* line 2804, ../sass/_theme.scss */
  #block-block-2 .mobile_app_stores h3 {
    margin: 4px 6px;
  }
  /* line 2808, ../sass/_theme.scss */
  #block-block-2 .mobile_app_stores img {
    height: 26px;
  }
  /* line 2811, ../sass/_theme.scss */
  #block-block-2 .mobile_app_stores a.GooglePlay {
    margin-left: 4px;
  }
}

/***************************/
/******** VISITOR ********/
/***************************/
/* line 2823, ../sass/_theme.scss */
.quicktabs_visitor ul.quicktabs-tabs {
  margin: 65rem 0 0 0;
}
/* line 2827, ../sass/_theme.scss */
.quicktabs_visitor ul.quicktabs-tabs li:nth-of-type(1) a:after {
  content: "1";
}
/* line 2832, ../sass/_theme.scss */
.quicktabs_visitor ul.quicktabs-tabs li:nth-of-type(2) a:after {
  content: "2";
}
/* line 2837, ../sass/_theme.scss */
.quicktabs_visitor ul.quicktabs-tabs li:nth-of-type(3) a:after {
  content: "3";
}
/* line 2843, ../sass/_theme.scss */
.quicktabs_visitor .view-content {
  border: solid 1px #B2B2B2;
  border-top: none;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2848, ../sass/_theme.scss */
  .quicktabs_visitor ul.quicktabs-tabs {
    margin: 20rem 0 0 0;
  }
}
@media (max-width: 580px) {
  /* line 2853, ../sass/_theme.scss */
  .quicktabs_visitor ul.quicktabs-tabs {
    margin: 20rem 0 0 0;
  }
}

/* line 2860, ../sass/_theme.scss */
.field-item .visitor_content {
  padding: 20rem 0;
  border-bottom: 1px #3C3C3C solid;
  margin: 0 5%;
}
/* line 2866, ../sass/_theme.scss */
.field-item:last-of-type .visitor_content {
  border-bottom: 0;
}

/* line 2875, ../sass/_theme.scss */
body:not(.front) .visitor_content h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  font-size: 18rem;
  line-height: 24rem;
}

/* line 2881, ../sass/_theme.scss */
.content_left_content_right.prop_21_7_72 {
  overflow: hidden;
}
/* line 2883, ../sass/_theme.scss */
.content_left_content_right.prop_21_7_72 .content_right {
  float: left;
  width: 72%;
  margin-left: 28%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 2887, ../sass/_theme.scss */
.content_left_content_right.prop_21_7_72 .content_left {
  float: left;
  width: 21%;
  margin-left: 0%;
  margin-right: -21%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
@media (max-width: 580px) {
  /* line 2892, ../sass/_theme.scss */
  .content_left_content_right.prop_21_7_72 .content_right {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 2897, ../sass/_theme.scss */
  .content_left_content_right.prop_21_7_72 .content_left {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
}

/***************************/
/******** CALL FOR ********/
/***************************/
/* line 2910, ../sass/_theme.scss */
.call_for_simple_content {
  margin-top: 50rem;
}
/* line 2912, ../sass/_theme.scss */
.call_for_simple_content .call_for_bold {
  font-weight: bold;
  font-size: 21rem;
  line-height: 27rem;
  text-transform: uppercase;
}
/* line 2917, ../sass/_theme.scss */
.call_for_simple_content .call_for_bold span.date {
  text-transform: none;
  margin-left: 15rem;
}
/* line 2922, ../sass/_theme.scss */
.call_for_simple_content .btn_with_border {
  display: inline-block;
}
/* line 2925, ../sass/_theme.scss */
.call_for_simple_content .text_gray {
  margin-left: 10rem;
  color: #808080;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2910, ../sass/_theme.scss */
  .call_for_simple_content {
    margin-top: 20rem;
  }
}
@media (max-width: 580px) {
  /* line 2910, ../sass/_theme.scss */
  .call_for_simple_content {
    margin-top: 20rem;
  }
  /* line 2935, ../sass/_theme.scss */
  .call_for_simple_content .call_for_bold span.date {
    display: block;
    margin-left: 0;
  }
}

/***************************/
/********* GALLERY *********/
/***************************/
/***************************/
/********* CONTACT *********/
/***************************/
/* line 3034, ../sass/_theme.scss */
.contact_address {
  margin-top: 20rem;
  margin-right: 200rem;
  position: relative;
}
/* line 3038, ../sass/_theme.scss */
.contact_address .btn_with_border {
  margin-top: 0;
  position: absolute;
  right: -200rem;
  top: 0;
}
/* line 3043, ../sass/_theme.scss */
.contact_address .btn_with_border a {
  padding-right: 20rem;
}
/* line 3045, ../sass/_theme.scss */
.contact_address .btn_with_border a:before {
  content: "\f041";
  font-size: 22rem;
  line-height: 22rem;
  top: -4rem;
}
@media (max-width: 580px) {
  /* line 3034, ../sass/_theme.scss */
  .contact_address {
    margin-right: 0;
  }
  /* line 3055, ../sass/_theme.scss */
  .contact_address .btn_with_border {
    margin-top: 10rem;
    position: static;
  }
}

/* line 3063, ../sass/_theme.scss */
.campus_map:after {
  content: "\f041";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #f05a24;
  font-size: 18rem;
  margin-left: 6rem;
}
/* line 3075, ../sass/_theme.scss */
.campus_map:hover:before {
  color: #d43a16;
}

/* line 3082, ../sass/_theme.scss */
ul.slick-dots {
  position: absolute;
  text-align: center;
  width: 99%;
  height: 13px;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -95%);
  -ms-transform: translate(-50%, -95%);
  -webkit-transform: translate(-50%, -95%);
  -moz-transform: translate(-50%, -95%);
  -o-transform: translate(-50%, -95%);
  transform: translate(-50%, -95%);
}
/* line 3088, ../sass/_theme.scss */
ul.slick-dots li {
  display: inline-block;
  margin: 0 .25em;
  border: 1px white solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  text-indent: -9999px;
}
/* line 3096, ../sass/_theme.scss */
ul.slick-dots li.slick-active {
  background-color: white;
}

/* line 3102, ../sass/_theme.scss */
.slick__arrow {
  height: 80rem;
  width: 99%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 580px) {
  /* line 3102, ../sass/_theme.scss */
  .slick__arrow {
    width: 100%;
  }
}
/* line 3112, ../sass/_theme.scss */
.slick__arrow .slick-arrow {
  height: 80rem;
  width: 80rem;
}
/* line 3116, ../sass/_theme.scss */
.slick__arrow .slick-arrow:before {
  font-size: 80rem;
  font-family: FontAwesome;
  color: white;
}
/* line 3123, ../sass/_theme.scss */
.slick__arrow .slick-arrow.slick-prev:before {
  content: "\f104";
}
/* line 3126, ../sass/_theme.scss */
.slick__arrow .slick-arrow.slick-next:before {
  content: "\f105";
}
@media (max-width: 580px) {
  /* line 3131, ../sass/_theme.scss */
  .slick__arrow .slick-arrow.slick-prev {
    text-indent: -40px;
  }
  /* line 3134, ../sass/_theme.scss */
  .slick__arrow .slick-arrow.slick-next {
    text-indent: 40px;
  }
}

/* line 3143, ../sass/_theme.scss */
.views-content-counter a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 3149, ../sass/_theme.scss */
.view-slider {
  height: 400rem;
}
@media (max-width: 580px) {
  /* line 3149, ../sass/_theme.scss */
  .view-slider {
    height: 195rem;
  }
}
/* line 3154, ../sass/_theme.scss */
.view-slider div {
  height: 100%;
}
/* line 3157, ../sass/_theme.scss */
.view-slider .views_slideshow_slide {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* line 3166, ../sass/_theme.scss */
.node-slider img {
  vertical-align: bottom;
}

/* line 3171, ../sass/_theme.scss */
#block-views-slider-block {
  margin-bottom: 0;
  position: relative;
}

/* line 3179, ../sass/_theme.scss */
.section-about #block-wis-centers-about-about-wis h2, .section-overview #block-wis-centers-about-about-wis h2 {
  margin: 20rem 0 12rem;
}
/* line 3185, ../sass/_theme.scss */
.section-about .img_left_content_right .content_right h3, .section-overview .img_left_content_right .content_right h3 {
  margin-top: 0;
}

@media (max-width: 768px) {
  /* line 3205, ../sass/_theme.scss */
  header.header {
    padding-top: 64rem;
  }

  /* line 3208, ../sass/_theme.scss */
  .header-mobile-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    height: auto;
    z-index: 5001;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /* line 3222, ../sass/_theme.scss */
  body.front h2.icon-calendar::after {
    padding-top: 19px !important;
  }

  /* line 3225, ../sass/_theme.scss */
  body.logged-in.front h2.icon-calendar {
    outline: 1px red solid;
  }

  /* line 3232, ../sass/_theme.scss */
  .section-visitor-information .quicktabs-tabs li a::after {
    top: 32px !important;
  }
}
@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
  /* line 3241, ../sass/_theme.scss */
  body.front h2.icon-calendar::after {
    padding-top: 19px;
  }

  /* line 3244, ../sass/_theme.scss */
  body.logged-in.front h2.icon-calendar {
    outline: 1px blue solid;
  }
}
/* line 3249, ../sass/_theme.scss */
.field-collection-view {
  padding: 0;
  margin: 0;
  border-bottom: 0 none;
  position: relative;
}
/* line 3254, ../sass/_theme.scss */
.field-collection-view .field-collection-view-links {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 3259, ../sass/_theme.scss */
.field-collection-view .field-collection-view-links li {
  padding: 0;
  float: left;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border: 1px #d3d3d3 solid;
  line-height: 32px;
  text-align: center;
  border-right: 0;
  margin-top: 0;
  cusor: pointer;
}
/* line 3272, ../sass/_theme.scss */
.field-collection-view .field-collection-view-links li a {
  margin: 0;
}
/* line 3275, ../sass/_theme.scss */
.field-collection-view .field-collection-view-links li a:before {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #808080;
}
/* line 3283, ../sass/_theme.scss */
.field-collection-view .field-collection-view-links li a:before:hover {
  color: #3C3C3C;
}
/* line 3287, ../sass/_theme.scss */
.field-collection-view .field-collection-view-links li.last {
  border-right: 1px #d3d3d3 solid;
}
/* line 3291, ../sass/_theme.scss */
.field-collection-view .field-collection-view-links li.edit a:before {
  content: "\f044";
}
/* line 3296, ../sass/_theme.scss */
.field-collection-view .field-collection-view-links li.delete a:before {
  content: "\f00d";
}

/* line 3307, ../sass/_theme.scss */
.field-collection-container {
  padding: 0;
  margin: 0;
  border-bottom: 0 none;
  position: relative;
}
/* line 3312, ../sass/_theme.scss */
.field-collection-container .action-links {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 3316, ../sass/_theme.scss */
.field-collection-container .action-links li {
  list-style: none;
  padding: 0;
  float: left;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border: 1px #d3d3d3 solid;
  line-height: 32px;
  text-align: center;
  border-right: 0;
  margin-top: 0;
  cusor: pointer;
}
/* line 3329, ../sass/_theme.scss */
.field-collection-container .action-links li:last-of-type {
  border-right: 1px #d3d3d3 solid;
}
/* line 3332, ../sass/_theme.scss */
.field-collection-container .action-links li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 3337, ../sass/_theme.scss */
.field-collection-container .action-links li a:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #808080;
  content: "\f067";
}
/* line 3346, ../sass/_theme.scss */
.field-collection-container .action-links li a:before:hover {
  color: #3C3C3C;
}

/* line 3355, ../sass/_theme.scss */
#block-superfish-1 {
  margin: 0;
}

/* line 3358, ../sass/_theme.scss */
#block-superfish-2, #block-system-main-menu {
  display: none !important;
}

/* line 3362, ../sass/_theme.scss */
.compass-outer {
  height: 65rem;
  background: #EBEBEB;
  margin-bottom: 0px;
}

/* line 3367, ../sass/_theme.scss */
.compass-inner {
  width: 1250rem;
  margin-left: auto;
  margin-right: auto;
  padding: 13rem 25rem 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3367, ../sass/_theme.scss */
  .compass-inner {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (max-width: 580px) {
  /* line 3367, ../sass/_theme.scss */
  .compass-inner {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

/* line 3386, ../sass/_theme.scss */
.compass-inner img {
  width: 225rem;
}

/* line 3390, ../sass/_theme.scss */
ul.slick-dots {
  top: 70% !important;
}

/* line 3393, ../sass/_theme.scss */
.slick__arrow {
  top: 35% !important;
}

/* line 3397, ../sass/_theme.scss */
a.btn_no_border {
  font-size: 14rem;
  color: #f05a24;
  line-height: 14rem;
  display: inline-block;
  padding-right: 15rem;
  position: relative;
}
/* line 3406, ../sass/_theme.scss */
a.btn_no_border:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f101";
  color: #f05a24;
  font-size: 14rem;
  line-height: 14rem;
  right: 0;
  top: 0;
}
/* line 3416, ../sass/_theme.scss */
a.btn_no_border:hover {
  color: #970000;
}
/* line 3419, ../sass/_theme.scss */
a.btn_no_border:hover:before {
  color: #970000;
}
@media (max-width: 580px) {
  /* line 3397, ../sass/_theme.scss */
  a.btn_no_border {
    font-size: 17rem;
  }
  /* line 3425, ../sass/_theme.scss */
  a.btn_no_border:before {
    font-size: 17rem;
  }
}

/* line 3431, ../sass/_theme.scss */
h2.red-h2 {
  color: #ff3300;
}

/* line 3434, ../sass/_theme.scss */
h2.strong-only {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 15rem;
  line-height: 20rem;
  font-weight: 700;
  margin: 12px 0;
}

/* line 3441, ../sass/_theme.scss */
h3.roboto {
  font-size: 28px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400 !important;
}

/* line 3447, ../sass/_theme.scss */
.events.home-block a,
.overview.home-block a,
.about.home-block a,
.research.home-block a,
.publications.home-block a.btn_with_border,
.activity.home-block a,
.courses.home-block a {
  color: #3c3c3c;
  text-decoration: none;
}
/* line 3456, ../sass/_theme.scss */
.events.home-block a:hover,
.overview.home-block a:hover,
.about.home-block a:hover,
.research.home-block a:hover,
.publications.home-block a.btn_with_border:hover,
.activity.home-block a:hover,
.courses.home-block a:hover {
  color: #970000 !important;
}

/* line 3461, ../sass/_theme.scss */
.events.home-block .btn_no_border a,
.overview.home-block .btn_no_border a,
.about.home-block .btn_no_border a,
.research.home-block .btn_no_border a,
.publications.home-block .btn_no_border a,
.activity.home-block .btn_no_border a,
.courses.home-block .btn_no_border a {
  color: #f05a24;
  text-decoration: none;
}
/* line 3470, ../sass/_theme.scss */
.events.home-block .btn_no_border a:hover,
.overview.home-block .btn_no_border a:hover,
.about.home-block .btn_no_border a:hover,
.research.home-block .btn_no_border a:hover,
.publications.home-block .btn_no_border a:hover,
.activity.home-block .btn_no_border a:hover,
.courses.home-block .btn_no_border a:hover {
  color: #970000 !important;
}

/* line 3475, ../sass/_theme.scss */
.about.home-block .body a {
  color: #f05a24;
}
/* line 3477, ../sass/_theme.scss */
.about.home-block .body a:hover {
  text-decoration: underline;
  color: #970000;
}

/* line 3486, ../sass/_theme.scss */
#project-entityform-edit-form *, .focus-blur-form * {
  font-family: 'Proxima Nova', sans-serif;
}
/* line 3488, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.group-general, .focus-blur-form fieldset.group-general {
  padding: 0;
  border: none;
  margin: 0 0 30rem;
}
/* line 3492, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.group-general legend, .focus-blur-form fieldset.group-general legend {
  display: none;
}
/* line 3496, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(3n+1), .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(3n+1) {
  float: left;
  width: 29%;
  margin-left: 0%;
  margin-right: -29%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  clear: left;
}
/* line 3501, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(3n+2), .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(3n+2) {
  float: left;
  width: 29%;
  margin-left: 35.5%;
  margin-right: -64.5%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 3505, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(3n+3), .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(3n+3) {
  float: left;
  width: 29%;
  margin-left: 71%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 3509, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper:last-child, .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper:last-child {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 3513, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper .form-item, .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper .form-item {
  margin: 0 0 40rem;
  height: 45rem;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3518, ../sass/_theme.scss */
  #project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(2n+1), .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(2n+1) {
    float: left;
    width: 45%;
    margin-left: 0%;
    margin-right: -45%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 3523, ../sass/_theme.scss */
  #project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(2n+2), .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(2n+2) {
    float: left;
    width: 45%;
    margin-left: 55%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: none;
  }
}
@media (max-width: 580px) {
  /* line 3531, ../sass/_theme.scss */
  #project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(1n+1), .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper:nth-child(1n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 3536, ../sass/_theme.scss */
  #project-entityform-edit-form fieldset.group-general .fieldset-wrapper .form-wrapper .form-item, .focus-blur-form fieldset.group-general .fieldset-wrapper .form-wrapper .form-item {
    margin: 0 0 20rem;
  }
}
/* line 3545, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label, .focus-blur-form .form-item.form-item-focus-label {
  position: relative;
}
/* line 3547, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label:after, .focus-blur-form .form-item.form-item-focus-label:after {
  content: " ";
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  background: #a3a3a3;
}
/* line 3556, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label label, .focus-blur-form .form-item.form-item-focus-label label {
  position: absolute;
  top: 20rem;
  left: 0;
  color: #6d6d6d;
  transition: .5s;
  pointer-events: none;
  font-size: 17rem;
  line-height: 25rem;
  height: 25rem;
  overflow: hidden;
}
/* line 3569, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label input, .focus-blur-form .form-item.form-item-focus-label input {
  border: none;
  font-size: 18rem;
  line-height: 25rem;
  height: 45rem;
  color: #2e2e2e;
  background: transparent;
  padding: 20rem 0 0 0;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 3591, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label.show_field_label_focus:after, .focus-blur-form .form-item.form-item-focus-label.show_field_label_focus:after {
  background: #1D63BF;
}
/* line 3594, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label.show_field_label_focus label, .focus-blur-form .form-item.form-item-focus-label.show_field_label_focus label {
  top: 0;
  color: #1D63BF;
  font-size: 12rem;
  line-height: 15rem;
}
/* line 3601, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label.show_field_label_focus input, .focus-blur-form .form-item.form-item-focus-label.show_field_label_focus input {
  color: #5d5d5d;
}
/* line 3610, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label.show_field_label:after, .focus-blur-form .form-item.form-item-focus-label.show_field_label:after {
  background: #57a633;
}
/* line 3613, ../sass/_theme.scss */
#project-entityform-edit-form .form-item.form-item-focus-label.show_field_label label, .focus-blur-form .form-item.form-item-focus-label.show_field_label label {
  top: 0;
  color: #6d6d6d;
  font-size: 14rem;
  line-height: 15rem;
  height: 15rem;
}
/* line 3629, ../sass/_theme.scss */
#project-entityform-edit-form fieldset, .focus-blur-form fieldset {
  padding: 0;
  border: none;
  margin: 10rem 0 0;
  height: inherit;
}
/* line 3634, ../sass/_theme.scss */
#project-entityform-edit-form fieldset > legend, .focus-blur-form fieldset > legend {
  display: none;
}
/* line 3638, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset > legend, .focus-blur-form fieldset fieldset > legend {
  display: block;
}
/* line 3645, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset legend, .focus-blur-form fieldset fieldset legend {
  height: 40rem;
  font-size: 20rem;
  line-height: 40rem;
  background: #edf3fa;
  color: #1d63bf;
  font-weight: 600;
  margin: 10rem 0 0 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  font-family: 'Proxima Nova', sans-serif;
  display: block;
  width: 100%;
}
/* line 3664, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset legend .fieldset-legend, .focus-blur-form fieldset fieldset legend .fieldset-legend {
  background: none;
  padding: 0;
}
/* line 3670, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset legend a, .focus-blur-form fieldset fieldset legend a {
  color: #1d63bf;
  padding: 0 10rem 0 40rem;
  position: relative;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*span,*/
}
/* line 3677, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset legend a:before, .focus-blur-form fieldset fieldset legend a:before {
  font-family: 'Font Awesome Pro', sans-serif;
  font-weight: 300;
  content: "\f107";
  position: absolute;
  left: 20rem;
  color: #f05a24;
}
/* line 3685, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset legend a:hover, #project-entityform-edit-form fieldset fieldset legend a:focus, .focus-blur-form fieldset fieldset legend a:hover, .focus-blur-form fieldset fieldset legend a:focus {
  text-decoration: none;
}
/* line 3688, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset legend a .ui-accordion-header-icon, .focus-blur-form fieldset fieldset legend a .ui-accordion-header-icon {
  display: none;
}
@media (max-width: 580px) {
  /* line 3670, ../sass/_theme.scss */
  #project-entityform-edit-form fieldset fieldset legend a, .focus-blur-form fieldset fieldset legend a {
    padding-left: 30rem;
  }
  /* line 3693, ../sass/_theme.scss */
  #project-entityform-edit-form fieldset fieldset legend a:before, .focus-blur-form fieldset fieldset legend a:before {
    left: 10rem;
  }
}
/* line 3704, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset.collapsed legend, .focus-blur-form fieldset fieldset.collapsed legend {
  background: #ececec;
  color: #2e2e2e;
}
/* line 3707, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset.collapsed legend a, .focus-blur-form fieldset fieldset.collapsed legend a {
  color: #2e2e2e;
}
/* line 3709, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset.collapsed legend a:before, .focus-blur-form fieldset fieldset.collapsed legend a:before {
  content: "\f105";
}
/* line 3716, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset .fieldset-wrapper, .focus-blur-form fieldset fieldset .fieldset-wrapper {
  width: 100%;
  padding: 1px 137rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #edf3fa;
  position: relative;
  overflow: visible;
}
/* line 3724, ../sass/_theme.scss */
#project-entityform-edit-form fieldset fieldset .fieldset-wrapper.group-genomics, .focus-blur-form fieldset fieldset .fieldset-wrapper.group-genomics {
  padding-bottom: 10rem;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3716, ../sass/_theme.scss */
  #project-entityform-edit-form fieldset fieldset .fieldset-wrapper, .focus-blur-form fieldset fieldset .fieldset-wrapper {
    padding-right: 20rem;
    padding-left: 20rem;
  }
}
@media (max-width: 580px) {
  /* line 3716, ../sass/_theme.scss */
  #project-entityform-edit-form fieldset fieldset .fieldset-wrapper, .focus-blur-form fieldset fieldset .fieldset-wrapper {
    padding-right: 10rem;
    padding-left: 10rem;
    padding-top: 20rem;
  }
}
/* line 3740, ../sass/_theme.scss */
#project-entityform-edit-form .form-actions, .focus-blur-form .form-actions {
  position: relative;
  margin: 40rem auto 0;
  background: #f05a24;
  width: 180rem;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  border-radius: 20rem;
}
/* line 3746, ../sass/_theme.scss */
#project-entityform-edit-form .form-actions:after, .focus-blur-form .form-actions:after {
  font-family: 'Font Awesome Pro', sans-serif;
  font-weight: 300;
  content: "\f101";
  display: block;
  width: 180rem;
  margin: auto;
  padding-right: 40rem;
  text-align: right;
  box-sizing: border-box;
  margin-top: -40rem;
  line-height: 40rem;
  font-size: 18rem;
  color: #ffffff;
}
/* line 3760, ../sass/_theme.scss */
#project-entityform-edit-form .form-actions input.form-submit, .focus-blur-form .form-actions input.form-submit {
  margin: 0 auto;
  display: block;
  border: none;
  font-size: 18rem;
  line-height: 40rem;
  color: #ffffff;
  background: transparent;
  padding: 0 20rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 99;
}
/* line 3783, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios > label, .focus-blur-form .form-type-radios > label {
  font-size: 18rem;
  line-height: 25rem;
  color: #6d6d6d;
}
/* line 3789, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios .form-radios > div:first-child, .focus-blur-form .form-type-radios .form-radios > div:first-child {
  /*display: none !important;*/
}
/* line 3792, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios .form-radios > div, .focus-blur-form .form-type-radios .form-radios > div {
  display: block;
  overflow: hidden;
  margin-top: 7rem;
}
/* line 3797, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios .form-radios input, .focus-blur-form .form-type-radios .form-radios input {
  position: relative;
  width: 20rem;
  height: 20rem;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none;
  float: left;
}
/* line 3808, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios .form-radios input[type="radio"]:before, .focus-blur-form .form-type-radios .form-radios input[type="radio"]:before {
  position: absolute;
  display: block;
  width: 20rem;
  height: 20rem;
  color: #2e2e2e;
  font-size: 15rem;
  font-family: 'Font Awesome Pro', sans-serif;
  font-weight: 300;
  content: "\f111";
  left: 0;
  top: 0;
  text-align: center;
  line-height: 20rem;
  font-weight: 400;
}
/* line 3824, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios .form-radios input[type="radio"]:focus:before, .focus-blur-form .form-type-radios .form-radios input[type="radio"]:focus:before {
  content: "\f192";
  color: #1D63BF;
}
/* line 3830, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios .form-radios input[type="radio"]:checked:before, .focus-blur-form .form-type-radios .form-radios input[type="radio"]:checked:before {
  content: "\f192";
  color: #1D63BF;
}
/* line 3839, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios .form-radios label, .focus-blur-form .form-type-radios .form-radios label {
  display: block;
  font-weight: normal;
  line-height: 20rem;
  font-size: 18rem;
  padding-left: 30rem;
}
/* line 3845, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios .form-radios label sub, .focus-blur-form .form-type-radios .form-radios label sub {
  line-height: 20rem;
  position: static;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3839, ../sass/_theme.scss */
  #project-entityform-edit-form .form-type-radios .form-radios label, .focus-blur-form .form-type-radios .form-radios label {
    padding-left: 25rem;
  }
}
@media (max-width: 580px) {
  /* line 3839, ../sass/_theme.scss */
  #project-entityform-edit-form .form-type-radios .form-radios label, .focus-blur-form .form-type-radios .form-radios label {
    padding-left: 25rem;
  }
}
/* line 3865, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .form-type-radios .form-radios, .focus-blur-form .group-genomics .form-type-radios .form-radios {
  padding-top: 7px;
  overflow: hidden;
}
@media (max-width: 580px) {
  /* line 3869, ../sass/_theme.scss */
  #project-entityform-edit-form .group-genomics .form-type-radios .form-radios label, .focus-blur-form .group-genomics .form-type-radios .form-radios label {
    float: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15rem;
    line-height: 18rem;
    padding-left: 25rem;
  }
  /* line 3877, ../sass/_theme.scss */
  #project-entityform-edit-form .group-genomics .form-type-radios .form-radios input, .focus-blur-form .group-genomics .form-type-radios .form-radios input {
    margin-top: 25rem;
  }
}
/* line 3883, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .form-type-radios .form-radios > div, .focus-blur-form .group-genomics .form-type-radios .form-radios > div {
  display: block;
  width: 50%;
  float: left;
  height: 50rem;
  padding: 15rem 15rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #1D63BF;
  margin: 0;
  overflow: visible;
}
/* line 3894, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .form-type-radios .form-radios > div:nth-child(2), .focus-blur-form .group-genomics .form-type-radios .form-radios > div:nth-child(2) {
  border-left: none;
}
/* line 3898, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .form-type-radios .form-radios > div:nth-child(3), .focus-blur-form .group-genomics .form-type-radios .form-radios > div:nth-child(3) {
  border-left: none;
}
/* line 3900, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .form-type-radios .form-radios > div:nth-child(3):before, .focus-blur-form .group-genomics .form-type-radios .form-radios > div:nth-child(3):before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 1px;
  height: 49rem;
  background: #1D63BF;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3883, ../sass/_theme.scss */
  #project-entityform-edit-form .group-genomics .form-type-radios .form-radios > div, .focus-blur-form .group-genomics .form-type-radios .form-radios > div {
    padding-right: 10rem;
    padding-left: 10rem;
  }
}
@media (max-width: 580px) {
  /* line 3883, ../sass/_theme.scss */
  #project-entityform-edit-form .group-genomics .form-type-radios .form-radios > div, .focus-blur-form .group-genomics .form-type-radios .form-radios > div {
    padding: 0 10rem;
    height: 70rem;
  }
  /* line 3918, ../sass/_theme.scss */
  #project-entityform-edit-form .group-genomics .form-type-radios .form-radios > div:nth-child(3):before, .focus-blur-form .group-genomics .form-type-radios .form-radios > div:nth-child(3):before {
    height: 69rem;
  }
}
/* line 3929, ../sass/_theme.scss */
#project-entityform-edit-form .field-name-field-p-library-type, #project-entityform-edit-form .field-name-field-p-number-of-samples, #project-entityform-edit-form .field-name-field-p-read-type, #project-entityform-edit-form .field-name-field-p-total-number-of-reads, #project-entityform-edit-form #edit-field-p-no-sample-text-, .focus-blur-form .field-name-field-p-library-type, .focus-blur-form .field-name-field-p-number-of-samples, .focus-blur-form .field-name-field-p-read-type, .focus-blur-form .field-name-field-p-total-number-of-reads, .focus-blur-form #edit-field-p-no-sample-text- {
  display: none;
  position: absolute;
  margin-top: -125rem;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 3935, ../sass/_theme.scss */
#project-entityform-edit-form .field-name-field-p-library-type .form-item, #project-entityform-edit-form .field-name-field-p-number-of-samples .form-item, #project-entityform-edit-form .field-name-field-p-read-type .form-item, #project-entityform-edit-form .field-name-field-p-total-number-of-reads .form-item, #project-entityform-edit-form #edit-field-p-no-sample-text- .form-item, .focus-blur-form .field-name-field-p-library-type .form-item, .focus-blur-form .field-name-field-p-number-of-samples .form-item, .focus-blur-form .field-name-field-p-read-type .form-item, .focus-blur-form .field-name-field-p-total-number-of-reads .form-item, .focus-blur-form #edit-field-p-no-sample-text- .form-item {
  height: 50rem;
}
@media (max-width: 580px) {
  /* line 3929, ../sass/_theme.scss */
  #project-entityform-edit-form .field-name-field-p-library-type, #project-entityform-edit-form .field-name-field-p-number-of-samples, #project-entityform-edit-form .field-name-field-p-read-type, #project-entityform-edit-form .field-name-field-p-total-number-of-reads, #project-entityform-edit-form #edit-field-p-no-sample-text-, .focus-blur-form .field-name-field-p-library-type, .focus-blur-form .field-name-field-p-number-of-samples, .focus-blur-form .field-name-field-p-read-type, .focus-blur-form .field-name-field-p-total-number-of-reads, .focus-blur-form #edit-field-p-no-sample-text- {
    width: 100%;
    margin-top: -175rem;
  }
  /* line 3941, ../sass/_theme.scss */
  #project-entityform-edit-form .field-name-field-p-library-type .form-item, #project-entityform-edit-form .field-name-field-p-number-of-samples .form-item, #project-entityform-edit-form .field-name-field-p-read-type .form-item, #project-entityform-edit-form .field-name-field-p-total-number-of-reads .form-item, #project-entityform-edit-form #edit-field-p-no-sample-text- .form-item, .focus-blur-form .field-name-field-p-library-type .form-item, .focus-blur-form .field-name-field-p-number-of-samples .form-item, .focus-blur-form .field-name-field-p-read-type .form-item, .focus-blur-form .field-name-field-p-total-number-of-reads .form-item, .focus-blur-form #edit-field-p-no-sample-text- .form-item {
    margin: 0;
  }
}
/* line 3948, ../sass/_theme.scss */
#project-entityform-edit-form .field-name-field-p-library-type, #project-entityform-edit-form .field-name-field-p-read-type, .focus-blur-form .field-name-field-p-library-type, .focus-blur-form .field-name-field-p-read-type {
  left: 0;
  padding: 0 35rem 0 215rem;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3948, ../sass/_theme.scss */
  #project-entityform-edit-form .field-name-field-p-library-type, #project-entityform-edit-form .field-name-field-p-read-type, .focus-blur-form .field-name-field-p-library-type, .focus-blur-form .field-name-field-p-read-type {
    padding: 0 15rem 0 30rem;
  }
}
@media (max-width: 580px) {
  /* line 3948, ../sass/_theme.scss */
  #project-entityform-edit-form .field-name-field-p-library-type, #project-entityform-edit-form .field-name-field-p-read-type, .focus-blur-form .field-name-field-p-library-type, .focus-blur-form .field-name-field-p-read-type {
    padding: 0 20rem;
    margin-top: -160rem;
  }
}
/* line 3960, ../sass/_theme.scss */
#project-entityform-edit-form .field-name-field-p-number-of-samples, #project-entityform-edit-form .field-name-field-p-total-number-of-reads, .focus-blur-form .field-name-field-p-number-of-samples, .focus-blur-form .field-name-field-p-total-number-of-reads {
  right: 0;
  padding: 0 215rem 0 35rem;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3960, ../sass/_theme.scss */
  #project-entityform-edit-form .field-name-field-p-number-of-samples, #project-entityform-edit-form .field-name-field-p-total-number-of-reads, .focus-blur-form .field-name-field-p-number-of-samples, .focus-blur-form .field-name-field-p-total-number-of-reads {
    padding: 0 30rem 0 15rem;
  }
}
@media (max-width: 580px) {
  /* line 3960, ../sass/_theme.scss */
  #project-entityform-edit-form .field-name-field-p-number-of-samples, #project-entityform-edit-form .field-name-field-p-total-number-of-reads, .focus-blur-form .field-name-field-p-number-of-samples, .focus-blur-form .field-name-field-p-total-number-of-reads {
    padding: 0 20rem;
    margin-top: -90rem;
  }
}
/* line 3973, ../sass/_theme.scss */
#project-entityform-edit-form #edit-field-p-no-sample-text-, .focus-blur-form #edit-field-p-no-sample-text- {
  left: 0;
  width: 100%;
  height: 100rem;
}
/* line 3977, ../sass/_theme.scss */
#project-entityform-edit-form #edit-field-p-no-sample-text- > div, .focus-blur-form #edit-field-p-no-sample-text- > div {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 187rem;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3977, ../sass/_theme.scss */
  #project-entityform-edit-form #edit-field-p-no-sample-text- > div, .focus-blur-form #edit-field-p-no-sample-text- > div {
    padding: 0 30rem;
  }
}
@media (max-width: 580px) {
  /* line 3973, ../sass/_theme.scss */
  #project-entityform-edit-form #edit-field-p-no-sample-text-, .focus-blur-form #edit-field-p-no-sample-text- {
    height: 150rem;
  }
  /* line 3991, ../sass/_theme.scss */
  #project-entityform-edit-form #edit-field-p-no-sample-text- > div, .focus-blur-form #edit-field-p-no-sample-text- > div {
    padding: 0 20rem;
  }
}
/* line 3997, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-type-radios > label, .focus-blur-form .group-genomics .options_buttons_active .form-type-radios > label {
  font-size: 14rem;
}
/* line 4001, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-radios, .focus-blur-form .group-genomics .options_buttons_active .form-radios {
  padding-bottom: 100rem;
  position: relative;
}
/* line 4004, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-radios:after, .focus-blur-form .group-genomics .options_buttons_active .form-radios:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100rem;
  border: solid 1px #1D63BF;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 580px) {
  /* line 4001, ../sass/_theme.scss */
  #project-entityform-edit-form .group-genomics .options_buttons_active .form-radios, .focus-blur-form .group-genomics .options_buttons_active .form-radios {
    padding-bottom: 150rem;
  }
  /* line 4018, ../sass/_theme.scss */
  #project-entityform-edit-form .group-genomics .options_buttons_active .form-radios:after, .focus-blur-form .group-genomics .options_buttons_active .form-radios:after {
    height: 150rem;
  }
}
/* line 4024, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active.options_buttons_active_no_content .form-radios, .focus-blur-form .group-genomics .options_buttons_active.options_buttons_active_no_content .form-radios {
  padding-bottom: 0;
}
/* line 4026, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active.options_buttons_active_no_content .form-radios:after, .focus-blur-form .group-genomics .options_buttons_active.options_buttons_active_no_content .form-radios:after {
  display: none;
}
/* line 4030, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active.options_buttons_active_no_content .form-radios > div.radio_btn_active, .focus-blur-form .group-genomics .options_buttons_active.options_buttons_active_no_content .form-radios > div.radio_btn_active {
  border-bottom: solid 1px #1D63BF;
}
/* line 4036, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-radios > div, .focus-blur-form .group-genomics .options_buttons_active .form-radios > div {
  border-bottom: solid 1px #1D63BF;
}
/* line 4038, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-radios > div.radio_btn_active, .focus-blur-form .group-genomics .options_buttons_active .form-radios > div.radio_btn_active {
  border: solid 1px #1D63BF;
  border-bottom: none;
}
/* line 4041, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-radios > div.radio_btn_active:after, .focus-blur-form .group-genomics .options_buttons_active .form-radios > div.radio_btn_active:after {
  content: " ";
  position: absolute;
  top: -6px;
  width: 100%;
  height: 6px;
  background: #1D63BF;
  left: -1px;
  border-right: 1px solid #1D63BF;
  border-left: 1px solid #1D63BF;
}
/* line 4052, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-radios > div.radio_btn_active:nth-child(2), .focus-blur-form .group-genomics .options_buttons_active .form-radios > div.radio_btn_active:nth-child(2) {
  border-left: none;
}
/* line 4059, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-radios > div:nth-child(3):before, .focus-blur-form .group-genomics .options_buttons_active .form-radios > div:nth-child(3):before {
  background: #1D63BF;
}
/* line 4067, ../sass/_theme.scss */
#project-entityform-edit-form select.form-select, .focus-blur-form select.form-select {
  width: 1px;
  height: 0px;
  /*display: block;*/
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
}
/* line 4079, ../sass/_theme.scss */
#project-entityform-edit-form .select-dropdown, .focus-blur-form .select-dropdown {
  position: absolute;
  top: 20rem;
  width: 100%;
  height: 30rem;
  overflow: hidden;
  margin: 0;
  padding: 0 0rem 0 0;
  list-style: none;
  z-index: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 4090, ../sass/_theme.scss */
#project-entityform-edit-form .select-dropdown:before, .focus-blur-form .select-dropdown:before {
  font-family: 'Font Awesome Pro', sans-serif;
  font-weight: 300;
  content: "\f0dd";
  font-weight: bold;
  color: #2e2e2e;
  position: absolute;
  right: 0;
  bottom: 8px;
  line-height: 25rem;
  z-index: -1;
}
/* line 4101, ../sass/_theme.scss */
#project-entityform-edit-form .select-dropdown li, .focus-blur-form .select-dropdown li {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 30rem;
  font-size: 18rem;
  color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 4112, ../sass/_theme.scss */
#project-entityform-edit-form .select-dropdown li:first-child, .focus-blur-form .select-dropdown li:first-child {
  display: block;
}
/* line 4119, ../sass/_theme.scss */
#project-entityform-edit-form .show_field_label_focus .select-dropdown, .focus-blur-form .show_field_label_focus .select-dropdown {
  display: block;
  background: #ffffff;
  z-index: 9;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 0;
}
/* line 4127, ../sass/_theme.scss */
#project-entityform-edit-form .show_field_label_focus .select-dropdown:before, .focus-blur-form .show_field_label_focus .select-dropdown:before {
  display: none;
}
/* line 4130, ../sass/_theme.scss */
#project-entityform-edit-form .show_field_label_focus .select-dropdown li, .focus-blur-form .show_field_label_focus .select-dropdown li {
  display: block;
  padding: 5rem 15rem;
  color: #1d63bf;
}
/* line 4134, ../sass/_theme.scss */
#project-entityform-edit-form .show_field_label_focus .select-dropdown li:hover, #project-entityform-edit-form .show_field_label_focus .select-dropdown li:focus, .focus-blur-form .show_field_label_focus .select-dropdown li:hover, .focus-blur-form .show_field_label_focus .select-dropdown li:focus {
  background: rgba(0, 0, 0, 0.03);
  color: #6d6d6d;
}
/* line 4138, ../sass/_theme.scss */
#project-entityform-edit-form .show_field_label_focus .select-dropdown li.selected, .focus-blur-form .show_field_label_focus .select-dropdown li.selected {
  background: rgba(0, 0, 0, 0.07);
  color: #6d6d6d;
}
/* line 4148, ../sass/_theme.scss */
#project-entityform-edit-form .show_field_label .select-dropdown li.selected, .focus-blur-form .show_field_label .select-dropdown li.selected {
  background: transparent;
  color: #2e2e2e;
  display: block;
}
/* line 4153, ../sass/_theme.scss */
#project-entityform-edit-form .show_field_label .select-dropdown li:first-child:not(.selected), .focus-blur-form .show_field_label .select-dropdown li:first-child:not(.selected) {
  display: none;
}
/* line 4161, ../sass/_theme.scss */
#project-entityform-edit-form .field-widget-text-textarea label, .focus-blur-form .field-widget-text-textarea label {
  font-size: 18rem;
  line-height: 25rem;
  color: #6d6d6d;
}
/* line 4166, ../sass/_theme.scss */
#project-entityform-edit-form .field-widget-text-textarea textarea, .focus-blur-form .field-widget-text-textarea textarea {
  border: solid 1px #a3a3a3;
  width: 100%;
  height: 70rem;
  font-size: 18rem;
  color: #2e2e2e;
  line-height: 20rem;
  padding: 5rem 15rem;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 4176, ../sass/_theme.scss */
#project-entityform-edit-form .field-widget-text-textarea textarea:focus, .focus-blur-form .field-widget-text-textarea textarea:focus {
  outline: none;
}
/* line 4180, ../sass/_theme.scss */
#project-entityform-edit-form .field-widget-text-textarea .grippie, .focus-blur-form .field-widget-text-textarea .grippie {
  display: none;
}
/* line 4184, ../sass/_theme.scss */
#project-entityform-edit-form .field-widget-text-textarea .show_field_label_focus label, .focus-blur-form .field-widget-text-textarea .show_field_label_focus label {
  font-size: 14rem;
}
/* line 4187, ../sass/_theme.scss */
#project-entityform-edit-form .field-widget-text-textarea .show_field_label_focus textarea, .focus-blur-form .field-widget-text-textarea .show_field_label_focus textarea {
  border: solid 1px #1D63BF;
}
/* line 4192, ../sass/_theme.scss */
#project-entityform-edit-form .field-widget-text-textarea .show_field_label label, .focus-blur-form .field-widget-text-textarea .show_field_label label {
  font-size: 14rem;
}
/* line 4195, ../sass/_theme.scss */
#project-entityform-edit-form .field-widget-text-textarea .show_field_label textarea, .focus-blur-form .field-widget-text-textarea .show_field_label textarea {
  border: solid 1px #57a633;
}
/* line 4201, ../sass/_theme.scss */
#project-entityform-edit-form .field-name-field-p-organism, .focus-blur-form .field-name-field-p-organism {
  margin-bottom: 30rem;
}
/* line 4203, ../sass/_theme.scss */
#project-entityform-edit-form .field-name-field-p-organism .form-item, .focus-blur-form .field-name-field-p-organism .form-item {
  height: 50rem;
  width: 50%;
}
@media (max-width: 580px) {
  /* line 4203, ../sass/_theme.scss */
  #project-entityform-edit-form .field-name-field-p-organism .form-item, .focus-blur-form .field-name-field-p-organism .form-item {
    width: 100%;
  }
}
/* line 4213, ../sass/_theme.scss */
#project-entityform-edit-form .field-type-list-boolean .form-item, .focus-blur-form .field-type-list-boolean .form-item {
  margin: 15rem 0;
}
/* line 4215, ../sass/_theme.scss */
#project-entityform-edit-form .field-type-list-boolean .form-item label, .focus-blur-form .field-type-list-boolean .form-item label {
  font-size: 18rem;
  color: #2e2e2e;
  display: block;
  padding-left: 25rem;
}
/* line 4221, ../sass/_theme.scss */
#project-entityform-edit-form .field-type-list-boolean .form-item input[type="checkbox"], .focus-blur-form .field-type-list-boolean .form-item input[type="checkbox"] {
  position: relative;
  width: 15rem;
  height: 15rem;
  top: 0;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  top: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  float: left;
}
/* line 4234, ../sass/_theme.scss */
#project-entityform-edit-form .field-type-list-boolean .form-item input[type="checkbox"]:before, .focus-blur-form .field-type-list-boolean .form-item input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 15rem;
  height: 15rem;
  content: "";
  background: #a3a3a3;
  left: 0;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 4247, ../sass/_theme.scss */
#project-entityform-edit-form .field-type-list-boolean .form-item input[type="checkbox"]:focus:before, .focus-blur-form .field-type-list-boolean .form-item input[type="checkbox"]:focus:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1D63BF;
}
/* line 4254, ../sass/_theme.scss */
#project-entityform-edit-form .field-type-list-boolean .form-item input[type="checkbox"]:checked:before, .focus-blur-form .field-type-list-boolean .form-item input[type="checkbox"]:checked:before {
  font-family: FontAwesome;
  content: "\f00c";
  background: #1D63BF;
  color: #ffffff;
  font-size: 10rem;
  line-height: 15rem;
  text-align: center;
}
/* line 4269, ../sass/_theme.scss */
#project-entityform-edit-form .clear, .focus-blur-form .clear {
  position: absolute;
  top: -30rem;
  right: 20rem;
  background: transparent;
  border: none;
  border-bottom: solid 1px;
  padding: 0;
  line-height: 20rem;
  font-size: 16rem;
  color: #2e2e2e;
  cursor: pointer;
  z-index: 9;
}
/* line 4282, ../sass/_theme.scss */
#project-entityform-edit-form .clear:hover, .focus-blur-form .clear:hover {
  border-bottom: solid 1px #57a633;
}
/* line 4285, ../sass/_theme.scss */
#project-entityform-edit-form .clear:focus, .focus-blur-form .clear:focus {
  border-bottom: solid 1px #57a633;
  outline: none;
  color: #57a633;
}
@media (max-width: 580px) {
  /* line 4269, ../sass/_theme.scss */
  #project-entityform-edit-form .clear, .focus-blur-form .clear {
    top: 10rem;
  }
}

/* line 4299, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .form-type-radios.form-item-field-p-prev-correspondence-und .form-radios > div,
#project-entityform-edit-form .group-genomics .form-type-radios.form-item-field-p-new-bioinformatic-anal-und .form-radios > div {
  display: block;
  width: 60%;
  float: left;
  height: 27rem;
  padding: 0rem 0rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: unset;
  position: relative;
  border: none;
  margin: 0;
  overflow: visible;
}

/* line 4314, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics .options_buttons_active .form-type-radios #edit-field-p-prev-correspondence-und {
  padding-bottom: 0rem;
  position: initial;
  padding-top: 0px;
}

/* line 4319, ../sass/_theme.scss */
#project-entityform-edit-form .group-genomics #field-p-prev-corr-details-add-more-wrapper .form-type-textfield {
  margin: -18rem 0 33rem 33rem;
}

/* line 4328, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.collapsed legend.filled .fieldset-legend a {
  color: #f05a24;
  z-index: 1;
}
/* line 4335, ../sass/_theme.scss */
#project-entityform-edit-form fieldset.collapsed legend.filled .filled:before {
  font-family: FontAwesome;
  content: "\f044";
  color: #f05a24;
  font-size: 23rem;
  position: absolute;
  right: 16rem;
  top: 1rem;
  z-index: 0;
}
/* line 4351, ../sass/_theme.scss */
#project-entityform-edit-form #edit-field-p-fill-indicator {
  display: none;
}
/* line 4354, ../sass/_theme.scss */
#project-entityform-edit-form .form-type-radios div.form-radios label.option .form-required {
  display: none;
}

/* line 4363, ../sass/_theme.scss */
.page-eform #edit-field-p-boi-organism .form-item-field-p-boi-organism-und {
  height: 50rem;
  width: 50%;
}
@media (max-width: 580px) {
  /* line 4363, ../sass/_theme.scss */
  .page-eform #edit-field-p-boi-organism .form-item-field-p-boi-organism-und {
    width: 100%;
  }
}

/* line 4372, ../sass/_theme.scss */
.page-eform #main .submission-text {
  width: 96%;
  font-size: 18rem;
  color: #2e2e2e;
  font-weight: bold;
  height: 179rem;
  background-color: #edf3fa;
  padding-top: 92rem;
  padding-left: 49rem;
  line-height: 1.7em;
}

/* line 4388, ../sass/_theme.scss */
div.nagish-top-left {
  left: auto;
  top: 0;
  right: 0;
}
/* line 4393, ../sass/_theme.scss */
div.nagish-top-left a#nagish-title {
  width: 124px;
  min-width: 124px;
  height: 32px;
  line-height: 32px;
  background-color: #6d6d6d;
  font-family: 'Proxima Nova';
  font-size: 16px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4412, ../sass/_theme.scss */
.block-wiz-center-sherman-medicinal h2 {
  color: #f05a24;
  border-bottom: solid 1px;
  padding-bottom: 5rem;
  margin-bottom: 15rem;
}
/* line 4420, ../sass/_theme.scss */
.block-wiz-center-sherman-medicinal .focus-blur-form .form-item {
  width: 31.25%;
}
/* line 4423, ../sass/_theme.scss */
.block-wiz-center-sherman-medicinal .focus-blur-form .form-actions {
  margin-left: 0;
  margin-top: 0;
  width: inherit;
  display: inline-block;
}
/* line 4428, ../sass/_theme.scss */
.block-wiz-center-sherman-medicinal .focus-blur-form .form-actions:after {
  width: 100%;
  padding-right: 30rem;
}
/* line 4432, ../sass/_theme.scss */
.block-wiz-center-sherman-medicinal .focus-blur-form .form-actions input.form-submit {
  padding: 0 50rem 0 30rem;
}

/* line 4443, ../sass/_theme.scss */
.front .events_block_content a {
  color: #3C3C3C;
}
/* line 4446, ../sass/_theme.scss */
.front .events_block_content a a:hover {
  color: #970000;
  text-decoration: underline;
}
/* line 4455, ../sass/_theme.scss */
.front .events_block_content body.page-events .event.hide {
  display: none !important;
}

/* line 4461, ../sass/_theme.scss */
.page-events .abstract .short-abstract {
  text-decoration: underline;
}
/* line 4464, ../sass/_theme.scss */
.page-events .abstract .short-abstract:hover {
  text-decoration: underline;
}
/* line 4470, ../sass/_theme.scss */
.page-events .subheader h2 {
  font-size: 17rem;
  font-weight: 300;
}
/* line 4475, ../sass/_theme.scss */
.page-events .pagination__controls {
  text-align: center;
}
/* line 4478, ../sass/_theme.scss */
.page-events .pagination__controls .pagination {
  list-style: none;
  display: inline-block;
}
/* line 4485, ../sass/_theme.scss */
.page-events .pagination__controls .pagination li {
  float: left;
  margin-right: 15rem;
}
/* line 4491, ../sass/_theme.scss */
.page-events .pagination__controls .pagination li.active a {
  color: #3c3c3c;
  text-decoration: none;
}

/* line 4504, ../sass/_theme.scss */
body #main .btn_no_border a, body #main .btn_no_border, body #main a.btn_no_border, body #main .btn_no_border_div {
  color: #f05a24;
  text-decoration: none;
}
/* line 4507, ../sass/_theme.scss */
body #main .btn_no_border a:hover, body #main .btn_no_border:hover, body #main a.btn_no_border:hover, body #main .btn_no_border_div:hover {
  color: #970000 !important;
  text-decoration: none !important;
}

/*
body.node-type-scientists .four_wrapper{
  overflow: hidden;
  $zen-column-count:100;
  $zen-float-direction: left;
  .section-4:nth-of-type(4n+1){
    @include zen-grid-item(200, 1, $zen-float-direction, 1200);
    clear: left;
    padding: 0;
  }
  .section-4:nth-of-type(4n+2){
    @include zen-grid-item(200, 334, $zen-float-direction, 1200);
    padding: 0;
  }
  .section-4:nth-of-type(4n+3){
    @include zen-grid-item(200, 667, $zen-float-direction, 1200);
    padding: 0;
  }
  .section-4:nth-of-type(4n+4){
    @include zen-grid-item(200, 1001, $zen-float-direction, 1200);
    padding: 0;
  }


  @include breakpoint(tablet){
    .section-4:nth-of-type(4n+1){
      @include zen-grid-item(22, 1, $zen-float-direction, $zen-column-count);
      clear: left;
      padding: 0;
    }
    .section-4:nth-of-type(4n+2){
      @include zen-grid-item(22, 27, $zen-float-direction, $zen-column-count);
      padding: 0;
    }
    .section-4:nth-of-type(4n+3){
      @include zen-grid-item(22, 53, $zen-float-direction, $zen-column-count);
      padding: 0;
    }
    .section-4:nth-of-type(4n+4){
      @include zen-grid-item(22, 79, $zen-float-direction, $zen-column-count);
      padding: 0;
    }
  }
  @include breakpoint(mobileonly){
    .section-4:nth-of-type(2n+1){
      @include zen-grid-item(1, 1, $zen-float-direction, 1);
      clear: left;
      padding: 0;
    }
    .section-4:nth-of-type(2n+2){
      @include zen-grid-item(1, 1, $zen-float-direction, 1);
      clear: left;
      padding: 0;
    }
    .section-4{
      margin-bottom: 50rem;
      &:last-of-type {
        margin-bottom: 0;
      }
    }
  }
}

body.node-type-scientists .alboum{
  margin-bottom: 55rem;
  img{
    display: block;
    width: 100%;

  }
  .btn_no_border a{
    font-size: 16rem;
    line-height: 13rem;
  }
  @include breakpoint(tablet){
    margin-bottom: 30px;
  }
  @include breakpoint(mobileonly){
    margin-bottom: 0;
  }
}


body.node-type-scientists .alboum h2{
  @include proxima;
  font-size: 18rem;
  line-height: 21rem;
  text-transform: none;
  margin: 10rem 0 0;
  font-weight: bold;
}

body.node-type-scientists .field-name-body {
  margin-bottom: 40rem;
}
*/
/*
body.node-type-contact-us .img_left_content_right.prop_35_5_60{
  @include breakpoint(mobileonly){
    img{
      @include zen-grid-item(1, 1, left, 1);
      padding: 0;
      padding-bottom: 40rem;
    }
    .content_right{
      @include zen-grid-item(1, 1, left, 1);
      padding: 0;
    }
    &.with_content_right_mobile{
      img{
        @include zen-grid-item(40, 1, left, 100);
        padding: 0;
      }
      .content_right{
        @include zen-grid-item(1, 1, left, 1);
        padding: 0;
      }
    }
  }
}

body.node-type-contact-us .img_left_content_right.prop_35_5_60 .section-3 {
  img {
    @include zen-grid-item(200, 1, left, 375);
    padding: 0;
    
  }
  .content_right {
    @include zen-grid-item(175, 201, left, 375);
    padding-left: 12.5rem;
    padding-right: 0;
  }
  &.with_content_right_mobile {
    .content_right {
      @include zen-grid-item(175, 201, left, 375);
      padding-left: 12.5rem;
      padding-right: 0;
      margin-right: 0;
    }
  }
}

body.node-type-contact-us .contact-wrapper > .view-content {
  @include clearfix;
  border-bottom: solid 1px;
  @include breakpoint(mobileonly){
    padding-bottom: 20rem;
  }
}

body.node-type-contact-us .contact_person{
  h3{
    margin: 0;
  }
  .contact_info{
    margin-top: 10rem;
    .email {
      a{
        color: $email_color;
        text-decoration: none;
        height: 20rem;
    	display: block;
    	overflow: hidden;
        &:hover{
          text-decoration: underline;
        }
      }

      position: relative;
      margin-bottom: 5rem;
      i {
        font-size: 18rem;
        color: $gray_color;
        margin-right: .2em;
      }
      &:hover {
        i {
          color: $global_color;
        }
      }
    }
    .phone{
      &:hover {
        i {
          color: $gray_color;
        }
      }
      i {
        margin-right: .5em;
      }
    }
  }

  @include breakpoint(tablet){
    margin-bottom: 30rem;
  }
  @include breakpoint(mobileonly){
    margin-bottom: 0;
  }
}

body.node-type-contact-us .field-name-body{
  clear: both;
  border-top: 1px solid #6d6d6d;
  padding-top: 15rem;
}
body.node-type-contact-us.section-node-edit .field-name-body{
  float: initial;
}


body.node-type-contact-us  .three_wrapper{
  overflow: hidden;
  clear: both;
  .section-3:first-child{
  	&:before{
  		content:" ";
  		width: 100%;
  		height: 1px;
  		background: #6d6d6d;
  		position: absolute;
  		margin-top: -40rem;
  	}
  }
  &.top {
	  .section-3:first-child{
	  	&:before{
	  		display: none;
	  	}
	  }
	  .section-3{
	  	padding-top: 0 !important;
	  }
  }
  $zen-column-count:100;
  $zen-float-direction: left;
  .section-3{
  	margin-bottom: 40rem;
  }
  
  .section-3:nth-of-type(3n+1){
    @include zen-grid-item(375, 1, $zen-float-direction, 1200);
    clear: left;
    padding: 40rem 0 0;
    
  }
  .section-3:nth-of-type(3n+2){
    @include zen-grid-item(375, 413.5, $zen-float-direction, 1200);
    padding: 40rem 0 0;
  }
  .section-3:nth-of-type(3n+3){
    @include zen-grid-item(375, 826, $zen-float-direction, 1200);
    padding: 40rem 0 0;
  }

  @include breakpoint(tablet){
    .section-3:nth-of-type(2n+1){
      @include zen-grid-item(47, 1, $zen-float-direction, $zen-column-count);
      clear: left;
      padding: 0;
    }
    .section-3:nth-of-type(2n+2){
      @include zen-grid-item(47, 54, $zen-float-direction, $zen-column-count);
      padding: 0;
      clear: none;
    }

  }

  @include breakpoint(mobileonly){
  	.section-3:first-child{
	  	&:before{
	  		margin-top: -20rem;
	  	}
	  }
  
    .section-3:nth-of-type(3n+1){
      @include zen-grid-item(1, 1, $zen-float-direction, 1);
      clear: left;
      padding: 20rem 0 0;
    }
    .section-3:nth-of-type(3n+2){
      @include zen-grid-item(1, 1, $zen-float-direction, 1);
      clear: left;
      padding: 20rem 0 0;
    }
    .section-3:nth-of-type(3n+3){
      @include zen-grid-item(1, 1, $zen-float-direction, 1);
      clear: left;
      padding: 20rem 0 0;
    }
    .section-3{
      margin-bottom: 20rem;

    }




  }
}



body.node-type-contact-us .alboum{
  margin-bottom: 0rem;
  img{
    display: block;
    width: 100%;
  }
  .btn_no_border a{
    font-size: 16rem;
    line-height: 13rem;
  }
  @include breakpoint(tablet){
    margin-bottom: 30rem;
  }
  @include breakpoint(mobileonly){
    margin-bottom: 0;
  }
}


body.node-type-contact-us .alboum h2{
  @include proxima;
  font-size: 18rem;
  line-height: 21rem;
  text-transform: none;
  margin: 0;
  font-weight: bold;
  margin-bottom: 6rem;
}
body.node-type-contact-us .four_wrapper{

  .alboum h2 {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
  .contact_info .phone {
    i {
      margin-right: .2em;
    }
  }
  .cell-phone{
    margin-left: 1.5em;
  }
}

body.node-type-contact-us .alboum h3{
  @include proxima;
  font-size: 15rem;
  line-height: 21rem;
  text-transform: none;
  margin: 4rem 0 0;
  font-weight: bold;
}

*/
/* line 2, ../sass/modules/_research_item.scss */
body.node-type-research-item .node {
  overflow: hidden;
}
/* line 5, ../sass/modules/_research_item.scss */
body.node-type-research-item .one_wrapper {
  float: left;
  width: 29%;
  margin-right: 6%;
}
/* line 10, ../sass/modules/_research_item.scss */
body.node-type-research-item .one_wrapper .alboum img {
  display: block;
}
/* line 13, ../sass/modules/_research_item.scss */
body.node-type-research-item .one_wrapper .alboum .alboum_content {
  background-color: #F0F0F0;
  padding: 20rem 15rem 12rem;
  margin-bottom: 55rem;
}
/* line 17, ../sass/modules/_research_item.scss */
body.node-type-research-item .one_wrapper .alboum .alboum_content h2 {
  font-family: 'Proxima Nova';
  font-size: 18rem;
  font-weight: bold;
  padding-bottom: 10rem;
}
/* line 23, ../sass/modules/_research_item.scss */
body.node-type-research-item .one_wrapper .alboum .alboum_content .field-name-field-department {
  padding-bottom: 10rem;
}
/* line 26, ../sass/modules/_research_item.scss */
body.node-type-research-item .one_wrapper .alboum .alboum_content .btn_no_border {
  padding: 0;
  margin: 0;
}
@media (max-width: 580px) {
  /* line 34, ../sass/modules/_research_item.scss */
  body.node-type-research-item .one_wrapper {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  /* line 39, ../sass/modules/_research_item.scss */
  body.node-type-research-item .one_wrapper .alboum img {
    width: 100%;
  }
  /* line 42, ../sass/modules/_research_item.scss */
  body.node-type-research-item .one_wrapper .alboum .alboum_content {
    margin-bottom: 20px;
  }
}

/* line 50, ../sass/modules/_research_item.scss */
body.node-type-research-item .field-name-body {
  width: 65%;
  float: left;
}
/* line 54, ../sass/modules/_research_item.scss */
body.node-type-research-item .date {
  font-size: 17rem;
  margin-bottom: 30rem;
  margin-top: -2px;
}
@media (max-width: 580px) {
  /* line 60, ../sass/modules/_research_item.scss */
  body.node-type-research-item .field-name-body {
    width: 100%;
    float: none;
  }
  /* line 64, ../sass/modules/_research_item.scss */
  body.node-type-research-item .date {
    margin-bottom: 10px;
  }
}

/*
.node-type-publications{
  .wrapper{
    float: left;
    width: 65%;
    margin-right: 6%;
    .publication{
      margin-bottom: 25rem;
      h3{
        margin-bottom: 0px;
      }
      a{
        color: #f05a24;
        text-decoration: none;
        font-style: italic;
        //text-transform: lowercase;
      }
      a:hover{
        color: #970000;
        text-decoration: none;
      }
    }
    .publication.hide{
      display: none;
    }
  }
  .image{
    float: left;
    margin-top: 12rem;
    width: 29%;
  }
  @include breakpoint(mobileonly){
  	.image{
  		display: none;
  	}
  	.wrapper{
    	float: none;
    	width: 100%;
    	margin-right: 0;
  	}
    
  }
}



.not-logged-in.node-type-publications .pub_id{
  display: none;
}



.node-type-publications {
  .node.publications_block_content{
  	margin-top: -38rem;
  	overflow: hidden;
  	@include breakpoint(mobileonly) {
  		margin-top: -25rem;
	}
  }
  .subheader {
    height: 85rem;
    margin-bottom: 30rem;
    position: relative;
    
    
    p {
      font-size: 21rem;
      padding-top: 55rem;
      font-family: 'Roboto Slab', serif;
    }
    .dropdown_years {
      display: inline-block;
      border: solid 1px $orange_color;
      @include border-radius(22rem);
      width: 180rem;
      text-align: center;
      position: absolute;
      right: 0;
      top: 12rem;
      padding: 11rem 0;
      z-index: 2;
      background: white;
      .dropbtn {
        background-color: transparent;
        color: $orange_color;
        border: none;
        cursor: pointer;
        font-size: 18rem;
        font-weight: bold;
        line-height: 22rem;
        padding: 0 20rem 0 0;
        position: relative;
        &:before {
          position: absolute;
          right: 0;
          font-family: FontAwesome;
          color: $orange_color;
          font-size: 14rem;
          line-height: 22rem;
          content: "\f078";
          top: 0;
        }
      }
      .dropdown-content {
        display: none;
        &.show {
          display: block;
        }
        a {
          color: #6d6d6d;;
          text-decoration: none;
          padding: 0 20rem 0 0;
          display: block;
          line-height: 28px;
          &:hover {
            color: #970000;
          }
         
        }
      }
    }
    @include breakpoint(tablet) {
      margin-bottom: 15rem;
      .dropdown_years {
        top: 25rem;
        
      }
    }
    @include breakpoint(mobileonly) {
      margin-bottom: 0;
      margin-top: 0;
      height: 100rem;
      .dropdown_years {
        top: 15rem;
      }
      p {
        padding-top: 73rem;
      }
    }
  }
}
*/
/*
.node-type-prizes{
  .wrapper{
    float: left;
    width: 65%;
    margin-right: 6%;
    .prize{
      margin-bottom: 25rem;
      h3{
        margin-bottom: 0px;
      }
    }
  }
  .image{
    float: left;
    margin-top: 5rem;
  	width: 29%;
  }
  @include breakpoint(tablet){
  	.node{
  		overflow: hidden;
  	}
  }
  
  @include breakpoint(mobileonly){
	  .wrapper{
	    float: none;
	    width: 100%;
	    margin-right: 0;
	  }
	  .image{
	    display: none;
	  }
  }
}
*/
/*
.node-type-courses{
  .node{
  	overflow: hidden;
  }
  .wrapper{
    float: left;
    width: 65%;
    margin-right: 6%;
    .course{
      margin-bottom: 25rem;
      border-bottom: 1px solid #B2B2B2;
      padding-bottom: 9rem;
      &:last-child{
      	border: none;
      	margin-bottom: 0;
      }
      h3{
        margin-bottom: 0px;
        a{
        	color: #3C3C3C;
        }
      }
      a{
        text-decoration: none;
        
      }
      a:hover{
        color: #970000;
      }
      .label{
        font-weight: bold;
      }
    }
    .course.hide{
      display: none;
    }
  }
  .image{
    float: left;
    margin-top: 12rem;
    width: 29%;
  }
  @include breakpoint(mobileonly){
  	.image{
  		display: none;
  	}
  	.wrapper{
	    float: none;
	    width: 100%;
	    margin-right: 0;
  	}
  }
}


.not-logged-in.node-type-courses .course_id{
  display: none;
}
*/
/* line 3, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-start .form-type-checkboxes {
  clear: both;
  width: 42%;
  height: 7rem;
  border-bottom: 1px solid;
  padding-bottom: 20rem;
  margin: 0;
  padding-top: 10rem;
}
/* line 12, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-start .form-type-checkboxes label {
  float: left;
  width: 35%;
}
/* line 16, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-start .form-type-checkboxes .form-type-checkbox {
  float: left;
  width: 30%;
}
/* line 21, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-start .form-actions {
  clear: both;
}
/* line 25, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-start .modules-title div {
  margin-bottom: 10rem;
  float: left;
  font-weight: 600;
  text-decoration: underline;
}
/* line 31, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-start .modules-title .label {
  width: 14.5%;
}
/* line 34, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-start .modules-title .page {
  width: 12.5%;
}
/* line 37, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-start .modules-title .block {
  width: 15%;
}
/* line 42, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form fieldset {
  margin-top: 10px;
}
/* line 45, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form .form-actions {
  padding-top: 40rem;
}
/* line 50, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-third .form-item {
  margin: 0.5em 0;
  clear: both;
}
/* line 53, ../sass/modules/_wizard.scss */
body.page-wizard-nojs-form #wis-center-wizard-form-third .form-item .label {
  float: left;
  margin-right: 10rem;
  font-weight: bold;
  clear: both;
}

/* line 69, ../sass/modules/_wizard.scss */
#edit-events .add_event, #edit-events .exclude_event, #edit-events .remove_included_event, #edit-events .remove_excluded_event {
  color: blue;
  cursor: pointer;
}
/* line 73, ../sass/modules/_wizard.scss */
#edit-events label {
  font-size: 16rem;
  text-decoration: underline;
}
/* line 77, ../sass/modules/_wizard.scss */
#edit-events .actions {
  margin-top: -20rem;
}
/* line 79, ../sass/modules/_wizard.scss */
#edit-events .actions div {
  float: left;
  margin-right: 10rem;
}
/* line 84, ../sass/modules/_wizard.scss */
#edit-events .section {
  clear: both;
  margin-top: 10rem;
}
/* line 88, ../sass/modules/_wizard.scss */
#edit-events .section.add {
  padding-top: 10rem;
}
/* line 90, ../sass/modules/_wizard.scss */
#edit-events .form-item-included-events,
#edit-events .form-item-included-events-string,
#edit-events .form-item-excluded-events,
#edit-events .form-item-excluded-events-string {
  display: none;
}

/* line 98, ../sass/modules/_wizard.scss */
.page-management-center-settings .form-type-file {
  margin-top: 0.1em;
}

/* line 1, ../sass/_home.scss */
body.front .home-block {
  float: left;
  padding-top: 20rem !important;
}
/* line 4, ../sass/_home.scss */
body.front .home-block .all {
  cursor: pointer;
}

/* line 8, ../sass/_home.scss */
body.front #content .home-block ul {
  padding-left: 0;
}

/* line 11, ../sass/_home.scss */
.front .three_wrapper {
  overflow: hidden;
}

/* line 16, ../sass/_home.scss */
body.front .node-page {
  height: 0px;
  display: none;
}
/* line 20, ../sass/_home.scss */
body.front #first-time {
  display: none;
}

/***************************/
/******* SUBMENU  *******/
/***************************/
/* line 9, ../sass/_MICC.scss */
#header .region-header .block-superfish,
#header .region-header #block-menu-block-1 {
  width: 1250rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10rem;
  box-sizing: border-box;
  /*li.Supporters a.active:before { left: 43rem;}
  li.About a.active:before { left: 29rem;}
  li.Contact a.active:before { left: 36rem;}
  li.Courses a.active:before { left: 37rem;}
  li.Activities a.active:before { left: 70rem;}*/
}
/* line 16, ../sass/_MICC.scss */
#header .region-header .block-superfish li,
#header .region-header #block-menu-block-1 li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 25rem;
  position: relative;
}
/* line 23, ../sass/_MICC.scss */
#header .region-header .block-superfish li a,
#header .region-header #block-menu-block-1 li a {
  text-decoration: inherit;
  cursor: pointer;
  line-height: 35rem;
  font-size: 16rem;
  color: #3C3C3C;
}
/* line 29, ../sass/_MICC.scss */
#header .region-header .block-superfish li a:hover, #header .region-header .block-superfish li a:focus,
#header .region-header #block-menu-block-1 li a:hover,
#header .region-header #block-menu-block-1 li a:focus {
  color: #970000;
}
/* line 35, ../sass/_MICC.scss */
#header .region-header .block-superfish li a.active,
#header .region-header #block-menu-block-1 li a.active {
  font-weight: bold;
}
/* line 36, ../sass/_MICC.scss */
#header .region-header .block-superfish li a.active:before,
#header .region-header #block-menu-block-1 li a.active:before {
  position: absolute;
  content: " ";
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -3rem;
  z-index: 8;
  width: 30rem;
  height: 6rem;
}
@media (max-width: 580px) {
  /* line 9, ../sass/_MICC.scss */
  #header .region-header .block-superfish,
  #header .region-header #block-menu-block-1 {
    width: 100%;
    padding: 0 15rem;
    display: none;
  }
  /* line 55, ../sass/_MICC.scss */
  #header .region-header .block-superfish ul,
  #header .region-header #block-menu-block-1 ul {
    padding: 0;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 9, ../sass/_MICC.scss */
  #header .region-header .block-superfish,
  #header .region-header #block-menu-block-1 {
    width: 100%;
    padding: 0 15rem;
  }
  /* line 63, ../sass/_MICC.scss */
  #header .region-header .block-superfish ul,
  #header .region-header #block-menu-block-1 ul {
    padding: 0;
  }
}

/* line 71, ../sass/_MICC.scss */
.sf-menu {
  margin: 0 0 0.5em 0 !important;
  padding: 0 0 0 1.1em !important;
}
/* line 74, ../sass/_MICC.scss */
.sf-menu li {
  float: none !important;
  position: relative;
  z-index: 498;
}

/* line 81, ../sass/_MICC.scss */
.header .subheader {
  display: none;
}

/* line 88, ../sass/_MICC.scss */
#header .subheader {
  margin: 0;
  height: 59rem;
}
/* line 91, ../sass/_MICC.scss */
#header .subheader div {
  width: 1250rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20rem 0 0 25rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 24rem;
  font-weight: 400;
}
/* line 100, ../sass/_MICC.scss */
#header .subheader div span {
  text-transform: uppercase;
  font-weight: 100;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 107, ../sass/_MICC.scss */
  #header .subheader {
    height: 95rem;
    position: relative;
  }
  /* line 110, ../sass/_MICC.scss */
  #header .subheader div {
    width: 100%;
    line-height: 30rem;
    padding: 0 15rem;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  /* line 117, ../sass/_MICC.scss */
  #header .subheader div span {
    display: block;
  }
  /* line 120, ../sass/_MICC.scss */
  #header .subheader div .delimeter {
    display: none;
  }
}
@media (max-width: 580px) {
  /* line 127, ../sass/_MICC.scss */
  #header .subheader {
    height: 95rem;
    position: relative;
  }
  /* line 130, ../sass/_MICC.scss */
  #header .subheader div {
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    padding: 0 15rem;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  /* line 138, ../sass/_MICC.scss */
  #header .subheader div span {
    display: block;
  }
  /* line 141, ../sass/_MICC.scss */
  #header .subheader div .delimeter {
    display: none;
  }
}

/**************************************/
/******* DEFINE CENTERS COLORS  *******/
/**************************************/
/* line 159, ../sass/_MICC.scss */
#header.DPLCCO .subheader {
  background: #003DAA;
  display: block;
}
/* line 160, ../sass/_MICC.scss */
#header.DPLCCO .header_bottom_line h1 {
  border-bottom-color: #003DAA;
}
/* line 163, ../sass/_MICC.scss */
#header.DPLCCO #block-menu-block-1 li a.active {
  color: #003DAA;
  font-weight: bold;
}
/* line 164, ../sass/_MICC.scss */
#header.DPLCCO #block-menu-block-1 li a.active:before {
  background: #003DAA;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 168, ../sass/_MICC.scss */
  #header.DPLCCO .subheader {
    height: 120rem;
  }
}
@media (max-width: 580px) {
  /* line 171, ../sass/_MICC.scss */
  #header.DPLCCO .subheader {
    height: 140rem;
  }
}

/* line 175, ../sass/_MICC.scss */
#header.EICDR .subheader {
  background: #8B354A;
  display: block;
}
/* line 176, ../sass/_MICC.scss */
#header.EICDR .header_bottom_line h1 {
  border-bottom-color: #8B354A;
}
/* line 179, ../sass/_MICC.scss */
#header.EICDR #block-menu-block-1 li a.active {
  color: #8B354A;
  font-weight: bold;
}
/* line 180, ../sass/_MICC.scss */
#header.EICDR #block-menu-block-1 li a.active:before {
  background: #8B354A;
}

/* line 185, ../sass/_MICC.scss */
#header.KCCSF .subheader {
  background: #A1008B;
  display: block;
}
/* line 186, ../sass/_MICC.scss */
#header.KCCSF .header_bottom_line h1 {
  border-bottom-color: #A1008B;
}
/* line 189, ../sass/_MICC.scss */
#header.KCCSF #block-menu-block-1 li a.active {
  color: #A1008B;
  font-weight: bold;
}
/* line 190, ../sass/_MICC.scss */
#header.KCCSF #block-menu-block-1 li a.active:before {
  background: #A1008B;
}

/* line 195, ../sass/_MICC.scss */
#header.WBTB .subheader {
  background: #01A937;
  display: block;
}
/* line 196, ../sass/_MICC.scss */
#header.WBTB .header_bottom_line h1 {
  border-bottom-color: #01A937;
}
/* line 199, ../sass/_MICC.scss */
#header.WBTB #block-menu-block-1 li a.active {
  color: #01A937;
  font-weight: bold;
}
/* line 200, ../sass/_MICC.scss */
#header.WBTB #block-menu-block-1 li a.active:before {
  background: #01A937;
}

/* line 205, ../sass/_MICC.scss */
#header.DICTR .subheader {
  background: #2266F9;
  display: block;
}
/* line 206, ../sass/_MICC.scss */
#header.DICTR .header_bottom_line h1 {
  border-bottom-color: #2266F9;
}
/* line 209, ../sass/_MICC.scss */
#header.DICTR #block-menu-block-1 li a.active {
  color: #2266F9;
  font-weight: bold;
}
/* line 210, ../sass/_MICC.scss */
#header.DICTR #block-menu-block-1 li a.active:before {
  background: #2266F9;
}

/* line 215, ../sass/_MICC.scss */
#header.SSICPR .subheader {
  background: #0090AB;
  display: block;
}
/* line 216, ../sass/_MICC.scss */
#header.SSICPR .header_bottom_line h1 {
  border-bottom-color: #0090AB;
}
/* line 219, ../sass/_MICC.scss */
#header.SSICPR #block-menu-block-1 li a.active {
  color: #0090AB;
  font-weight: bold;
}
/* line 220, ../sass/_MICC.scss */
#header.SSICPR #block-menu-block-1 li a.active:before {
  background: #0090AB;
}

/* line 228, ../sass/_MICC.scss */
.header__region .block-superfish .menu a.menuparent:before,
#header .navigation .menu a.menuparent:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107";
  color: #3C3C3C;
  font-size: 16rem;
  right: -16rem;
}
/* line 238, ../sass/_MICC.scss */
.header__region .block-superfish .menu a.menuparent span,
#header .navigation .menu a.menuparent span {
  display: none;
}
/* line 239, ../sass/_MICC.scss */
.header__region .block-superfish .menu li.menuparent,
#header .navigation .menu li.menuparent {
  padding-right: 35rem;
}
/* line 240, ../sass/_MICC.scss */
.header__region .block-superfish .menu li.active-trail.menuparent a.menuparent:before,
#header .navigation .menu li.active-trail.menuparent a.menuparent:before {
  color: #d43a16;
}
/* line 241, ../sass/_MICC.scss */
.header__region .block-superfish .menu li.active-trail.menuparent a.menuparent,
#header .navigation .menu li.active-trail.menuparent a.menuparent {
  color: #d43a16;
  font-weight: bold;
}

/* line 243, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul,
#header .navigation .menu.sf-menu ul {
  background-color: #D3D3D3;
  margin-top: -2rem;
  opacity: 0.95;
}
/* line 249, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li,
#header .navigation .menu.sf-menu ul li {
  padding: 11rem 14rem 6rem 14rem;
  padding-left: 14rem !important;
  border-bottom: solid 1px #d43a16;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 254, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li a,
#header .navigation .menu.sf-menu ul li a {
  line-height: 20rem;
  font-weight: 600;
}
/* line 259, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li:hover,
#header .navigation .menu.sf-menu ul li:hover {
  background-color: #243D4B;
}
/* line 261, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li:hover a,
#header .navigation .menu.sf-menu ul li:hover a {
  color: #fff !important;
}

/* line 266, ../sass/_MICC.scss */
#header .navigation .menu.sf-menu ul {
  background: none;
  background-color: #D3D3D3;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0 !important;
}

/* line 273, ../sass/_MICC.scss */
.header__region .block-superfish .menu li.menuparent {
  padding-right: 10rem !important;
}

/* line 274, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul {
  background-color: #f0f0f0;
  margin-top: -3rem;
  opacity: 0.95;
}
/* line 279, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li {
  padding: 15rem 14rem 8rem 14rem;
  border-bottom: solid 1px #d43a16;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 283, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li a {
  line-height: 20rem;
  font-weight: 600;
}
/* line 288, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li:hover {
  background-color: #243D4B;
}
/* line 290, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li:hover a {
  color: #fff;
}
/* line 294, ../sass/_MICC.scss */
.header__region .block-superfish .menu.sf-menu ul li.first, .header__region .block-superfish .menu.sf-menu ul li.firstandlast {
  border-top: solid 1px #d43a16;
}

/* line 299, ../sass/_MICC.scss */
.node-type-center .three_wrapper {
  padding-top: 20rem;
}
@media (max-width: 580px) {
  /* line 299, ../sass/_MICC.scss */
  .node-type-center .three_wrapper {
    padding-top: 0;
  }
}

/* line 306, ../sass/_MICC.scss */
.micc_center_blocks_wrapper {
  overflow: hidden;
  margin-bottom: 50rem;
}
@media (max-width: 580px) {
  /* line 306, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper {
    margin-bottom: 0;
  }
}
/* line 312, ../sass/_MICC.scss */
.micc_center_blocks_wrapper a:hover {
  text-decoration: none;
}
/* line 315, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about {
  float: left;
  width: 22.91667%;
  margin-left: 0%;
  margin-right: -22.91667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 40rem 16.5rem 20rem 16.5rem;
  background: #EBEBEB;
  height: 580rem;
  position: relative;
}
/* line 321, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about p {
  font-size: 18rem;
  line-height: 24rem;
  color: #3C3C3C;
}
/* line 326, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 20rem;
  line-height: 24rem;
  margin: 50rem 0 10rem 0;
  padding: 0;
  padding-left: 0;
  text-transform: none;
}
/* line 335, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about h2 a {
  color: #3C3C3C;
}
/* line 343, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about a.colorbox-load:focus .image img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 351, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about .image {
  position: relative;
  overflow: hidden;
}
/* line 354, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about .image img {
  width: 100%;
  display: block;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 361, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about .image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 366, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about .image:before {
  position: absolute;
  content: " ";
  width: 46rem;
  height: 46rem;
  left: 10rem;
  bottom: 10rem;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
/* line 369, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about .image:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  color: #ffffff;
  font-size: 24rem;
  line-height: 46rem;
  width: 46rem;
  text-align: center;
  left: 10rem;
  bottom: 10rem;
  opacity: 1;
  z-index: 2;
}
/* line 372, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about .image:hover:before, .micc_center_blocks_wrapper .micc-center-block-about .image:focus:before {
  opacity: 1;
}
/* line 375, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about .image .vid_len {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2.5px;
  max-width: 63px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100%;
}
/* line 386, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc-center-block-about .image .vid_len:hover {
  background: black;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 315, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc-center-block-about {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 20rem 16.5rem;
    height: inherit;
    margin-bottom: 30rem;
  }
  /* line 397, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc-center-block-about p {
    float: left;
    width: 47%;
    margin-left: 53%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 402, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc-center-block-about h2 {
    float: left;
    width: 47%;
    margin-left: 53%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    margin-top: 0;
    clear: left;
  }
  /* line 408, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc-center-block-about .image {
    width: 300px;
  }
  /* line 410, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc-center-block-about .image img {
    width: 100%;
    display: block;
  }
}
@media (max-width: 580px) {
  /* line 315, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc-center-block-about {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 20px 10px;
    height: inherit;
    margin-bottom: 20px;
  }
  /* line 422, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc-center-block-about h2 {
    margin-top: 10rem;
  }
  /* line 427, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc-center-block-about .image img {
    width: 100%;
    display: block;
  }
}
/* line 436, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers {
  float: left;
  width: 74.25%;
  margin-left: 25.75%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 439, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(3n+1) {
  float: left;
  width: 30.8642%;
  margin-left: 0%;
  margin-right: -30.8642%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  clear: left;
}
/* line 444, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(3n+2) {
  float: left;
  width: 30.8642%;
  margin-left: 34.5679%;
  margin-right: -65.4321%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 448, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(3n+3) {
  float: left;
  width: 30.8642%;
  margin-left: 69.1358%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 452, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center {
  height: 275rem;
  position: relative;
}
/* line 455, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(1), .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(2), .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(3) {
  margin-bottom: 30rem;
}
/* line 459, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.DPLCCO {
  background: #003DAA;
}
/* line 461, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.DPLCCO a:hover .micc_center_block_center_content span,
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.DPLCCO a:focus .micc_center_block_center_content span {
  background: #001c7d;
}
/* line 466, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.EICDR {
  background: #8B354A;
}
/* line 468, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.EICDR a:hover .micc_center_block_center_content span,
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.EICDR a:focus .micc_center_block_center_content span {
  background: #740d26;
}
/* line 473, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.KCCSF {
  background: #A1008B;
}
/* line 475, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.KCCSF a:hover .micc_center_block_center_content span,
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.KCCSF a:focus .micc_center_block_center_content span {
  background: #7a0069;
}
/* line 480, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.WBTB {
  background: #01A937;
}
/* line 482, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.WBTB a:hover .micc_center_block_center_content span,
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.WBTB a:focus .micc_center_block_center_content span {
  background: #005f32;
}
/* line 487, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.DICTR {
  background: #2266F9;
}
/* line 489, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.DICTR a:hover .micc_center_block_center_content span,
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.DICTR a:focus .micc_center_block_center_content span {
  background: #003ac7;
}
/* line 494, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.SSICPR {
  background: #0090AB;
}
/* line 496, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.SSICPR a:hover .micc_center_block_center_content span,
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center.SSICPR a:focus .micc_center_block_center_content span {
  background: #00657d;
}
/* line 502, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .micc_center_block_center_content {
  padding: 10rem 20rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 506, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .micc_center_block_center_content span {
  font-size: 15rem;
  line-height: 19rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 512, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .micc_center_block_center_content h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 24rem;
  color: #FFFFFF;
  margin: 10rem 0 0 0;
  padding: 0;
  text-transform: none;
  padding-left: 0rem;
}
/* line 522, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .micc_center_block_center_content h2 a {
  color: #fff;
}
/* line 527, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .wrapper_img {
  height: 120rem;
  overflow: hidden;
}
/* line 532, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .wrapper_img img {
  opacity: 0.5;
  transition: .5s ease;
}
/* line 537, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a {
  display: block;
  height: 100%;
}
/* line 542, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .wrapper_img, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .wrapper_img {
  height: 155rem;
  overflow: hidden;
}
/* line 545, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .wrapper_img img, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .wrapper_img img {
  opacity: 1;
}
/* line 549, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .micc_center_block_center_content, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .micc_center_block_center_content {
  padding-top: 5rem;
}
/* line 551, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .micc_center_block_center_content h2, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .micc_center_block_center_content h2 {
  margin-top: 0;
}
/* line 554, ../sass/_MICC.scss */
.micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .micc_center_block_center_content span, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .micc_center_block_center_content span {
  position: absolute;
  top: 120rem;
  width: 100%;
  left: 0;
  padding: 10rem 20rem 6rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 436, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 570, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center {
    height: 285rem;
  }
}
@media (max-width: 580px) {
  /* line 436, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 580, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 586, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 592, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:nth-child(3n+3) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 598, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center {
    height: inherit;
  }
  /* line 600, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:last-child {
    margin-bottom: 0;
  }
  /* line 603, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .wrapper_img {
    height: 120rem;
    overflow: hidden;
    width: 20%;
    float: right;
  }
  /* line 608, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .wrapper_img img {
    max-width: 220px;
    margin-left: -70px;
    height: 120rem;
  }
  /* line 614, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .micc_center_block_center_content {
    padding: 10rem 10rem 0;
    width: 80%;
  }
  /* line 617, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center .micc_center_block_center_content h2 {
    font-size: 17rem;
    line-height: 20rem;
    margin-top: 5rem;
  }
  /* line 624, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .wrapper_img, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .wrapper_img {
    height: 120rem;
  }
  /* line 627, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .micc_center_block_center_content, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .micc_center_block_center_content {
    padding-top: 10rem;
  }
  /* line 629, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .micc_center_block_center_content span, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .micc_center_block_center_content span {
    position: absolute;
    top: 0;
    width: 80%;
    left: 0;
    padding: 10rem 10rem 2rem;
  }
  /* line 636, ../sass/_MICC.scss */
  .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:hover .micc_center_block_center_content h2, .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a.home:focus .micc_center_block_center_content h2 {
    margin-top: 25rem;
  }
}

/* line 650, ../sass/_MICC.scss */
body.node-type-page.section-about #main {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/* line 656, ../sass/_MICC.scss */
body.node-type-page.section-about.no-sidebars #content {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  float: none;
}

/* line 663, ../sass/_MICC.scss */
.full_scree_width_gray {
  width: 100%;
  background: #EBEBEB;
  padding: 20rem 0;
  position: relative;
}
/* line 669, ../sass/_MICC.scss */
.full_scree_width_gray:before {
  position: absolute;
  left: -25rem;
  width: 25rem;
  height: 100%;
  background: #f3f3f3;
  content: " ";
  top: 0;
  display: none;
}
/* line 679, ../sass/_MICC.scss */
.full_scree_width_gray:after {
  position: absolute;
  right: -25rem;
  width: 25rem;
  height: 100%;
  background: #f3f3f3;
  content: " ";
  top: 0;
  display: none;
}
/* line 689, ../sass/_MICC.scss */
.full_scree_width_gray .wrapper {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 695, ../sass/_MICC.scss */
  .full_scree_width_gray .wrapper {
    width: 100%;
    padding-left: 15rem;
    padding-right: 15rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 580px) {
  /* line 703, ../sass/_MICC.scss */
  .full_scree_width_gray .wrapper {
    width: 100%;
    padding-left: 15rem;
    padding-right: 15rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 711, ../sass/_MICC.scss */
.organizational_structure {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  margin-top: 30rem;
}
/* line 718, ../sass/_MICC.scss */
.organizational_structure h2 {
  font-size: 20rem !important;
  line-height: 24rem !important;
  font-weight: bold !important;
  font-family: 'Proxima Nova', sans-serif !important;
  margin-bottom: 30rem !important;
}
/* line 725, ../sass/_MICC.scss */
.organizational_structure .organizational_structure_wrapper {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  /* line 711, ../sass/_MICC.scss */
  .organizational_structure {
    width: 100%;
    padding-left: 15rem;
    padding-right: 15rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 736, ../sass/_MICC.scss */
.organizational_structure .funds {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
/* line 741, ../sass/_MICC.scss */
.organizational_structure .funds .fund {
  height: 80rem;
  width: 100%;
  margin-bottom: 50rem;
  background: #6D6D6D;
  border-left: solid 6px #2E2E2E;
  padding: 20rem;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 750, ../sass/_MICC.scss */
.organizational_structure .funds .fund span {
  font-size: 20rem;
  line-height: 24rem;
  color: #FFFFFF;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  padding-left: 20rem;
  padding-right: 20rem;
  font-weight: 400;
}
/* line 760, ../sass/_MICC.scss */
.organizational_structure .funds .fund:last-child {
  margin-bottom: 0;
}
/* line 763, ../sass/_MICC.scss */
.organizational_structure .funds .fund:before {
  content: " ";
  right: -50rem;
  width: 50rem;
  height: 2px;
  background: #2E2E2E;
  position: absolute;
  top: 50%;
}
@media (max-width: 767px) {
  /* line 736, ../sass/_MICC.scss */
  .organizational_structure .funds {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    clear: left;
  }
  /* line 779, ../sass/_MICC.scss */
  .organizational_structure .funds:after {
    content: " ";
    position: absolute;
    left: 15%;
    width: 70%;
    height: 2px;
    background: #2E2E2E;
    bottom: 15px;
  }
  /* line 788, ../sass/_MICC.scss */
  .organizational_structure .funds .fund {
    height: 80rem;
    width: 45%;
    margin-bottom: 37px;
    float: left;
    border-top: solid 6px #2E2E2E;
    border-left: none;
  }
  /* line 795, ../sass/_MICC.scss */
  .organizational_structure .funds .fund:last-child {
    margin-left: 10%;
  }
  /* line 798, ../sass/_MICC.scss */
  .organizational_structure .funds .fund:before {
    content: " ";
    right: 50%;
    width: 2px;
    height: 20px;
    background: #2E2E2E;
    position: absolute;
    top: 100%;
  }
  /* line 807, ../sass/_MICC.scss */
  .organizational_structure .funds .fund span {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 580px) {
  /* line 814, ../sass/_MICC.scss */
  .organizational_structure .funds:after {
    left: 16%;
    width: 68%;
  }
  /* line 818, ../sass/_MICC.scss */
  .organizational_structure .funds .fund {
    width: 49%;
    height: 60px;
    padding: 0;
  }
  /* line 822, ../sass/_MICC.scss */
  .organizational_structure .funds .fund:last-child {
    margin-left: 2%;
  }
  /* line 825, ../sass/_MICC.scss */
  .organizational_structure .funds .fund span {
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
  }
}
/* line 834, ../sass/_MICC.scss */
.organizational_structure .research_institutes {
  float: left;
  width: 29.16667%;
  margin-left: 33.33333%;
  margin-right: -62.5%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  position: relative;
}
/* line 838, ../sass/_MICC.scss */
.organizational_structure .research_institutes:after {
  content: " ";
  left: -50rem;
  height: 280rem;
  width: 2px;
  background: #2E2E2E;
  position: absolute;
  top: 0%;
  margin-top: 79rem;
}
/* line 848, ../sass/_MICC.scss */
.organizational_structure .research_institutes h3 {
  font-size: 15rem;
  line-height: 19rem;
  text-transform: uppercase;
  margin: 0 0 5rem;
  font-weight: normal;
}
/* line 855, ../sass/_MICC.scss */
.organizational_structure .research_institutes .research_institute {
  height: 110rem;
  width: 100%;
  margin-bottom: 30rem;
  border-left: solid 6px #2E2E2E;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 862, ../sass/_MICC.scss */
.organizational_structure .research_institutes .research_institute:last-child {
  margin-bottom: 0;
}
/* line 865, ../sass/_MICC.scss */
.organizational_structure .research_institutes .research_institute a {
  display: block;
  padding: 20rem;
  height: 100%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 873, ../sass/_MICC.scss */
.organizational_structure .research_institutes .research_institute span {
  font-size: 20rem;
  line-height: 24rem;
  color: #FFFFFF;
  font-weight: 400;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  padding-left: 20rem;
  padding-right: 20rem;
}
/* line 883, ../sass/_MICC.scss */
.organizational_structure .research_institutes .research_institute:before {
  content: " ";
  left: -56rem;
  width: 50rem;
  height: 2px;
  background: #2E2E2E;
  position: absolute;
  top: 50%;
}
/* line 892, ../sass/_MICC.scss */
.organizational_structure .research_institutes .research_institute:after {
  content: " ";
  right: -52rem;
  width: 52rem;
  height: 2px;
  background: #2E2E2E;
  position: absolute;
  top: 50%;
}
@media (max-width: 767px) {
  /* line 834, ../sass/_MICC.scss */
  .organizational_structure .research_institutes {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
    clear: left;
  }
  /* line 907, ../sass/_MICC.scss */
  .organizational_structure .research_institutes h3 {
    width: 80%;
    border: solid 1px gray;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    margin-left: 10%;
    padding: 10px 0 7px;
    margin-bottom: 15px;
    background: #FFF;
  }
  /* line 918, ../sass/_MICC.scss */
  .organizational_structure .research_institutes:after {
    content: " ";
    position: absolute;
    left: 15%;
    width: 70%;
    height: 2px;
    background: #2E2E2E;
    bottom: 15px;
    margin-top: 0;
    top: inherit;
  }
  /* line 929, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(2) {
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 933, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(2):after {
    right: 40%;
  }
  /* line 937, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(3) {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -65%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 941, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(3):after {
    left: 50%;
  }
  /* line 945, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(4) {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 949, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(4):after {
    left: 40%;
  }
  /* line 953, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute {
    border-top: solid 6px #2E2E2E;
    border-left: none;
    height: 100px;
    margin-bottom: 37px;
  }
  /* line 958, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:last-child {
    margin-bottom: 37px;
  }
  /* line 961, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:before {
    content: " ";
    left: 50%;
    width: 2px;
    height: 68px;
    background: #2E2E2E;
    position: absolute;
    top: -74px;
    z-index: -2;
  }
  /* line 972, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:after {
    content: " ";
    width: 2px;
    height: 22px;
    background: #2E2E2E;
    position: absolute;
    bottom: -22px;
    z-index: -2;
    top: inherit;
  }
  /* line 982, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute span {
    padding: 10px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 580px) {
  /* line 991, ../sass/_MICC.scss */
  .organizational_structure .research_institutes:after {
    left: 16%;
    width: 68%;
  }
  /* line 995, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(2) {
    float: left;
    width: 32%;
    margin-left: 0%;
    margin-right: -32%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1000, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(3) {
    float: left;
    width: 32%;
    margin-left: 34%;
    margin-right: -66%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1006, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute:nth-child(4) {
    float: left;
    width: 32%;
    margin-left: 68%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1012, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute {
    height: 120px;
  }
  /* line 1014, ../sass/_MICC.scss */
  .organizational_structure .research_institutes .research_institute span {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 1021, ../sass/_MICC.scss */
.organizational_structure .core_facilities {
  float: left;
  width: 29.16667%;
  margin-left: 70.83333%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 1024, ../sass/_MICC.scss */
.organizational_structure .core_facilities h3 {
  font-size: 15rem;
  line-height: 19rem;
  text-transform: uppercase;
  margin: 0 0 5rem;
  font-weight: normal;
}
/* line 1031, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility {
  height: 110rem;
  width: 100%;
  margin-bottom: 30rem;
  border-left: solid 6px #2E2E2E;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1039, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility:last-child {
  margin-bottom: 0;
}
/* line 1042, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility a {
  display: block;
  padding: 20rem;
  height: 100%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1050, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility span {
  font-size: 20rem;
  line-height: 24rem;
  color: #FFFFFF;
  font-weight: 400;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  padding-left: 20rem;
  padding-right: 20rem;
}
/* line 1060, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility:before {
  content: " ";
  left: -56rem;
  width: 50rem;
  height: 2px;
  background: #2E2E2E;
  position: absolute;
  top: 50%;
}
/* line 1069, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility:nth-child(2):before {
  top: 40%;
}
/* line 1072, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility:nth-child(4):before {
  top: 60%;
}
/* line 1075, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility:after {
  content: " ";
  left: -56rem;
  height: 100%;
  width: 2px;
  background: #2E2E2E;
  position: absolute;
  top: 0%;
}
/* line 1084, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility:nth-child(2):after {
  top: 40%;
}
/* line 1087, ../sass/_MICC.scss */
.organizational_structure .core_facilities .core_facility:nth-child(4):after {
  top: inherit;
  bottom: 40%;
}
@media (max-width: 767px) {
  /* line 1021, ../sass/_MICC.scss */
  .organizational_structure .core_facilities {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
    clear: left;
  }
  /* line 1097, ../sass/_MICC.scss */
  .organizational_structure .core_facilities h3 {
    width: 80%;
    border: solid 1px gray;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    margin-left: 10%;
    padding: 10px 0 7px;
    margin-bottom: 15px;
    background: #FFF;
  }
  /* line 1108, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:nth-child(2) {
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1113, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:nth-child(3) {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -65%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1118, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:nth-child(4) {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1123, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility {
    border-top: solid 6px #2E2E2E;
    border-left: none;
    height: 120px;
  }
  /* line 1127, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:before {
    content: " ";
    left: 50%;
    width: 2px;
    height: 68px;
    background: #2E2E2E;
    position: absolute;
    top: -74px;
    z-index: -2;
  }
  /* line 1137, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:after {
    display: none;
  }
  /* line 1140, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:nth-child(2):before {
    top: -74px;
  }
  /* line 1143, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:nth-child(4):before {
    top: -74px;
  }
  /* line 1146, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility span {
    padding: 10px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 580px) {
  /* line 1155, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:nth-child(2) {
    float: left;
    width: 32%;
    margin-left: 0%;
    margin-right: -32%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1160, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:nth-child(3) {
    float: left;
    width: 32%;
    margin-left: 34%;
    margin-right: -66%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1166, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility:nth-child(4) {
    float: left;
    width: 32%;
    margin-left: 68%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    position: relative;
  }
  /* line 1172, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility {
    height: 160px;
  }
  /* line 1174, ../sass/_MICC.scss */
  .organizational_structure .core_facilities .core_facility span {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 1182, ../sass/_MICC.scss */
.organizational_structure .DPLCCO {
  background: #003DAA;
}
/* line 1184, ../sass/_MICC.scss */
.organizational_structure .DPLCCO a:hover, .organizational_structure .DPLCCO a:focus {
  background: #001c7d;
  transition: .5s ease;
}
/* line 1189, ../sass/_MICC.scss */
.organizational_structure .EICDR {
  background: #8B354A;
}
/* line 1191, ../sass/_MICC.scss */
.organizational_structure .EICDR a:hover, .organizational_structure .EICDR a:focus {
  background: #740d26;
  transition: .5s ease;
}
/* line 1196, ../sass/_MICC.scss */
.organizational_structure .KCCSF {
  background: #A1008B;
}
/* line 1198, ../sass/_MICC.scss */
.organizational_structure .KCCSF a:hover, .organizational_structure .KCCSF a:focus {
  background: #7a0069;
  transition: .5s ease;
}
/* line 1203, ../sass/_MICC.scss */
.organizational_structure .WBTB {
  background: #01A937;
}
/* line 1205, ../sass/_MICC.scss */
.organizational_structure .WBTB a:hover, .organizational_structure .WBTB a:focus {
  background: #005f32;
  transition: .5s ease;
}
/* line 1210, ../sass/_MICC.scss */
.organizational_structure .DICTR {
  background: #2266F9;
}
/* line 1212, ../sass/_MICC.scss */
.organizational_structure .DICTR a:hover, .organizational_structure .DICTR a:focus {
  background: #003ac7;
  transition: .5s ease;
}
/* line 1217, ../sass/_MICC.scss */
.organizational_structure .SSICPR {
  background: #0090AB;
}
/* line 1219, ../sass/_MICC.scss */
.organizational_structure .SSICPR a:hover, .organizational_structure .SSICPR a:focus {
  background: #00657d;
  transition: .5s ease;
}

/* line 1231, ../sass/_MICC.scss */
.advanced_equipment .activities {
  overflow: hidden;
  margin-bottom: 30rem;
}
/* line 1234, ../sass/_MICC.scss */
.advanced_equipment .activities .img_wrapper {
  float: left;
  width: 29.16667%;
  margin-left: 0%;
  margin-right: -29.16667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
/* line 1240, ../sass/_MICC.scss */
.advanced_equipment .activities .img_wrapper img {
  display: block;
  width: 100%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 1248, ../sass/_MICC.scss */
.advanced_equipment .activities .img_wrapper a:hover img, .advanced_equipment .activities .img_wrapper a:focus img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 1253, ../sass/_MICC.scss */
.advanced_equipment .activities .img_wrapper .vid_len {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2.5px;
  max-width: 63px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100%;
}
/* line 1264, ../sass/_MICC.scss */
.advanced_equipment .activities .img_wrapper .vid_len:hover {
  background: black;
}
/* line 1269, ../sass/_MICC.scss */
.advanced_equipment .activities .img_wrapper a:before {
  position: absolute;
  content: " ";
  width: 46rem;
  height: 46rem;
  left: 10rem;
  bottom: 10rem;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
/* line 1272, ../sass/_MICC.scss */
.advanced_equipment .activities .img_wrapper a:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  color: #ffffff;
  font-size: 24rem;
  line-height: 46rem;
  width: 46rem;
  text-align: center;
  left: 10rem;
  bottom: 10rem;
  opacity: 1;
  z-index: 2;
}
/* line 1275, ../sass/_MICC.scss */
.advanced_equipment .activities .img_wrapper a:hover:before, .advanced_equipment .activities .img_wrapper a:focus:before {
  opacity: 1;
}
/* line 1280, ../sass/_MICC.scss */
.advanced_equipment .activities .activities_content {
  float: left;
  width: 64.58333%;
  margin-left: 35.41667%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 1283, ../sass/_MICC.scss */
.advanced_equipment .activities .activities_content h2 {
  margin-top: -5rem;
}
@media (max-width: 580px) {
  /* line 1289, ../sass/_MICC.scss */
  .advanced_equipment .activities .img_wrapper {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 1294, ../sass/_MICC.scss */
  .advanced_equipment .activities .activities_content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    padding: 20rem 0 0 0;
  }
}
/* line 1303, ../sass/_MICC.scss */
.advanced_equipment .equipments {
  overflow: hidden;
}
/* line 1305, ../sass/_MICC.scss */
.advanced_equipment .equipments .equipment:nth-child(3n+1) {
  float: left;
  width: 29.16667%;
  margin-left: 0%;
  margin-right: -29.16667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  clear: left;
  margin-bottom: 30rem;
}
/* line 1311, ../sass/_MICC.scss */
.advanced_equipment .equipments .equipment:nth-child(3n+2) {
  float: left;
  width: 29.16667%;
  margin-left: 35.41667%;
  margin-right: -64.58333%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  margin-bottom: 30rem;
}
/* line 1316, ../sass/_MICC.scss */
.advanced_equipment .equipments .equipment:nth-child(3n+3) {
  float: left;
  width: 29.16667%;
  margin-left: 70.83333%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  margin-bottom: 30rem;
}
/* line 1322, ../sass/_MICC.scss */
.advanced_equipment .equipments .equipment .img_wrapper {
  width: 100%;
}
/* line 1324, ../sass/_MICC.scss */
.advanced_equipment .equipments .equipment .img_wrapper img {
  display: block;
  width: 100%;
}
/* line 1329, ../sass/_MICC.scss */
.advanced_equipment .equipments .equipment .equipment_content {
  background: #ececec;
  padding: 10rem 8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1333, ../sass/_MICC.scss */
.advanced_equipment .equipments .equipment .equipment_content h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  font-size: 18rem;
  line-height: 22rem;
  margin-bottom: 7rem;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 1344, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment:nth-child(2n+1) {
    float: left;
    width: 47%;
    margin-left: 0%;
    margin-right: -47%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 1349, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment:nth-child(2n+2) {
    float: left;
    width: 47%;
    margin-left: 53%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: none;
  }
  /* line 1355, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment {
    margin-bottom: 30rem;
  }
}
@media (max-width: 580px) {
  /* line 1361, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 1366, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 1371, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment:nth-child(3n+3) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 1376, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment {
    margin-bottom: 30rem;
  }
  /* line 1378, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment .img_wrapper {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 1383, ../sass/_MICC.scss */
  .advanced_equipment .equipments .equipment .equipment_content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: inherit !important;
    clear: left;
    padding: 20rem;
  }
}

/**************************************/
/******* DEFINE combined CENTERS COLORS  *******/
/**************************************/
/* line 5, ../sass/_combined.scss */
#header.CrownGenomics .subheader {
  background: #DF3D3D;
  display: block;
}
/* line 6, ../sass/_combined.scss */
#header.CrownGenomics .header_bottom_line h1 {
  border-bottom-color: #DF3D3D;
}
/* line 9, ../sass/_combined.scss */
#header.CrownGenomics #block-menu-block-1 li a.active {
  color: #DF3D3D;
  font-weight: bold;
}
/* line 10, ../sass/_combined.scss */
#header.CrownGenomics #block-menu-block-1 li a.active:not(.btn_with_border):before {
  background: #DF3D3D;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 14, ../sass/_combined.scss */
  #header.CrownGenomics .subheader {
    height: 120rem;
  }
}
@media (max-width: 580px) {
  /* line 17, ../sass/_combined.scss */
  #header.CrownGenomics .subheader {
    height: 140rem;
  }
}

/* line 21, ../sass/_combined.scss */
#header.WohlDrugDiscovery .subheader {
  background: #6AA64F;
  display: block;
}
/* line 22, ../sass/_combined.scss */
#header.WohlDrugDiscovery .header_bottom_line h1 {
  border-bottom-color: #6AA64F;
}
/* line 25, ../sass/_combined.scss */
#header.WohlDrugDiscovery #block-menu-block-1 li a.active {
  color: #6AA64F;
  font-weight: bold;
}
/* line 26, ../sass/_combined.scss */
#header.WohlDrugDiscovery #block-menu-block-1 li a.active:before {
  background: #6AA64F;
}

/* line 31, ../sass/_combined.scss */
#header.deBottonProteinProfiling .subheader {
  background: #F4A140;
  display: block;
}
/* line 32, ../sass/_combined.scss */
#header.deBottonProteinProfiling .header_bottom_line h1 {
  border-bottom-color: #F4A140;
}
/* line 35, ../sass/_combined.scss */
#header.deBottonProteinProfiling #block-superfish-3 li a.active {
  color: #F4A140;
  font-weight: bold;
}
/* line 36, ../sass/_combined.scss */
#header.deBottonProteinProfiling #block-superfish-3 li a.active:before {
  background: #F4A140;
}

/* line 41, ../sass/_combined.scss */
#header.MantouxBioinformatics .subheader {
  background: #983D7E;
  display: block;
}
/* line 42, ../sass/_combined.scss */
#header.MantouxBioinformatics .header_bottom_line h1 {
  border-bottom-color: #983D7E;
}
/* line 45, ../sass/_combined.scss */
#header.MantouxBioinformatics #block-menu-block-1 li a.active {
  color: #983D7E;
  font-weight: bold;
}
/* line 46, ../sass/_combined.scss */
#header.MantouxBioinformatics #block-menu-block-1 li a.active:before {
  background: #983D7E;
}

/* line 51, ../sass/_combined.scss */
#header.ShapellPreclinical .subheader {
  background: #0F4B9E;
  display: block;
}
/* line 52, ../sass/_combined.scss */
#header.ShapellPreclinical .header_bottom_line h1 {
  border-bottom-color: #0F4B9E;
}
/* line 55, ../sass/_combined.scss */
#header.ShapellPreclinical #block-menu-block-1 li a.active {
  color: #0F4B9E;
  font-weight: bold;
}
/* line 56, ../sass/_combined.scss */
#header.ShapellPreclinical #block-menu-block-1 li a.active:before {
  background: #0F4B9E;
}

/* line 61, ../sass/_combined.scss */
#header.MedicinalChemistry .subheader {
  background: #318CE3;
  display: block;
}
/* line 62, ../sass/_combined.scss */
#header.MedicinalChemistry .header_bottom_line h1 {
  border-bottom-color: #318CE3;
}
/* line 65, ../sass/_combined.scss */
#header.MedicinalChemistry #block-menu-block-1 li a.active {
  color: #318CE3;
  font-weight: bold;
}
/* line 66, ../sass/_combined.scss */
#header.MedicinalChemistry #block-menu-block-1 li a.active:before {
  background: #318CE3;
}

/* line 71, ../sass/_combined.scss */
#header.InformationTechnology .subheader {
  background: #1BA9A3;
  display: block;
}
/* line 72, ../sass/_combined.scss */
#header.InformationTechnology .header_bottom_line h1 {
  border-bottom-color: #1BA9A3;
}
/* line 75, ../sass/_combined.scss */
#header.InformationTechnology #block-menu-block-1 li a.active {
  color: #1BA9A3;
  font-weight: bold;
}
/* line 76, ../sass/_combined.scss */
#header.InformationTechnology #block-menu-block-1 li a.active:before {
  background: #1BA9A3;
}

/* line 81, ../sass/_combined.scss */
.combined_center_blocks_wrapper {
  overflow: hidden;
  margin-bottom: 50rem;
}
@media (max-width: 580px) {
  /* line 81, ../sass/_combined.scss */
  .combined_center_blocks_wrapper {
    margin-bottom: 0;
  }
}
/* line 87, ../sass/_combined.scss */
.combined_center_blocks_wrapper a:hover {
  text-decoration: none;
}
/* line 90, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about {
  float: left;
  width: 22.91667%;
  margin-left: 0%;
  margin-right: -22.91667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 40rem 16.5rem 20rem 16.5rem;
  height: 580rem;
  position: relative;
  height: 275rem;
}
/* line 97, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about p {
  font-size: 15rem;
  line-height: 20rem;
  color: #3C3C3C;
}
/* line 102, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 20rem;
  line-height: 24rem;
  margin: 50rem 0 10rem 0;
  padding: 0;
  padding-left: 0;
  text-transform: none;
}
/* line 111, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about h2 a {
  color: #3C3C3C;
}
/* line 119, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about a.colorbox-load:focus .image img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 127, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about .image {
  position: relative;
  overflow: hidden;
}
/* line 130, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about .image img {
  width: 100%;
  display: block;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 137, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about .image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 142, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about .image:before {
  position: absolute;
  content: " ";
  width: 46rem;
  height: 46rem;
  left: 10rem;
  bottom: 10rem;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
/* line 145, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about .image:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  color: #ffffff;
  font-size: 24rem;
  line-height: 46rem;
  width: 46rem;
  text-align: center;
  left: 10rem;
  bottom: 10rem;
  opacity: 1;
  z-index: 2;
}
/* line 148, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about .image:hover:before, .combined_center_blocks_wrapper .combined-center-block-about .image:focus:before {
  opacity: 1;
}
/* line 151, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about .image .vid_len {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2.5px;
  max-width: 63px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100%;
}
/* line 162, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined-center-block-about .image .vid_len:hover {
  background: black;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 90, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined-center-block-about {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 20rem 16.5rem;
    height: inherit;
    margin-bottom: 30rem;
  }
  /* line 173, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined-center-block-about p {
    float: left;
    width: 47%;
    margin-left: 53%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 178, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined-center-block-about h2 {
    float: left;
    width: 47%;
    margin-left: 53%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    margin-top: 0;
    clear: left;
  }
  /* line 184, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined-center-block-about .image {
    width: 300px;
  }
  /* line 186, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined-center-block-about .image img {
    width: 100%;
    display: block;
  }
}
@media (max-width: 580px) {
  /* line 90, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined-center-block-about {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 20px 10px;
    height: inherit;
    margin-bottom: 20px;
  }
  /* line 198, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined-center-block-about h2 {
    margin-top: 10rem;
  }
  /* line 203, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined-center-block-about .image img {
    width: 100%;
    display: block;
  }
}
/* line 212, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers {
  float: left;
  width: 74.25%;
  margin-left: 25.75%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 215, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+1) {
  float: left;
  width: 30.8642%;
  margin-left: 0%;
  margin-right: -30.8642%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  clear: left;
}
/* line 220, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+2) {
  float: left;
  width: 30.8642%;
  margin-left: 34.5679%;
  margin-right: -65.4321%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  clear: none;
}
/* line 225, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+3) {
  float: left;
  width: 30.8642%;
  margin-left: 69.1358%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  clear: none;
}
/* line 231, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center {
  height: 275rem;
  position: relative;
}
/* line 234, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(1), .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(2), .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(3) {
  margin-bottom: 30rem;
}
/* line 238, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.CrownGenomics {
  background: #DF3D3D;
}
/* line 240, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.CrownGenomics:hover {
  background: #C60000;
}
/* line 244, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.WohlDrugDiscovery {
  background: #6AA64F;
}
/* line 246, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.WohlDrugDiscovery:hover {
  background: #40964E;
}
/* line 250, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.deBottonProteinProfiling {
  background: #F4A140;
}
/* line 252, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.deBottonProteinProfiling:hover {
  background: #DC8200;
}
/* line 256, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.MantouxBioinformatics {
  background: #983D7E;
}
/* line 258, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.MantouxBioinformatics:hover {
  background: #7E0C5D;
}
/* line 263, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.ShapellPreclinical {
  background: #0F4B9E;
}
/* line 265, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.ShapellPreclinical:hover {
  background: #002E65;
}
/* line 269, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.MedicinalChemistry {
  background: #318CE3;
}
/* line 271, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.MedicinalChemistry:hover {
  background: #0065DC;
}
/* line 275, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.InformationTechnology {
  background: #1BA9A3;
}
/* line 277, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center.InformationTechnology:hover {
  background: #00828e;
}
/* line 283, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content {
  padding: 10rem 20rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 287, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content span {
  font-size: 15rem;
  line-height: 19rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 293, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 24rem;
  color: #FFFFFF;
  margin: 10rem 0 0 0;
  padding: 0;
  text-transform: none;
  padding-left: 0rem;
}
/* line 303, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content h2 a {
  color: #fff;
}
/* line 308, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .wrapper_img {
  height: 160rem;
  overflow: hidden;
}
/* line 313, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .wrapper_img img {
  opacity: 0.8;
  transition: .5s ease;
}
/* line 318, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a {
  display: block;
  height: 100%;
}
/* line 323, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:hover .wrapper_img, .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:focus .wrapper_img {
  overflow: hidden;
}
/* line 326, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:hover .wrapper_img img, .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:focus .wrapper_img img {
  opacity: 1;
}
/* line 335, ../sass/_combined.scss */
.combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:hover .combined_center_block_center_content span, .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:focus .combined_center_block_center_content span {
  position: absolute;
  top: 120rem;
  width: 100%;
  left: 0;
  padding: 10rem 20rem 6rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 212, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 351, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center {
    height: 285rem;
  }
}
@media (max-width: 580px) {
  /* line 212, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 361, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 367, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 373, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+3) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 379, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center {
    height: inherit;
  }
  /* line 381, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center:last-child {
    margin-bottom: 0;
  }
  /* line 384, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .wrapper_img {
    height: 120rem;
    overflow: hidden;
    width: 20%;
    float: right;
  }
  /* line 389, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .wrapper_img img {
    max-width: 220px;
    margin-left: -70px;
    height: 120rem;
  }
  /* line 395, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content {
    padding: 10rem 10rem 0;
    width: 80%;
  }
  /* line 398, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content h2 {
    font-size: 17rem;
    line-height: 20rem;
    margin-top: 5rem;
  }
  /* line 405, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:hover .wrapper_img, .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:focus .wrapper_img {
    height: 120rem;
  }
  /* line 408, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:hover .combined_center_block_center_content, .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:focus .combined_center_block_center_content {
    padding-top: 10rem;
  }
  /* line 410, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:hover .combined_center_block_center_content span, .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:focus .combined_center_block_center_content span {
    position: absolute;
    top: 0;
    width: 80%;
    left: 0;
    padding: 10rem 10rem 2rem;
  }
  /* line 417, ../sass/_combined.scss */
  .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:hover .combined_center_block_center_content h2, .combined_center_blocks_wrapper .combined_center_blocks_centers .combined-center-block-center a.home:focus .combined_center_block_center_content h2 {
    margin-top: 25rem;
  }
}

/* line 429, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center:nth-child(4n+1) {
  float: left;
  width: 22.91667%;
  margin-left: 0%;
  margin-right: -22.91667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
  clear: left;
}
/* line 434, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center:nth-child(4n+2) {
  float: left;
  width: 22.91667%;
  margin-left: 25.66667%;
  margin-right: -48.58333%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 438, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center:nth-child(4n+3) {
  float: left;
  width: 22.91667%;
  margin-left: 51.33333%;
  margin-right: -74.25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 442, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center:nth-child(4n+4) {
  float: left;
  width: 22.91667%;
  margin-left: 77%;
  margin-right: -99.91667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}
/* line 446, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center {
  height: 275rem;
  position: relative;
}
/* line 453, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center.CrownGenomics {
  background: #DF3D3D;
}
/* line 456, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center.WohlDrugDiscovery {
  background: #6AA64F;
}
/* line 459, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center.deBottonProteinProfiling {
  background: #F4A140;
}
/* line 462, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center.MantouxBioinformatics {
  background: #983D7E;
}
/* line 465, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center.ShapellPreclinical {
  background: #0F4B9E;
}
/* line 468, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center.MedicinalChemistry {
  background: #318CE3;
}
/* line 472, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center div.about {
  height: 213rem;
  font-size: 14rem;
}
/* line 477, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue {
  color: #1D63BF;
  font-weight: 600;
  text-transform: none;
  font-size: 16rem;
  height: 40rem;
  width: 100%;
  border: solid 1px #1D63BF !important;
}
/* line 485, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue span {
  margin-top: 6rem;
}
/* line 487, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue span:before {
  color: #1D63BF !important;
}
/* line 491, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:hover, .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:focus {
  color: #13407c;
  border: solid 1px #13407c !important;
}
/* line 494, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:hover span, .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:focus span {
  color: #13407c;
}
/* line 496, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:hover span:before, .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:focus span:before {
  color: #13407c !important;
}
/* line 506, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content {
  padding: 10rem 20rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 510, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content span {
  font-size: 15rem;
  line-height: 19rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 516, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 24rem;
  color: #FFFFFF;
  margin: 10rem 0 0 0;
  padding: 0;
  text-transform: none;
  padding-left: 0rem;
}
/* line 526, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content h2 a {
  color: #fff;
}
/* line 531, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .wrapper_img {
  height: 120rem;
  overflow: hidden;
}
/* line 536, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center .wrapper_img img {
  opacity: 0.8;
  transition: .5s ease;
}
/* line 541, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center a {
  display: block;
  height: 100%;
}
/* line 549, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center a.home:hover .wrapper_img img, .combined_center_blocks_centers .combined-center-block-center a.home:focus .wrapper_img img {
  opacity: 1;
}
/* line 558, ../sass/_combined.scss */
.combined_center_blocks_centers .combined-center-block-center a.home:hover .combined_center_block_center_content span, .combined_center_blocks_centers .combined-center-block-center a.home:focus .combined_center_block_center_content span {
  position: absolute;
  top: 120rem;
  width: 100%;
  left: 0;
  padding: 10rem 20rem 6rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 428, ../sass/_combined.scss */
  .combined_center_blocks_centers {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 574, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center {
    height: 285rem;
  }
}
@media (max-width: 580px) {
  /* line 428, ../sass/_combined.scss */
  .combined_center_blocks_centers {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 584, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 590, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 596, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center:nth-child(3n+3) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
    margin-bottom: 20px;
  }
  /* line 602, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center {
    height: inherit;
  }
  /* line 604, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center:last-child {
    margin-bottom: 0;
  }
  /* line 607, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center .wrapper_img {
    height: 120rem;
    overflow: hidden;
    width: 20%;
    float: right;
  }
  /* line 612, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center .wrapper_img img {
    max-width: 220px;
    margin-left: -70px;
    height: 120rem;
  }
  /* line 618, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content {
    padding: 10rem 10rem 0;
    width: 80%;
  }
  /* line 621, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center .combined_center_block_center_content h2 {
    font-size: 17rem;
    line-height: 20rem;
    margin-top: 5rem;
  }
  /* line 633, ../sass/_combined.scss */
  .combined_center_blocks_centers .combined-center-block-center a.home:hover .combined_center_block_center_content span, .combined_center_blocks_centers .combined-center-block-center a.home:focus .combined_center_block_center_content span {
    position: absolute;
    top: 0;
    width: 80%;
    left: 0;
    padding: 10rem 10rem 2rem;
  }
}

/* line 652, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full,
li.last.sf-depth-1 .btn_with_border.full,
li.last.Sample.Submission .btn_with_border.full {
  color: #fff !important;
  font-weight: 600;
  text-transform: none;
  border: none;
  -webkit-border-radius: 22rem;
  -moz-border-radius: 22rem;
  -ms-border-radius: 22rem;
  border-radius: 22rem;
  height: 20rem;
  margin-top: 4rem;
  padding-bottom: 7rem;
  line-height: 28rem !important;
  background-color: #1d63bf;
}
/* line 666, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full:before,
li.last.sf-depth-1 .btn_with_border.full:before,
li.last.Sample.Submission .btn_with_border.full:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f101";
  color: #fff;
  font-size: 14rem;
  line-height: 14rem;
  right: 22px;
  top: 6px;
}
/* line 676, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full:hover, #superfish-3 li.last .btn_with_border.full:focus,
li.last.sf-depth-1 .btn_with_border.full:hover,
li.last.sf-depth-1 .btn_with_border.full:focus,
li.last.Sample.Submission .btn_with_border.full:hover,
li.last.Sample.Submission .btn_with_border.full:focus {
  background: #13407c;
  color: #fff !important;
}
/* line 679, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full:hover:before, #superfish-3 li.last .btn_with_border.full:focus:before,
li.last.sf-depth-1 .btn_with_border.full:hover:before,
li.last.sf-depth-1 .btn_with_border.full:focus:before,
li.last.Sample.Submission .btn_with_border.full:hover:before,
li.last.Sample.Submission .btn_with_border.full:focus:before {
  color: #fff !important;
}
/* line 685, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full.sub,
li.last.sf-depth-1 .btn_with_border.full.sub,
li.last.Sample.Submission .btn_with_border.full.sub {
  width: 170rem;
  padding-right: 15px;
}
/* line 688, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full.sub:before,
li.last.sf-depth-1 .btn_with_border.full.sub:before,
li.last.Sample.Submission .btn_with_border.full.sub:before {
  right: 13px;
  top: 11px;
}
/* line 693, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full.red,
li.last.sf-depth-1 .btn_with_border.full.red,
li.last.Sample.Submission .btn_with_border.full.red {
  border: solid 1px #DF3D3D;
  background-color: #DF3D3D;
}
/* line 696, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full.red:hover, #superfish-3 li.last .btn_with_border.full.red:focus,
li.last.sf-depth-1 .btn_with_border.full.red:hover,
li.last.sf-depth-1 .btn_with_border.full.red:focus,
li.last.Sample.Submission .btn_with_border.full.red:hover,
li.last.Sample.Submission .btn_with_border.full.red:focus {
  border: solid 1px #c60000;
  background-color: #c60000;
}
/* line 701, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full.yellow,
li.last.sf-depth-1 .btn_with_border.full.yellow,
li.last.Sample.Submission .btn_with_border.full.yellow {
  border: solid 1px #F4A140;
  background-color: #F4A140;
}
/* line 704, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full.yellow:hover, #superfish-3 li.last .btn_with_border.full.yellow:focus,
li.last.sf-depth-1 .btn_with_border.full.yellow:hover,
li.last.sf-depth-1 .btn_with_border.full.yellow:focus,
li.last.Sample.Submission .btn_with_border.full.yellow:hover,
li.last.Sample.Submission .btn_with_border.full.yellow:focus {
  border: solid 1px #DC8200;
  background-color: #DC8200;
}

/* line 712, ../sass/_combined.scss */
li.last.Sample.Submission .btn_with_border.full {
  height: 18rem;
}

/* line 715, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full {
  height: 18rem;
}
/* line 717, ../sass/_combined.scss */
#superfish-3 li.last .btn_with_border.full:before {
  top: 6rem !important;
}

/* line 721, ../sass/_combined.scss */
#superfish-1 li.last .btn_with_border.full {
  width: 160rem;
  padding-right: 30px;
}
/* line 724, ../sass/_combined.scss */
#superfish-1 li.last .btn_with_border.full:before {
  right: 40px;
}

/* line 728, ../sass/_combined.scss */
#superfish-3 li ul li.last {
  float: none !important;
}

/* line 605, ../sass/_combined.scss */
/* line 609, ../sass/_combined.scss */
/* line 737, ../sass/_combined.scss */
.centers-chem-lib h2.year-title {
  display: none;
}

/* line 612, ../sass/_combined.scss */
/* line 741, ../sass/_combined.scss */
.centers-chem-lib .view-content {
  float: left;
  width: 65%;
  margin-right: 6%;
  margin-top: -35rem;
}

/* line 617, ../sass/_combined.scss */
/* line 748, ../sass/_combined.scss */
.centers-chem-lib .view-content .wrapper {
  padding-left: 0;
}

/* line 620, ../sass/_combined.scss */
/* line 752, ../sass/_combined.scss */
.centers-chem-lib .view-content .views-row-first {
  padding-top: 10rem !important;
}

/* line 623, ../sass/_combined.scss */
/* line 756, ../sass/_combined.scss */
.centers-chem-lib .view-content .library {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

/* line 628, ../sass/_combined.scss */
/* line 762, ../sass/_combined.scss */
.centers-chem-lib .view-content .library h3,
.centers-chem-lib .view-content .library h2.h3 {
  font-weight: bold;
  font-size: 18rem;
  line-height: 22rem;
  margin: 10rem 0 0;
  text-transform: none;
  font-family: "Proxima Nova", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* line 631, ../sass/_combined.scss */
/* line 772, ../sass/_combined.scss */
.centers-chem-lib .view-content .library a {
  color: #f05a24;
  text-decoration: none;
}

/* line 636, ../sass/_combined.scss */
/* line 777, ../sass/_combined.scss */
.centers-chem-lib .view-content .library a:hover {
  color: #970000;
  text-decoration: none;
}

/* line 640, ../sass/_combined.scss */
/* line 782, ../sass/_combined.scss */
.centers-chem-lib .view-content .library .views-field {
  line-height: 1.4em;
}

/* line 643, ../sass/_combined.scss */
/* line 786, ../sass/_combined.scss */
.centers-chem-lib .view-content .library .views-field-field-l-name {
  font-weight: bold;
  font-size: 18rem;
}

/* line 647, ../sass/_combined.scss */
/* line 791, ../sass/_combined.scss */
.centers-chem-lib .view-content .library .views-label {
  color: #737373;
  float: left;
  margin-right: 4rem;
  color: #737373;
}

/* line 659, ../sass/_combined.scss */
/* line 798, ../sass/_combined.scss */
.centers-chem-lib .view-footer {
  float: left;
  margin-top: 0rem;
  width: 29%;
  margin-top: -2rem;
}

/* line 804, ../sass/_combined.scss */
body.section-units footer {
  clear: both;
}

@media (max-width: 580px) {
  /* line 666, ../sass/_combined.scss */
  /* line 810, ../sass/_combined.scss */
  .centers-chem-lib .image {
    display: none;
  }

  /* line 669, ../sass/_combined.scss */
  /* line 814, ../sass/_combined.scss */
  .centers-chem-lib .wrapper {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
/* line 680, ../sass/_combined.scss */
/* line 822, ../sass/_combined.scss */
.centers-chem-lib .subheader {
  height: 85rem;
  margin-bottom: 30rem;
  position: relative;
}

/* line 686, ../sass/_combined.scss */
/* line 828, ../sass/_combined.scss */
.centers-chem-lib .subheader p {
  font-size: 21rem;
  padding-top: 55rem;
  font-family: 'Roboto Slab', serif;
}

@media (min-width: 581px) and (max-width: 767px) {
  /* line 680, ../sass/_combined.scss */
  /* line 835, ../sass/_combined.scss */
  .centers-chem-lib .subheader {
    margin-bottom: 15rem;
  }

  /* line 693, ../sass/_combined.scss */
  /* line 839, ../sass/_combined.scss */
  .centers-chem-lib .subheader .dropdown_years {
    top: 25rem;
  }
}
@media (max-width: 580px) {
  /* line 680, ../sass/_combined.scss */
  /* line 845, ../sass/_combined.scss */
  .centers-chem-lib .subheader {
    margin-bottom: 0;
    margin-top: 0;
    height: 100rem;
  }

  /* line 702, ../sass/_combined.scss */
  /* line 851, ../sass/_combined.scss */
  .centers-chem-lib .subheader .dropdown_years {
    top: 15rem;
  }

  /* line 705, ../sass/_combined.scss */
  /* line 855, ../sass/_combined.scss */
  .centers-chem-lib .subheader p {
    padding-top: 73rem;
  }
}
/* line 860, ../sass/_combined.scss */
#header .block-superfish .menu a.menuparent.active:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107";
  color: #3C3C3C;
  font-size: 16rem;
  left: 107%;
  top: 0;
  width: 0;
  height: 0;
}

/* line 873, ../sass/_combined.scss */
#header .region-header .block-superfish li ul li a.active:before {
  width: 0;
  height: 0;
}

/* line 877, ../sass/_combined.scss */
#header.WohlDrugDiscovery .block-superfish .menu a.menuparent.active:before {
  color: #6AA64F;
}

/* line 880, ../sass/_combined.scss */
#header.deBottonProteinProfiling #superfish-3 li.active-trail a.menuparent,
#header.deBottonProteinProfiling #superfish-3 li.active-trail a.menuparent:before {
  color: #F4A140;
}

/* line 884, ../sass/_combined.scss */
#header.deBottonProteinProfiling .block-superfish .menu a.menuparent.active:before {
  color: #F4A140;
}

/* line 887, ../sass/_combined.scss */
#header.MantouxBioinformatics .block-superfish .menu a.menuparent.active:before {
  color: #983D7E;
}

/* line 890, ../sass/_combined.scss */
#header.ShapellPreclinical .block-superfish .menu a.menuparent.active:before {
  color: #0F4B9E;
}

/* line 893, ../sass/_combined.scss */
#header.MedicinalChemistry .block-superfish .menu a.menuparent.active:before {
  color: #318CE3;
}

/* line 896, ../sass/_combined.scss */
#header.InformationTechnology .block-superfish .menu a.menuparent.active:before {
  color: #1BA9A3;
}

/* line 900, ../sass/_combined.scss */
#header.deBottonProteinProfiling .block-superfish .menu .last a.active:before {
  width: 0;
  height: 0;
}

/* line 905, ../sass/_combined.scss */
.section-supporters .micc-center-block-center a,
.front .micc-center-block-center a,
.front .combined-center-block-center a {
  text-decoration: none;
}

/* line 2, ../sass/_fellowship.scss */
.node-type-fellowship #page {
  min-height: 1651px;
}

/* line 8, ../sass/_fellowship.scss */
.node-type-fellowship #main, .node-type-committee #main {
  width: 100%;
}
/* line 10, ../sass/_fellowship.scss */
.node-type-fellowship #main #content, .node-type-committee #main #content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 21, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main h2, .node-type-committee #block-system-main h2 {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
}
/* line 27, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main h2, .node-type-committee #block-system-main h2 {
  margin-top: 33rem;
}
/* line 30, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main .field-name-body, .node-type-committee #block-system-main .field-name-body {
  background: #EBEBEB;
}
/* line 32, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main .field-name-body .field-item, .node-type-committee #block-system-main .field-name-body .field-item {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
  padding: 22rem 0;
  color: #000;
  line-height: 23rem;
}
/* line 42, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main .field-name-field-application-details, .node-type-committee #block-system-main .field-name-field-application-details {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}
/* line 48, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main .field-name-field-application-link, .node-type-committee #block-system-main .field-name-field-application-link {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
}
/* line 52, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main .field-name-field-application-link a, .node-type-committee #block-system-main .field-name-field-application-link a {
  position: relative;
  color: #f05a24;
}
/* line 57, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main .field-name-field-application-link a:before, .node-type-committee #block-system-main .field-name-field-application-link a:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f101";
  color: #f05a24;
  font-size: 14rem;
  line-height: 14rem;
  right: -14px;
  top: 3rem;
}
/* line 67, ../sass/_fellowship.scss */
.node-type-fellowship #block-system-main .field-name-field-application-next-period, .node-type-committee #block-system-main .field-name-field-application-next-period {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 75, ../sass/_fellowship.scss */
  .node-type-fellowship #block-system-main h2, .node-type-committee #block-system-main h2 {
    width: 100%;
  }
  /* line 79, ../sass/_fellowship.scss */
  .node-type-fellowship #block-system-main .field-name-body .field-item, .node-type-committee #block-system-main .field-name-body .field-item {
    width: 100%;
  }
  /* line 83, ../sass/_fellowship.scss */
  .node-type-fellowship #block-system-main .field-name-field-application-details, .node-type-committee #block-system-main .field-name-field-application-details {
    width: 100%;
  }
  /* line 86, ../sass/_fellowship.scss */
  .node-type-fellowship #block-system-main .field-name-field-application-link, .node-type-committee #block-system-main .field-name-field-application-link {
    width: 100%;
  }
  /* line 89, ../sass/_fellowship.scss */
  .node-type-fellowship #block-system-main .field-name-field-application-next-period, .node-type-committee #block-system-main .field-name-field-application-next-period {
    width: 100%;
  }
}
/* line 95, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-2,
.node-type-fellowship #block-views-fellowship-block-3, .node-type-committee #block-views-fellowship-block-2,
.node-type-committee #block-views-fellowship-block-3 {
  clear: both;
  padding-top: 45px;
}
/* line 100, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1,
.node-type-fellowship #block-views-fellowship-block-2,
.node-type-fellowship #block-views-fellowship-block-3, .node-type-committee #block-views-fellowship-block-1,
.node-type-committee #block-views-fellowship-block-2,
.node-type-committee #block-views-fellowship-block-3 {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
}
/* line 106, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row,
.node-type-fellowship #block-views-fellowship-block-2 .views-row,
.node-type-fellowship #block-views-fellowship-block-3 .views-row, .node-type-committee #block-views-fellowship-block-1 .views-row,
.node-type-committee #block-views-fellowship-block-2 .views-row,
.node-type-committee #block-views-fellowship-block-3 .views-row {
  width: 45%;
  height: 137px;
  float: left;
  margin: 0 10% 0 0;
  border-top: 1px solid #bfbfbf;
  padding-top: 16rem;
  padding-bottom: 15rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  line-height: inherit;
}
/* line 117, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row .field-name-field-fellow-picture,
.node-type-fellowship #block-views-fellowship-block-2 .views-row .field-name-field-fellow-picture,
.node-type-fellowship #block-views-fellowship-block-3 .views-row .field-name-field-fellow-picture, .node-type-committee #block-views-fellowship-block-1 .views-row .field-name-field-fellow-picture,
.node-type-committee #block-views-fellowship-block-2 .views-row .field-name-field-fellow-picture,
.node-type-committee #block-views-fellowship-block-3 .views-row .field-name-field-fellow-picture {
  float: left;
  margin-right: 20rem;
}
/* line 121, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row .field-name-field-fellow-name,
.node-type-fellowship #block-views-fellowship-block-2 .views-row .field-name-field-fellow-name,
.node-type-fellowship #block-views-fellowship-block-3 .views-row .field-name-field-fellow-name, .node-type-committee #block-views-fellowship-block-1 .views-row .field-name-field-fellow-name,
.node-type-committee #block-views-fellowship-block-2 .views-row .field-name-field-fellow-name,
.node-type-committee #block-views-fellowship-block-3 .views-row .field-name-field-fellow-name {
  font-weight: bold;
}
/* line 124, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row .field-name,
.node-type-fellowship #block-views-fellowship-block-2 .views-row .field-name,
.node-type-fellowship #block-views-fellowship-block-3 .views-row .field-name, .node-type-committee #block-views-fellowship-block-1 .views-row .field-name,
.node-type-committee #block-views-fellowship-block-2 .views-row .field-name,
.node-type-committee #block-views-fellowship-block-3 .views-row .field-name {
  margin-bottom: 6rem;
}
/* line 126, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row .field-name .views-label,
.node-type-fellowship #block-views-fellowship-block-2 .views-row .field-name .views-label,
.node-type-fellowship #block-views-fellowship-block-3 .views-row .field-name .views-label, .node-type-committee #block-views-fellowship-block-1 .views-row .field-name .views-label,
.node-type-committee #block-views-fellowship-block-2 .views-row .field-name .views-label,
.node-type-committee #block-views-fellowship-block-3 .views-row .field-name .views-label {
  margin-right: 5rem;
}
/* line 131, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row .field-name-field-fellow-institute .views-label,
.node-type-fellowship #block-views-fellowship-block-2 .views-row .field-name-field-fellow-institute .views-label,
.node-type-fellowship #block-views-fellowship-block-3 .views-row .field-name-field-fellow-institute .views-label, .node-type-committee #block-views-fellowship-block-1 .views-row .field-name-field-fellow-institute .views-label,
.node-type-committee #block-views-fellowship-block-2 .views-row .field-name-field-fellow-institute .views-label,
.node-type-committee #block-views-fellowship-block-3 .views-row .field-name-field-fellow-institute .views-label {
  float: left;
}
/* line 137, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row .field-name-field-homepage .btn_no_border,
.node-type-fellowship #block-views-fellowship-block-2 .views-row .field-name-field-homepage .btn_no_border,
.node-type-fellowship #block-views-fellowship-block-3 .views-row .field-name-field-homepage .btn_no_border, .node-type-committee #block-views-fellowship-block-1 .views-row .field-name-field-homepage .btn_no_border,
.node-type-committee #block-views-fellowship-block-2 .views-row .field-name-field-homepage .btn_no_border,
.node-type-committee #block-views-fellowship-block-3 .views-row .field-name-field-homepage .btn_no_border {
  margin-top: 0rem;
}
/* line 138, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row .field-name-field-homepage .btn_no_border a,
.node-type-fellowship #block-views-fellowship-block-2 .views-row .field-name-field-homepage .btn_no_border a,
.node-type-fellowship #block-views-fellowship-block-3 .views-row .field-name-field-homepage .btn_no_border a, .node-type-committee #block-views-fellowship-block-1 .views-row .field-name-field-homepage .btn_no_border a,
.node-type-committee #block-views-fellowship-block-2 .views-row .field-name-field-homepage .btn_no_border a,
.node-type-committee #block-views-fellowship-block-3 .views-row .field-name-field-homepage .btn_no_border a {
  font-size: 15rem;
}
/* line 145, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row-even,
.node-type-fellowship #block-views-fellowship-block-2 .views-row-even,
.node-type-fellowship #block-views-fellowship-block-3 .views-row-even, .node-type-committee #block-views-fellowship-block-1 .views-row-even,
.node-type-committee #block-views-fellowship-block-2 .views-row-even,
.node-type-committee #block-views-fellowship-block-3 .views-row-even {
  margin-right: 0rem;
}
/* line 148, ../sass/_fellowship.scss */
.node-type-fellowship #block-views-fellowship-block-1 .views-row-last,
.node-type-fellowship #block-views-fellowship-block-1 .views-row:nth-last-child(2),
.node-type-fellowship #block-views-fellowship-block-2 .views-row-last,
.node-type-fellowship #block-views-fellowship-block-2 .views-row:nth-last-child(2),
.node-type-fellowship #block-views-fellowship-block-3 .views-row-last,
.node-type-fellowship #block-views-fellowship-block-3 .views-row:nth-last-child(2), .node-type-committee #block-views-fellowship-block-1 .views-row-last,
.node-type-committee #block-views-fellowship-block-1 .views-row:nth-last-child(2),
.node-type-committee #block-views-fellowship-block-2 .views-row-last,
.node-type-committee #block-views-fellowship-block-2 .views-row:nth-last-child(2),
.node-type-committee #block-views-fellowship-block-3 .views-row-last,
.node-type-committee #block-views-fellowship-block-3 .views-row:nth-last-child(2) {
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
  /* line 100, ../sass/_fellowship.scss */
  .node-type-fellowship #block-views-fellowship-block-1,
  .node-type-fellowship #block-views-fellowship-block-2,
  .node-type-fellowship #block-views-fellowship-block-3, .node-type-committee #block-views-fellowship-block-1,
  .node-type-committee #block-views-fellowship-block-2,
  .node-type-committee #block-views-fellowship-block-3 {
    width: 100%;
  }
  /* line 155, ../sass/_fellowship.scss */
  .node-type-fellowship #block-views-fellowship-block-1 .views-row,
  .node-type-fellowship #block-views-fellowship-block-2 .views-row,
  .node-type-fellowship #block-views-fellowship-block-3 .views-row, .node-type-committee #block-views-fellowship-block-1 .views-row,
  .node-type-committee #block-views-fellowship-block-2 .views-row,
  .node-type-committee #block-views-fellowship-block-3 .views-row {
    width: 100%;
    float: none;
    margin: 0;
  }
}

/* line 167, ../sass/_fellowship.scss */
.node-type-committee #block-views-fellowship-block-1 .views-row,
.node-type-committee #block-views-fellowship-block-2 .views-row,
.node-type-committee #block-views-fellowship-block-3 .views-row {
  height: 160px;
}
@media (max-width: 767px) {
  /* line 167, ../sass/_fellowship.scss */
  .node-type-committee #block-views-fellowship-block-1 .views-row,
  .node-type-committee #block-views-fellowship-block-2 .views-row,
  .node-type-committee #block-views-fellowship-block-3 .views-row {
    height: inherit;
    min-height: 160px;
  }
}

/* line 177, ../sass/_fellowship.scss */
.node-type-committee .field-name-body {
  background: #ebebeb;
  margin-bottom: 25rem;
}
/* line 180, ../sass/_fellowship.scss */
.node-type-committee .field-name-body .field-item {
  width: 1200rem;
  margin-right: auto;
  margin-left: auto;
  padding: 22rem 0;
  color: #000;
  line-height: 23rem;
}
@media (max-width: 767px) {
  /* line 191, ../sass/_fellowship.scss */
  .node-type-committee .field-name-body .field-item {
    width: 100%;
  }
}

/* line 197, ../sass/_fellowship.scss */
ul.fellows-list {
  margin: 0 0;
  padding: 0 0;
  list-style-type: none;
}

/* line 203, ../sass/_fellowship.scss */
.node-type-fellowship article h2 {
  margin: 20rem 0 12rem;
}

/* line 213, ../sass/_fellowship.scss */
.node-type-fellowship .node-fellowship {
  width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 217, ../sass/_fellowship.scss */
.node-type-fellowship .node-fellowship li {
  height: 138rem;
}

/* line 2, ../sass/_gallery.scss */
.page-gallery #main {
  padding-top: 20rem;
}
/* line 6, ../sass/_gallery.scss */
.page-gallery .view-galleris tr {
  background-color: initial !important;
}
/* line 8, ../sass/_gallery.scss */
.page-gallery .view-galleris tr td {
  padding-right: 40px !important;
  padding-left: 0 !important;
}
/* line 13, ../sass/_gallery.scss */
.page-gallery .view-galleris .views-field-title-1 {
  width: 242px;
  font-weight: 600;
  text-align: left;
  padding-top: 8px;
}
/* line 18, ../sass/_gallery.scss */
.page-gallery .view-galleris .views-field-title-1 a {
  color: #3c3c3c;
}
/* line 21, ../sass/_gallery.scss */
.page-gallery .view-galleris .views-field-title-1 a:hover {
  color: #970000;
}
/* line 25, ../sass/_gallery.scss */
.page-gallery .view-galleris .views-field-field-cover-image img, .page-gallery .view-galleris .wis-gallery-cover-image img {
  box-shadow: none;
  border: none;
}

/* line 34, ../sass/_gallery.scss */
.node-type-gallery-album #main {
  padding-top: 23rem;
}
/* line 38, ../sass/_gallery.scss */
.node-type-gallery-album .node-gallery-album .field-type-image .field-item {
  margin-left: 0;
  padding-right: 44rem;
}
/* line 41, ../sass/_gallery.scss */
.node-type-gallery-album .node-gallery-album .field-type-image .field-item img {
  border: none;
  box-shadow: none;
}

/* line 49, ../sass/_gallery.scss */
.node-type-gallery-album .node-gallery-album .field-type-image .field-item:nth-child(4n) {
  padding-right: 0;
}

/* line 2, ../sass/_visitors.scss */
.page-visitors .view-visitors {
  overflow: hidden;
}

/* line 6, ../sass/_visitors.scss */
.page-visitors h2.year-title {
  display: none;
}
/* line 9, ../sass/_visitors.scss */
.page-visitors .view-content {
  float: left;
  width: 65%;
  margin-right: 6%;
  margin-top: -35rem;
}
/* line 14, ../sass/_visitors.scss */
.page-visitors .view-content .wrapper {
  padding-left: 0;
}
/* line 17, ../sass/_visitors.scss */
.page-visitors .view-content .visitor {
  border-top: 1px solid #bfbfbf;
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
/* line 22, ../sass/_visitors.scss */
.page-visitors .view-content .visitor h3 {
  margin-bottom: 0px;
}
/* line 25, ../sass/_visitors.scss */
.page-visitors .view-content .visitor a {
  color: #f05a24;
  text-decoration: none;
  font-style: italic;
}
/* line 31, ../sass/_visitors.scss */
.page-visitors .view-content .visitor a:hover {
  color: #970000;
  text-decoration: none;
}
/* line 35, ../sass/_visitors.scss */
.page-visitors .view-content .visitor .views-field {
  line-height: 1.4em;
}
/* line 38, ../sass/_visitors.scss */
.page-visitors .view-content .visitor .views-field-field-l-name {
  font-weight: bold;
  font-size: 18rem;
}
/* line 43, ../sass/_visitors.scss */
.page-visitors .view-content .visitor .views-field-nothing span.period {
  color: #737373;
}
/* line 48, ../sass/_visitors.scss */
.page-visitors .view-content .views-row-last {
  border-bottom: 1px solid #bfbfbf;
}
/* line 51, ../sass/_visitors.scss */
.page-visitors .view-content .visitor.hide {
  display: none;
}
/* line 55, ../sass/_visitors.scss */
.page-visitors .view-footer {
  float: left;
  margin-top: 0rem;
  width: 29%;
  margin-top: -35rem;
}
@media (max-width: 580px) {
  /* line 62, ../sass/_visitors.scss */
  .page-visitors .image {
    display: none;
  }
  /* line 65, ../sass/_visitors.scss */
  .page-visitors .wrapper {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/* line 78, ../sass/_visitors.scss */
.page-visitors .subheader {
  height: 85rem;
  margin-bottom: 30rem;
  position: relative;
}
/* line 84, ../sass/_visitors.scss */
.page-visitors .subheader p {
  font-size: 21rem;
  padding-top: 55rem;
  font-family: 'Roboto Slab', serif;
}
/* line 89, ../sass/_visitors.scss */
.page-visitors .subheader .dropdown_years {
  display: inline-block;
  border: solid 1px #f05a24;
  -webkit-border-radius: 22rem;
  -moz-border-radius: 22rem;
  -ms-border-radius: 22rem;
  border-radius: 22rem;
  width: 180rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 12rem;
  padding: 11rem 0;
  z-index: 2;
  background: white;
}
/* line 101, ../sass/_visitors.scss */
.page-visitors .subheader .dropdown_years .dropbtn {
  background-color: transparent;
  color: #f05a24;
  border: none;
  cursor: pointer;
  font-size: 18rem;
  font-weight: bold;
  line-height: 22rem;
  padding: 0 20rem 0 0;
  position: relative;
}
/* line 111, ../sass/_visitors.scss */
.page-visitors .subheader .dropdown_years .dropbtn:before {
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  color: #f05a24;
  font-size: 14rem;
  line-height: 22rem;
  content: "\f078";
  top: 0;
}
/* line 122, ../sass/_visitors.scss */
.page-visitors .subheader .dropdown_years .dropdown-content {
  display: none;
}
/* line 124, ../sass/_visitors.scss */
.page-visitors .subheader .dropdown_years .dropdown-content.show {
  display: block;
}
/* line 127, ../sass/_visitors.scss */
.page-visitors .subheader .dropdown_years .dropdown-content a {
  color: #6d6d6d;
  text-decoration: none;
  padding: 0 20rem 0 0;
  display: block;
  line-height: 28px;
}
/* line 133, ../sass/_visitors.scss */
.page-visitors .subheader .dropdown_years .dropdown-content a:hover {
  color: #970000;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 78, ../sass/_visitors.scss */
  .page-visitors .subheader {
    margin-bottom: 15rem;
  }
  /* line 142, ../sass/_visitors.scss */
  .page-visitors .subheader .dropdown_years {
    top: 25rem;
  }
}
@media (max-width: 580px) {
  /* line 78, ../sass/_visitors.scss */
  .page-visitors .subheader {
    margin-bottom: 0;
    margin-top: 0;
    height: 100rem;
  }
  /* line 151, ../sass/_visitors.scss */
  .page-visitors .subheader .dropdown_years {
    top: 15rem;
  }
  /* line 154, ../sass/_visitors.scss */
  .page-visitors .subheader p {
    padding-top: 73rem;
  }
}

/* line 1, ../sass/_page_type.scss */
.node-type-hebrew-page .node,
.node-type-page .node {
  overflow: hidden;
}

/* line 5, ../sass/_page_type.scss */
.node-type-page .wrapper {
  float: left;
  width: 100%;
  margin-right: 6%;
}

/* line 10, ../sass/_page_type.scss */
.node-type-hebrew-page .wrapper {
  float: right;
  width: 100%;
  margin-left: 6%;
  text-align: right;
  direction: rtl;
}

/* line 17, ../sass/_page_type.scss */
.node-type-hebrew-page .has-image .wrapper,
.node-type-page .has-image .wrapper {
  width: 65%;
}

/* line 22, ../sass/_page_type.scss */
.node-type-page .has-image .image {
  float: left;
  margin-top: 12rem;
  width: 29%;
  position: absolute;
  right: 0;
}

/* line 29, ../sass/_page_type.scss */
.node-type-hebrew-page .has-image .image {
  float: right;
  margin-top: 12rem;
  width: 29%;
  position: absolute;
  left: 0;
}

/* line 36, ../sass/_page_type.scss */
.node-type-hebrew-page h1 {
  text-align: right;
  direction: rtl;
}

@media (max-width: 580px) {
  /* line 42, ../sass/_page_type.scss */
  .node-type-hebrew-page .has-image .image,
  .node-type-page .has-image .image {
    /*display: none;*/
    float: none;
    width: 100%;
    position: static;
    margin-bottom: 20rem;
  }

  /* line 50, ../sass/_page_type.scss */
  .node-type-page .wrapper {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* line 55, ../sass/_page_type.scss */
  .node-type-hebrew-page .wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 60, ../sass/_page_type.scss */
  .node-type-hebrew-page .has-image .wrapper,
  .node-type-page .has-image .wrapper {
    width: 100%;
  }
}
/* line 2, ../sass/_nagish.scss */
body.nagish-contrast #header .header_top_line,
body.nagish-contrast #superfish-3 li.last .btn_with_border.full,
body.nagish-contrast li.last.sf-depth-1 .btn_with_border.full,
body.nagish-contrast li.last.Sample.Submission .btn_with_border.full,
body.nagish-contrast #superfish-3 li.last .btn_with_border.full:hover,
body.nagish-contrast #superfish-3 li.last .btn_with_border.full:focus,
body.nagish-contrast li.last.sf-depth-1 .btn_with_border.full:hover,
body.nagish-contrast li.last.sf-depth-1 .btn_with_border.full:focus,
body.nagish-contrast li.last.Sample.Submission .btn_with_border.full:hover,
body.nagish-contrast li.last.Sample.Submission .btn_with_border.full:focus {
  background: #222;
}
/* line 14, ../sass/_nagish.scss */
body.nagish-contrast .btn_with_border span {
  text-decoration: underline !important;
}
/* line 17, ../sass/_nagish.scss */
body.nagish-contrast #header .subheader,
body.nagish-contrast #header .region-header {
  background: #333;
}
/* line 21, ../sass/_nagish.scss */
body.nagish-contrast #header .navigation, body.nagish-contrast:not(.front) #header .header_main_line,
body.nagish-contrast #header .navigation .menu.sf-menu ul,
body.nagish-contrast #header .header_main_line, body.nagish-contrast.node-type-publications .subheader .dropdown_years {
  background: #000;
}
/* line 28, ../sass/_nagish.scss */
body.nagish-contrast #header .header_main_line #site-name,
body.nagish-contrast #header .navigation .menu li a.active,
body.nagish-contrast #header .short_header_content .container > *,
body.nagish-contrast .micc_center_blocks_wrapper .micc-center-block-about p,
body.nagish-contrast .breadcrumb,
body.nagish-contrast .node-type-research .research .share-icons .icon:focus:before,
body.nagish-contrast .events_wrapper .event .left .from-date .left-date, body.nagish-contrast .events_wrapper .event .left .to-date .left-date,
body.nagish-contrast .events_wrapper .event .left .from-date .right-date, body.nagish-contrast .events_wrapper .event .left .to-date .right-date,
body.nagish-contrast #header .navigation .menu li.active-trail.menuparent a.menuparent,
body.nagish-contrast #header .navigation .menu li ul li.active-trail a,
body.nagish-contrast .events_wrapper .event .right .details .label,
body.nagish-contrast .centers-chem-lib .view-content .library .views-label {
  color: #ffff66 !important;
}
/* line 42, ../sass/_nagish.scss */
body.nagish-contrast .events_wrapper .event .right .share-icons div.homepage a:hover:before,
body.nagish-contrast .events_wrapper .event .right .share-icons div.homepage a:focus:before,
body.nagish-contrast .events_wrapper .event .right .share-icons div.calendar a:hover:before,
body.nagish-contrast .events_wrapper .event .right .share-icons div.calendar a:focus:before,
body.nagish-contrast .events_wrapper .event .right .share-icons div.email a:hover:before,
body.nagish-contrast .events_wrapper .event .right .share-icons div.email a:focus:before,
body.nagish-contrast .events_wrapper .event .right .share-icons .icon,
body.nagish-contrast .events_wrapper .event .right .share-icons .icon:hover:before,
body.nagish-contrast .events_wrapper .event .right .share-icons .icon:focus:before,
body.nagish-contrast .node-type-research .research .share-icons .share:hover:before,
body.nagish-contrast .node-type-research .research .share-icons .share:focus:before,
body.nagish-contrast .node-type-research .research .share-icons .icon,
body.nagish-contrast .node-type-research .research .share-icons .icon:hover:before,
body.nagish-contrast .node-type-research .research .share-icons .icon:focus:before,
body.nagish-contrast .node-type-research .research .share-icons div.email a:hover:before,
body.nagish-contrast .node-type-research .research .share-icons div.email a:focus:before {
  color: #fff !important;
}
/* line 60, ../sass/_nagish.scss */
body.nagish-contrast .events_wrapper .event .right .short-abstract,
body.nagish-contrast .events_wrapper .event .right .long-abstract .close-btn {
  color: #fff;
}
/* line 64, ../sass/_nagish.scss */
body.nagish-contrast .events_wrapper .event .right .long-abstract .close-btn:focus {
  outline: 1px dotted;
}
/* line 68, ../sass/_nagish.scss */
body.nagish-contrast .events.home-block a:hover,
body.nagish-contrast .overview.home-block a:hover,
body.nagish-contrast .about.home-block a:hover,
body.nagish-contrast .research.home-block a:hover,
body.nagish-contrast .publications.home-block a.btn_with_border:hover,
body.nagish-contrast .activity.home-block a:hover,
body.nagish-contrast .btn_with_border span:before {
  color: #fff !important;
}
/* line 78, ../sass/_nagish.scss */
body.nagish-contrast.page-events .subheader,
body.nagish-contrast .dropdown_years {
  border-color: #fff !important;
  background: #000 !important;
}
/* line 82, ../sass/_nagish.scss */
body.nagish-contrast.page-events .subheader .dropbtn,
body.nagish-contrast .dropdown_years .dropbtn {
  color: #fff !important;
}
/* line 84, ../sass/_nagish.scss */
body.nagish-contrast.page-events .subheader .dropbtn:focus,
body.nagish-contrast .dropdown_years .dropbtn:focus {
  outline: 1px dotted !important;
}
/* line 87, ../sass/_nagish.scss */
body.nagish-contrast.page-events .subheader .dropbtn:before,
body.nagish-contrast .dropdown_years .dropbtn:before {
  color: #fff !important;
}
/* line 91, ../sass/_nagish.scss */
body.nagish-contrast.page-events .subheader .dropdown-content a:focus,
body.nagish-contrast .dropdown_years .dropdown-content a:focus {
  outline: 1px dotted !important;
}
/* line 96, ../sass/_nagish.scss */
body.nagish-contrast #header .navigation .menu li a:focus {
  outline: 1px dotted;
}
/* line 99, ../sass/_nagish.scss */
body.nagish-contrast #widget_pager_bottom_slider-block .views-slideshow-pager-field-item.active {
  background-color: #ffff66;
}
/* line 102, ../sass/_nagish.scss */
body.nagish-contrast .views-slideshow-controls-bottom {
  background: #000;
}
/* line 104, ../sass/_nagish.scss */
body.nagish-contrast .views-slideshow-controls-bottom a {
  background: transparent;
}
/* line 108, ../sass/_nagish.scss */
body.nagish-contrast #header .short_header_content, body.nagish-contrast footer,
body.nagish-contrast .gray_block_content, body.nagish-contrast .supporters_block_content.odd, body.nagish-contrast .view-supporters .attachment,
body.nagish-contrast .gray_block_content:before, body.nagish-contrast .supporters_block_content.odd:before, body.nagish-contrast .view-supporters .attachment:before,
body.nagish-contrast .gray_block_content:after, body.nagish-contrast .supporters_block_content.odd:after, body.nagish-contrast .view-supporters .attachment:after,
body.nagish-contrast .micc_center_blocks_wrapper .micc-center-block-about, body.nagish-contrast.section-supporters .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center:hover, body.nagish-contrast.section-supporters .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a:focus, body.nagish-contrast.section-supporters .micc_center_blocks_wrapper .micc_center_blocks_centers .micc-center-block-center a:hover,
body.nagish-contrast .node-type-research .research_content,
body.nagish-contrast .advanced_equipment .equipments .equipment .equipment_content {
  background: #222;
}
/* line 120, ../sass/_nagish.scss */
body.nagish-contrast .workshop_share .links li a:focus {
  outline: 2px dotted;
}
/* line 123, ../sass/_nagish.scss */
body.nagish-contrast #block-block-2 .mobile_app_stores,
body.nagish-contrast .selectboxit-container .selectboxit,
body.nagish-contrast .ui-widget-content {
  background: #222;
}
/* line 128, ../sass/_nagish.scss */
body.nagish-contrast .research a, body.nagish-contrast .wrapper a {
  display: inline-block;
}
/* line 131, ../sass/_nagish.scss */
body.nagish-contrast #header .navigation .menu li.active-trail.menuparent a.menuparent:before,
body.nagish-contrast #header .navigation .menu a.menuparent:before,
body.nagish-contrast .activity .btn_no_border {
  color: #fff;
}
/* line 136, ../sass/_nagish.scss */
body.nagish-contrast .activity .btn_no_border:focus {
  outline: 1px dotted;
}
/* line 139, ../sass/_nagish.scss */
body.nagish-contrast .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue,
body.nagish-contrast .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:hover,
body.nagish-contrast .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:focus {
  border: solid 1px #fff !important;
  color: #ffffff;
}
/* line 144, ../sass/_nagish.scss */
body.nagish-contrast .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue span,
body.nagish-contrast .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:hover span,
body.nagish-contrast .combined_center_blocks_centers .combined-center-block-center .btn_with_border.blue:focus span {
  color: #ffffff;
}
/* line 148, ../sass/_nagish.scss */
body.nagish-contrast .footer-logos, body.nagish-contrast .compass-outer {
  background: #000;
  border-top: 1px solid #222;
}
/* line 151, ../sass/_nagish.scss */
body.nagish-contrast .footer-logos img, body.nagish-contrast .compass-outer img {
  background-color: #fff;
}
/* line 155, ../sass/_nagish.scss */
body.nagish-contrast .sf-menu {
  background: #000;
}
/* line 158, ../sass/_nagish.scss */
body.nagish-contrast .overview h4, body.nagish-contrast .overview h3 {
  color: #FFDE9B !important;
}
/* line 161, ../sass/_nagish.scss */
body.nagish-contrast .event .left .type {
  background: #222 !important;
}
/* line 164, ../sass/_nagish.scss */
body.nagish-contrast .btn_with_border span:hover,
body.nagish-contrast .btn_with_border span a:hover {
  color: #fff;
}
/* line 168, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .form-item.form-item-focus-label.show_field_label label,
body.nagish-contrast #project-entityform-edit-form .form-type-radios > label,
body.nagish-contrast #project-entityform-edit-form .field-type-list-boolean .form-item label,
body.nagish-contrast #project-entityform-edit-form .field-widget-text-textarea label,
body.nagish-contrast #project-entityform-edit-form .form-item.form-item-focus-label label {
  color: #fff;
}
/* line 175, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .form-item.form-item-focus-label label {
  color: #fff;
}
/* line 178, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form fieldset fieldset .fieldset-wrapper {
  background: #000;
  border: 1px solid #fff;
}
/* line 182, ../sass/_nagish.scss */
body.nagish-contrast.page-eform #main .submission-text {
  color: #ffff66;
  background-color: #000;
}
/* line 186, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .form-actions {
  background: #222;
  border: 1px solid #fff;
}
/* line 190, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .form-actions input.form-submit:focus {
  outline: 1px dotted;
}
/* line 195, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .clear {
  color: #fff;
}
/* line 198, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .field-widget-text-textarea textarea {
  color: #fff;
}
/* line 201, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .show_field_label_focus .select-dropdown {
  background: #000;
  border: 1px solid #fff;
}
/* line 204, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .show_field_label_focus .select-dropdown li {
  color: #fff;
}
/* line 206, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .show_field_label_focus .select-dropdown li.selected, body.nagish-contrast #project-entityform-edit-form .show_field_label_focus .select-dropdown li:hover {
  background: #222;
  color: #fff;
}
/* line 212, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .form-type-radios .form-radios input[type="radio"]:before {
  color: #1D63BF;
}
/* line 215, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form .show_field_label .select-dropdown li.selected {
  color: #fff;
}
/* line 218, ../sass/_nagish.scss */
body.nagish-contrast #project-entityform-edit-form fieldset fieldset.collapsed legend {
  background: #000;
}
/* line 221, ../sass/_nagish.scss */
body.nagish-contrast.page-visitors .view-content .visitor .views-field-nothing span.period {
  color: #ffff66;
}
/* line 224, ../sass/_nagish.scss */
body.nagish-contrast .view-grants .view-grouping-content .views-field-field-grant-year,
body.nagish-contrast .view-grants .view-grouping-content .views-field-body {
  color: #ffff66;
}
/* line 228, ../sass/_nagish.scss */
body.nagish-contrast.page-grants #block-block-6 {
  background: #222;
}
/* line 231, ../sass/_nagish.scss */
body.nagish-contrast .view-id-combined_homepage_centers.view-display-id-block_1 .combined-center-block-about {
  background: #222;
}
/* line 234, ../sass/_nagish.scss */
body.nagish-contrast.node-type-committee .field-name-body {
  background: #222;
}
/* line 236, ../sass/_nagish.scss */
body.nagish-contrast.node-type-committee .field-name-body .field-item {
  color: #ffff66;
}

/* line 242, ../sass/_nagish.scss */
body.nagish-invert a:not(#nagish-close), body.nagish-grayscale a:not(#nagish-close) {
  text-decoration: underline !important;
}

/* line 249, ../sass/_nagish.scss */
body.nagish-animation #project-entityform-edit-form .select-dropdown {
  display: none;
}
/* line 252, ../sass/_nagish.scss */
body.nagish-animation #project-entityform-edit-form .form-type-select select {
  margin-top: 20px;
  width: 185px;
  height: 21px;
}

/** PLEASE DO NOT ADD YOUR STYLE INTO THIS FILE **/
