/**
 * Theme Name: CNCB 2015
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom Theme for CNCB
 * Template: oneltd-base
 */


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/******************/
/*     Globals    */
/******************/
/* social logos */
/* other images */
/******************/
/*   Typography   */
/******************/
/* line 9, ../../src/sass/partials/typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeueW01-55Roma", "Arial", sans-serif;
  color: #287EA9;
}

/* line 13, ../../src/sass/partials/typography.scss */
body {
  font-family: "HelveticaNeueW01-55Roma", "Arial", sans-serif;
  font-size: 16px;
}

/* line 18, ../../src/sass/partials/typography.scss */
a {
  color: #33a1d8;
  transition: all 0.4s ease;
}
/* line 21, ../../src/sass/partials/typography.scss */
a:hover {
  color: #FFF;
}

/******************/
/*     Header     */
/******************/
/* line 5, ../../src/sass/partials/header.scss */
body {
  background-color: #342e37;
  background-image: url("images/background2.png");
  background-repeat: repeat;
  background-position: center center;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

/* line 15, ../../src/sass/partials/header.scss */
.container {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 320px) {
  /* line 15, ../../src/sass/partials/header.scss */
  .container {
    width: 310px;
  }
}
@media (min-width: 720px) {
  /* line 15, ../../src/sass/partials/header.scss */
  .container {
    width: 500px;
  }
}
@media (min-width: 940px) {
  /* line 15, ../../src/sass/partials/header.scss */
  .container {
    width: 800px;
  }
}
@media (min-width: 1024px) {
  /* line 15, ../../src/sass/partials/header.scss */
  .container {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  /* line 15, ../../src/sass/partials/header.scss */
  .container {
    width: 1240px;
  }
}

/* line 35, ../../src/sass/partials/header.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* line 49, ../../src/sass/partials/header.scss */
header {
  text-align: center;
}
/* line 51, ../../src/sass/partials/header.scss */
header .box {
  padding: 0 !important;
}
/* line 53, ../../src/sass/partials/header.scss */
header .box:hover {
  background: #287EA9;
}
/* line 58, ../../src/sass/partials/header.scss */
header div {
  display: inline-block;
  text-align: left;
}
/* line 62, ../../src/sass/partials/header.scss */
header .box {
  height: 100px;
  width: 100px;
  margin-right: 5px;
  margin-top: 20px;
  background: #287EA9;
}
@media (min-width: 720px) {
  /* line 62, ../../src/sass/partials/header.scss */
  header .box {
    height: 150px;
    width: 150px;
    margin-right: 15px;
  }
}
@media (min-width: 940px) {
  /* line 62, ../../src/sass/partials/header.scss */
  header .box {
    height: 230px;
    width: 230px;
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 940px) and (max-width: 1024px) {
  /* line 79, ../../src/sass/partials/header.scss */
  header .box:nth-of-type(2) {
    margin-right: 0;
  }
}
/* line 84, ../../src/sass/partials/header.scss */
header .box div {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 80px;
}
@media (min-width: 720px) {
  /* line 84, ../../src/sass/partials/header.scss */
  header .box div {
    background-size: 120px;
  }
}
@media (min-width: 940px) {
  /* line 84, ../../src/sass/partials/header.scss */
  header .box div {
    background-size: initial;
  }
}
/* line 95, ../../src/sass/partials/header.scss */
header .box .logo {
  background-image: url("images/logo.png");
  height: 100%;
  width: 100%;
  background-position: center;
}
/* line 101, ../../src/sass/partials/header.scss */
header .box .text-logo {
  background: #3C7EA7;
  height: 100%;
  width: 100%;
  background-size: 90%;
  background-position: 5px 5px;
  color: white;
}
/* line 109, ../../src/sass/partials/header.scss */
header .box .text-logo h1 {
  color: white;
  padding: 12px;
  margin: 0px;
  font-size: 37px;
  line-height: 40px;
  letter-spacing: 0px;
  max-height: 160px;
}
@media (min-width: 720px) {
  /* line 101, ../../src/sass/partials/header.scss */
  header .box .text-logo {
    background-position: center 20px;
  }
}
/* line 124, ../../src/sass/partials/header.scss */
header .search-social {
  margin-top: 20px;
  float: right;
}
@media (min-width: 0) {
  /* line 124, ../../src/sass/partials/header.scss */
  header .search-social {
    display: none;
  }
}
@media (min-width: 720px) {
  /* line 124, ../../src/sass/partials/header.scss */
  header .search-social {
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  /* line 124, ../../src/sass/partials/header.scss */
  header .search-social {
    margin-right: 66px;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  /* line 124, ../../src/sass/partials/header.scss */
  header .search-social {
    margin-right: 17px;
  }
}
@media (min-width: 1280px) {
  /* line 124, ../../src/sass/partials/header.scss */
  header .search-social {
    margin-right: 7px;
  }
}
/* line 143, ../../src/sass/partials/header.scss */
header .search-social .social {
  display: none;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  /* line 143, ../../src/sass/partials/header.scss */
  header .search-social .social {
    display: inline-block;
  }
}
/* line 149, ../../src/sass/partials/header.scss */
header .search-social .social a {
  text-decoration: none;
}
/* line 151, ../../src/sass/partials/header.scss */
header .search-social .social a svg {
  height: 40px;
  width: 40px;
}
/* line 154, ../../src/sass/partials/header.scss */
header .search-social .social a svg path {
  fill: #FFF;
  transition: all 0.4s ease;
}
/* line 158, ../../src/sass/partials/header.scss */
header .search-social .social a svg circle {
  fill: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}
/* line 163, ../../src/sass/partials/header.scss */
header .search-social .social a svg:hover circle {
  fill: white;
}
/* line 170, ../../src/sass/partials/header.scss */
header .search-social .social a.facebook svg:hover path {
  fill: #287EA9;
}
/* line 177, ../../src/sass/partials/header.scss */
header .search-social .social a.twitter svg:hover path {
  fill: #287EA9;
}
/* line 184, ../../src/sass/partials/header.scss */
header .search-social .search {
  position: relative;
  vertical-align: top;
  /* 			&::after{
  				content: '';
  				height: 100%;
  				width: 40px;
  				background: $cncb-blue;
  				position: absolute;
  				top: 0;
  				right: 0;
  			} */
}
/* line 187, ../../src/sass/partials/header.scss */
header .search-social .search input[type=text] {
  vertical-align: top;
  font-size: 16px;
  font-family: "HelveticaNeueW01-55Roma", "Arial", sans-serif;
  padding: 0px 20px 0px 10px;
  border: 0;
  outline: 0;
  height: 40px;
  width: 160px;
  color: black;
}
/* line 197, ../../src/sass/partials/header.scss */
header .search-social .search input[type=text]:focus {
  background: rgba(255, 255, 255, 0.9);
}
/* line 198, ../../src/sass/partials/header.scss */
header .search-social .search input[type=text]:focus ~ .icon {
  background-color: rgba(40, 126, 169, 0.6);
}
/* line 204, ../../src/sass/partials/header.scss */
header .search-social .search input[type=submit] {
  display: none;
}
/* line 207, ../../src/sass/partials/header.scss */
header .search-social .search .icon {
  height: 40px;
  width: 40px;
  background-image: url("images/search.png");
  background-color: #287ea9;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  position: relative;
  left: -4px;
}

/* line 234, ../../src/sass/partials/header.scss */
body.page-template-front-page header .search-social {
  margin-right: 0;
}
@media (min-width: 940px) {
  /* line 234, ../../src/sass/partials/header.scss */
  body.page-template-front-page header .search-social {
    margin-right: 68px;
  }
}
@media (min-width: 1024px) {
  /* line 234, ../../src/sass/partials/header.scss */
  body.page-template-front-page header .search-social {
    margin-right: 17px;
  }
}
@media (min-width: 1280px) {
  /* line 234, ../../src/sass/partials/header.scss */
  body.page-template-front-page header .search-social {
    margin-right: 7px;
  }
}

/********************/
/*    NAVIGATION    */
/********************/
/* line 4, ../../src/sass/partials/navigation.scss */
body {
  overflow-x: hidden;
  position: relative;
  transition: all 1s ease;
  left: 0;
}
/* line 9, ../../src/sass/partials/navigation.scss */
body .wrapper {
  position: relative;
  left: 0;
  transition: all 1s ease;
}
/* line 13, ../../src/sass/partials/navigation.scss */
body .wrapper.menu-open {
  left: -250px;
}

/* line 18, ../../src/sass/partials/navigation.scss */
nav.desktop {
  /* margin-top: 20px; */
  vertical-align: top;
}
@media (min-width: 0) {
  /* line 18, ../../src/sass/partials/navigation.scss */
  nav.desktop {
    display: none;
  }
}
@media (min-width: 940px) {
  /* line 18, ../../src/sass/partials/navigation.scss */
  nav.desktop {
    width: 230px;
    display: inline-block;
  }
}
/* line 28, ../../src/sass/partials/navigation.scss */
nav.desktop ul, nav.desktop li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 0;
}
/* line 37, ../../src/sass/partials/navigation.scss */
nav.desktop ul ul li, nav.desktop li ul li {
  background: 0;
}
/* line 39, ../../src/sass/partials/navigation.scss */
nav.desktop ul ul li:hover, nav.desktop li ul li:hover {
  background: 0;
}
/* line 43, ../../src/sass/partials/navigation.scss */
nav.desktop ul ul li a:before, nav.desktop li ul li a:before {
  content: '- ';
  color: #FFF;
  position: relative;
  left: 0px;
}
/* line 51, ../../src/sass/partials/navigation.scss */
nav.desktop ul ul li ul li a, nav.desktop li ul li ul li a {
  padding-left: 0px;
}
/* line 61, ../../src/sass/partials/navigation.scss */
nav.desktop ul.page_item_has_children.current_page_item ul, nav.desktop ul.menu-item-has-children.current_page_item ul, nav.desktop ul.current_page_ancestor.menu-item-has-children ul, nav.desktop ul.current-page-ancestor.menu-item-has-children ul, nav.desktop li.page_item_has_children.current_page_item ul, nav.desktop li.menu-item-has-children.current_page_item ul, nav.desktop li.current_page_ancestor.menu-item-has-children ul, nav.desktop li.current-page-ancestor.menu-item-has-children ul {
  display: block;
}
/* line 64, ../../src/sass/partials/navigation.scss */
nav.desktop ul.page_item_has_children.current_page_item ul li ul, nav.desktop ul.menu-item-has-children.current_page_item ul li ul, nav.desktop ul.current_page_ancestor.menu-item-has-children ul li ul, nav.desktop ul.current-page-ancestor.menu-item-has-children ul li ul, nav.desktop li.page_item_has_children.current_page_item ul li ul, nav.desktop li.menu-item-has-children.current_page_item ul li ul, nav.desktop li.current_page_ancestor.menu-item-has-children ul li ul, nav.desktop li.current-page-ancestor.menu-item-has-children ul li ul {
  display: none;
}
/* line 71, ../../src/sass/partials/navigation.scss */
nav.desktop ul.page_item_has_children.current_page_item ul li.page_item_has_children.current_page_item ul, nav.desktop ul.page_item_has_children.current_page_item ul li.menu-item-has-children.current_page_item ul, nav.desktop ul.page_item_has_children.current_page_item ul li.current_page_ancestor.menu-item-has-children ul, nav.desktop ul.page_item_has_children.current_page_item ul li.current-page-ancestor.menu-item-has-children ul, nav.desktop ul.menu-item-has-children.current_page_item ul li.page_item_has_children.current_page_item ul, nav.desktop ul.menu-item-has-children.current_page_item ul li.menu-item-has-children.current_page_item ul, nav.desktop ul.menu-item-has-children.current_page_item ul li.current_page_ancestor.menu-item-has-children ul, nav.desktop ul.menu-item-has-children.current_page_item ul li.current-page-ancestor.menu-item-has-children ul, nav.desktop ul.current_page_ancestor.menu-item-has-children ul li.page_item_has_children.current_page_item ul, nav.desktop ul.current_page_ancestor.menu-item-has-children ul li.menu-item-has-children.current_page_item ul, nav.desktop ul.current_page_ancestor.menu-item-has-children ul li.current_page_ancestor.menu-item-has-children ul, nav.desktop ul.current_page_ancestor.menu-item-has-children ul li.current-page-ancestor.menu-item-has-children ul, nav.desktop ul.current-page-ancestor.menu-item-has-children ul li.page_item_has_children.current_page_item ul, nav.desktop ul.current-page-ancestor.menu-item-has-children ul li.menu-item-has-children.current_page_item ul, nav.desktop ul.current-page-ancestor.menu-item-has-children ul li.current_page_ancestor.menu-item-has-children ul, nav.desktop ul.current-page-ancestor.menu-item-has-children ul li.current-page-ancestor.menu-item-has-children ul, nav.desktop li.page_item_has_children.current_page_item ul li.page_item_has_children.current_page_item ul, nav.desktop li.page_item_has_children.current_page_item ul li.menu-item-has-children.current_page_item ul, nav.desktop li.page_item_has_children.current_page_item ul li.current_page_ancestor.menu-item-has-children ul, nav.desktop li.page_item_has_children.current_page_item ul li.current-page-ancestor.menu-item-has-children ul, nav.desktop li.menu-item-has-children.current_page_item ul li.page_item_has_children.current_page_item ul, nav.desktop li.menu-item-has-children.current_page_item ul li.menu-item-has-children.current_page_item ul, nav.desktop li.menu-item-has-children.current_page_item ul li.current_page_ancestor.menu-item-has-children ul, nav.desktop li.menu-item-has-children.current_page_item ul li.current-page-ancestor.menu-item-has-children ul, nav.desktop li.current_page_ancestor.menu-item-has-children ul li.page_item_has_children.current_page_item ul, nav.desktop li.current_page_ancestor.menu-item-has-children ul li.menu-item-has-children.current_page_item ul, nav.desktop li.current_page_ancestor.menu-item-has-children ul li.current_page_ancestor.menu-item-has-children ul, nav.desktop li.current_page_ancestor.menu-item-has-children ul li.current-page-ancestor.menu-item-has-children ul, nav.desktop li.current-page-ancestor.menu-item-has-children ul li.page_item_has_children.current_page_item ul, nav.desktop li.current-page-ancestor.menu-item-has-children ul li.menu-item-has-children.current_page_item ul, nav.desktop li.current-page-ancestor.menu-item-has-children ul li.current_page_ancestor.menu-item-has-children ul, nav.desktop li.current-page-ancestor.menu-item-has-children ul li.current-page-ancestor.menu-item-has-children ul {
  display: block;
}
/* line 81, ../../src/sass/partials/navigation.scss */
nav.desktop li {
  background: #287EA9;
  padding: 10px 0px;
  margin: 5px 0;
  margin-left: 0;
  min-height: 40px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  font-weight: 300;
  position: relative;
  /* 		&:hover{
  			background: $white;
  			a{
  				color: $cncb-blue;
  			}
  		} */
}
/* line 91, ../../src/sass/partials/navigation.scss */
nav.desktop li ul li a {
  padding: 0;
}
/* line 106, ../../src/sass/partials/navigation.scss */
nav.desktop li.menu-item-has-children .mobile-down-button, nav.desktop li.page_item_has_children .mobile-down-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background: #1e5f80;
  width: 45px;
  cursor: pointer;
}
/* line 114, ../../src/sass/partials/navigation.scss */
nav.desktop li.menu-item-has-children .mobile-down-button:before, nav.desktop li.page_item_has_children .mobile-down-button:before {
  content: '';
  border: 8px solid transparent;
  border-top-color: #1e5f80;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
/* line 129, ../../src/sass/partials/navigation.scss */
nav.desktop li.menu-item-has-children .mobile-down-button:after, nav.desktop li.page_item_has_children .mobile-down-button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FFF;
  border-bottom: none;
  transition: all 0.4s ease;
}
/* line 144, ../../src/sass/partials/navigation.scss */
nav.desktop li.menu-item-has-children .mobile-down-button.open, nav.desktop li.page_item_has_children .mobile-down-button.open {
  opacity: 0.4;
  background: #1e5f80;
  display: block;
}
/* line 148, ../../src/sass/partials/navigation.scss */
nav.desktop li.menu-item-has-children .mobile-down-button.open:before, nav.desktop li.page_item_has_children .mobile-down-button.open:before {
  border: 8px solid transparent;
  border-top: 0;
  border-bottom-color: #1e5f80;
  top: 1px;
}
/* line 154, ../../src/sass/partials/navigation.scss */
nav.desktop li.menu-item-has-children .mobile-down-button.open:after, nav.desktop li.page_item_has_children .mobile-down-button.open:after {
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: #FFF;
}
/* line 162, ../../src/sass/partials/navigation.scss */
nav.desktop li a {
  color: #FFF;
  text-decoration: none;
  padding: 0 12px;
}
/* line 168, ../../src/sass/partials/navigation.scss */
nav.desktop li.current-menu-item a {
  color: #FFF;
}
/* line 178, ../../src/sass/partials/navigation.scss */
nav.desktop li ul {
  max-height: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  display: none;
}
/* line 185, ../../src/sass/partials/navigation.scss */
nav.desktop li ul.open {
  max-height: 500px;
  margin: auto;
  margin-top: 10px;
  height: auto;
  display: block;
}
/* line 192, ../../src/sass/partials/navigation.scss */
nav.desktop li ul li {
  padding: 10px 20px;
}
/* line 194, ../../src/sass/partials/navigation.scss */
nav.desktop li ul li:before {
  color: #FFF;
  padding: 10px;
}
/* line 203, ../../src/sass/partials/navigation.scss */
nav.desktop ul li {
  margin-bottom: 5px;
  background: #287EA9;
  padding: 10px 0px;
  transition: all 1s ease;
}
/* line 208, ../../src/sass/partials/navigation.scss */
nav.desktop ul li a {
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
  transition: all 1s ease;
}
/* line 213, ../../src/sass/partials/navigation.scss */
nav.desktop ul li a:hover {
  text-decoration: underline;
}
/* line 217, ../../src/sass/partials/navigation.scss */
nav.desktop ul li.current-menu-item, nav.desktop ul li.current_page_item {
  background: #144157;
}
/* line 220, ../../src/sass/partials/navigation.scss */
nav.desktop ul li.current-menu-item ul, nav.desktop ul li.current_page_item ul {
  background: #287EA9;
}
/* line 222, ../../src/sass/partials/navigation.scss */
nav.desktop ul li.current-menu-item ul li:last-of-type, nav.desktop ul li.current_page_item ul li:last-of-type {
  margin-bottom: 0;
}

/***********************/
/*     MOBILE NAV      */
/***********************/
/* line 245, ../../src/sass/partials/navigation.scss */
nav.mobile {
  position: absolute;
  width: 250px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 2px solid #FFF;
  background: #342e37;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s;
}
/* line 258, ../../src/sass/partials/navigation.scss */
nav.mobile.show {
  opacity: 1;
}
@media (min-width: 940px) {
  /* line 245, ../../src/sass/partials/navigation.scss */
  nav.mobile {
    display: none;
  }
}
/* line 264, ../../src/sass/partials/navigation.scss */
nav.mobile ul, nav.mobile li {
  display: block;
  list-style-type: none;
  margin: 10px;
  padding: 0;
}
/* line 270, ../../src/sass/partials/navigation.scss */
nav.mobile li {
  background: #287EA9;
  padding: 10px 0px;
  margin: 5px 0;
  margin-left: 0;
  min-height: 40px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  font-weight: 300;
  position: relative;
  /* 		&:hover{
  			background: $white;
  			a{
  				color: $cncb-blue;
  			}
  		} */
}
/* line 280, ../../src/sass/partials/navigation.scss */
nav.mobile li ul li a {
  padding: 0;
}
/* line 295, ../../src/sass/partials/navigation.scss */
nav.mobile li.menu-item-has-children .mobile-down-button, nav.mobile li.page_item_has_children .mobile-down-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background: #1e5f80;
  width: 45px;
  cursor: pointer;
}
/* line 303, ../../src/sass/partials/navigation.scss */
nav.mobile li.menu-item-has-children .mobile-down-button:before, nav.mobile li.page_item_has_children .mobile-down-button:before {
  content: '';
  border: 8px solid transparent;
  border-top-color: #1e5f80;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
/* line 318, ../../src/sass/partials/navigation.scss */
nav.mobile li.menu-item-has-children .mobile-down-button:after, nav.mobile li.page_item_has_children .mobile-down-button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FFF;
  border-bottom: none;
  transition: all 0.4s ease;
}
/* line 333, ../../src/sass/partials/navigation.scss */
nav.mobile li.menu-item-has-children .mobile-down-button.open, nav.mobile li.page_item_has_children .mobile-down-button.open {
  opacity: 0.4;
  background: #1e5f80;
}
/* line 336, ../../src/sass/partials/navigation.scss */
nav.mobile li.menu-item-has-children .mobile-down-button.open:before, nav.mobile li.page_item_has_children .mobile-down-button.open:before {
  border: 8px solid transparent;
  border-top: 0;
  border-bottom-color: #1e5f80;
  top: 1px;
}
/* line 342, ../../src/sass/partials/navigation.scss */
nav.mobile li.menu-item-has-children .mobile-down-button.open:after, nav.mobile li.page_item_has_children .mobile-down-button.open:after {
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: #FFF;
}
/* line 350, ../../src/sass/partials/navigation.scss */
nav.mobile li a {
  color: #FFF;
  text-decoration: none;
  padding: 0 20px;
}
/* line 356, ../../src/sass/partials/navigation.scss */
nav.mobile li.current-menu-item a {
  color: #FFF;
}
/* line 366, ../../src/sass/partials/navigation.scss */
nav.mobile li ul {
  max-height: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
/* line 372, ../../src/sass/partials/navigation.scss */
nav.mobile li ul.open {
  max-height: 500px;
  margin: auto;
  margin-top: 10px;
  height: auto;
}
/* line 378, ../../src/sass/partials/navigation.scss */
nav.mobile li ul li {
  padding: 10px 20px;
}
/* line 380, ../../src/sass/partials/navigation.scss */
nav.mobile li ul li:before {
  content: '- ';
  color: #FFF;
  padding: 10px;
}
/* line 388, ../../src/sass/partials/navigation.scss */
nav.mobile .search {
  position: relative;
  vertical-align: top;
  margin: 10px;
  /* 			&::after{
  			content: '';
  			height: 100%;
  			width: 40px;
  			background: $cncb-blue;
  			position: absolute;
  			top: 0;
  			right: 0;
  		} */
}
/* line 392, ../../src/sass/partials/navigation.scss */
nav.mobile .search input[type=text] {
  vertical-align: top;
  font-size: 16px;
  font-family: "HelveticaNeueW01-55Roma", "Arial", sans-serif;
  padding: 0px 20px 0px 10px;
  border: 0;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #287EA9;
  box-sizing: border-box;
}
/* line 403, ../../src/sass/partials/navigation.scss */
nav.mobile .search input[type=text]:focus {
  background: rgba(255, 255, 255, 0.9);
}
/* line 404, ../../src/sass/partials/navigation.scss */
nav.mobile .search input[type=text]:focus ~ .icon {
  background-color: rgba(40, 126, 169, 0.6);
}
/* line 410, ../../src/sass/partials/navigation.scss */
nav.mobile .search input[type=submit] {
  display: none;
}
/* line 413, ../../src/sass/partials/navigation.scss */
nav.mobile .search .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-image: url("images/search.png");
  background-color: #287ea9;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 439, ../../src/sass/partials/navigation.scss */
.hamburger {
  display: inline-block;
  height: 100px;
  width: 100px;
  position: relative;
  left: 0;
  margin-top: 20px;
  text-align: right;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 720px) {
  /* line 439, ../../src/sass/partials/navigation.scss */
  .hamburger {
    width: 150px;
    height: 150px;
    left: 20px;
  }
}
/* line 454, ../../src/sass/partials/navigation.scss */
.hamburger svg {
  height: 32px;
  width: 32px;
}
/* line 457, ../../src/sass/partials/navigation.scss */
.hamburger svg rect {
  fill: #FFF;
  transition: all 0.4s ease;
  opacity: 1;
}
@media (min-width: 940px) {
  /* line 439, ../../src/sass/partials/navigation.scss */
  .hamburger {
    display: none;
  }
}
/* line 468, ../../src/sass/partials/navigation.scss */
.hamburger.open svg rect {
  fill: #287EA9;
}
/* line 470, ../../src/sass/partials/navigation.scss */
.hamburger.open svg rect#top {
  transform: rotate(45deg);
  position: absolute;
  y: 0;
  x: 6;
}
/* line 476, ../../src/sass/partials/navigation.scss */
.hamburger.open svg rect#middle {
  opacity: 0;
}
/* line 479, ../../src/sass/partials/navigation.scss */
.hamburger.open svg rect#bottom {
  transform: rotate(-45deg);
  position: absolute;
  y: 15;
  x: -14;
}

