@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ---------------------------------------------------------
   Embedded fonts styles
---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?2djvpj");
  src: url("../fonts/icomoon/icomoon.eot?2djvpj#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?2djvpj") format("truetype"), url("../fonts/icomoon/icomoon.woff?2djvpj") format("woff"), url("../fonts/icomoon/icomoon.svg?2djvpj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ico-fb:before, .a2a_kit .a2a_button_facebook:before {
  content: "\e900"; }

.icon-ico-flckr:before {
  content: "\e901"; }

.icon-ico-search:before {
  content: "\e902"; }

.icon-ico-twitter:before, .a2a_kit .a2a_button_twitter:before {
  content: "\e903"; }

.icon-ico-user:before {
  content: "\e904"; }

.icon-ico-youtube:before {
  content: "\e905"; }

.icon-che-left:before {
  content: "\e906"; }

.icon-che-right:before {
  content: "\e907"; }

.icon-ico-link:before {
  content: "\e908"; }

.icon-ico-mail:before, .a2a_kit .a2a_button_email:before {
  content: "\e909"; }

.top-links, .nav ul, .super-nav-drop ul.menu, .super-nav-drop .nav-links, .super-nav-drop .tag-links, .social-networks, .side-link-box .links, .post-list, .description-list, .topics-list, .goals-list, .committee-list, .events-list, .links-list, .video-holder .video-list, .pagination, .tag-cloud ul, .cloud-tag-links, .most-read-news, .footer-links, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, .capsules-block .box:after, .submit-form .input-row:after, .committee-list li:after, .post-row:after, .services-row .wrap:after, .events-date-block .event-row:after, .extra-study-holder:after, .extra-study-holder .post-wrap:after, .post-holder:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* ---------------------------------------------------------
   General reset
---------------------------------------------------------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #0b0b0b;
  background: #fff;
  font: 14px/1.357 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none; }

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

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

/* typography style */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 18px;
  color: inherit; }

h1, .h1 {
  font-size: 32px;
  font-weight: 100;
  line-height: 34px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 48px;
      line-height: 50px; } }

h2, .h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 30px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 36px;
      line-height: 38px; } }

h3, .h3 {
  font-size: 25px;
  font-weight: 300;
  line-height: 27px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 28px;
      line-height: 30px; } }

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 18px; }
  @media (min-width: 1024px) {
    p {
      margin-bottom: 24px; } }

a {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  color: #00adee;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #b7312c; }

/* glogal form style */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }
  form .description,
  fieldset .description {
    font-size: 12px;
    padding: 5px 0 10px; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* ---------------------------------------------------------
   Сommon site styles
---------------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.8); }
  @media (min-width: 1024px) {
    .header {
      padding: 0 0; } }
  .header .container {
    position: relative; }
  .fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 0 7px;
    z-index: 9999; }
  .fixed-header.toolbar-horizontal .header {
    top: 39px; }
  .fixed-header.toolbar-horizontal.toolbar-tray-open .header {
    top: 79px; }
  .header.full-text-logo {
    background-color: transparent; }
    .header.full-text-logo .logo {
      display: none; }
      .fixed-header .header.full-text-logo .logo {
        display: block;
        background: transparent url("../images/logo.svg") no-repeat top left; }
    .fixed-header .header.full-text-logo {
      background-color: rgba(255, 255, 255, 0.8); }
  .header.black-text {
    background-color: white; }
    .header.black-text .top-links a,
    .header.black-text .nav ul a {
      color: #0b0b0b; }
      .header.black-text .top-links a:hover,
      .header.black-text .nav ul a:hover {
        color: #b7312c; }
    .header.black-text .super-nav-opener:before, .header.black-text .super-nav-opener:after,
    .header.black-text .super-nav-opener span:before,
    .header.black-text .super-nav-opener span:after {
      background: #0b0b0b; }
    .header.black-text .super-nav-opener:hover:before, .header.black-text .super-nav-opener:hover:after,
    .header.black-text .super-nav-opener:hover span:before,
    .header.black-text .super-nav-opener:hover span:after {
      background: #b7312c; }
    .header.black-text + .main {
      padding-top: 65px; }
      @media (min-width: 768px) {
        .header.black-text + .main {
          padding-top: 80px; } }
      @media (min-width: 1024px) {
        .header.black-text + .main {
          padding-top: 50px; } }

/* page logo */
.logo, #block-deepcarbon-branding {
  width: 25px;
  margin: 0 auto;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .logo, #block-deepcarbon-branding {
      float: left; }
      .fixed-header .logo, .fixed-header #block-deepcarbon-branding {
        float: none; } }
  @media (min-width: 1024px) {
    .logo, #block-deepcarbon-branding {
      width: 30px; } }
  .logo img, #block-deepcarbon-branding img {
    width: 25px;
    height: 21px; }
    @media (min-width: 1024px) {
      .logo img, #block-deepcarbon-branding img {
        width: 30px;
        height: 25px; } }
  .fixed-header .logo, .fixed-header #block-deepcarbon-branding {
    float: none;
    padding-top: 0; }

.site-logo {
  position: relative;
  z-index: 100;
  display: block;
  width: 100px;
  height: 22px;
  background: transparent url("../images/logo-full-white.png") no-repeat top left;
  background-size: contain; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .site-logo {
      background-image: url("../images/logo-full-white@2x.png"); } }
  @media (min-width: 1024px) {
    .site-logo {
      width: 134px;
      height: 27px; } }
  .front .site-logo {
    width: 30px;
    height: 25px;
    background: transparent url("../images/logo.svg") no-repeat top left; }
  .black-text .site-logo {
    background-image: url("../images/logo-full-black.png"); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .black-text .site-logo {
        background-image: url("../images/logo-full-black@2x.png"); } }
  .fixed-header .site-logo {
    width: 30px;
    height: 25px;
    background: transparent url("../images/logo.svg") no-repeat top left; }
  .site-logo img {
    display: none; }

/* full text logo */
.logo-full {
  width: 100px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .logo-full {
      float: left;
      margin: 3px 0 0; } }
  @media (min-width: 1024px) {
    .logo-full {
      width: 125px;
      margin-top: 6px; } }
  .logo-full img {
    width: 100px;
    height: 22px; }
    @media (min-width: 1024px) {
      .logo-full img {
        width: 125px;
        height: 27px; } }
  .fixed-header .logo-full {
    display: none; }