/* line 491, ../../src/sass/partials/navigation.scss */
body.front-page .hamburger {
  position: relative;
  left: 0;
}

/* line 501, ../../src/sass/partials/navigation.scss */
body.single-people nav li.people ul {
  display: block;
}

/******************/
/*  Tile Layout   */
/******************/
/* line 5, ../../src/sass/partials/tile-layout.scss */
.box {
  position: relative;
  height: auto;
  width: 310px;
  margin-bottom: 5px;
  overflow: hidden;
  background: #287EA9;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
@media (min-width: 720px) {
  /* line 5, ../../src/sass/partials/tile-layout.scss */
  .box {
    height: 230px;
    width: 230px;
    margin-bottom: 20px;
  }
}
@media (min-width: 940px) {
  /* line 5, ../../src/sass/partials/tile-layout.scss */
  .box {
    padding: 20px;
  }
}
/* line 24, ../../src/sass/partials/tile-layout.scss */
.box p {
  color: #FFF;
  line-height: 1.5em;
  margin: 5px 0;
  font-size: 20px;
}
@media (min-width: 720px) {
  /* line 24, ../../src/sass/partials/tile-layout.scss */
  .box p {
    font-size: 16px;
  }
}
/* line 32, ../../src/sass/partials/tile-layout.scss */
.box p:first-of-type {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 720px) {
  /* line 32, ../../src/sass/partials/tile-layout.scss */
  .box p:first-of-type {
    font-size: 20px;
  }
}
/* line 41, ../../src/sass/partials/tile-layout.scss */
.box:hover {
  background: #144157;
}
/* line 45, ../../src/sass/partials/tile-layout.scss */
.box:focus {
  outline: white;
  outline-style: auto;
  outline-offset: 3px;
  outline-width: 1px;
}

/* line 52, ../../src/sass/partials/tile-layout.scss */
.big.box {
  height: auto;
  width: 310px;
  background: #287EA9;
  padding: 10px;
}
@media (min-width: 720px) {
  /* line 52, ../../src/sass/partials/tile-layout.scss */
  .big.box {
    height: 480px;
    width: 480px;
  }
}
@media (min-width: 720px) {
  /* line 52, ../../src/sass/partials/tile-layout.scss */
  .big.box {
    padding: 30px;
  }
}
/* line 65, ../../src/sass/partials/tile-layout.scss */
.big.box p {
  font-family: "HelveticaNeueW01-UltLt";
  color: #FFF;
  font-size: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 100 !important;
  line-height: 1.2em !important;
}
@media (min-width: 720px) {
  /* line 65, ../../src/sass/partials/tile-layout.scss */
  .big.box p {
    font-size: 270% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  /* line 79, ../../src/sass/partials/tile-layout.scss */
  .inside-boxes {
    width: 230px !important;
    margin-left: 15px;
    margin-top: 0 !important;
  }
  /* line 83, ../../src/sass/partials/tile-layout.scss */
  .inside-boxes .big.box {
    height: 230px;
    width: 230px;
  }
}
@media (min-width: 1280px) {
  /* line 90, ../../src/sass/partials/tile-layout.scss */
  .inside-boxes {
    margin-top: 0 !important;
    margin-left: 15px;
  }
}
/* line 95, ../../src/sass/partials/tile-layout.scss */
.image.box {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
/* line 100, ../../src/sass/partials/tile-layout.scss */
.image.box:hover p:first-of-type {
  background: rgba(0, 0, 0, 0.5);
}
/* line 106, ../../src/sass/partials/tile-layout.scss */
.image.box p:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  color: #FFF;
  margin: 0;
  text-align: left;
  font-size: 120%;
  transition: all 0.4s ease;
}

/* line 121, ../../src/sass/partials/tile-layout.scss */
.video.box {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
/* line 126, ../../src/sass/partials/tile-layout.scss */
.video.box:hover p:first-of-type {
  background: rgba(0, 0, 0, 0.5);
}
/* line 130, ../../src/sass/partials/tile-layout.scss */
.video.box:hover a {
  text-decoration: none;
}
/* line 133, ../../src/sass/partials/tile-layout.scss */
.video.box:hover a svg polygon {
  fill: #287EA9;
}
/* line 140, ../../src/sass/partials/tile-layout.scss */
.video.box p:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  color: #FFF;
  margin: 0;
  text-align: left;
  font-size: 120%;
  transition: all 0.4s ease;
}
/* line 155, ../../src/sass/partials/tile-layout.scss */
.video.box a {
  height: 72px;
  width: 72px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -36px;
}
/* line 165, ../../src/sass/partials/tile-layout.scss */
.video.box a svg {
  height: 72px;
  width: 72px;
}
/* line 168, ../../src/sass/partials/tile-layout.scss */
.video.box a svg polygon {
  fill: #FFF;
  transition: all 0.4s ease;
}
/* line 172, ../../src/sass/partials/tile-layout.scss */
.video.box a svg circle {
  stroke: #287EA9;
}

/* line 178, ../../src/sass/partials/tile-layout.scss */
.empty.box {
  background: 0 !important;
  display: none;
}
@media (min-width: 720px) {
  /* line 178, ../../src/sass/partials/tile-layout.scss */
  .empty.box {
    display: block;
  }
}

/* line 186, ../../src/sass/partials/tile-layout.scss */
main {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
@media (min-width: 0) {
  /* line 186, ../../src/sass/partials/tile-layout.scss */
  main {
    width: 100%;
  }
}
@media (min-width: 940px) {
  /* line 186, ../../src/sass/partials/tile-layout.scss */
  main {
    margin-left: 20px;
    width: 550px;
  }
  /* line 193, ../../src/sass/partials/tile-layout.scss */
  main#masonry-grid {
    margin-left: 15px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /* line 186, ../../src/sass/partials/tile-layout.scss */
  main {
    margin-left: 20px;
    width: 750px;
  }
  /* line 200, ../../src/sass/partials/tile-layout.scss */
  main#masonry-grid {
    margin-left: 15px !important;
  }
}
@media (min-width: 1280px) {
  /* line 186, ../../src/sass/partials/tile-layout.scss */
  main {
    margin-left: 20px;
    width: 980px;
  }
  /* line 207, ../../src/sass/partials/tile-layout.scss */
  main#masonry-grid {
    margin-left: 15px !important;
  }
}
/* line 215, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content {
  width: 100%;
  display: inline-block;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  /* line 215, ../../src/sass/partials/tile-layout.scss */
  main#inside-page .content {
    width: 480px;
  }
}
/* line 224, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content img {
  max-width: 100%;
}
/* line 228, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content a {
  color: #0073ad;
}
/* line 232, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content a:hover {
  color: #000;
}
/* line 235, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content h2, main#inside-page .content h1 {
  font-weight: 100;
  font-size: 40px;
  margin: 0;
}
/* line 240, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content h3 {
  margin-top: 15px;
  margin-bottom: 0;
}
/* line 244, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content p {
  line-height: 1.5em;
  margin: 10px 0;
}
/* line 248, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content p.institute {
  font-size: 22px;
  color: #287EA9;
  font-weight: 600;
  margin: 10px 0 0;
  line-height: 1em;
}
/* line 255, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content p.date {
  font-size: 22px;
  color: #287EA9;
  font-weight: 400;
}
/* line 260, ../../src/sass/partials/tile-layout.scss */
main#inside-page .content p.location {
  margin: 10px 0;
}
/* line 265, ../../src/sass/partials/tile-layout.scss */
main#inside-page .inside-boxes {
  float: none;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
}
@media (min-width: 720px) {
  /* line 265, ../../src/sass/partials/tile-layout.scss */
  main#inside-page .inside-boxes {
    width: 480px;
  }
}
/* line 275, ../../src/sass/partials/tile-layout.scss */
main#inside-page .inside-boxes .big.box {
  background-color: transparent;
}
/* line 279, ../../src/sass/partials/tile-layout.scss */
main#inside-page .inside-boxes .box {
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
/* line 283, ../../src/sass/partials/tile-layout.scss */
main#inside-page .inside-boxes .box:nth-of-type(odd) {
  margin-right: 0;
}
/* line 289, ../../src/sass/partials/tile-layout.scss */
main#inside-page .inside-boxes.no-large .box:nth-of-type(odd) {
  margin-right: 20px;
}
/* line 292, ../../src/sass/partials/tile-layout.scss */
main#inside-page .inside-boxes.no-large .box:nth-of-type(even) {
  margin-right: 0px;
}

/* line 301, ../../src/sass/partials/tile-layout.scss */
#html5-watermark {
  display: none !important;
}

/* line 304, ../../src/sass/partials/tile-layout.scss */
#html5-close {
  display: none !important;
}

/******************/
/*  Inside Page   */
/******************/
/* line 5, ../../src/sass/partials/inside-page.scss */
form, input, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
}

/* line 11, ../../src/sass/partials/inside-page.scss */
form.frm-show-form label {
  color: #777 !important;
}
/* line 14, ../../src/sass/partials/inside-page.scss */
form.frm-show-form input, form.frm-show-form textarea {
  border-color: #287EA9 !important;
  border-radius: 0px !important;
  outline-color: #287EA9 !important;
}
/* line 19, ../../src/sass/partials/inside-page.scss */
form.frm-show-form input[type=submit] {
  background-color: #287EA9 !important;
  color: #FFF !important;
}

/******************/
/*  List Layout   */
/******************/
/* line 4, ../../src/sass/partials/list-layout.scss */
.item {
  clear: both;
}

/* line 7, ../../src/sass/partials/list-layout.scss */
#list-no-picture {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
}
/* line 12, ../../src/sass/partials/list-layout.scss */
#list-no-picture a:hover {
  color: #000;
}
/* line 16, ../../src/sass/partials/list-layout.scss */
#list-no-picture h1 {
  font-size: 300%;
  font-weight: 100;
  margin: 0;
}
/* line 21, ../../src/sass/partials/list-layout.scss */
#list-no-picture h2 {
  margin: 10px 0;
}
@media (min-width: 940px) {
  /* line 24, ../../src/sass/partials/list-layout.scss */
  #list-no-picture form {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}
/* line 31, ../../src/sass/partials/list-layout.scss */
#list-no-picture a.subscribe {
  position: absolute;
  height: 40px;
  right: 20px;
  top: 30px;
  padding: 10px;
  width: 230px;
  background: #287EA9;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}
/* line 43, ../../src/sass/partials/list-layout.scss */
#list-no-picture a.subscribe:hover {
  color: #FFF;
}
/* line 46, ../../src/sass/partials/list-layout.scss */
#list-no-picture a.subscribe .box {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  content: '';
  background: #1e5f80;
}
/* line 54, ../../src/sass/partials/list-layout.scss */
#list-no-picture a.subscribe .box:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
  content: '';
  color: #1e5f80;
  border: 10px solid transparent;
  border-left-color: #FFF;
  z-index: 9;
}
/* line 65, ../../src/sass/partials/list-layout.scss */
#list-no-picture a.subscribe .box:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-left-color: #1e5f80;
  z-index: 10;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