.top-links {
  display: none;
  position: relative;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .top-links {
      display: block;
      float: right;
      width: 66px;
      margin-right: 30px;
      font-weight: 700;
      text-align: right; } }
  @media (min-width: 1024px) {
    .top-links {
      font-size: 22px;
      margin-right: 36px;
      width: 88px; } }
  .super-nav-drop .top-links {
    display: none; }
    @media (max-width: 767px) {
      .super-nav-drop .top-links {
        display: block;
        margin-bottom: 15px;
        padding-top: 0; } }
  .top-links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: 21px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .top-links li {
        font-size: 22px;
        margin: 0 10px; } }
    .top-links li .icon-ico-search {
      font-size: 18px; }
  .top-links a {
    color: #fff; }
    .top-links a:hover {
      color: #b7312c; }
  .fixed-header .top-links {
    display: none; }
  .top-links .search-form {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 48px;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8); }
    @media (max-width: 767px) {
      .top-links .search-form {
        position: relative;
        top: inherit;
        right: inherit;
        padding: 15px 0;
        background-color: transparent; } }
    .top-links .search-form.active {
      display: block; }
    .top-links .search-form label {
      display: none; }
    .top-links .search-form input[type="text"] {
      font-size: 14px;
      font-weight: 400;
      border: none;
      padding: 10px; }
      @media (max-width: 767px) {
        .top-links .search-form input[type="text"] {
          width: 100%; } }
    .top-links .search-form input[type="submit"] {
      margin: 10px 0 0 0;
      padding: 10px 15px 10px;
      width: 100%; }
    .top-links .search-form .js-form-type-select {
      display: none !important; }

/* main navigation of the page */
@media (max-width: 767px) {
  .nav {
    display: none; } }

@media (min-width: 768px) {
  .nav {
    float: left;
    width: calc(100% - 130px);
    text-align: center;
    padding: 2px 0 0 48px; } }

@media (min-width: 1024px) {
  .nav {
    padding: 0 0 0 116px;
    width: calc(100% - 176px); } }

.nav ul li {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .nav ul li {
      margin: 0 6px; } }
  .nav ul li ul.menu {
    position: absolute;
    left: -25px;
    top: 100%;
    z-index: 10000;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 0;
    padding-bottom: 10px;
    min-width: 225px;
    box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.3); }
    .nav ul li ul.menu li {
      display: block;
      margin: 0;
      padding: 0;
      text-align: left;
      line-height: 1.45em; }
      .nav ul li ul.menu li a {
        display: block;
        padding: 7px 25px; }
        .header.black-text .nav ul li ul.menu li a {
          color: #fff; }
          .header.black-text .nav ul li ul.menu li a:hover {
            color: #b7312c; }
      .nav ul li ul.menu li ul.menu {
        display: none;
        left: 100%;
        top: 0;
        padding-bottom: 0; }
      .nav ul li ul.menu li:hover ul.menu {
        display: block; }
  .nav ul li:hover ul.menu {
    display: block; }

.nav ul a {
  color: #fff; }
  .nav ul a:hover {
    color: #b7312c; }

.fixed-header .nav {
  display: none; }

/* burger menu */
.super-nav-opener {
  position: absolute;
  top: 0;
  left: 12px;
  width: 23px;
  height: 18px;
  text-indent: -999px;
  overflow: hidden; }
  .fixed-header .super-nav-opener {
    top: 2px; }
  @media (min-width: 768px) {
    .super-nav-opener {
      right: 18px;
      left: auto;
      top: 12px; }
      .fixed-header .super-nav-opener {
        right: auto;
        left: 18px; } }
  .super-nav-opener:before, .super-nav-opener:after,
  .super-nav-opener span:before,
  .super-nav-opener span:after {
    content: '';
    background: #fff;
    height: 2px;
    position: absolute;
    border-radius: 1px;
    top: 0;
    left: 0;
    right: 0; }
    .fixed-header .super-nav-opener:before, .fixed-header .super-nav-opener:after, .fixed-header
    .super-nav-opener span:before, .fixed-header
    .super-nav-opener span:after {
      background: #000; }
  .super-nav-opener:after {
    top: 15px; }
  .super-nav-opener span:before {
    top: 5px; }
  .super-nav-opener span:after {
    top: 10px; }
  .super-nav-opener:hover:before, .super-nav-opener:hover:after,
  .super-nav-opener:hover span:before,
  .super-nav-opener:hover span:after {
    background: #b7312c; }
  .super-nav-opener.close {
    top: 12px;
    right: 18px !important;
    left: auto !important;
    text-indent: -9999px;
    overflow: hidden;
    width: 23px;
    height: 18px; }
    .super-nav-opener.close:before, .super-nav-opener.close:after {
      content: '';
      background: #fff !important;
      height: 2px;
      position: absolute;
      top: 8px;
      left: 0;
      right: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .super-nav-opener.close:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .super-nav-opener.close:hover:before, .super-nav-opener.close:hover:after {
      background: #b7312c !important; }

/* super navigation drop */
.super-nav-drop {
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0; }
  .super-nav-active .super-nav-drop {
    opacity: 1;
    visibility: visible; }
  .super-nav-drop .tags__tags {
    clear: both;
    padding-top: 15px; }
    .super-nav-drop .tags__tags div {
      display: inline-block; }
    .super-nav-drop .tags__tags .label {
      display: none; }
    .super-nav-drop .tags__tags a {
      color: #fff;
      background: #00aaf2;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 4px;
      padding: 8px 10px;
      font-weight: bold; }
      .super-nav-drop .tags__tags a:hover {
        background: #b7312c; }
  .super-nav-drop ul.menu > li.menu-item {
    margin-bottom: 15px; }
    @media (min-width: 961px) {
      .super-nav-drop ul.menu > li.menu-item {
        float: left;
        margin-right: 70px; }
        .super-nav-drop ul.menu > li.menu-item:nth-child(4), .super-nav-drop ul.menu > li.menu-item:nth-child(5) {
          margin-right: 0; } }
    .super-nav-drop ul.menu > li.menu-item ul.menu li.menu-item {
      float: none;
      margin: 0; }
      .super-nav-drop ul.menu > li.menu-item ul.menu li.menu-item ul.menu {
        margin-left: 10px; }
    .super-nav-drop ul.menu > li.menu-item.menu-item--expanded > a {
      color: #a4a3a4;
      font-weight: bold; }
  .super-nav-drop .container {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px; }
  .super-nav-drop .logo-wrap {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 140px; }
    @media (min-width: 768px) {
      .super-nav-drop .logo-wrap {
        width: 171px; } }
    .super-nav-drop .logo-wrap img {
      width: 140px;
      height: 30px; }
      @media (min-width: 768px) {
        .super-nav-drop .logo-wrap img {
          width: 171px;
          height: 38px; } }
  @media (min-width: 768px) {
    .super-nav-drop .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -10px; } }
  @media (min-width: 1024px) {
    .super-nav-drop .row {
      padding: 0; } }
  .super-nav-drop .accordion {
    margin-bottom: 12px; }
    .super-nav-drop .accordion > div.active .accordion-opener {
      color: #b7312c; }
  .super-nav-drop .col {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .super-nav-drop .col {
        width: 25%;
        padding: 0 10px; } }
    @media (min-width: 1024px) {
      .super-nav-drop .col {
        font-size: 24px;
        line-height: 24px;
        font-weight: 500; } }
    .super-nav-drop .col .title {
      display: block;
      text-transform: capitalize;
      color: #a4a3a4;
      font-size: 19px;
      margin-bottom: 4px; }
      @media (min-width: 768px) {
        .super-nav-drop .col .title {
          color: #a4a3a4; } }
      @media (min-width: 1024px) {
        .super-nav-drop .col .title {
          font-size: 24px;
          line-height: 24px;
          margin-bottom: 11px;
          font-weight: 900; } }
      .super-nav-drop .col .title a {
        color: #a4a3a4; }
        .super-nav-drop .col .title a:hover {
          color: #b7312c; }
        @media (min-width: 768px) {
          .super-nav-drop .col .title a {
            color: #a4a3a4 !important;
            pointer-events: none; } }
  .super-nav-drop .nav-links li {
    text-transform: capitalize;
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .super-nav-drop .nav-links li {
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .super-nav-drop .nav-links li {
        margin-bottom: 17px; } }
  .super-nav-drop .nav-links a {
    color: #00a2e6; }
    .super-nav-drop .nav-links a:hover {
      color: #fff; }
  @media (min-width: 768px) {
    .super-nav-drop .nav-links.js-acc-hidden {
      position: static !important; } }
  .super-nav-drop .tag-links {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    margin: 0 -4px;
    padding: 10px 0; }
    @media (min-width: 1024px) {
      .super-nav-drop .tag-links {
        font-size: 15px;
        line-height: 16px;
        font-weight: 400; } }
    .super-nav-drop .tag-links li {
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      margin: 0 4px 8px; }
      @media (min-width: 1024px) {
        .super-nav-drop .tag-links li {
          display: block;
          margin: 0 0 8px; } }
    .super-nav-drop .tag-links a {
      color: #fff;
      background: #00aaf2;
      display: inline-block;
      vertical-align: top;
      padding: 4px; }
      @media (min-width: 1024px) {
        .super-nav-drop .tag-links a {
          padding: 8px 5px; } }
      .super-nav-drop .tag-links a:hover {
        background: #b7312c; }
  @media (min-width: 1024px) {
    .super-nav-drop .social-networks {
      padding-left: 0; } }

/* social networks */
.social-networks {
  margin: 0 -6px; }
  @media (min-width: 1024px) {
    .social-networks {
      margin: 0 -9px; } }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    font-size: 29px;
    line-height: 1;
    margin: 0 6px 4px; }
    @media (min-width: 1024px) {
      .social-networks li {
        font-size: 36px;
        margin: 0 9px 4px; } }

body {
  font-weight: 300; }
  @media (min-width: 768px) {
    body {
      font-size: 16px;
      line-height: 24px; } }
  body.super-nav-active, body.about_img-active, body.subscribe-active {
    overflow: hidden; }

.node {
  cursor: inherit !important; }

.text-block .video-wrapper,
.feature__body .video-wrapper,
.page__body .video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 25px; }
  .text-block .video-wrapper iframe,
  .feature__body .video-wrapper iframe,
  .page__body .video-wrapper iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.text-block .iframe-wrapper iframe,
.feature__body .iframe-wrapper iframe,
.page__body .iframe-wrapper iframe {
  display: block; }

/* main container of all the page elements */
#wrapper {
  position: relative;
  overflow: hidden; }

#content {
  padding-bottom: 10px; }

/* main center container */
.container {
  padding: 0 16px;
  max-width: 1040px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      padding: 0 18px; } }
  .container.container-lg {
    max-width: 1060px; }
  .container.md {
    max-width: 996px; }

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center; }

/* visual banner */
.visual {
  position: relative;
  z-index: 1; }
  .visual .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 390px;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 1024px) {
      .visual .container {
        padding-left: 56px; } }
    .visual .container:before, .visual .container:after {
      display: none; }
  .visual .heading-wrap {
    background: rgba(255, 255, 255, 0.89);
    display: table;
    height: 160px;
    width: 100%;
    max-width: 400px;
    padding: 20px; }
    @media (min-width: 768px) {
      .visual .heading-wrap {
        max-width: 641px; } }
    @media (min-width: 1024px) {
      .visual .heading-wrap {
        height: 179px;
        margin-top: 40px;
        padding: 9px 38px 20px; } }
  .visual h1 {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    color: #0b0b0b;
    letter-spacing: -0.8px;
    margin: 0; }
    .visual h1 span {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 0 7px; }
      .visual h1 span:after {
        content: '';
        background: #b7312c;
        height: 4px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0; }

/* intro section */
.intro-section {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .intro-section {
      padding: 54px 0 8px; } }
  @media (min-width: 1024px) {
    .intro-section .intro-text-block, .intro-section .topic-section .views-element-container header, .topic-section .views-element-container .intro-section header {
      float: left;
      width: 70%; } }
  @media (min-width: 1024px) {
    .intro-section .container {
      padding-left: 96px; } }

.intro-text-block, .topic-section .views-element-container header {
  color: #a4a3a4;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 40px; }
  @media (min-width: 768px) {
    .intro-text-block, .topic-section .views-element-container header {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 1024px) {
    .intro-text-block p, .topic-section .views-element-container header p {
      margin-bottom: 32px; } }

/* side link box */
.side-link-box {
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  border: 4px solid #d8d8d8;
  background: #fff;
  padding: 18px; }
  @media (min-width: 1024px) {
    .side-link-box {
      float: right;
      width: 248px;
      margin-top: -70px;
      position: relative;
      z-index: 2;
      padding: 25px 22px 8px;
      margin-top: -86px; } }
  .side-link-box .section-block {
    margin-bottom: 15px; }
  .side-link-box .tocify ul {
    margin: 0; }
    .side-link-box .tocify ul li {
      margin-top: 10px;
      margin-bottom: 10px; }
  .side-link-box .display-field {
    margin-bottom: 0; }
  .side-link-box .links {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.1px; }
    @media (min-width: 768px) {
      .side-link-box .links {
        font-size: 24px;
        line-height: 24px; } }
    .side-link-box .links li {
      margin-bottom: 11px; }
      .side-link-box .links li + li {
        padding-top: 10px;
        border-top: 1px dashed #d8d8d8; }
        @media (min-width: 1024px) {
          .side-link-box .links li + li {
            padding-top: 13px; } }
  .side-link-box.fixed-position {
    position: fixed !important;
    margin-top: 0 !important;
    top: 38px !important;
    z-index: 999; }
    @media (max-width: 1024px) {
      .side-link-box.fixed-position {
        position: static !important; } }

/* gereric-styles-text-block */
.twocolumn-block {
  margin-bottom: 40px; }
  .twocolumn-block .text-block {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .twocolumn-block .text-block {
        margin-bottom: 64px; } }
    @media (min-width: 1024px) {
      .twocolumn-block .text-block h1 {
        margin-bottom: 96px; } }
    @media (min-width: 1024px) {
      .twocolumn-block .text-block h2 {
        margin-bottom: 33px; } }
    @media (min-width: 1024px) {
      .twocolumn-block .text-block h3 {
        margin-bottom: 23px; } }
    @media (min-width: 1024px) {
      .twocolumn-block .text-block h4 {
        margin-bottom: 11px; } }
  @media (min-width: 1024px) {
    .twocolumn-block .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .twocolumn-block .left-content {
      float: none; } }
  @media (min-width: 1024px) {
    .twocolumn-block blockquote {
      width: 170px;
      margin-top: 140px; } }
  @media (min-width: 1024px) {
    .twocolumn-block .right-content {
      float: none; } }

/* blockquote */
blockquote q {
  display: block; }
  blockquote q:before, blockquote q:after {
    display: none; }

/* left sided content */
@media (min-width: 1024px) {
  .left-content {
    float: left;
    width: 70%;
    padding-left: 75px; } }

/* right sided content */
@media (min-width: 1024px) {
  .right-content {
    float: right;
    width: 30%;
    padding-left: 74px; } }

.two-col-text-block {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .two-col-text-block {
      margin-bottom: 24px; } }
  .two-col-text-block .title {
    display: block;
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .two-col-text-block .title {
        margin-bottom: 22px; } }
  @media (min-width: 768px) {
    .two-col-text-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -14px; } }
  @media (min-width: 768px) {
    .two-col-text-block .col {
      width: 50%;
      padding: 0 14px; } }

/* capsules block */
.capsules-block {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .capsules-block {
      margin-bottom: 30px; } }
  .capsules-block h3 {
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .capsules-block h3 {
        margin-bottom: 39px; } }
  @media (min-width: 768px) {
    .capsules-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -8px; } }
  @media (min-width: 768px) {
    .capsules-block .col {
      width: 50%;
      padding: 0 8px; } }
  .capsules-block .box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-left: 8px solid #b7312c;
    padding: 8px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 16px; }
    .capsules-block .box .img-wrap {
      border: 1px solid #a4a3a3;
      width: 92px;
      float: left;
      margin: 0 14px 0 0; }
      @media (min-width: 768px) {
        .capsules-block .box .img-wrap {
          width: 120px;
          height: 120px;
          overflow: hidden; } }
      @media (min-width: 1024px) {
        .capsules-block .box .img-wrap {
          margin-right: 16px; } }
    .capsules-block .box .text-wrap {
      overflow: hidden; }
    .capsules-block .box h4, .capsules-block .box .h4 {
      margin: 0 0 10px; }
      @media (min-width: 1024px) {
        .capsules-block .box h4, .capsules-block .box .h4 {
          margin-bottom: 15px; } }
    .capsules-block .box p {
      margin: 0 0 8px; }
    .capsules-block .box .title {
      display: block;
      color: #a4a3a4;
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      letter-spacing: -0.18px;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .capsules-block .box .title {
          font-size: 20px;
          line-height: 22px; } }

/* box text styles */
.text-box-block {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .text-box-block {
      margin-bottom: 66px; } }
  .text-box-block h3 {
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .text-box-block h3 {
        margin-bottom: 47px; } }
  .text-box-block .box {
    border-radius: 5px;
    border: 1px solid #979797;
    padding: 30px; }
    @media (min-width: 1024px) {
      .text-box-block .box {
        padding: 46px 70px; } }
    .text-box-block .box p {
      margin: 0; }

/* preformatted text styles */
.preformatted-box {
  border-radius: 9px;
  border: 1px solid #979797;
  background: rgba(216, 216, 216, 0.66);
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .preformatted-box {
      margin-bottom: 63px; } }

.table-block {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .table-block {
      margin-bottom: 117px; } }
  .table-block h3, .table-block .h3 {
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .table-block h3, .table-block .h3 {
        margin-bottom: 31px; } }

/* things block styles */
.things-block {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .things-block {
      margin-bottom: 131px; } }
  .things-block h3, .things-block .h3 {
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .things-block h3, .things-block .h3 {
        margin-bottom: 88px; } }
  @media (min-width: 768px) {
    .things-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .things-block .row + .row {
      border-top: 1px solid #979797; } }
  @media (min-width: 1024px) {
    .things-block .row + .row .wrap {
      padding: 26px 20px 51px; } }
  @media (min-width: 768px) {
    .things-block .row .col {
      width: 33.33%; } }
  .things-block .row .col + .col {
    border-top: 1px solid #979797; }
    @media (min-width: 768px) {
      .things-block .row .col + .col {
        border-left: 1px solid #979797;
        border-top: none; } }
  .things-block .wrap {
    text-align: center;
    padding: 20px; }
    @media (min-width: 1024px) {
      .things-block .wrap {
        padding: 47px 20px 6px; } }
    .things-block .wrap .ico-wrap {
      width: 50px;
      margin: 0 auto 18px; }
      @media (min-width: 1024px) {
        .things-block .wrap .ico-wrap {
          margin-bottom: 23px; } }
    @media (min-width: 1024px) {
      .things-block .wrap h4 {
        margin-bottom: 8px; } }

.btns-block {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .btns-block {
      margin-bottom: 98px; } }
  .btns-block h3, .btns-block .h3 {
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .btns-block h3, .btns-block .h3 {
        margin-bottom: 35px; } }
  @media (min-width: 1024px) {
    .btns-block .btn {
      width: 200px; } }

/* general button styles */
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 13px 29px 12px;
  color: #00adee;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  border: 1px solid #00adee;
  text-align: center; }
  .btn:hover, .btn.hover {
    background: #00adee;
    color: #fff; }

.btn-row .btn {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .btn-row .btn + .btn {
      margin-left: 10px; } }
  @media (min-width: 1024px) {
    .btn-row .btn + .btn {
      margin-left: 28px; } }

/* general form styles */
.submit-form {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .submit-form {
      margin-bottom: 101px; } }
  .submit-form h3, .submit-form .h3 {
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .submit-form h3, .submit-form .h3 {
        margin-bottom: 48px; } }
  .submit-form .input-row {
    margin-bottom: 16px; }
    .submit-form .input-row .col {
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        .submit-form .input-row .col {
          float: left;
          width: 50%;
          padding-right: 19px; } }
      @media (min-width: 768px) {
        .submit-form .input-row .col + .col {
          padding: 0 0 0 19px; } }
  .submit-form input[type="text"],
  .submit-form input[type="email"],
  .submit-form input[type="password"],
  .submit-form input[type="search"],
  .submit-form textarea,
  .submit-form select {
    display: block;
    width: 100%;
    height: 47px;
    border: 2px solid #a4a3a4; }
    .submit-form input[type="text"]:focus,
    .submit-form input[type="email"]:focus,
    .submit-form input[type="password"]:focus,
    .submit-form input[type="search"]:focus,
    .submit-form textarea:focus,
    .submit-form select:focus {
      border-color: #b7312c; }
  .submit-form label {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .submit-form label {
        margin-bottom: 24px; } }
  .submit-form input[type="submit"] {
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    width: 182px;
    color: #00adee;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    background: none;
    box-shadow: none;
    border: 2px solid #00adee;
    padding: 15px 15px 14px; }
    @media (min-width: 768px) {
      .submit-form input[type="submit"] {
        margin-top: 32px; } }
    @media (min-width: 1024px) {
      .submit-form input[type="submit"] {
        margin-top: 62px; } }
    .submit-form input[type="submit"]:hover {
      background: #00adee;
      color: #fff; }

input[type="submit"] {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  width: 182px;
  color: #00adee;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background: none;
  box-shadow: none;
  border: 2px solid #00adee;
  padding: 15px 15px 14px; }
  @media (min-width: 768px) {
    input[type="submit"] {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    input[type="submit"] {
      margin-top: 30px; } }
  input[type="submit"]:hover {
    background: #00adee;
    color: #fff; }
  input[type="submit"]:focus {
    border-color: #b7312c; }

.photo-credit {
  color: #0b0b0b;
  font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .photo-credit {
      margin-bottom: 66px; } }

/* post section */
.post-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .post-section {
      padding: 49px 0; } }
  @media (min-width: 1024px) {
    .post-section {
      line-height: 32px;
      padding: 49px 0 106px; }
      .post-section .left-content {
        width: 71%; }
      .post-section .right-content {
        text-align: right;
        width: 29%;
        padding: 6px 7px; } }
  @media (min-width: 1024px) {
    .post-section p {
      margin-bottom: 32px; } }
  .post-section p a {
    font-weight: 500; }

/* posts list */
.post-list {
  padding: 29px 0 58px; }
  .post-list li {
    margin-bottom: 36px; }
  .post-list .title {
    display: block;
    color: #00adee;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 16px; }
  .post-list .info {
    display: block;
    color: #d27f3b;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400; }
    .post-list .info time {
      font-weight: 700; }

/* people section */
.people-section {
  padding: 40px 0 20px; }
  @media (min-width: 1024px) {
    .people-section {
      padding: 54px 0 0; } }
  @media (min-width: 1024px) {
    .people-section .left-content {
      padding-left: 77px;
      width: 72%; } }

/* description list */
.description-list {
  padding: 29px 0 58px; }
  @media (min-width: 1024px) {
    .description-list {
      padding-bottom: 108px; } }
  .description-list li {
    margin-bottom: 36px; }
    @media (min-width: 1024px) {
      .description-list li {
        margin-bottom: 50px; } }
  .description-list .title {
    display: block;
    color: #00adee;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .description-list .title {
        font-size: 28px;
        line-height: 30px; } }

/* topic section */
.topic-section {
  padding: 40px 0 40px; }
  @media (min-width: 1024px) {
    .topic-section {
      padding: 53px 0 244px; } }
  @media (min-width: 1024px) {
    .topic-section .left-content {
      padding-left: 78px;
      width: 73%; } }
  @media (min-width: 1024px) {
    .topic-section .intro-text-block, .topic-section .views-element-container header {
      margin-bottom: 80px; } }

/* topics list block */
@media (min-width: 480px) {
  .topics-list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 5px; } }

@media (min-width: 1024px) {
  .topics-list-block {
    margin-right: -86px; } }

@media (min-width: 480px) {
  .topics-list-block .topics-list {
    width: 50%;
    padding: 0 10px 0 0; } }

@media (min-width: 768px) {
  .topics-list-block .topics-list {
    width: 33.33%;
    padding: 48px 8px 32px 0; } }

@media (min-width: 768px) {
  .topics-list-block .topics-list + .topics-list {
    padding-left: 23px;
    border-left: 1px solid #d8d8d8; } }

.topics-list li {
  text-transform: uppercase;
  color: #00adee;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.71px;
  line-height: 18px;
  margin-bottom: 14px; }

/* reference section */
.reference-section {
  padding: 40px 0 40px; }
  @media (min-width: 1024px) {
    .reference-section {
      padding: 60px 0 47px; } }
  .reference-section .references-wrapper {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .reference-section .references-wrapper {
        margin-bottom: 79px; } }
    @media (min-width: 1024px) {
      .reference-section .references-wrapper h2 {
        margin-bottom: 33px; } }
  .reference-section .capsules-block {
    margin: 0; }
    .reference-section .capsules-block .box {
      margin-bottom: 9px; }
      @media (min-width: 1024px) {
        .reference-section .capsules-block .box {
          font-size: 16px;
          font-weight: 300;
          line-height: 24px;
          max-width: 600px; }
          .reference-section .capsules-block .box .text-wrap {
            padding: 3px 24px 0 18px; } }
  .reference-section .intro-section {
    padding: 0 0 40px; }
    @media (min-width: 1024px) {
      .reference-section .intro-section {
        padding-bottom: 19px; } }
    @media (min-width: 1024px) {
      .reference-section .intro-section .side-link-box {
        margin-top: -93px; } }
  .reference-section .intro-text-block, .reference-section .topic-section .views-element-container header, .topic-section .views-element-container .reference-section header {
    color: #a4a3a4;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.18px;
    letter-spacing: -0.12px; }
  .reference-section .photo-credit {
    margin: 0;
    padding: 30px 0 0; }
    @media (min-width: 1024px) {
      .reference-section .photo-credit {
        padding-top: 72px; } }

/* banner slider */
.banner-slider {
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .banner-slider {
      margin-bottom: 50px; } }
  .banner-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 1;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
    @media (min-width: 768px) {
      .banner-slider:before {
        height: 146px; } }
  .banner-slider .slick-list {
    padding-bottom: 33px; }
  .banner-slider .slide {
    position: relative;
    z-index: 1;
    border-bottom: 8px solid #b7312c; }
  .banner-slider .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 768px) {
      .banner-slider .slick-dots {
        bottom: 51px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        max-width: 1040px;
        padding: 0 148px; } }
  .banner-slider .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 400px; }
    @media (min-width: 768px) {
      .banner-slider .container {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (min-width: 1024px) {
      .banner-slider .container {
        height: 447px; } }
  .banner-slider .text-wrap {
    width: 190px;
    height: 190px;
    background: #00adee;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 700;
    letter-spacing: -0.67px;
    font-size: 32px;
    line-height: 36px;
    padding: 10px;
    margin-bottom: -40px; }
    @media (min-width: 768px) {
      .banner-slider .text-wrap {
        width: 304px;
        height: 304px;
        font-size: 40px;
        line-height: 48px;
        padding: 66px 10px 66px 30px;
        margin-right: 14px; } }
    .banner-slider .text-wrap a {
      color: #fff;
      word-break: normal;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
  .banner-slider .title {
    width: 240px;
    text-align: center; }
    @media (min-width: 768px) {
      .banner-slider .title {
        text-align: left;
        margin-top: -11px; } }

/* reservoirs and fluxes section */
.reservoirs-section {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .reservoirs-section {
      margin-bottom: 88px; } }
  .reservoirs-section .heading {
    text-align: center;
    color: #a4a3a4;
    font-weight: 700;
    max-width: 700px;
    margin: 0 auto 24px; }
    @media (min-width: 768px) {
      .reservoirs-section .heading {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 54px; } }
    .reservoirs-section .heading h1 {
      font-weight: 300;
      color: #d27f3b; }
      @media (min-width: 768px) {
        .reservoirs-section .heading h1 {
          margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .reservoirs-section .content-row {
      margin: 0 -25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative; } }
  @media (min-width: 1024px) {
    .reservoirs-section .content-row {
      padding: 0 0 0 37px; } }
  .reservoirs-section .content-row .title {
    display: block;
    color: #0b0b0b;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 14px; }
    @media (min-width: 1024px) {
      .reservoirs-section .content-row .title {
        margin-bottom: 26px; } }
  .reservoirs-section .content-row .col {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .reservoirs-section .content-row .col {
        width: 50%;
        padding: 0 25px; } }
  .reservoirs-section .content-row .divider {
    text-align: center;
    position: relative;
    width: 200px;
    margin: 0 auto 30px;
    z-index: 1; }
    @media (min-width: 768px) {
      .reservoirs-section .content-row .divider {
        position: absolute;
        left: 50%;
        top: 58px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: auto;
        height: 200px;
        margin: 0; } }
    @media (min-width: 1024px) {
      .reservoirs-section .content-row .divider {
        margin-left: 41px; } }
    .reservoirs-section .content-row .divider:after {
      content: '';
      background: #a4a3a3;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      z-index: -1; }
      @media (min-width: 768px) {
        .reservoirs-section .content-row .divider:after {
          top: 0;
          bottom: 0;
          height: auto;
          width: 1px;
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .reservoirs-section .content-row .divider .img-wrap {
      background: #fff;
      width: 58px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .reservoirs-section .content-row .divider .img-wrap {
          height: 58px;
          -ms-flex-line-pack: center;
              align-content: center;
          width: 23px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: transform(-50%, -50%);
              -ms-transform: transform(-50%, -50%);
                  transform: transform(-50%, -50%);
          margin: -30px 0 0 -11px; } }
      .reservoirs-section .content-row .divider .img-wrap img {
        width: 23px;
        height: 21px; }
    @media (min-width: 1024px) {
      .reservoirs-section .content-row .divider + .col {
        padding-left: 76px; } }
  @media (min-width: 1024px) {
    .reservoirs-section .content-row .goals-list {
      margin-left: -26px; } }

/* goals list */
.goals-list li {
  position: relative;
  padding: 0 0 0 20px; }
  @media (min-width: 1024px) {
    .goals-list li {
      padding-left: 25px; } }
  .goals-list li:before {
    content: '';
    background: #0b0b0b;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 1px; }
    @media (min-width: 768px) {
      .goals-list li:before {
        top: 10px; } }

/* news section */
.news-section.gray-bg {
  padding: 30px 0;
  background: #e3e3e3;
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #f9f9f9 10%, #fefefe 25%, #ffffff 50%, #fefefe 75%, #f9f9f9 90%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #f9f9f9 10%, #fefefe 25%, #ffffff 50%, #fefefe 75%, #f9f9f9 90%, #e3e3e3 100%); }
  @media (min-width: 768px) {
    .news-section.gray-bg {
      padding: 72px 0 84px; } }

.news-section .view-header h2 {
  text-align: center;
  font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 60px; }

.news-section__title h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 35px; }

.news-section.with-border {
  position: relative;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .news-section.with-border {
      padding: 75px 0; } }
  .news-section.with-border:before, .news-section.with-border:after {
    content: '';
    width: 224px;
    height: 4px;
    background: #b7312c;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .news-section.with-border:before {
    top: 12px; }
    @media (min-width: 768px) {
      .news-section.with-border:before {
        top: 31px; } }
  .news-section.with-border:after {
    bottom: 12px; }
    @media (min-width: 768px) {
      .news-section.with-border:after {
        bottom: 23px; } }

@media (min-width: 768px) {
  .news-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -4px 12px; } }

.news-section .news-wrap {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 184px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .news-section .news-wrap {
      margin-bottom: 8px; } }
  .news-section .news-wrap .mini-title {
    display: block;
    color: #d27f3b;
    font-size: 11px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.88px;
    margin-bottom: 6px; }
    @media (min-width: 768px) {
      .news-section .news-wrap .mini-title {
        font-size: 12px; } }
  .news-section .news-wrap .title {
    display: block;
    color: #00adee;
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    margin-bottom: 6px; }
    .news-section .news-wrap .title a:hover {
      color: #fff; }
  .news-section .news-wrap .text-wrap {
    background: rgba(11, 11, 11, 0.76);
    width: 80%;
    min-height: 104px;
    padding: 8px; }

@media (min-width: 768px) {
  .news-section .col {
    width: 25%;
    padding: 0 4px; } }

.news-section .col p {
  display: none; }

@media (min-width: 768px) {
  .news-section .col.large {
    width: 50%; } }

.news-section .col.large .news-wrap {
  height: 376px; }
  .news-section .col.large .news-wrap .title {
    font-size: 24px;
    line-height: 32px; }
  .news-section .col.large .news-wrap .mini-title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 3px; }
  .news-section .col.large .news-wrap .text-wrap {
    background: rgba(11, 11, 11, 0.72);
    min-height: 176px;
    padding: 15px 16px; }
  .news-section .col.large .news-wrap p {
    display: block;
    margin-bottom: 8px; }

.link-row {
  text-align: right; }

.more {
  display: inline-block;
  vertical-align: top;
  color: #00adee;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700; }

/* committee-section */
.committee-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .committee-section {
      padding: 20px 0 20px; } }
  .committee-section .heading {
    text-align: center;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .committee-section .heading {
        margin-bottom: 43px; } }
  .committee-section h2 {
    font-weight: 300;
    margin-bottom: 5px;
    min-height: 38px;
    margin-bottom: 20px; }
    .committee-section h2 .display-field {
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    .left-content .committee-section {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: calc(-50vw + 113px);
      margin-right: -50vw;
      border-bottom: 1px solid #eee; } }

/* committee-list */
@media (min-width: 480px) {
  .committee-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.committee-list.no-image li {
  padding: 0 0 10px; }

.committee-list li {
  position: relative;
  padding: 30px 20px 32px 115px;
  border-radius: 10px; }
  @media (min-width: 480px) {
    .committee-list li {
      width: 50%; } }
  @media (min-width: 768px) {
    .committee-list li {
      width: 33.33%; } }
  .committee-list li:hover {
    background-color: #eef9fd; }

.committee-list .img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px; }

.committee-list .name {
  color: #00adee;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  margin-bottom: 8px; }

.committee-list .info {
  color: #0b0b0b;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  display: block; }

.committee-list .bio-opener {
  display: block; }

.committee-list .person__bio {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 11, 11, 0.9);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 9999;
  padding: 112px 0; }
  @media (max-width: 680px) {
    .committee-list .person__bio {
      padding-left: 15px;
      padding-right: 15px; } }
  .committee-list .person__bio .container {
    position: relative;
    max-width: 650px; }
    @media (min-width: 501px) {
      .committee-list .person__bio .container {
        padding-left: 150px; } }
  .committee-list .person__bio .close {
    position: absolute;
    top: -35px;
    right: 0px;
    color: #00adee;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    padding: 0 26px 0 0; }
    .committee-list .person__bio .close:after, .committee-list .person__bio .close:before {
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      content: "";
      background: #38c4ea;
      position: absolute;
      right: 0;
      top: 50%;
      height: 3px;
      width: 18px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-radius: 3px; }
    .committee-list .person__bio .close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .committee-list .person__bio .name {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0;
    font-weight: normal; }
  .committee-list .person__bio .info {
    color: #fff;
    margin-bottom: 25px; }
  .committee-list .person__bio .img-wrap {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    width: 110px;
    height: 110px; }
    @media (max-width: 500px) {
      .committee-list .person__bio .img-wrap {
        position: relative;
        margin-bottom: 15px; } }
  .committee-list .person__bio.active {
    opacity: 1;
    visibility: visible; }

/* content slider */
.content-slider-block {
  max-width: 1024px;
  margin: 0 auto; }
  .content-slider-block .wrap {
    border-top: 8px solid #b7312c; }
    @media (min-width: 768px) {
      .content-slider-block .wrap {
        border: 1px solid #979797;
        border-top: 8px solid #b7312c; } }

/* bg-slider */
.bg-slider .slide {
  position: relative;
  height: 320px; }
  @media (min-width: 768px) {
    .bg-slider .slide {
      height: 354px; } }

/* content slider */
.content-slider {
  max-width: 814px;
  margin: -99px auto 0;
  padding: 0 40px 40px; }
  @media (min-width: 768px) {
    .content-slider {
      padding-bottom: 60px; } }
  .content-slider .slide {
    background: rgba(11, 11, 11, 0.66);
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    padding: 20px; }
    @media (min-width: 768px) {
      .content-slider .slide {
        font-size: 18px;
        line-height: 24px;
        padding: 66px 79px 90px;
        position: relative; } }
  .content-slider h1 {
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .content-slider h1 {
        font-size: 40px;
        line-height: 44px; } }
  .content-slider .photo-credit {
    display: block;
    color: #fff;
    margin: 0; }
    @media (min-width: 768px) {
      .content-slider .photo-credit {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 23px;
        padding: 0 30px; } }
    .content-slider .photo-credit a:hover {
      color: #fff; }
  .content-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -12px; }
    .content-slider .slick-arrow.slick-prev {
      left: 12px; }
      @media (min-width: 768px) {
        .content-slider .slick-arrow.slick-prev {
          left: -15px; } }
    .content-slider .slick-arrow.slick-next {
      right: 12px; }
      @media (min-width: 768px) {
        .content-slider .slick-arrow.slick-next {
          right: -15px; } }

/* psot row */
.post-row {
  margin: 0 0 34px;
  text-align: center; }
  @media (min-width: 768px) {
    .post-row {
      margin-bottom: 24px;
      text-align: left; } }
  .post-row .img-wrap {
    width: 256px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .post-row .img-wrap {
        float: left;
        margin: 0 34px 0 0; } }
  .post-row .text-wrap {
    padding: 10px 0 0; }
    @media (min-width: 768px) {
      .post-row .text-wrap {
        overflow: hidden;
        padding-top: 8px;
        line-height: 24px; } }
  .post-row .mini-title {
    display: block;
    color: #d27f3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 13px; }
  .post-row .title {
    display: block;
    color: #00adee;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 9px; }
    @media (min-width: 768px) {
      .post-row .title {
        font-size: 24px;
        line-height: 26px; } }
  .post-row .date {
    color: #d27f3b;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 24px; }

/* research section */
.research-section {
  color: #fff;
  font-size: 14px;
  line-height: 19px; }
  .research-section.gray-bg {
    background: #4f5a5a;
    padding: 36px 0 28px; }
    @media (min-width: 768px) {
      .research-section.gray-bg {
        padding: 72px 0 14px; } }
  @media (min-width: 768px) {
    .research-section .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -5px; } }
  .research-section .col {
    margin: 0 0 3px; }
    @media (min-width: 768px) {
      .research-section .col {
        width: 25%;
        overflow: hidden;
        padding: 0 5px; } }
  .research-section .ico-wrap {
    width: 40px;
    float: left;
    margin: 0 15px 0 0; }
    @media (min-width: 768px) {
      .research-section .ico-wrap {
        width: 34px;
        margin: 4px 17px 0 0; } }
    @media (min-width: 1024px) {
      .research-section .ico-wrap {
        width: 40px; } }
  .research-section .text-wrap {
    overflow: hidden;
    text-align: left; }
  .research-section .title {
    display: block;
    text-transform: capitalize;
    color: #00adee;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.48px;
    margin: 0 0 7px; }
    @media (min-width: 768px) {
      .research-section .title {
        font-size: 24px;
        line-height: 24px; } }
    .research-section .title a:hover {
      color: #fff; }

/* hero-section */
.hero-section {
  position: relative;
  z-index: 1;
  border-bottom: 8px solid #b7312c;
  background-color: #1e1f1f; }
  .about_img-active .hero-section {
    z-index: 9999; }
  .hero-section:before {
    content: '';
    height: 60px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .hero-section:before {
        height: 235px; } }
  .hero-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 272px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media (min-width: 768px) {
      .hero-section .container {
        min-height: 725px;
        padding-top: 110px;
        padding-bottom: 110px; } }
    .hero-section .container:before, .hero-section .container:after {
      display: none; }
  .hero-section .content-circle {
    width: 255px;
    height: 260px;
    margin: -5px auto 0;
    background: #0b0b0b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 13px;
    padding: 11px 30px; }
    @media (min-width: 768px) {
      .hero-section .content-circle {
        font-size: 16px;
        line-height: 24px;
        width: 512px;
        height: 512px;
        padding: 30px 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 768px) {
      .hero-section .content-circle p {
        margin-bottom: 52px; } }
    @media (max-width: 767px) {
      .hero-section .content-circle .social-networks {
        display: none; } }
    @media (min-width: 768px) {
      .hero-section .content-circle .social-networks li {
        font-size: 32px;
        margin: 0 11px 4px; } }
  .hero-section .logo-wrap {
    width: 25px;
    margin: 0 auto 22px; }
    @media (min-width: 768px) {
      .hero-section .logo-wrap {
        width: 56px;
        margin-bottom: 28px; } }
    .hero-section .logo-wrap img {
      width: 25px;
      height: 21px; }
      @media (min-width: 768px) {
        .hero-section .logo-wrap img {
          width: 56px;
          height: 47px; } }
  .hero-section h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 13px; }
    @media (min-width: 768px) {
      .hero-section h1 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 3px; } }
    .hero-section h1 .small {
      display: block;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 2px; }
      @media (min-width: 768px) {
        .hero-section h1 .small {
          font-size: 28px;
          line-height: 28px;
          margin-bottom: 6px; } }
  .hero-section .about-img {
    position: absolute;
    bottom: 48px;
    right: 118px;
    background: #0b0b0b;
    padding: 4px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    padding: 14px 18px; }
    @media (max-width: 767px) {
      .hero-section .about-img {
        display: none; } }
  .hero-section .about-img-block {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11, 11, 11, 0.84);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    z-index: 9999;
    padding: 112px 0; }
    @media (max-width: 767px) {
      .hero-section .about-img-block {
        display: none; } }
    .about_img-active .hero-section .about-img-block {
      opacity: 1;
      visibility: visible; }
    .hero-section .about-img-block .container {
      height: auto !important;
      max-width: 803px;
      min-height: inherit;
      padding-top: 0;
      padding-bottom: 0; }
    .hero-section .about-img-block .img-wrap {
      height: 465px;
      position: relative;
      margin-bottom: 37px; }
    .hero-section .about-img-block .title {
      display: block;
      color: #a4a3a4;
      font-size: 36px;
      line-height: 38px;
      font-weight: 300;
      display: block;
      margin-bottom: 23px; }
    .hero-section .about-img-block .top-line {
      position: relative; }
    .hero-section .about-img-block p {
      margin-bottom: 28px; }
    .hero-section .about-img-block .close {
      position: absolute;
      top: 18px;
      right: 23px;
      color: #00adee;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.32px;
      padding: 0 26px 0 0; }
      .hero-section .about-img-block .close:before, .hero-section .about-img-block .close:after {
        -webkit-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
        content: "";
        background: #38c4ea;
        position: absolute;
        right: 0;
        top: 50%;
        height: 3px;
        width: 18px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        border-radius: 3px; }
      .hero-section .about-img-block .close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .hero-section .about-img-block .close:hover {
        color: #b7312c; }
        .hero-section .about-img-block .close:hover:before, .hero-section .about-img-block .close:hover:after {
          background: #b7312c; }
    .hero-section .about-img-block .text-wrap {
      max-width: 560px;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px; }
      .hero-section .about-img-block .text-wrap a {
        color: #fff;
        font-weight: 700; }
        .hero-section .about-img-block .text-wrap a:hover {
          color: #b7312c; }
      .hero-section .about-img-block .text-wrap .more {
        color: #00adee; }

/* discover panel */
.discover-section {
  background: #0b0b0b;
  color: #fff;
  text-align: center;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .discover-section {
      padding: 60px 0 60px; } }
  .discover-section .heading {
    margin: 0 0 52px; }
    @media (min-width: 768px) {
      .discover-section .heading {
        margin: 0 58px 25px; } }
  .discover-section h2 {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 11px; }
    @media (min-width: 768px) {
      .discover-section h2 {
        color: #fff;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 35px; } }
  .discover-section p a {
    font-weight: 700; }
  .discover-section + .news-section {
    padding: 16px 0 17px; }
    @media (min-width: 768px) {
      .discover-section + .news-section {
        padding: 104px 0; } }
    @media (min-width: 1024px) {
      .discover-section + .news-section {
        padding-bottom: 60px; } }

.services-row {
  text-align: left;
  margin: 0 0 30px; }
  @media (min-width: 480px) {
    .services-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -4px 60px; } }
  @media (min-width: 480px) {
    .services-row .col {
      width: 50%;
      padding: 0 4px 4px; } }
  @media (min-width: 768px) {
    .services-row .col {
      width: 20%; } }
  .services-row .wrap {
    display: block;
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .services-row .wrap {
        margin: 0;
        position: relative; } }
    @media (min-width: 768px) {
      .services-row .wrap:hover .img-wrap:after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        opacity: 0.85; }
      .services-row .wrap:hover .title {
        opacity: 0;
        visibility: hidden; }
      .services-row .wrap:hover .desc {
        opacity: 1;
        visibility: visible; } }
  .services-row .img-wrap {
    position: relative;
    float: left;
    width: 64px;
    z-index: 1;
    overflow: hidden;
    margin: 0 7px 0 0; }
    @media (min-width: 768px) {
      .services-row .img-wrap {
        width: 100%;
        margin: 0; }
        .services-row .img-wrap img {
          width: 100%; } }
    .services-row .img-wrap:after {
      content: '';
      background: #4f5a5a;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 66.5%;
      right: -999px;
      left: -999px;
      bottom: -50%; }
  .services-row .title {
    display: block;
    overflow: hidden;
    color: #00adee;
    font-weight: 400;
    padding: 20px 0 0;
    font-size: 18px;
    line-height: 19px; }
    @media (min-width: 768px) {
      .services-row .title {
        position: absolute;
        bottom: 0;
        font-size: 13px;
        line-height: 15px;
        right: 0;
        z-index: 1;
        text-align: right;
        font-weight: 700;
        padding: 9px 9px 14px 40px; } }
    @media (min-width: 1024px) {
      .services-row .title {
        font-size: 18px;
        line-height: 20px; } }
  .services-row .desc {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    z-index: 1; }
    @media (max-width: 767px) {
      .services-row .desc {
        display: none; } }
    @media (min-width: 1024px) {
      .services-row .desc {
        font-size: 14px;
        line-height: 17px; } }
  .services-row + p {
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .services-row + p {
        margin-bottom: 53px; } }

/* jobs section */
.jobs-section {
  background: rgba(164, 163, 164, 0.11);
  padding: 23px 0 17px; }
  @media (min-width: 768px) {
    .jobs-section {
      overflow: hidden;
      padding: 39px 0 44px; } }
  @media (max-width: 767px) {
    .jobs-section.hover .heading-block, .jobs-section:hover .heading-block {
      display: none; }
    .jobs-section.hover .content-block, .jobs-section:hover .content-block {
      display: block; } }
  .jobs-section .heading-block {
    background: #a4a3a4;
    position: relative;
    padding: 2px 15px 0 0; }
    @media (min-width: 768px) {
      .jobs-section .heading-block {
        float: left;
        width: 36.5%;
        z-index: 1; }
        .jobs-section .heading-block:after {
          content: '';
          background: #a4a3a4;
          position: absolute;
          left: -999px;
          right: 0;
          top: -999px;
          bottom: -999px;
          z-index: -1; } }
    @media (max-width: 767px) {
      .jobs-section .heading-block {
        margin: -23px -16px -17px;
        padding: 23px 16px 70px;
        height: 365px; } }
    .jobs-section .heading-block .title {
      display: block;
      max-width: 256px;
      color: #fff;
      font-weight: 400;
      font-size: 32px;
      line-height: 40px;
      border-top: 4px solid #d27f3b;
      padding-top: 4px; }
      @media (min-width: 768px) {
        .jobs-section .heading-block .title {
          font-size: 28px;
          line-height: 32px; } }
      @media (min-width: 1024px) {
        .jobs-section .heading-block .title {
          font-size: 32px;
          line-height: 40px; } }
  @media (min-width: 768px) {
    .jobs-section .content-block {
      overflow: hidden;
      padding: 0 0 0 64px; } }
  @media (max-width: 767px) {
    .jobs-section .content-block {
      display: none;
      min-height: 360px; } }

.events-list {
  margin-bottom: 56px; }
  @media (min-width: 768px) {
    .events-list {
      margin-bottom: 21px; } }
  .events-list li {
    color: #00adee;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 0 0 19px; }
    @media (min-width: 1024px) {
      .events-list li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px; } }
  .events-list .date {
    display: block;
    color: #d27f3b;
    font-weight: 900;
    margin-bottom: -4px; }
    @media (min-width: 768px) {
      .events-list .date {
        float: left;
        width: 134px;
        margin: 0 10px 0 0; } }
  .events-list .title {
    display: block; }
    @media (min-width: 768px) {
      .events-list .title {
        overflow: hidden; } }

/* events-section */
.events-section {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .events-section {
      padding: 87px 0; } }
  @media (min-width: 1024px) {
    .events-section .sidebar {
      width: 24%;
      padding-right: 75px; } }
  .events-section h2 {
    margin: 0 0 36px; }
  .events-section .events-list {
    margin-bottom: 46px; }
    .events-section .events-list li {
      border-top: 4px solid #d8d8d8;
      color: inherit;
      font-size: 14px;
      line-height: 1.14;
      font-weight: normal;
      padding: 15px 0 15px;
      margin: 0; }
    .events-section .events-list .dates {
      color: #d27f3b;
      font-size: 36px;
      font-weight: 900;
      margin: 0 0 10px; }
      @media (min-width: 480px) {
        .events-section .events-list .dates {
          float: left;
          margin: 0 6px 0 5px;
          width: 140px; } }
      .events-section .events-list .dates time {
        vertical-align: top;
        display: inline-block;
        font-size: 36px;
        font-weight: 900;
        text-align: center; }
        .events-section .events-list .dates time span {
          text-transform: uppercase;
          font-size: 18px;
          display: block; }
    .events-section .events-list .descr {
      overflow: hidden; }
    .events-section .events-list .title {
      font-size: 18px;
      line-height: 1.18;
      margin: 0 0 5px; }
    .events-section .events-list address {
      font-weight: 500;
      margin: 0 0 24px;
      font-style: normal; }

/* links-list */
.links-list {
  font-size: 18px;
  font-weight: bold;
  margin: 9px -8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .links-list li {
    width: 50%;
    padding: 0 8px; }
    @media (min-width: 768px) {
      .links-list li {
        width: 25%; } }
    @media (min-width: 1024px) {
      .links-list li {
        width: 100%; } }
  .links-list .disabled a {
    color: #d8d8d8;
    pointer-events: none; }
  .links-list .active a {
    color: #0b0b0b; }

.link-more {
  font-size: 18px;
  font-weight: bold; }
  .link-more:after {
    content: '»';
    margin-left: 9px; }

/* pager */
.pager {
  text-align: right;
  font-size: 18px;
  color: #9b9b9b;
  font-weight: bold;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    .pager {
      padding: 59px 4px 56px; } }
  .pager span {
    margin: 0 21px; }
  .page-taxonomy-activities .pager {
    display: none; }

/* feed-section */
.feed-section {
  background: #4f5a5a;
  color: #fff;
  padding: 25px 0; }
  @media (min-width: 768px) {
    .feed-section {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .feed-section {
      padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .feed-section .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -12px; } }
  @media (min-width: 768px) {
    .feed-section .col {
      width: 33.33%;
      padding: 0 12px; } }
  .feed-section .col + .col {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .feed-section .col + .col {
        padding-top: 0; } }
  .feed-section .col .title {
    display: block;
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    margin: 0 0 17px; }
    @media (min-width: 768px) {
      .feed-section .col .title {
        text-align: left;
        margin-bottom: 20px; } }

@media (min-width: 768px) {
  .twitter-holder {
    height: 500px;
    overflow-y: scroll; } }

@media (min-width: 768px) {
  .events-date-block {
    margin: -3px 0 0; } }

.events-date-block .event-row {
  border-top: 4px solid #d27f3b;
  color: #00adee;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 3px 18px 9px 0; }
  @media (min-width: 768px) {
    .events-date-block .event-row {
      padding: 6px 0; } }
  @media (min-width: 1024px) {
    .events-date-block .event-row {
      padding-right: 21px; } }
  .events-date-block .event-row .description {
    display: block;
    overflow: hidden; }
  .events-date-block .event-row .date {
    float: left;
    width: 46px;
    font-weight: 900;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 8px 8px 0 0; }
    @media (min-width: 768px) {
      .events-date-block .event-row .date {
        margin: 5px 8px 0 -2px; } }
    @media (min-width: 768px) {
      .events-date-block .event-row .date {
        margin-right: 28px; } }
    .events-date-block .event-row .date .day {
      font-size: 36px; }

.events-date-block .link-row {
  padding-top: 13px; }
  @media (min-width: 768px) {
    .events-date-block .link-row {
      padding-top: 48px; } }
  .events-date-block .link-row .calendar-ico {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 20px;
    height: 19px;
    margin: -4px 8px 0 0; }
  .events-date-block .link-row .more:hover .calendar-ico {
    opacity: 0.75; }

.flickr-gallery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px; }
  .flickr-gallery-block .image-box {
    width: 50%;
    padding: 0 8px 16px; }
    .flickr-gallery-block .image-box img {
      width: 100%; }
  @media (min-width: 768px) {
    .flickr-gallery-block + .link-row {
      padding: 12px 0 0; } }

/* title banner */
.title-banner {
  position: relative;
  border-bottom: 8px solid #b7312c;
  height: 272px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 768px) {
    .title-banner {
      height: 368px; } }
  .title-banner .container {
    width: 100%; }
    @media (min-width: 1024px) {
      .title-banner .container.md {
        padding-left: 124px; } }
  .title-banner .bg-stretch:before, .title-banner .bg-stretch:after {
    content: '';
    height: 60px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .title-banner .bg-stretch:before, .title-banner .bg-stretch:after {
        height: 213px; } }
  .title-banner .bg-stretch:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
    background: linear-gradient(180deg, transparent 0%, #000000 100%);
    opacity: 0.41;
    top: auto;
    bottom: 0; }
    @media (min-width: 768px) {
      .title-banner .bg-stretch:after {
        height: 96px; } }
  .title-banner h1 {
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    max-width: 550px;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .title-banner h1 {
        font-size: 64px;
        line-height: 68px; } }

/* field-studies-intro */
.field-studies-intro {
  padding: 30px 0 20px; }
  @media (min-width: 1024px) {
    .field-studies-intro {
      padding: 30px 0 20px; } }
  .field-studies-intro .container.md {
    padding: 0; }
  @media (min-width: 1024px) {
    .field-studies-intro .left-content {
      padding-left: 111px;
      padding-right: 50px; } }
  .field-studies-intro .bold-text {
    color: #a4a3a4;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .field-studies-intro .bold-text {
        font-size: 18px;
        line-height: 32px; } }
    .field-studies-intro .bold-text p {
      margin: 0 0 10px; }
  .field-studies-intro .highlight-text {
    display: block;
    margin-bottom: 40px; }
  .field-studies-intro .side-link-box {
    padding: 9px 12px;
    margin-bottom: 30px;
    text-align: left; }
    @media (min-width: 1024px) {
      .field-studies-intro .side-link-box {
        width: 248px;
        margin: -114px 0 34px; }
        .field-studies-intro .side-link-box .links {
          font-size: 20px;
          line-height: 22px;
          padding: 12px 6px 14px; }
          .field-studies-intro .side-link-box .links li {
            margin-bottom: 6px; }
            .field-studies-intro .side-link-box .links li + li {
              padding-top: 11px; } }
    .field-studies-intro .side-link-box .jcf-select {
      border: 2px solid #a4a3a4;
      height: 40px;
      margin: 0; }
      .field-studies-intro .side-link-box .jcf-select .jcf-select-text {
        color: #a4a3a4;
        line-height: 37px;
        margin: 0 30px 0 8px; }
      .field-studies-intro .side-link-box .jcf-select .jcf-select-opener {
        width: 29px; }
  @media (min-width: 1024px) {
    .field-studies-intro .right-content {
      padding: 0;
      width: 248px;
      text-align: center; } }
  @media (min-width: 1024px) {
    .page-taxonomy-project-program .field-studies-intro .right-content {
      width: 30%; } }
  .field-studies-intro .update-info {
    color: #a4a3a4;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase; }

/* content-area */
.content-area {
  padding: 40px 0;
  font-weight: normal; }
  @media (min-width: 1024px) {
    .content-area {
      padding-top: 62px; } }
  .content-area .date {
    font-weight: bold;
    font-size: 12px;
    color: #a4a3a4;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .content-area .date {
        float: right;
        margin: 2px 0 0 16px; } }
  .content-area .category {
    display: block;
    overflow: hidden;
    color: #a4a3a4;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 35px; }
  .content-area .left-content {
    padding-left: 0; }
  .content-area .side-link-box {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 9px 12px; }
    @media (min-width: 1024px) {
      .content-area .side-link-box .links {
        font-size: 20px;
        line-height: 22px;
        padding: 12px 6px 14px; } }
    .content-area .side-link-box .jcf-select {
      border: 2px solid #a4a3a4;
      height: 40px;
      margin: 0; }
      .content-area .side-link-box .jcf-select .jcf-select-text {
        color: #a4a3a4;
        line-height: 37px;
        margin: 0 30px 0 8px; }
      .content-area .side-link-box .jcf-select .jcf-select-opener {
        width: 29px; }
  .content-area h1 {
    margin-bottom: 24px;
    font-weight: 300; }
    @media (min-width: 1024px) {
      .content-area h1 {
        font-size: 64px;
        margin: 0 0 40px;
        line-height: 66px; } }
  .content-area h2 {
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 12px; }
  .content-area address {
    font-style: normal;
    color: #d27f3b; }
  @media (min-width: 1024px) {
    .content-area .row {
      margin: 0 -8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .content-area .col {
      padding: 0 8px;
      width: 50%; } }
  .content-area .col .committee-list {
    padding: 8px 0 30px; }
    @media (min-width: 1024px) {
      .content-area .col .committee-list {
        padding: 8px 13px 0; } }
    .content-area .col .committee-list li {
      width: 100%; }
      @media (min-width: 768px) {
        .content-area .col .committee-list li {
          width: 50%; } }
      @media (min-width: 1024px) {
        .content-area .col .committee-list li {
          width: 100%;
          padding-left: 106px;
          margin: 0 0 17px; } }
    .content-area .col .committee-list.no-image {
      padding: 8px 0 0; }
      .content-area .col .committee-list.no-image li {
        padding: 0;
        margin: 0 0 16px; }
    .content-area .col .committee-list .name {
      color: inherit; }
      .content-area .col .committee-list .name a {
        color: inherit; }
        .content-area .col .committee-list .name a:hover {
          color: #00adee; }
    .content-area .col .committee-list .info {
      font-weight: 400;
      font-size: 16px; }
  .content-area .descr {
    font-size: 14px;
    line-height: 1.71; }
    .content-area .descr em {
      font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      display: block;
      margin: 0 0 6px; }
    .content-area .descr .note {
      font-weight: 100;
      display: block; }
  .content-area .video-holder,
  .content-area .map-holder {
    margin: 0 0 34px; }
    .content-area .video-holder img,
    .content-area .map-holder img {
      vertical-align: top; }
  .content-area .img-left,
  .content-area .map-block {
    margin-top: 15px;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .content-area .img-left,
      .content-area .map-block {
        width: 47.5%;
        float: left;
        margin: -15px 16px 0 0; } }
    .content-area .img-left img,
    .content-area .map-block img {
      display: block;
      margin: 0 0 15px; }
    .content-area .img-left .map-holder,
    .content-area .map-block .map-holder {
      margin: 0 0 4px; }
      .content-area .img-left .map-holder img,
      .content-area .map-block .map-holder img {
        display: inline;
        margin: 0;
        vertical-align: top; }
  .content-area .img-right {
    margin-top: 15px;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .content-area .img-right {
        width: 47.5%;
        float: right;
        margin: 0 0 0 16px; } }
    .content-area .img-right img {
      display: block;
      margin: 0 0 15px; }

.further-updates-section {
  font-size: 14px;
  line-height: 1.14; }

.study-block {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .study-block {
      margin-bottom: 129px; } }
  @media (min-width: 1024px) {
    .study-block .container.md {
      padding: 0 113px; } }
  @media (min-width: 1024px) {
    .study-block .picture-description-block {
      margin: 35px -31px 18px; } }

/* section title with border top */
.section-title {
  display: block;
  position: relative;
  padding: 16px 0;
  margin: 0;
  text-transform: capitalize;
  font-weight: 300; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 36px;
      line-height: 40px;
      padding: 28px 0 32px; } }
  .section-title:before {
    content: '';
    width: 200px;
    height: 8px;
    background: #b7312c;
    position: absolute;
    top: 0;
    left: 0; }

/* study holder */
.study-holder {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background: rgba(216, 216, 216, 0.66);
  margin-bottom: 23px;
  padding: 16px;
  text-align: center;
  min-height: 186px; }
  @media (min-width: 768px) {
    .study-holder {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .study-holder {
      padding-right: 43px; } }
  .study-holder .img-wrap {
    width: 152px;
    position: relative;
    margin: 0 auto 15px;
    text-align: left;
    max-height: 152px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .study-holder .img-wrap {
        margin: 0 15px 0 0; } }
    .study-holder .img-wrap img {
      width: 100%; }
    .study-holder .img-wrap .picture-title {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      padding: 8px;
      text-align: left;
      display: block; }
      @media (min-width: 768px) {
        .study-holder .img-wrap .picture-title {
          font-size: 24px;
          line-height: 32px; } }
  .study-holder .text-wrap {
    line-height: 18px; }
    @media (min-width: 768px) {
      .study-holder .text-wrap {
        overflow: hidden;
        line-height: 21px;
        width: calc(100% - 167px); } }

@media (min-width: 768px) {
  .extra-study-holder {
    padding: 2px 0 0; } }

.extra-study-holder .title {
  color: #0b0b0b;
  display: block;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .extra-study-holder .title {
      float: left;
      width: 178px;
      margin-right: 7px; } }

.extra-study-holder .post-wrap {
  border: 1px solid #979797;
  background: #fff;
  font-size: 14px;
  line-height: 19px;
  padding: 16px;
  text-align: center; }
  @media (min-width: 768px) {
    .extra-study-holder .post-wrap {
      text-align: left; } }
  @media (min-width: 1024px) {
    .extra-study-holder .post-wrap {
      overflow: hidden; } }
  .extra-study-holder .post-wrap .heading {
    display: block;
    color: #00adee;
    font-size: 18px;
    line-height: 24px;
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 900;
    margin-bottom: 8px; }
  .extra-study-holder .post-wrap .img-wrap {
    max-width: 240px;
    margin: 0 auto 16px; }
    @media (min-width: 768px) {
      .extra-study-holder .post-wrap .img-wrap {
        float: left;
        width: 240px;
        margin: 0 16px 0 0; } }
  @media (min-width: 768px) {
    .extra-study-holder .post-wrap .text-wrap {
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .extra-study-holder .post-wrap .text-wrap {
      margin-top: -4px; } }
  .extra-study-holder .post-wrap p {
    margin: 0; }

/* picture description block */
.picture-description-block {
  border: 1px solid #979797;
  line-height: 16px;
  position: relative;
  text-align: center;
  max-width: 832px;
  margin: 0 auto 18px; }
  .picture-description-block:after {
    content: '';
    width: 224px;
    height: 4px;
    background: #b7312c;
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 1024px) {
      .picture-description-block:after {
        bottom: 44px; } }
  .picture-description-block img {
    width: 100%; }
  .picture-description-block .text-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 20px 48px;
    line-height: 1.25em; }
    @media (min-width: 1024px) {
      .picture-description-block .text-wrap {
        padding: 26px 20px 53px; } }
  .picture-description-block h3, .picture-description-block .h3 {
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .picture-description-block h3, .picture-description-block .h3 {
        font-size: 30px;
        line-height: 34px; } }
  .picture-description-block.with-border {
    border-top: 8px solid #b7312c; }

.section-block {
  margin: 0 0 40px;
  /* project-section */ }
  @media (min-width: 1024px) {
    .section-block {
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .section-block .heading {
      padding: 0 95px;
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .section-block .section-title {
      padding-bottom: 3px; } }
  .section-block.project-section {
    margin-bottom: 20px; }
    .section-block.project-section .img-block {
      margin-bottom: 8px; }
      .section-block.project-section .img-block img {
        width: 100%; }
    .section-block.project-section .photo-credit {
      margin: 0;
      font-size: 14px;
      line-height: 19px; }
      @media (min-width: 1024px) {
        .section-block.project-section .photo-credit {
          margin: 0 0 1px 105px; } }
      .section-block.project-section .photo-credit + .txt {
        margin-bottom: 40px; }
        @media (min-width: 1024px) {
          .section-block.project-section .photo-credit + .txt {
            margin-bottom: 91px; } }
    .section-block.project-section .txt {
      display: block;
      font-size: 14px;
      line-height: 19px;
      font-weight: 300; }
      @media (min-width: 1024px) {
        .section-block.project-section .txt {
          margin: 0 0 0 105px; } }

/* map styles */
@media (max-width: 767px) {
  .map-wrap .map {
    height: 260px !important; } }

/* videos styles */
@media (min-width: 768px) {
  .video-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.video-holder .large-video-wrap {
  margin-bottom: 6px; }
  @media (min-width: 768px) {
    .video-holder .large-video-wrap {
      width: calc(100% - 185px);
      margin: 0; } }
  @media (min-width: 1024px) {
    .video-holder .large-video-wrap {
      width: calc(100% - 244px); } }
  .video-holder .large-video-wrap a {
    display: block; }
    @media (min-width: 768px) {
      .video-holder .large-video-wrap a {
        height: 100%; } }
    .video-holder .large-video-wrap a:hover {
      opacity: 0.8; }
    .video-holder .large-video-wrap a img {
      width: 100%; }
      @media (min-width: 768px) {
        .video-holder .large-video-wrap a img {
          display: none !important; } }
    .video-holder .large-video-wrap a iframe {
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .video-holder .large-video-wrap a iframe {
          display: none !important; } }

@media (min-width: 768px) {
  .video-holder .jcf-scrollable-wrapper {
    width: 180px !important; } }

@media (min-width: 1024px) {
  .video-holder .jcf-scrollable-wrapper {
    width: 240px !important; } }

.video-holder .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
  display: none; }

.video-holder .video-list {
  margin: 0 -3px -3px;
  height: 402px !important; }
  @media (min-width: 768px) {
    .video-holder .video-list {
      padding-right: 14px !important;
      width: auto !important; } }
  .video-holder .video-list .display-field {
    margin-bottom: 0; }
  .video-holder .video-list li {
    padding: 0 3px 3px; }
  .video-holder .video-list a {
    display: block; }
    .video-holder .video-list a:hover {
      opacity: 0.8; }
    .video-holder .video-list a img {
      width: 100%; }

/* flickr gallery styles */
.flickr-slider {
  position: relative;
  margin-bottom: 9px; }
  .flickr-slider .image-box img {
    width: 100%;
    height: auto;
    max-width: none; }
  .flickr-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 80px; }
    .flickr-slider .slick-arrow:hover {
      background: #000; }
    .flickr-slider .slick-arrow.slick-prev:after, .flickr-slider .slick-arrow.slick-next:after {
      color: #fff;
      font-size: 29px;
      line-height: 1;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%) !important;
          -ms-transform: translate(-50%, -50%) !important;
              transform: translate(-50%, -50%) !important; }
    .flickr-slider .slick-arrow.slick-prev {
      left: 8px; }
    .flickr-slider .slick-arrow.slick-next {
      right: 8px; }

.flickr-gallery-wrap {
  position: relative;
  /* flickr title */ }
  .flickr-gallery-wrap #galleryTitle {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    z-index: 2; }
  .flickr-gallery-wrap .caps-txt {
    color: #0b0b0b;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: block;
    text-align: right; }

@media (max-width: 767px) {
  .leaflet-popup-content {
    width: 270px !important; } }

/* page-heading styles */
.page-heading {
  text-align: center; }
  .page-heading h1 {
    font-weight: 700;
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: capitalize;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .page-heading h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 49px; } }

/* subduction-contents */
.subduction-contents {
  padding: 50px 0; }
  @media (min-width: 1024px) {
    .subduction-contents {
      padding: 27px 0 81px; } }
  .subduction-contents .content-info {
    color: #0b0b0b;
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    display: block;
    margin: 0 0 33px; }
  .subduction-contents .sort-text {
    color: #0b0b0b;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    display: block;
    margin: 0 0 19px; }
  .subduction-contents .left-content {
    margin: 0 0 40px; }
    @media (min-width: 1024px) {
      .subduction-contents .left-content {
        width: 70%;
        padding-left: 126px; } }
  @media (min-width: 1024px) {
    .subduction-contents .sidebar {
      width: 26%;
      padding: 91px 0 0 21px; }
      .subduction-contents .sidebar .social-networks {
        margin-top: -7px;
        margin-bottom: -5px; } }
  @media (min-width: 1024px) {
    .subduction-contents.news-version {
      padding: 72px 0; } }
  .subduction-contents.news-version .content-info {
    font-size: 20px;
    line-height: 22px; }
  .subduction-contents.news-version .page-heading h1 {
    margin-bottom: 48px; }
    @media (min-width: 1024px) {
      .subduction-contents.news-version .page-heading h1 {
        font-size: 36px;
        margin-bottom: 87px; } }
  .subduction-contents.news-version .left-content {
    margin: 0 0 40px; }
    @media (min-width: 1024px) {
      .subduction-contents.news-version .left-content {
        padding: 0;
        width: 74.9%; } }
  @media (min-width: 1024px) {
    .subduction-contents.news-version .sidebar {
      width: 25%;
      padding: 84px 0 0 38px;
      position: relative; }
      .subduction-contents.news-version .sidebar:before {
        content: '';
        background: #a4a3a4;
        position: absolute;
        left: 15px;
        top: 96px;
        bottom: 106px;
        width: 1px; } }

/* subduction posts */
.post-holder {
  text-align: center;
  margin: 0 0 32px; }
  @media (min-width: 768px) {
    .post-holder {
      text-align: left;
      margin-bottom: 10px; } }
  .post-holder .img-wrap {
    width: 152px;
    margin: 0 auto 14px; }
    @media (min-width: 768px) {
      .post-holder .img-wrap {
        float: left;
        margin: 0 15px 0 0; } }
  .post-holder .text-wrap {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .post-holder .text-wrap {
        overflow: hidden;
        padding: 4px 0 0; } }
  .post-holder .title {
    color: #00adee;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    margin: 0 0 9px; }
  .post-holder .info {
    color: #d27f3b;
    display: block;
    line-height: 16px; }
  .post-holder p {
    margin-bottom: 9px; }

/* pagination styles */
.pagination {
  width: auto;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .pagination {
      width: auto; } }
  @media (min-width: 1024px) {
    .pagination {
      margin-top: 20px; } }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    color: #0b0b0b;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .pagination li {
        margin: 0 1px; } }
    .pagination li.active a {
      background: #4f5a5a;
      color: #fff;
      pointer-events: none; }
    .pagination li .dots {
      display: inline-block;
      vertical-align: bottom;
      padding: 3px 5px 0; }
  .pagination a {
    color: #0b0b0b;
    display: block;
    padding: 3px 7px 1px; }
    .pagination a:hover {
      background: #4f5a5a;
      color: #fff; }
    .pagination a.prev-btn, .pagination a.next-btn {
      color: #00adee;
      padding: 4px 3px 0;
      background: none; }
      .pagination a.prev-btn:hover, .pagination a.next-btn:hover {
        color: #b7312c; }

/* sidebar */
@media (min-width: 1024px) {
  .sidebar {
    float: right; } }

.sidebar .block {
  margin: 0 0 36px; }
  @media (min-width: 1024px) {
    .sidebar .block {
      margin-bottom: 47px; } }

@media (min-width: 1024px) {
  .sidebar .btn-row .btn {
    width: 193px; } }

.sidebar .title {
  color: #0b0b0b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  margin: 0 0 18px;
  text-transform: capitalize; }
  @media (min-width: 1024px) {
    .sidebar .title {
      margin-bottom: 24px; } }

.sidebar .social-networks li {
  font-size: 35px;
  line-height: 35px; }

.sidebar .social-networks .mail {
  width: 35px;
  height: 35px; }

.sidebar .social-networks a {
  color: #00adee; }
  .sidebar .social-networks a:hover {
    color: #00adee;
    opacity: 0.8; }

.sidebar #block-contentfield-feature-references--2 {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: .2s ease all;
  transition: .2s ease all; }
  .sidebar #block-contentfield-feature-references--2.display {
    opacity: 1;
    visibility: visible;
    height: auto; }

.a2a_kit .a2a_dd {
  display: none; }

.a2a_kit .a2a_svg {
  display: none; }

.a2a_kit .a2a_button_email,
.a2a_kit .a2a_button_twitter,
.a2a_kit .a2a_button_facebook {
  width: 39px;
  height: 35px;
  font-size: 35px;
  margin-right: 15px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* subscribe form block */
.subscribe-form-holder {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(11, 11, 11, 0.9);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .subscribe-active .subscribe-form-holder {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }

.subscribe-form {
  width: 100%;
  max-width: 256px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .subscribe-form {
      width: 418px; } }
  .subscribe-form input[type="text"],
  .subscribe-form input[type="email"],
  .subscribe-form input[type="password"] {
    display: block;
    background: none;
    width: 255px;
    height: 47px;
    border: 2px solid #a4a3a4;
    margin: 0 0 14px; }
    .subscribe-form input[type="text"]:focus,
    .subscribe-form input[type="email"]:focus,
    .subscribe-form input[type="password"]:focus {
      border-color: #b7312c; }
  .subscribe-form label {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 8px; }
  .subscribe-form .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #00adee;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 0 23px 0 0; }
    @media (min-width: 768px) {
      .subscribe-form .close {
        right: -110px; } }
    .subscribe-form .close:hover {
      opacity: 0.75; }
    .subscribe-form .close:before, .subscribe-form .close:after {
      content: '';
      background: #38c4ea;
      height: 3px;
      width: 18px;
      position: absolute;
      top: 7px;
      right: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .subscribe-form .close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

/* filter form styles*/
.views-exposed-form label,
.filter-form label {
  color: #0b0b0b;
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px; }

.views-exposed-form .jcf-select,
.filter-form .jcf-select {
  margin: 0 0 22px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #979797;
  max-width: 204px;
  text-transform: capitalize; }
  @media (min-width: 1024px) {
    .views-exposed-form .jcf-select,
    .filter-form .jcf-select {
      margin-bottom: 27px; } }
  .views-exposed-form .jcf-select .jcf-select-text,
  .filter-form .jcf-select .jcf-select-text {
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 44px 0 14px; }
  .views-exposed-form .jcf-select .jcf-select-opener,
  .filter-form .jcf-select .jcf-select-opener {
    width: 29px; }
    .views-exposed-form .jcf-select .jcf-select-opener:after,
    .filter-form .jcf-select .jcf-select-opener:after {
      display: none; }
    .views-exposed-form .jcf-select .jcf-select-opener:before,
    .filter-form .jcf-select .jcf-select-opener:before {
      content: "\e907";
      border: none;
      color: #00adee;
      top: 8px;
      left: 7px;
      width: auto;
      height: auto;
      font-size: 16px;
      line-height: 1;
      font: 16px/1 'icomoon' !important;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

@media (min-width: 1024px) {
  .views-exposed-form .switch,
  .filter-form .switch {
    margin-top: -5px; } }

/* toggle switch styles */
.switch {
  position: relative;
  width: 143px;
  height: 20px;
  font-size: 0;
  margin: 0 0 22px; }
  @media (min-width: 1024px) {
    .switch {
      margin-bottom: 28px; } }

.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  left: 37px;
  margin: 0;
  width: 35px;
  height: 20px; }
  .switch input:focus .toggle-outside {
    border-color: #00adee; }

.switch input:checked {
  z-index: 1; }

.switch input:checked + label {
  opacity: 1;
  cursor: default; }

.switch input:not(:checked) + label:hover {
  opacity: 0.5; }

.switch label {
  color: #0b0b0b;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  padding: 3px 0 0; }

.switch .toggle-outside {
  border-radius: 20px;
  width: 36px;
  height: 21px;
  border: 2px solid #a4a3a3;
  background: #fff;
  overflow: hidden;
  position: absolute;
  padding: 2px;
  left: 36px;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all; }
  .switch .toggle-outside:focus {
    border-color: #00adee; }

.switch .toggle-inside {
  border-radius: 50%;
  background: #00adee;
  position: absolute;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  height: 13px;
  width: 13px; }

.switch label:last-of-type {
  margin-left: 50px; }

.switch input:checked ~ .toggle-outside .toggle-inside {
  left: 2px; }

.switch input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 16px; }

/* cloud-tag-links */
.display-field.page__tags div.label {
  display: block; }

.display-field.page__tags div {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 2px 6px;
  font-size: 14px;
  line-height: 14px; }
  .display-field.page__tags div a {
    display: block;
    background: #00adee;
    color: #fff;
    padding: 7px 10px; }
    .display-field.page__tags div a:hover {
      background: #b7312c; }
    .display-field.page__tags div a:focus {
      background: #b7312c; }

.tag-cloud ul {
  margin: 0 -2px; }
  .tag-cloud ul li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 2px 6px;
    font-size: 14px;
    line-height: 14px; }
  .tag-cloud ul a {
    display: block;
    background: #00adee;
    color: #fff;
    padding: 7px 10px; }
    .tag-cloud ul a:hover {
      background: #b7312c; }
    .tag-cloud ul a:focus {
      background: #b7312c; }

.cloud-tag-links {
  margin: 0 -2px; }
  .cloud-tag-links li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 2px 6px;
    font-size: 14px;
    line-height: 14px; }
  .cloud-tag-links a {
    display: block;
    background: #00adee;
    color: #fff;
    padding: 7px 10px; }
    .cloud-tag-links a:hover {
      background: #b7312c; }
    .cloud-tag-links a:focus {
      background: #b7312c; }

/* news-block  */
@media (min-width: 768px) {
  .news-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px; } }

@media (min-width: 768px) {
  .news-blocks .col {
    width: 33.33%;
    padding: 0 8px; } }

@media (min-width: 768px) {
  .news-blocks .col.large {
    width: 66.66%; }
    .news-blocks .col.large .news-hold {
      position: relative; }
      .news-blocks .col.large .news-hold .text-wrap {
        background: rgba(11, 11, 11, 0.72);
        color: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 112px;
        padding: 11px 16px 10px; }
      .news-blocks .col.large .news-hold img {
        margin: 0; } }

@media (min-width: 1024px) {
  .news-blocks .col.large .news-hold .mini-title {
    font-weight: 700;
    margin-bottom: 0; }
  .news-blocks .col.large .news-hold img {
    margin: 0; }
  .news-blocks .col.large .news-hold .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px; } }

.news-blocks .news-hold {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  margin: 0 0 27px; }
  .news-blocks .news-hold img {
    max-width: none;
    width: 100%;
    height: auto;
    margin: 0 0 12px; }
  .news-blocks .news-hold .mini-title {
    display: block;
    color: #d27f3b;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.7px; }
    @media (min-width: 1024px) {
      .news-blocks .news-hold .mini-title {
        margin-bottom: -2px; } }
  .news-blocks .news-hold .title {
    display: block;
    color: #00adee;
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    margin: 0 0 7px; }
  .news-blocks .news-hold p {
    margin-bottom: 10px; }

/* most-read-news */
.most-read-news .views-row,
.most-read-news li {
  margin: 0 0 17px;
  color: #00adee;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700; }

.most-read-news .info {
  display: block;
  color: #d27f3b;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  margin: 0 0 1px; }
  .most-read-news .info time {
    color: #a4a3a4; }

.most-read-news .title {
  display: block; }

.hidden {
  display: none !important; }

/* event-section-block */
.event-section-block {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .event-section-block {
      line-height: 24px; } }
  @media (min-width: 1024px) {
    .event-section-block {
      padding: 51px 0 134px; } }
  .event-section-block .left-content {
    margin: 0 0 50px; }
    @media (min-width: 1024px) {
      .event-section-block .left-content {
        padding-left: 76px;
        width: 72%;
        margin: 0; } }
    @media (min-width: 1024px) {
      .event-section-block .left-content .btn-row {
        text-align: right;
        margin: -25px -32px 0 0; } }
    .event-section-block .left-content .btn-row .more img {
      width: 19px;
      height: 19px;
      margin: -2px 13px 0 0; }
  @media (min-width: 1024px) {
    .event-section-block .right-block {
      float: right;
      width: 28%;
      padding: 306px 0 0 35px; } }
  @media (min-width: 1024px) {
    .event-section-block .right-block .btn {
      padding: 15px 15px 13px;
      width: 226px;
      line-height: 19px; } }
  .event-section-block .heading {
    margin: 0 0 36px; }
    @media (min-width: 768px) {
      .event-section-block .heading {
        line-height: 32px; } }
    .event-section-block .heading h1 {
      position: relative;
      margin: 0;
      padding: 36px 0 37px; }
      @media (min-width: 1024px) {
        .event-section-block .heading h1 {
          line-height: 57px; } }
      .event-section-block .heading h1:before {
        content: '';
        height: 4px;
        background: #b7312c;
        position: absolute;
        top: 0;
        left: 0;
        right: 37%; }
  .event-section-block .text-block {
    margin: 0 0 91px; }
    .event-section-block .text-block .title {
      display: block;
      font-weight: 700; }
    .event-section-block .text-block .text-wrap {
      margin: 0 0 24px; }
    .event-section-block .text-block .txt-line {
      display: block; }
      .event-section-block .text-block .txt-line a {
        font-weight: 700; }

/* custom map1 styles */
@media (max-width: 767px) {
  .map1-holder .map1 {
    height: 260px !important; } }

@media (min-width: 1024px) {
  .map1-holder .map1 {
    height: 586px !important; } }

/* feature-section */
.feature-section {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .feature-section {
      line-height: 21px; } }
  @media (min-width: 1024px) {
    .feature-section {
      padding: 63px 0 57px; } }
  .feature-section p a {
    font-weight: 700; }
  .feature-section .heading {
    font-weight: 700;
    color: #a4a3a4;
    max-width: 754px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .feature-section .heading {
        line-height: 24px;
        margin-bottom: 66px; } }
    .feature-section .heading h1 {
      font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-weight: 700;
      color: #0b0b0b;
      margin-bottom: 22px; }
      @media (min-width: 768px) {
        .feature-section .heading h1 {
          font-size: 36px;
          line-height: 48px; } }
    .feature-section .heading p {
      margin-bottom: 26px; }
    .feature-section .heading .date {
      display: block;
      color: #0b0b0b;
      font-size: 12px;
      line-height: 12px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      padding: 16px 0 0; }
      .feature-section .heading .date:before {
        content: '';
        width: 235px;
        height: 4px;
        background: #b7312c;
        position: absolute;
        top: 0;
        left: 0; }
  .feature-section .left-content {
    margin: 0 0 50px; }
    @media (min-width: 1024px) {
      .feature-section .left-content {
        width: calc(100% - 262px);
        padding-left: 174px;
        position: relative; } }
    .feature-section .left-content p {
      margin-bottom: 21px; }
  .feature-section .quote {
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1024px) {
      .feature-section .quote {
        position: absolute;
        left: 0;
        top: 12.5%;
        text-align: right;
        width: 162px; } }
  .feature-section .sidebar {
    border-top: 4px solid #b7312c;
    padding: 20px 0 0; }
    @media (min-width: 1024px) {
      .feature-section .sidebar {
        width: 235px;
        padding-top: 21px;
        margin-top: 106px;
        padding-left: 7px; } }
  @media (min-width: 1024px) {
    .feature-section .middle-img {
      margin: 0 0 -1px -176px; } }

#block-views-block-node-feature-extras-block-summary .views-row img {
  display: none; }

/* large image */
.large-img-block {
  margin: 0 0 6px; }
  .large-img-block img {
    width: 100%;
    height: auto; }

.feature--references {
  margin-bottom: 50px; }

/* ordered-list */
.feature--references ol,
.ordered-list {
  margin: 0;
  padding: 0 0 0 22px; }
  .feature--references ol li,
  .ordered-list li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px; }
  .feature--references ol a,
  .ordered-list a {
    font-weight: 700; }

/* photo-info */
.photo-info {
  display: block;
  color: #0b0b0b;
  font: italic 14px/24px "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 0 2px; }

/* pc */
.pc {
  color: #0b0b0b;
  display: block;
  font-size: 14px;
  font-weight: 100;
  text-transform: capitalize;
  margin: 0 0 28px; }

/* news-four-col */
.news-four-col {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .news-four-col {
      margin-bottom: 57px; } }
  @media (min-width: 768px) {
    .news-four-col .news-blocks {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 768px) {
    .news-four-col .news-blocks .col {
      width: 25%; } }
  .news-four-col h2 {
    color: #0b0b0b;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 9px; }

.container .heading .container {
  padding: 0; }

/* styles for WAI */
.accessibility {
  position: absolute;
  left: 20px;
  top: 2px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-weight: 700; }

.accessibility:focus {
  z-index: 3;
  width: auto;
  height: auto; }

.footer + .accessibility {
  top: auto;
  bottom: 5px; }

.footer {
  background: #0b0b0b;
  color: #fff;
  padding: 24px 0; }
  @media (min-width: 768px) {
    .footer {
      padding: 48px 0 30px; } }
  .footer .links-block {
    border-top: 8px solid #b7312c;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 25px 0 55px; }
    @media (min-width: 768px) {
      .footer .links-block {
        border-top: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -12px 40px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .footer .links-block {
        margin-bottom: 110px; } }
    @media (min-width: 768px) {
      .footer .links-block .col {
        border-top: none;
        width: 33.33%;
        padding: 0 12px; } }
  .footer .social-networks {
    padding-top: 24px; }
    @media (min-width: 1024px) {
      .footer .social-networks {
        padding: 0; } }

@media (min-width: 768px) {
  .footer-links {
    border-top: 4px solid #b7312c;
    padding: 14px 0; } }

@media (min-width: 1024px) {
  .footer-links {
    padding: 20px 0; } }

.footer-links li {
  margin: 0 0 12px; }

.copyright {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .copyright {
      font-size: 16px;
      line-height: 18px; } }
  .copyright a {
    color: #fff; }
    .copyright a:hover {
      color: #b7312c; }
  .copyright span {
    display: block;
    position: relative;
    padding-left: 29px; }
    @media (min-width: 1024px) {
      .copyright span {
        padding-left: 38px; } }
  .copyright .cc {
    width: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    height: 24px; }
    @media (min-width: 1024px) {
      .copyright .cc {
        width: 27px;
        height: 27px; } }

@media (max-width: 767px) {
  .xs-hidden {
    display: none; } }

.page-user-login .form-item label {
  display: block;
  font-weight: bold; }

.section-search .search-header__keywords {
  font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 5px; }

.section-search .search-header__no-results,
.section-search .search-header__results {
  font-weight: 300; }

.section-search .search-header__no-results {
  margin-top: -18px; }

.section-search #content {
  padding: 30px 0; }
  .section-search #content .left-content {
    width: 100%;
    padding-left: 0; }
    .section-search #content .left-content .views-exposed-form .form-item {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 15px; }
      .section-search #content .left-content .views-exposed-form .form-item label {
        display: block; }
    .section-search #content .left-content .views-exposed-form .jcf-select {
      margin-bottom: 0; }
    .section-search #content .left-content .views-exposed-form input[type='text'] {
      height: 38px; }
    .section-search #content .left-content .views-exposed-form input[type="submit"] {
      margin-top: 15px; }
      @media (max-width: 767px) {
        .section-search #content .left-content .views-exposed-form input[type="submit"] {
          margin-bottom: 30px; } }
    .section-search #content .left-content header {
      margin-bottom: 20px; }
    .section-search #content .left-content .views-row {
      position: relative;
      border-bottom: 1px solid #eee;
      margin-bottom: 20px;
      min-height: 160px; }
      @media (min-width: 481px) {
        .section-search #content .left-content .views-row {
          padding-left: 165px; } }
      .section-search #content .left-content .views-row .views-field-field-photo-thumbnail {
        margin-bottom: 20px; }
        @media (min-width: 481px) {
          .section-search #content .left-content .views-row .views-field-field-photo-thumbnail {
            position: absolute;
            left: 0;
            top: 0;
            max-width: 150px; } }
      .section-search #content .left-content .views-row .views-field-type {
        color: #d27f3b; }
      .section-search #content .left-content .views-row .views-field-created {
        color: #d27f3b;
        margin-bottom: 10px; }
      .section-search #content .left-content .views-row .views-field-title {
        font-size: 24px;
        line-height: 30px; }
      .section-search #content .left-content .views-row .views-field-body {
        margin-bottom: 20px; }
      .section-search #content .left-content .views-row iframe {
        margin-bottom: 20px; }

/* ---------------------------------------------------------
   Components
---------------------------------------------------------*/
.breadcrumb li {
  list-style-type: none;
  display: inline-block; }

#navigation li {
  list-style-type: none;
  display: inline-block; }

.site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0; }

.pager__item {
  display: inline; }

.pager__item a {
  display: inline-block; }

ul.tabs {
  width: 100%;
  margin: 15px 0 15px;
  padding: 0;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 767px) {
    ul.tabs {
      display: none; } }

ul.tabs li {
  display: inline-block; }

ul.tabs a {
  display: block;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  padding: 5px 15px; }

.template__landing-page ul.tabs,
.section-activity ul.tabs,
.section-community ul.tabs,
.section-communities ul.tabs {
  position: absolute;
  top: 50px;
  left: 20px;
  width: auto;
  z-index: 5;
  border-bottom: none; }
  .template__landing-page ul.tabs li a,
  .section-activity ul.tabs li a,
  .section-community ul.tabs li a,
  .section-communities ul.tabs li a {
    background-color: #fff;
    border-radius: 3px; }

.messages {
  padding: 9px;
  margin: 48px 0 0 0;
  color: #919191;
  background-color: #ddd;
  border: 1px solid #c4c4c4;
  word-wrap: break-word; }

.messages pre {
  border: 0; }

.messages--warning {
  color: #903023;
  background-color: #ddc44f;
  border-color: #d1b328; }

.messages--warning pre {
  background-color: #d1b328; }

.messages--error {
  color: white;
  background-color: #cd4533;
  border-color: #a53728; }

.messages--error pre {
  background-color: #a53728; }

.messages--status {
  color: #304319;
  background-color: #8dbe51;
  border-color: #73a03c; }

.messages--status pre {
  background-color: #73a03c; }

.display-field {
  margin-bottom: 25px; }
  .display-field .label {
    color: #0b0b0b;
    font-size: 11px;
    line-height: 12px;
    display: block;
    vertical-align: top;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px; }
  .display-field.video__tags div div {
    display: inline-block; }
    .display-field.video__tags div div a {
      display: block;
      background: #00adee;
      color: #fff;
      padding: 7px 10px; }

.page__body {
  padding-top: 40px; }

.page__body,
.feature__body {
  position: relative; }
  .page__body blockquote.pullquote,
  .feature__body blockquote.pullquote {
    width: 200px;
    color: #d27f3b;
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin: 0; }
    @media (min-width: 1300px) {
      .page__body blockquote.pullquote,
      .feature__body blockquote.pullquote {
        position: absolute;
        left: -225px; } }
    @media (max-width: 1299px) {
      .page__body blockquote.pullquote,
      .feature__body blockquote.pullquote {
        width: 100%;
        padding: 0 25px; } }
  .page__body blockquote.session, .page__body blockquote.bqagu,
  .feature__body blockquote.session,
  .feature__body blockquote.bqagu {
    margin-top: 15px;
    margin-bottom: 15px; }
  .page__body blockquote.session,
  .feature__body blockquote.session {
    margin-left: 0; }
  .page__body blockquote.bqagu,
  .feature__body blockquote.bqagu {
    margin-left: 50px; }

@media (min-width: 993px) {
  .project_program__paragraph {
    padding: 0 25px; } }

.section-project #main_Content_start {
  max-width: 880px;
  margin: 0 auto; }

.section-project .project_program__paragraph {
  max-width: 890px;
  margin: 0 auto; }

/* general table stytles */
.display-field table,
.table {
  border: none;
  text-align: left;
  width: 100%;
  table-layout: fixed; }
  .display-field table th,
  .table th {
    font-weight: 500;
    vertical-align: bottom; }
  .display-field table td, .display-field table th,
  .table td,
  .table th {
    padding: 8px; }
    @media (min-width: 1024px) {
      .display-field table td, .display-field table th,
      .table td,
      .table th {
        padding-left: 10px; } }
  @media (min-width: 1024px) {
    .display-field table th,
    .table th {
      padding-bottom: 11px; } }
  @media (min-width: 1024px) {
    .display-field table td,
    .table td {
      padding: 12px 10px 11px; } }
  .display-field table td + td,
  .table td + td {
    border-left: 1px solid #d8d8d8; }
  .display-field table tbody,
  .table tbody {
    border: 1px solid #d8d8d8; }
    .display-field table tbody tr:nth-child(2n),
    .table tbody tr:nth-child(2n) {
      background: rgba(216, 216, 216, 0.66); }
    .display-field table tbody tr + tr,
    .table tbody tr + tr {
      border-top: 1px solid #d8d8d8; }

.list-block {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .list-block {
      margin-bottom: 65px; } }
  .list-block h3, .list-block .h3 {
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .list-block h3, .list-block .h3 {
        margin-bottom: 29px; } }
  .list-block .list {
    max-width: 218px; }

/* unordered list styles */
.page__body .feature_img,
.feature-section .feature_img,
.project_program__paragraph .feature_img {
  float: left;
  margin: 0 20px 20px 0; }

.page__body figure,
.feature-section figure,
.project_program__paragraph figure {
  margin: 0 0 40px 0; }
  @media (min-width: 1024px) {
    .page__body figure.align-left,
    .feature-section figure.align-left,
    .project_program__paragraph figure.align-left {
      float: left;
      width: 47.5%;
      margin: -15px 16px 0 0; } }
  @media (min-width: 1024px) {
    .page__body figure.align-left figcaption,
    .feature-section figure.align-left figcaption,
    .project_program__paragraph figure.align-left figcaption {
      padding-left: 0; } }
  @media (min-width: 1024px) {
    .page__body figure.align-right,
    .feature-section figure.align-right,
    .project_program__paragraph figure.align-right {
      width: 47.5%;
      float: right;
      margin: 0 0 0 16px; } }
  @media (min-width: 1024px) {
    .page__body figure.align-right figcaption,
    .feature-section figure.align-right figcaption,
    .project_program__paragraph figure.align-right figcaption {
      padding-left: 0; } }
  .page__body figure img,
  .feature-section figure img,
  .project_program__paragraph figure img {
    display: block;
    margin-bottom: 3px; }
  .page__body figure figcaption,
  .feature-section figure figcaption,
  .project_program__paragraph figure figcaption {
    display: block;
    color: #0b0b0b;
    color: #0b0b0b;
    display: block;
    font-size: 14px;
    font-weight: 100;
    font-style: normal;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 28px;
    padding-top: 3px; }
    @media (min-width: 1024px) {
      .page__body figure figcaption,
      .feature-section figure figcaption,
      .project_program__paragraph figure figcaption {
        padding-left: 176px; } }
    .page__body figure figcaption em,
    .feature-section figure figcaption em,
    .project_program__paragraph figure figcaption em {
      font: italic 16px/20px "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      margin: 0 0 2px;
      text-transform: inherit; }
  @media (min-width: 1024px) {
    .page__body figure,
    .feature-section figure,
    .project_program__paragraph figure {
      margin: 0 0 -1px -176px; } }

.feature__body img {
  max-width: 100%;
  height: auto !important; }
  .feature__body img.align-left {
    margin: 0 12px 3px 0; }
  .feature__body img.align-right {
    margin: 0 0 3px 12px; }

/* ---------------------------------------------------------
   4. Сustom form styles
---------------------------------------------------------*/
/* custom select styles */
.jcf-select {
  display: block;
  width: 100%;
  position: relative;
  border: 2px solid #a4a3a4;
  margin: 0 0 12px;
  min-width: 150px;
  height: 47px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 43px;
  font-weight: 700;
  margin: 0 35px 0 8px; }
  @media (min-width: 1024px) {
    .jcf-select .jcf-select-text {
      margin: 0 55px 0 22px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }
  @media (min-width: 1024px) {
    .jcf-select .jcf-select-opener {
      width: 42px; } }
  .jcf-select .jcf-select-opener:before, .jcf-select .jcf-select-opener:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #0b0b0b transparent;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: -3px 0 0; }
  .jcf-select .jcf-select-opener:before {
    margin: 3px 0 0;
    border-width: 4px 4px 0 4px;
    border-color: #0b0b0b transparent transparent transparent; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #a4a3a4; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #a4a3a4;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
  text-overflow: ellipsis; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #fafafa;
  width: 10px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 10px;
  left: 0;
  top: 0;
  display: none; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #c1c1c1;
  height: 1px;
  width: 10px;
  border-radius: 10px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 10px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: #b7312c !important; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-arrow {
  position: relative;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  width: 13px;
  height: 22px;
  color: #00adee; }
  .slick-arrow:hover {
    color: #b7312c; }
  .slick-arrow.slick-prev:after, .slick-arrow.slick-next:after {
    content: "\e906";
    font-size: 22px;
    line-height: 1;
    position: absolute;
    font-family: 'icomoon' !important;
    top: 0;
    left: 0;
    text-indent: 0; }
  .slick-arrow.slick-next:after {
    content: "\e907"; }

.slick-dots {
  font-size: 0;
  line-height: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px; }
    .slick-dots li.slick-active button {
      background: #fff; }
  .slick-dots button {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    box-shadow: none;
    border: none;
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    border-radius: 50%;
    padding: 0; }
    .slick-dots button:hover {
      background: #fff; }
    .slick-dots button:focus {
      outline: none; }

/* lity js styles */
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }
/*# sourceMappingURL=main.css.map */