/* line 77, ../../src/sass/partials/list-layout.scss */
#list-no-picture .item {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #287EA9;
}
/* line 79, ../../src/sass/partials/list-layout.scss */
#list-no-picture .item p {
  margin: 10px 0;
  color: #777;
  font-size: 14px;
}
/* line 83, ../../src/sass/partials/list-layout.scss */
#list-no-picture .item p.first-of-type {
  color: #287EA9;
  font-size: 110%;
  font-weight: 600;
}
/* line 88, ../../src/sass/partials/list-layout.scss */
#list-no-picture .item p span {
  font-style: italic;
}
/* line 91, ../../src/sass/partials/list-layout.scss */
#list-no-picture .item p.archive-date {
  font-size: 80%;
  color: #777;
  font-weight: 400;
}
/* line 96, ../../src/sass/partials/list-layout.scss */
#list-no-picture .item p.location {
  font-weight: 600;
  font-size: 100%;
  margin: 10px 0 0;
  color: #287EA9;
}
/* line 105, ../../src/sass/partials/list-layout.scss */
#list-no-picture .item:last-of-type {
  border-bottom: 0;
}
/* line 109, ../../src/sass/partials/list-layout.scss */
#list-no-picture select {
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
  background: #287EA9;
  color: #FFF;
  width: 160px;
}
/* line 120, ../../src/sass/partials/list-layout.scss */
#list-no-picture input[type=submit] {
  display: none;
}
/* line 123, ../../src/sass/partials/list-layout.scss */
#list-no-picture input[type=text] {
  vertical-align: top;
  font-size: 16px;
  font-family: "HelveticaNeueW01-55Roma", "Arial", sans-serif;
  padding: 0px 20px 0px 10px;
  border: 0;
  outline: 0;
  height: 40px;
  width: 160px;
  color: #287EA9;
}
/* line 133, ../../src/sass/partials/list-layout.scss */
#list-no-picture input[type=text]:focus {
  background: rgba(255, 255, 255, 0.9);
}
/* line 134, ../../src/sass/partials/list-layout.scss */
#list-no-picture input[type=text]:focus ~ .icon {
  background-color: rgba(40, 126, 169, 0.6);
}
/* line 140, ../../src/sass/partials/list-layout.scss */
#list-no-picture input[type=submit] {
  display: none;
}
/* line 143, ../../src/sass/partials/list-layout.scss */
#list-no-picture .icon {
  height: 40px;
  width: 40px;
  background-image: url("images/search.png");
  background-color: #287ea9;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  position: relative;
  left: -4px;
}

/* line 157, ../../src/sass/partials/list-layout.scss */
#list-small-picture {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
}
/* line 161, ../../src/sass/partials/list-layout.scss */
#list-small-picture .text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 720px) {
  /* line 161, ../../src/sass/partials/list-layout.scss */
  #list-small-picture .text {
    width: 240px;
  }
}
@media (min-width: 1024px) {
  /* line 161, ../../src/sass/partials/list-layout.scss */
  #list-small-picture .text {
    width: 590px;
  }
}
@media (min-width: 1280px) {
  /* line 161, ../../src/sass/partials/list-layout.scss */
  #list-small-picture .text {
    width: 820px;
  }
}
/* line 175, ../../src/sass/partials/list-layout.scss */
#list-small-picture div.namebox, #list-small-picture aside {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}
@media (min-width: 0px) {
  /* line 175, ../../src/sass/partials/list-layout.scss */
  #list-small-picture div.namebox, #list-small-picture aside {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 175, ../../src/sass/partials/list-layout.scss */
  #list-small-picture div.namebox, #list-small-picture aside {
    width: 40%;
  }
}
/* line 187, ../../src/sass/partials/list-layout.scss */
#list-small-picture img {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px 15px 10px 0;
}
@media (min-width: 1024px) {
  /* line 187, ../../src/sass/partials/list-layout.scss */
  #list-small-picture img {
    height: 100px;
    width: 100px;
  }
}
/* line 198, ../../src/sass/partials/list-layout.scss */
#list-small-picture a:hover {
  color: #000;
}
/* line 202, ../../src/sass/partials/list-layout.scss */
#list-small-picture h1 {
  font-size: 300%;
  font-weight: 100;
  margin: 0;
}
/* line 207, ../../src/sass/partials/list-layout.scss */
#list-small-picture h2 {
  margin: 0;
}
@media (min-width: 940px) {
  /* line 210, ../../src/sass/partials/list-layout.scss */
  #list-small-picture form {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}
/* line 217, ../../src/sass/partials/list-layout.scss */
#list-small-picture .item {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #c0c0c0;
}
@media (min-width: 720px) {
  /* line 217, ../../src/sass/partials/list-layout.scss */
  #list-small-picture .item {
    text-align: left;
  }
}
/* line 223, ../../src/sass/partials/list-layout.scss */
#list-small-picture .item aside {
  padding-top: 12px;
}
/* line 226, ../../src/sass/partials/list-layout.scss */
#list-small-picture .item p {
  color: #777;
  margin: 5px 0 10px;
}
/* line 229, ../../src/sass/partials/list-layout.scss */
#list-small-picture .item p.last-of-type {
  color: #287EA9;
  font-size: 110%;
  font-weight: 600;
}
/* line 234, ../../src/sass/partials/list-layout.scss */
#list-small-picture .item p span {
  font-style: italic;
}
/* line 240, ../../src/sass/partials/list-layout.scss */
#list-small-picture .item:last-of-type {
  border-bottom: 0;
}
/* line 244, ../../src/sass/partials/list-layout.scss */
#list-small-picture select {
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
  background: #287EA9;
  color: #FFF;
  width: 160px;
}
/* line 255, ../../src/sass/partials/list-layout.scss */
#list-small-picture input[type=submit] {
  display: none;
}

/* line 261, ../../src/sass/partials/list-layout.scss */
#list-large-picture {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
}
/* line 265, ../../src/sass/partials/list-layout.scss */
#list-large-picture a.subscribe {
  position: absolute;
  height: 40px;
  right: 20px;
  top: 30px;
  padding: 10px;
  width: 230px;
  background: #287EA9;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}
/* line 277, ../../src/sass/partials/list-layout.scss */
#list-large-picture a.subscribe:hover {
  color: #FFF;
}
/* line 280, ../../src/sass/partials/list-layout.scss */
#list-large-picture a.subscribe .box {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  content: '';
  background: #1e5f80;
}
/* line 288, ../../src/sass/partials/list-layout.scss */
#list-large-picture a.subscribe .box:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
  content: '';
  color: #1e5f80;
  border: 10px solid transparent;
  border-left-color: #FFF;
  z-index: 9;
}
/* line 299, ../../src/sass/partials/list-layout.scss */
#list-large-picture a.subscribe .box:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-left-color: #1e5f80;
  z-index: 10;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
/* line 311, ../../src/sass/partials/list-layout.scss */
#list-large-picture .text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 720px) {
  /* line 311, ../../src/sass/partials/list-layout.scss */
  #list-large-picture .text {
    width: 240px;
  }
}
@media (min-width: 940px) {
  /* line 311, ../../src/sass/partials/list-layout.scss */
  #list-large-picture .text {
    width: 390px;
  }
}
@media (min-width: 1024px) {
  /* line 311, ../../src/sass/partials/list-layout.scss */
  #list-large-picture .text {
    width: 490px;
  }
}
@media (min-width: 1280px) {
  /* line 311, ../../src/sass/partials/list-layout.scss */
  #list-large-picture .text {
    width: 720px;
  }
}
/* line 328, ../../src/sass/partials/list-layout.scss */
#list-large-picture div.namebox, #list-large-picture aside {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}
@media (min-width: 0px) {
  /* line 328, ../../src/sass/partials/list-layout.scss */
  #list-large-picture div.namebox, #list-large-picture aside {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 328, ../../src/sass/partials/list-layout.scss */
  #list-large-picture div.namebox, #list-large-picture aside {
    width: 40%;
  }
}
/* line 340, ../../src/sass/partials/list-layout.scss */
#list-large-picture img {
  display: inline-block;
  height: auto;
  width: 100%;
  margin: 0px 15px 10px 0;
}
@media (min-width: 940px) {
  /* line 340, ../../src/sass/partials/list-layout.scss */
  #list-large-picture img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  /* line 340, ../../src/sass/partials/list-layout.scss */
  #list-large-picture img {
    width: 200px;
    height: 200px;
  }
}
/* line 355, ../../src/sass/partials/list-layout.scss */
#list-large-picture a:hover {
  color: #000;
}
/* line 359, ../../src/sass/partials/list-layout.scss */
#list-large-picture h1 {
  font-size: 300%;
  font-weight: 100;
  margin: 0;
}
/* line 364, ../../src/sass/partials/list-layout.scss */
#list-large-picture h2 {
  margin: 0;
}
@media (min-width: 940px) {
  /* line 370, ../../src/sass/partials/list-layout.scss */
  #list-large-picture form {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}
/* line 377, ../../src/sass/partials/list-layout.scss */
#list-large-picture .item {
  width: 100%;
  text-align: left;
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
  /* 		a{
  			position: absolute;
  			bottom: 10px;
  		}
   */
  border-bottom: 1px solid #287EA9;
}
@media (min-width: 720px) {
  /* line 377, ../../src/sass/partials/list-layout.scss */
  #list-large-picture .item {
    text-align: left;
  }
}
/* line 391, ../../src/sass/partials/list-layout.scss */
#list-large-picture .item h2, #list-large-picture .item h1 {
  margin: 0 0 5px;
}
/* line 394, ../../src/sass/partials/list-layout.scss */
#list-large-picture .item p {
  color: #777;
  margin: 0 0 5px;
}
/* line 397, ../../src/sass/partials/list-layout.scss */
#list-large-picture .item p span {
  color: #287EA9;
}
/* line 400, ../../src/sass/partials/list-layout.scss */
#list-large-picture .item p.date {
  margin-bottom: 10px;
}
/* line 404, ../../src/sass/partials/list-layout.scss */
#list-large-picture .item .location {
  font-weight: 600;
  font-size: 100%;
  margin: 10px 0 0;
  color: #287EA9;
}
/* line 412, ../../src/sass/partials/list-layout.scss */
#list-large-picture .item:last-of-type {
  border-bottom: 0;
}
/* line 416, ../../src/sass/partials/list-layout.scss */
#list-large-picture select {
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
  background: #287EA9;
  color: #FFF;
  width: 160px;
}
/* line 427, ../../src/sass/partials/list-layout.scss */
#list-large-picture input[type=submit] {
  display: none;
}

/* line 432, ../../src/sass/partials/list-layout.scss */
#search-results-list {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  /* 	form{
  		@media (min-width: 940px){
  			position: absolute;
  			top: 30px;
  			right: 20px;
  		}
  	} */
}
@media (min-width: 720px) {
  /* line 432, ../../src/sass/partials/list-layout.scss */
  #search-results-list {
    text-align: left;
  }
}
/* line 441, ../../src/sass/partials/list-layout.scss */
#search-results-list a:hover {
  color: #000;
}
/* line 445, ../../src/sass/partials/list-layout.scss */
#search-results-list h1 {
  font-size: 300%;
  font-weight: 100;
  margin: 0;
}
/* line 457, ../../src/sass/partials/list-layout.scss */
#search-results-list .topbox {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 20px;
}
/* line 461, ../../src/sass/partials/list-layout.scss */
#search-results-list .filters {
  width: 300px;
  vertical-align: top;
  display: inline-block;
  min-height: 100px;
  margin-top: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 470, ../../src/sass/partials/list-layout.scss */
#search-results-list .filters h2 {
  margin: 0;
}
/* line 474, ../../src/sass/partials/list-layout.scss */
#search-results-list .left {
  width: 100%;
  display: inline-block;
}
@media (min-width: 1024px) {
  /* line 474, ../../src/sass/partials/list-layout.scss */
  #search-results-list .left {
    width: 400px;
  }
}
@media (min-width: 1280px) {
  /* line 474, ../../src/sass/partials/list-layout.scss */
  #search-results-list .left {
    width: 620px;
  }
}
/* line 484, ../../src/sass/partials/list-layout.scss */
#search-results-list .item {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
}
/* line 486, ../../src/sass/partials/list-layout.scss */
#search-results-list .item p {
  color: #777;
}
/* line 488, ../../src/sass/partials/list-layout.scss */
#search-results-list .item p span {
  font-style: italic;
}
/* line 494, ../../src/sass/partials/list-layout.scss */
#search-results-list .item.filtered {
  display: none;
}
/* line 497, ../../src/sass/partials/list-layout.scss */
#search-results-list .item:last-of-type {
  border-bottom: 0;
}
/* line 501, ../../src/sass/partials/list-layout.scss */
#search-results-list select {
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
  background: #287EA9;
  color: #FFF;
  width: 160px;
}
/* line 512, ../../src/sass/partials/list-layout.scss */
#search-results-list input[type=submit] {
  display: none;
}
/* line 515, ../../src/sass/partials/list-layout.scss */
#search-results-list form {
  display: inline-block;
  padding: 0;
  margin-top: 20px;
}
/* line 520, ../../src/sass/partials/list-layout.scss */
#search-results-list p.results {
  display: inline-block;
  vertical-align: bottom;
}
/* line 524, ../../src/sass/partials/list-layout.scss */
#search-results-list input[type=text] {
  vertical-align: top;
  font-size: 16px;
  font-family: "HelveticaNeueW01-55Roma", "Arial", sans-serif;
  padding: 0px 20px 0px 10px;
  border: 1px solid #287EA9;
  outline: 0;
  height: 50px;
  width: 160px;
  color: #287EA9;
  box-sizing: border-box;
}
/* line 535, ../../src/sass/partials/list-layout.scss */
#search-results-list input[type=text]:focus {
  background: rgba(255, 255, 255, 0.9);
}
/* line 536, ../../src/sass/partials/list-layout.scss */
#search-results-list input[type=text]:focus ~ .icon {
  background-color: rgba(40, 126, 169, 0.6);
}
/* line 542, ../../src/sass/partials/list-layout.scss */
#search-results-list input[type=submit] {
  display: none;
}
/* line 545, ../../src/sass/partials/list-layout.scss */
#search-results-list .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-image: url("images/search.png");
  background-color: #287ea9;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  position: relative;
  left: -5px;
}
/* line 557, ../../src/sass/partials/list-layout.scss */
#search-results-list .filter-list {
  margin: 0 auto;
}
@media (min-width: 720px) {
  /* line 557, ../../src/sass/partials/list-layout.scss */
  #search-results-list .filter-list {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  /* line 557, ../../src/sass/partials/list-layout.scss */
  #search-results-list .filter-list {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 240px;
  }
}
@media (min-width: 1280px) {
  /* line 557, ../../src/sass/partials/list-layout.scss */
  #search-results-list .filter-list {
    width: 480px;
  }
}
/* line 572, ../../src/sass/partials/list-layout.scss */
#search-results-list .search-results {
  width: 100%;
  border-top: 1px solid #287EA9;
  margin-top: 20px;
}
/* line 576, ../../src/sass/partials/list-layout.scss */
#search-results-list .search-results .filters {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 581, ../../src/sass/partials/list-layout.scss */
#search-results-list .search-results .filters a {
  display: block;
  color: #000;
  font-weight: 600;
}
/* line 585, ../../src/sass/partials/list-layout.scss */
#search-results-list .search-results .filters a:hover {
  color: #287EA9;
}
@media (min-width: 1024px) {
  /* line 576, ../../src/sass/partials/list-layout.scss */
  #search-results-list .search-results .filters {
    width: 200px;
  }
}
/* line 593, ../../src/sass/partials/list-layout.scss */
#search-results-list .search-results .items {
  display: inline-block;
}
@media (min-width: 1024px) {
  /* line 593, ../../src/sass/partials/list-layout.scss */
  #search-results-list .search-results .items {
    width: 500px;
  }
}
@media (min-width: 1280px) {
  /* line 593, ../../src/sass/partials/list-layout.scss */
  #search-results-list .search-results .items {
    width: 730px;
  }
}

/******************/
/*     Footer     */
/******************/
/* line 5, ../../src/sass/partials/footer.scss */
footer {
  border-top: 1px solid #FFF;
  padding: 40px 0;
  background: #342e37;
  font-size: 12px;
}
/* line 10, ../../src/sass/partials/footer.scss */
footer div div {
  display: inline-block;
}
/* line 13, ../../src/sass/partials/footer.scss */
footer a {
  font-weight: 600;
  display: block;
  font-size: 16px;
}
/* line 18, ../../src/sass/partials/footer.scss */
footer .address {
  width: 100%;
  position: relative;
}
@media (min-width: 940px) {
  /* line 18, ../../src/sass/partials/footer.scss */
  footer .address {
    width: 200px;
  }
}
/* line 26, ../../src/sass/partials/footer.scss */
footer .address p {
  width: 200px;
  color: #FFF;
  margin: 5px 0;
  font-size: 16px;
}
/* line 31, ../../src/sass/partials/footer.scss */
footer .address p:first-of-type {
  font-weight: 600;
  margin: 10px 0;
  font-size: 19px;
}
/* line 36, ../../src/sass/partials/footer.scss */
footer .address p:last-of-type {
  margin-bottom: 10px;
}
/* line 41, ../../src/sass/partials/footer.scss */
footer .address .uni-logo {
  margin: 20px 0;
}
@media (min-width: 940px) {
  /* line 41, ../../src/sass/partials/footer.scss */
  footer .address .uni-logo {
    position: absolute;
    top: 15px;
    right: -282px;
    margin: 0;
  }
}
/* line 51, ../../src/sass/partials/footer.scss */
footer .intranet {
  position: relative;
  vertical-align: top;
  margin-right: 10px;
}
@media (min-width: 940px) {
  /* line 51, ../../src/sass/partials/footer.scss */
  footer .intranet {
    float: right;
    width: 400px;
    height: 265px;
    text-align: right;
  }
}
/* line 61, ../../src/sass/partials/footer.scss */
footer .intranet .social {
  margin: 20px 0;
  width: 100px;
}
@media (min-width: 940px) {
  /* line 61, ../../src/sass/partials/footer.scss */
  footer .intranet .social {
    position: absolute;
    bottom: 55px;
    right: 0;
    margin: 0;
  }
}
/* line 71, ../../src/sass/partials/footer.scss */
footer .intranet .social a.twitter,
footer .intranet .social a.facebook {
  height: 40px;
  width: 40px;
  display: inline-block;
}
/* line 76, ../../src/sass/partials/footer.scss */
footer .intranet .social a.twitter svg,
footer .intranet .social a.facebook svg {
  height: 40px;
  width: 40px;
}
/* line 79, ../../src/sass/partials/footer.scss */
footer .intranet .social a.twitter svg path,
footer .intranet .social a.facebook svg path {
  fill: #FFF;
  transition: all 0.4s ease;
}
/* line 83, ../../src/sass/partials/footer.scss */
footer .intranet .social a.twitter svg circle,
footer .intranet .social a.facebook svg circle {
  fill: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}
/* line 88, ../../src/sass/partials/footer.scss */
footer .intranet .social a.twitter svg:hover circle,
footer .intranet .social a.facebook svg:hover circle {
  fill: white;
}
/* line 95, ../../src/sass/partials/footer.scss */
footer .intranet .social a.twitter.facebook svg:hover path,
footer .intranet .social a.facebook.facebook svg:hover path {
  fill: #287EA9;
}
/* line 102, ../../src/sass/partials/footer.scss */
footer .intranet .social a.twitter.twitter svg:hover path,
footer .intranet .social a.facebook.twitter svg:hover path {
  fill: #287EA9;
}
/* line 109, ../../src/sass/partials/footer.scss */
footer .intranet p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
}
@media (min-width: 940px) {
  /* line 109, ../../src/sass/partials/footer.scss */
  footer .intranet p {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* line 118, ../../src/sass/partials/footer.scss */
footer .intranet p a {
  display: inline-block;
}

/* line 3, ../../src/sass/partials/selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* line 9, ../../src/sass/partials/selectric.scss */
.selectric-responsive {
  width: 100%;
}

/* line 13, ../../src/sass/partials/selectric.scss */
.selectric {
  border: 0px solid #FFF;
  background: #287EA9;
  display: inline-block;
  position: relative;
  width: 270px;
  margin: 10px 0;
  transition: all 0.4s ease;
}
@media (min-width: 720px) {
  /* line 13, ../../src/sass/partials/selectric.scss */
  .selectric {
    width: 460px;
  }
}
@media (min-width: 940px) {
  /* line 13, ../../src/sass/partials/selectric.scss */
  .selectric {
    width: 230px;
    margin: 0;
  }
}
/* line 30, ../../src/sass/partials/selectric.scss */
.selectric .label {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 10px;
  line-height: 40px;
  color: #FFF;
  height: 40px;
}
/* line 42, ../../src/sass/partials/selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #FFF;
  background: #1e5f80;
  text-align: center;
  font: 0/0 a;
  transition: all 0.4s ease;
}
/* line 54, ../../src/sass/partials/selectric.scss */
.selectric .button:before {
  content: '';
  border: 8px solid transparent;
  border-top-color: #1e5f80;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
/* line 69, ../../src/sass/partials/selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FFF;
  border-bottom: none;
  transition: all 0.4s ease;
}

/* line 87, ../../src/sass/partials/selectric.scss */
.selectric-hover .selectric {
  border-color: #e6e6e6;
}
/* line 90, ../../src/sass/partials/selectric.scss */
.selectric-hover .selectric .button {
  color: #287EA9;
}
/* line 93, ../../src/sass/partials/selectric.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #e6e6e6;
}

/* line 99, ../../src/sass/partials/selectric.scss */
.selectric-open {
  z-index: 9999;
}
/* line 102, ../../src/sass/partials/selectric.scss */
.selectric-open .selectric {
  border-color: #e6e6e6;
  background: #1e5f80;
}
/* line 105, ../../src/sass/partials/selectric.scss */
.selectric-open .selectric .button {
  background: #287EA9;
}
/* line 107, ../../src/sass/partials/selectric.scss */
.selectric-open .selectric .button:before {
  border: 8px solid transparent;
  border-top: 0;
  border-bottom-color: #287EA9;
  top: 4px;
}
/* line 113, ../../src/sass/partials/selectric.scss */
.selectric-open .selectric .button:after {
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: #FFF;
}
/* line 121, ../../src/sass/partials/selectric.scss */
.selectric-open .selectric-items {
  display: block;
}

/* line 126, ../../src/sass/partials/selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 133, ../../src/sass/partials/selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* line 139, ../../src/sass/partials/selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 146, ../../src/sass/partials/selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 162, ../../src/sass/partials/selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 169, ../../src/sass/partials/selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  font-weight: 600;
  top: 100%;
  left: 0;
  background: #287EA9;
  border: 1px solid #e6e6e6;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
/* line 180, ../../src/sass/partials/selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
/* line 185, ../../src/sass/partials/selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
/* line 190, ../../src/sass/partials/selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
/* line 198, ../../src/sass/partials/selectric.scss */
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #000;
  background: #FFF;
  cursor: pointer;
}
/* line 207, ../../src/sass/partials/selectric.scss */
.selectric-items li.selected {
  background: #FFF;
  color: #287EA9;
}
/* line 212, ../../src/sass/partials/selectric.scss */
.selectric-items li:hover {
  background: #287EA9;
  color: #FFF;
}
/* line 218, ../../src/sass/partials/selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 228, ../../src/sass/partials/selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
/* line 237, ../../src/sass/partials/selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 242, ../../src/sass/partials/selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */