@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dosis:400,600|Open+Sans:400,400i,700,700i");
@media (max-width: 767px) {
  /* line 189, ../sass/_mixins.scss */
  .col-xs-1:nth-child(12n+1) {
    clear: left;
  }

  /* line 192, ../sass/_mixins.scss */
  .col-xs-2:nth-child(6n+1) {
    clear: left;
  }

  /* line 195, ../sass/_mixins.scss */
  .col-xs-3:nth-child(4n+1) {
    clear: left;
  }

  /* line 198, ../sass/_mixins.scss */
  .col-xs-4:nth-child(3n+1) {
    clear: left;
  }

  /* line 201, ../sass/_mixins.scss */
  .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
@font-face {
  font-family: 'cn_icons2';
  src: url("fonts/cn_icons2.eot?79792904");
  src: url("fonts/cn_icons2.eot?79792904#iefix") format("embedded-opentype"), url("fonts/cn_icons2.woff2?79792904") format("woff2"), url("fonts/cn_icons2.woff?79792904") format("woff"), url("fonts/cn_icons2.ttf?79792904") format("truetype"), url("fonts/cn_icons2.svg?79792904#cn_icons2") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cn_icons1';
  src: url("fonts/cn_icons1.eot?74583110");
  src: url("fonts/cn_icons1.eot?74583110#iefix") format("embedded-opentype"), url("fonts/cn_icons1.woff2?74583110") format("woff2"), url("fonts/cn_icons1.woff?74583110") format("woff"), url("fonts/cn_icons1.ttf?74583110") format("truetype"), url("fonts/cn_icons1.svg?74583110#cn_icons1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cn_icons3';
  src: url("fonts/cn_icons3.eot?14130983");
  src: url("fonts/cn_icons3.eot?14130983#iefix") format("embedded-opentype"), url("fonts/cn_icons3.woff2?14130983") format("woff2"), url("fonts/cn_icons3.woff?14130983") format("woff"), url("fonts/cn_icons3.ttf?14130983") format("truetype"), url("fonts/cn_icons3.svg?14130983#cn_icons3") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'file_type_icons';
  src: url("fonts/file_type_icons.eot?93226055");
  src: url("fonts/file_type_icons.eot?93226055#iefix") format("embedded-opentype"), url("fonts/file_type_icons.woff2?93226055") format("woff2"), url("fonts/file_type_icons.woff?93226055") format("woff"), url("fonts/file_type_icons.ttf?93226055") format("truetype"), url("fonts/file_type_icons.svg?93226055#file_type_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'youtube';
  src: url("fonts/youtube.eot?98635815");
  src: url("fonts/youtube.eot?98635815#iefix") format("embedded-opentype"), url("fonts/youtube.woff2?98635815") format("woff2"), url("fonts/youtube.woff?98635815") format("woff"), url("fonts/youtube.ttf?98635815") format("truetype"), url("fonts/youtube.svg?98635815#youtube") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cn_linkedin';
  src: url("fonts/cn_linkedin.eot?86563077");
  src: url("fonts/cn_linkedin.eot?86563077#iefix") format("embedded-opentype"), url("fonts/cn_linkedin.woff2?86563077") format("woff2"), url("fonts/cn_linkedin.woff?86563077") format("woff"), url("fonts/cn_linkedin.ttf?86563077") format("truetype"), url("fonts/cn_linkedin.svg?86563077#cn_linkedin") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cn_icons1';
    src: url('../font/cn_icons1.svg?74583110#cn_icons1') format('svg');
  }
}
*/
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon';
    src: url('fonts//icon.svg?88781976#icon') format('svg');
  }
}
*/
/* line 130, ../sass/_fonts.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cn_icons1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 226, ../sass/_fonts.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #4f4e4d;
  font-size: 16px;
  line-height: 1.5;
}

/* line 233, ../sass/_fonts.scss */
h1,
h2,
h3,
h1 *,
h2 *,
h3 * {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

/* line 243, ../sass/_fonts.scss */
h4,
h5,
h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}

/* line 251, ../sass/_fonts.scss */
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
/* line 257, ../sass/_fonts.scss */
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: italic;
}
/* line 260, ../sass/_fonts.scss */
h2.field,
h3.field,
h4.field,
h5.field,
h6.field {
  margin-bottom: 0;
}

/* line 266, ../sass/_fonts.scss */
caption,
strong,
b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: bold;
}

/* line 291, ../sass/_fonts.scss */
h1 *,
h2 *,
h3 * {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

/* line 298, ../sass/_fonts.scss */
h4 *,
h5 *,
h6 * {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}

/* line 305, ../sass/_fonts.scss */
h1 em,
h2 em,
h3 em {
  font-style: italic;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

/* line 312, ../sass/_fonts.scss */
h4 em,
h5 em,
h6 em {
  font-style: italic;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}

/* line 319, ../sass/_fonts.scss */
ol,
ul {
  padding-left: 1em;
}

/* line 325, ../sass/_fonts.scss */
p,
.field {
  margin: 0 0 1em 0;
}

/* line 329, ../sass/_fonts.scss */
.field li:last-child
.field p:last-child {
  margin-bottom: 0;
}

/* line 336, ../sass/_fonts.scss */
h1.page-header {
  font-size: 42px;
}

/* line 341, ../sass/_fonts.scss */
.node-type-page h1,
.node-type-page h2:not(.block-title),
.node-type-page h3 {
  color: #9375af;
}
/* line 347, ../sass/_fonts.scss */
.node-type-page.green h1,
.node-type-page.green h2:not(.block-title),
.node-type-page.green h3 {
  color: #87ad26;
}
/* line 354, ../sass/_fonts.scss */
.node-type-page.yellow h1,
.node-type-page.yellow h2:not(.block-title),
.node-type-page.yellow h3 {
  color: #fced3a;
}
/* line 361, ../sass/_fonts.scss */
.node-type-page.blue h1,
.node-type-page.blue h2:not(.block-title),
.node-type-page.blue h3 {
  color: #9bd6e5;
}

/* line 371, ../sass/_fonts.scss */
.page-events h1,
.page-events h2:not(.block-title),
.page-events h3,
.node-type-event h1,
.node-type-event h2:not(.block-title),
.node-type-event h3 {
  color: #9375af;
}

/* line 382, ../sass/_fonts.scss */
.page-contact h1,
.page-contact h2:not(.block-title),
.page-contact h3 {
  color: #9375af;
}

/* line 389, ../sass/_fonts.scss */
.page-blog-articles h1,
.page-blog-articles h2:not(.block-title),
.page-blog-articles h3,
.node-type-article.blog h1,
.node-type-article.blog h2:not(.block-title),
.node-type-article.blog h3 {
  color: #9375af;
}

/* line 399, ../sass/_fonts.scss */
.page-news-articles h1,
.page-news-articles h2:not(.block-title),
.page-news-articles h3,
.node-type-article.news h1,
.node-type-article.news h2:not(.block-title),
.node-type-article.news h3,
.node-type-city h1,
.node-type-city h2:not(.block-title),
.node-type-city h3 {
  color: #87ad26;
}

/* line 412, ../sass/_fonts.scss */
.leaflet-container {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* line 417, ../sass/_fonts.scss */
.leaflet-container h3,
.leaflet-container h4,
.leaflet-container h5 h6,
.leaflet-container p {
  margin: 0 0 0.5em 0;
}

/* line 424, ../sass/_fonts.scss */
.leaflet-container h3:last-child,
.leaflet-container h4:last-child,
.leaflet-container h5 h6:last-child,
.leaflet-container p:last-child {
  margin-bottom: 0;
}

/* line 433, ../sass/_fonts.scss */
blockquote {
  color: #4f4e4d !important;
  margin: 15px 0;
  padding: 0.66em 0.66em 0.66em 1em;
  background-color: #b8a4ca;
  border: none;
}
/* line 440, ../sass/_fonts.scss */
blockquote p,
blockquote li {
  margin-bottom: 5px;
}
/* line 443, ../sass/_fonts.scss */
blockquote p:last-child,
blockquote li:last-child {
  margin-bottom: 0px;
}
/* line 447, ../sass/_fonts.scss */
blockquote h1,
blockquote h2,
blockquote h3 {
  color: #4f4e4d !important;
}
/* line 452, ../sass/_fonts.scss */
blockquote a,
blockquote a:link,
blockquote a:visited {
  color: #9375af;
}
/* line 466, ../sass/_fonts.scss */
.node-type-article.news blockquote, .node-type-page.green blockquote {
  background-color: #c3d693;
}
/* line 469, ../sass/_fonts.scss */
.node-type-article.news blockquote a,
.node-type-article.news blockquote a:link,
.node-type-article.news blockquote a:visited, .node-type-page.green blockquote a,
.node-type-page.green blockquote a:link,
.node-type-page.green blockquote a:visited {
  color: #465914;
}
/* line 475, ../sass/_fonts.scss */
.node-type-article.spotlight blockquote, .node-type-page.yellow blockquote {
  background-color: #fef69d;
}
/* line 478, ../sass/_fonts.scss */
.node-type-article.spotlight blockquote a,
.node-type-article.spotlight blockquote a:link,
.node-type-article.spotlight blockquote a:visited, .node-type-page.yellow blockquote a,
.node-type-page.yellow blockquote a:link,
.node-type-page.yellow blockquote a:visited {
  color: #b4a603;
}
/* line 484, ../sass/_fonts.scss */
.node-type-article.blog blockquote, .node-type-page.blue blockquote {
  background-color: #cdebf2;
}
/* line 487, ../sass/_fonts.scss */
.node-type-article.blog blockquote a,
.node-type-article.blog blockquote a:link,
.node-type-article.blog blockquote a:visited, .node-type-page.blue blockquote a,
.node-type-page.blue blockquote a:link,
.node-type-page.blue blockquote a:visited {
  color: #4ab5d0;
}
/* line 493, ../sass/_fonts.scss */
.node-type-page.purple blockquote {
  background-color: #c9bad7;
}
/* line 495, ../sass/_fonts.scss */
.node-type-page.purple blockquote a,
.node-type-page.purple blockquote a:link,
.node-type-page.purple blockquote a:visited {
  color: #604678;
}

/* line 503, ../sass/_fonts.scss */
blockquote:after {
  content: "";
  display: table;
  clear: both;
}

/* line 509, ../sass/_fonts.scss */
blockquote blockquote {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 515, ../sass/_fonts.scss */
  blockquote blockquote {
    width: 48%;
  }

  /* line 518, ../sass/_fonts.scss */
  blockquote blockquote:nth-child(even) {
    float: left;
    clear: left;
  }

  /* line 522, ../sass/_fonts.scss */
  blockquote blockquote:nth-child(odd) {
    float: right;
    clear: right;
  }
}
/*/  ===  Link types === /*/
/* line 545, ../sass/_fonts.scss */
:not(.block-image) > a[target="_blank"]:after,
:not(.block-image) > a[href$=".xls"]:after,
:not(.block-image) > a[href$=".xlsx"]:after,
:not(.block-image) > a[href$=".ppt"]:after,
:not(.block-image) > a[href$=".doc"]:after,
:not(.block-image) > a[href$=".docx"]:after,
:not(.block-image) > a[href$=".pdf"]:after,
:not(.block-image) > a[href$=".gz"]:after,
:not(.block-image) > a[href$=".tar"]:after,
:not(.block-image) > a[href$=".zip"]:after,
:not(.block-image) > a[href$=".zipx"]:after,
:not(.block-image) > a[href$=".txt"]:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'file_type_icons';
  font-size: 1.2em;
  text-decoration: none;
  margin: 0 0 0 0.15em;
}
/* line 551, ../sass/_fonts.scss */
:not(.block-image) > a[target="_blank"]:after:hover,
:not(.block-image) > a[href$=".xls"]:after:hover,
:not(.block-image) > a[href$=".xlsx"]:after:hover,
:not(.block-image) > a[href$=".ppt"]:after:hover,
:not(.block-image) > a[href$=".doc"]:after:hover,
:not(.block-image) > a[href$=".docx"]:after:hover,
:not(.block-image) > a[href$=".pdf"]:after:hover,
:not(.block-image) > a[href$=".gz"]:after:hover,
:not(.block-image) > a[href$=".tar"]:after:hover,
:not(.block-image) > a[href$=".zip"]:after:hover,
:not(.block-image) > a[href$=".zipx"]:after:hover,
:not(.block-image) > a[href$=".txt"]:after:hover {
  text-decoration: none;
}
/* line 557, ../sass/_fonts.scss */
:not(.block-image) > a[target="_blank"]:after {
  content: '\f08e';
}
/* line 563, ../sass/_fonts.scss */
:not(.block-image) > a[href$=".doc"]:after,
:not(.block-image) > a[href$=".docx"]:after {
  content: '\f1c2';
}
/* line 569, ../sass/_fonts.scss */
:not(.block-image) > a[href$=".xls"]:after,
:not(.block-image) > a[href$=".xlsx"]:after {
  content: '\f1c3';
}
/* line 574, ../sass/_fonts.scss */
:not(.block-image) > a[href$=".ppt"]:after {
  content: '\f1c4';
}
/* line 582, ../sass/_fonts.scss */
:not(.block-image) > a[href$=".gz"]:after,
:not(.block-image) > a[href$=".tar"]:after,
:not(.block-image) > a[href$=".zip"]:after,
:not(.block-image) > a[href$=".zipx"]:after {
  content: '\f1c6';
}
/* line 587, ../sass/_fonts.scss */
:not(.block-image) > a[href$=".txt"]:after {
  content: '\f0f6';
}

/* line 600, ../sass/_fonts.scss */
table {
  font-size: 15px;
  line-height: 1.3;
  border: none;
  margin: 0 0 1em 0;
}

/* line 605, ../sass/_fonts.scss */
caption {
  font-weight: 700;
}

/* line 609, ../sass/_fonts.scss */
td,
th {
  font-size: 15px;
  line-height: 1.3;
  padding: 9px 19px 9px 9px;
  vertical-align: top;
  border: none;
  border-bottom: 2px solid #fff;
}

/* line 618, ../sass/_fonts.scss */
th {
  background-color: #c3d693;
}

/* line 622, ../sass/_fonts.scss */
td {
  background-color: #e1ebc9;
}

/* line 626, ../sass/_fonts.scss */
th p,
td p {
  font-size: 15px !important;
  line-height: 1.3;
  margin-bottom: 3px;
}

/* line 634, ../sass/_fonts.scss */
table.clear-table {
  border: none !important;
  background-color: #fff !important;
}
/* line 637, ../sass/_fonts.scss */
table.clear-table td,
table.clear-table th {
  border: none !important;
  background-color: #fff !important;
  padding: 0 19px 9px 0;
}

/* line 646, ../sass/_fonts.scss */
table.coloured-table {
  border: none !important;
  background-color: #fff !important;
}

/* line 653, ../sass/_fonts.scss */
dl {
  background-color: #c3d693;
  font-size: 14px;
  margin: 0 0 1em 0;
  clear: both;
  width: 100%;
  overflow: auto;
}

/* line 662, ../sass/_fonts.scss */
dl dt {
  font-weight: normal;
  background-color: #e1ebc9;
  padding: 10px;
}

/* line 667, ../sass/_fonts.scss */
dl dd {
  padding: 10px;
}

@media (min-width: 768px) {
  /* line 672, ../sass/_fonts.scss */
  dl {
    display: flex;
  }

  /* line 675, ../sass/_fonts.scss */
  dl dt {
    width: 30%;
  }

  /* line 676, ../sass/_fonts.scss */
  dl dd {
    width: 70%;
  }
}
/* line 682, ../sass/_fonts.scss */
.node-type-page.green dl {
  background-color: #c3d693;
}
/* line 684, ../sass/_fonts.scss */
.node-type-page.green dl dt {
  background-color: #e1ebc9;
}
/* line 690, ../sass/_fonts.scss */
.node-type-page.yellow dl {
  background-color: #fef69d;
}
/* line 692, ../sass/_fonts.scss */
.node-type-page.yellow dl dt {
  background-color: #fefbce;
}
/* line 698, ../sass/_fonts.scss */
.node-type-page.blue dl {
  background-color: #cdebf2;
}
/* line 700, ../sass/_fonts.scss */
.node-type-page.blue dl dt {
  background-color: #e6f5f9;
}
/* line 706, ../sass/_fonts.scss */
.node-type-page.purple dl {
  background-color: #c9bad7;
}
/* line 708, ../sass/_fonts.scss */
.node-type-page.purple dl dt {
  background-color: #e4ddeb;
}

/* line 719, ../sass/_fonts.scss */
.node-type-page.green table:not(.clear-table) th {
  background-color: #c3d693;
}
/* line 722, ../sass/_fonts.scss */
.node-type-page.green table:not(.clear-table) td {
  background-color: #e1ebc9;
}
/* line 727, ../sass/_fonts.scss */
.node-type-page.yellow table:not(.clear-table) th {
  background-color: #fef69d;
}
/* line 730, ../sass/_fonts.scss */
.node-type-page.yellow table:not(.clear-table) td {
  background-color: #fefbce;
}
/* line 735, ../sass/_fonts.scss */
.node-type-page.blue table:not(.clear-table) th {
  background-color: #cdebf2;
}
/* line 738, ../sass/_fonts.scss */
.node-type-page.blue table:not(.clear-table) td {
  background-color: #e6f5f9;
}
/* line 743, ../sass/_fonts.scss */
.node-type-page.purple table:not(.clear-table) th {
  background-color: #c9bad7;
}
/* line 746, ../sass/_fonts.scss */
.node-type-page.purple table:not(.clear-table) td {
  background-color: #e4ddeb;
}

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 19, ../sass/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

/* line 25, ../sass/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 33, ../sass/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* line 36, ../sass/_flexslider.scss */
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a,
.flexslider:hover .flex-direction-nav a,
.flexslider:hover .flex-direction-nav a {
  display: block;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 46, ../sass/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 50, ../sass/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 54, ../sass/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 58, ../sass/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 66, ../sass/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 69, ../sass/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 72, ../sass/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 80, ../sass/_flexslider.scss */
.flexslider {
  margin: 0;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
}

/* line 88, ../sass/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 92, ../sass/_flexslider.scss */
ul.slides li {
  position: relative;
}

/* line 94, ../sass/_flexslider.scss */
.flexslider .slides img {
  height: auto;
}

/* line 98, ../sass/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 107, ../sass/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 111, ../sass/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 115, ../sass/_flexslider.scss */
.flex-direction-nav {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0px;
  *height: 0;
}

/* line 126, ../sass/_flexslider.scss */
.flex-direction-nav li {
  margin: 0;
  padding: 0;
}
/* line 129, ../sass/_flexslider.scss */
.flex-direction-nav li:last-child {
  margin: 0 !important;
  padding: 0;
}
/* line 133, ../sass/_flexslider.scss */
.flex-direction-nav li a {
  vertical-align: middle;
  text-decoration: none;
  display: block;
  font-size: 0;
  width: 40px;
  height: 50px;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 0px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 155, ../sass/_flexslider.scss */
.flex-direction-nav li a.flex-prev {
  right: 40px;
}
/* line 157, ../sass/_flexslider.scss */
.flex-direction-nav li a.flex-prev:after {
  font-size: 24px;
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 161, ../sass/_flexslider.scss */
.flex-direction-nav li a.flex-next {
  right: 5px;
}
/* line 163, ../sass/_flexslider.scss */
.flex-direction-nav li a.flex-next:after {
  font-size: 24px;
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 176, ../sass/_flexslider.scss */
.flex-direction-nav li a:focus {
  outline: none;
}
/* line 179, ../sass/_flexslider.scss */
.flex-direction-nav li a:hover {
  color: #fff;
}

/* line 191, ../sass/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 197, ../sass/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 15px;
  z-index: 10;
}

/* line 207, ../sass/_flexslider.scss */
.flex-control-nav li {
  zoom: 1;
  display: inline-block;
  *display: inline-block;
  margin: 0;
}

/* line 214, ../sass/_flexslider.scss */
.flexslider {
  margin-bottom: 0;
}

/* line 218, ../sass/_flexslider.scss */
.flex-control-paging li a {
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
  border: 4px #fff solid;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin: 0 8px;
}

/* line 232, ../sass/_flexslider.scss */
.flex-control-paging li a:hover {
  background: blue;
}

/* line 236, ../sass/_flexslider.scss */
.flex-control-paging li a.flex-active,
.flex-control-paging li a.flex-active:hover {
  background: red;
  cursor: default;
}

/* line 243, ../sass/_flexslider.scss */
.banner-wrapper {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 10px 10px 60px 10px;
  padding: 10px 80px 10px 15px;
  background: rgba(0, 0, 0, 0.33);
}
/* line 252, ../sass/_flexslider.scss */
.banner-wrapper h2,
.banner-wrapper p {
  color: #fff;
  margin: 0;
}
/* line 256, ../sass/_flexslider.scss */
.banner-wrapper h2 a,
.banner-wrapper p a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
/* line 261, ../sass/_flexslider.scss */
.banner-wrapper h2 {
  font-size: 1.75em;
  line-height: 1.33;
}

/* ====================
 * RESPONSIVE
 * ====================*/
/* line 273, ../sass/_flexslider.scss */
#block-views-front-page-banner-block .flexslider {
  background: #a8a8a8;
}
/* line 276, ../sass/_flexslider.scss */
#block-views-front-page-banner-block .flexslider .banner-wrapper {
  background: #a8a8a8;
  position: relative;
  padding-bottom: 10px;
}
/* line 280, ../sass/_flexslider.scss */
#block-views-front-page-banner-block .flexslider .banner-wrapper h2 {
  font-size: 1.5em;
}
/* line 284, ../sass/_flexslider.scss */
#block-views-front-page-banner-block .flexslider .flex-control-nav {
  position: relative;
  top: auto;
  padding-bottom: 0px;
}
/* line 289, ../sass/_flexslider.scss */
#block-views-front-page-banner-block .flexslider .flex-direction-nav {
  bottom: 10px;
}

@media all and (max-width: 600px) {
  /* line 301, ../sass/_flexslider.scss */
  #block-views-front-page-banner-block .flexslider .banner-wrapper {
    line-height: 1.3;
    padding-bottom: 20px;
  }
  /* line 304, ../sass/_flexslider.scss */
  #block-views-front-page-banner-block .flexslider .banner-wrapper h2 {
    font-size: 1.15em;
  }
  /* line 307, ../sass/_flexslider.scss */
  #block-views-front-page-banner-block .flexslider .banner-wrapper p {
    font-size: 0.9em;
  }
}
/* line 22, ../sass/_overrides.scss */
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
/* line 27, ../sass/_overrides.scss */
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
/* line 33, ../sass/_overrides.scss */
html.js input.form-autocomplete {
  background-image: none;
}
/* line 37, ../sass/_overrides.scss */
html.js input.form-autocomplete {
  background-image: none;
}
/* line 41, ../sass/_overrides.scss */
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
/* line 49, ../sass/_overrides.scss */
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}

/* line 54, ../sass/_overrides.scss */
body {
  position: relative;
}
/* line 58, ../sass/_overrides.scss */
body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
/* line 63, ../sass/_overrides.scss */
body.navbar-is-fixed-top {
  padding-top: 64px;
}
/* line 66, ../sass/_overrides.scss */
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
/* line 69, ../sass/_overrides.scss */
body.toolbar {
  padding-top: 30px !important;
}
/* line 71, ../sass/_overrides.scss */
body.toolbar .navbar-fixed-top {
  top: 30px;
}
/* line 74, ../sass/_overrides.scss */
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
/* line 78, ../sass/_overrides.scss */
body.toolbar-drawer {
  padding-top: 64px !important;
}
/* line 80, ../sass/_overrides.scss */
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
/* line 83, ../sass/_overrides.scss */
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
/* line 89, ../sass/_overrides.scss */
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
/* line 92, ../sass/_overrides.scss */
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
/* line 96, ../sass/_overrides.scss */
body div#admin-toolbar {
  z-index: 1600;
}
/* line 100, ../sass/_overrides.scss */
body #toolbar, body #admin-menu, body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 104, ../sass/_overrides.scss */
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
/* line 109, ../sass/_overrides.scss */
body #admin-menu .dropdown li {
  line-height: normal;
}

@media screen and (min-width: 768px) {
  /* line 117, ../sass/_overrides.scss */
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  /* line 117, ../sass/_overrides.scss */
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 117, ../sass/_overrides.scss */
  .navbar.container {
    max-width: 1140px;
  }
}
/* line 128, ../sass/_overrides.scss */
.navbar.container, .navbar.container-fluid {
  margin-top: 20px;
}
/* line 132, ../sass/_overrides.scss */
.navbar.container > .container, .navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 141, ../sass/_overrides.scss */
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}

/* line 146, ../sass/_overrides.scss */
#toolbar {
  z-index: 1600;
}

/* line 150, ../sass/_overrides.scss */
.modal {
  z-index: 1620;
}

/* line 153, ../sass/_overrides.scss */
.modal-dialog {
  z-index: 1630;
}

/* line 156, ../sass/_overrides.scss */
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}

/* line 160, ../sass/_overrides.scss */
.modal-backdrop {
  z-index: 1610;
}

/* line 163, ../sass/_overrides.scss */
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

/* line 171, ../sass/_overrides.scss */
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}

/* line 178, ../sass/_overrides.scss */
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 178, ../sass/_overrides.scss */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/* line 189, ../sass/_overrides.scss */
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  /* line 189, ../sass/_overrides.scss */
  ul.secondary {
    float: right;
  }
}

/* line 197, ../sass/_overrides.scss */
.page-header {
  margin-top: 0;
}

/* line 204, ../sass/_overrides.scss */
.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
  margin-top: 0;
}

/* line 210, ../sass/_overrides.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 216, ../sass/_overrides.scss */
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
/* line 221, ../sass/_overrides.scss */
.region-help .block {
  overflow: hidden;
}

/* line 227, ../sass/_overrides.scss */
form#search-block-form {
  margin: 0;
}

/* line 230, ../sass/_overrides.scss */
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  /* line 230, ../sass/_overrides.scss */
  .navbar #block-search-form {
    float: right;
  }
}
/* line 237, ../sass/_overrides.scss */
.navbar #block-search-form .input-group-btn {
  width: auto;
}

/* line 241, ../sass/_overrides.scss */
.navbar-search .control-group {
  margin-bottom: 0px;
}

/* line 246, ../sass/_overrides.scss */
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
/* line 249, ../sass/_overrides.scss */
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
/* line 254, ../sass/_overrides.scss */
ul.action-links .glyphicon {
  padding-right: 0.5em;
}

/* line 260, ../sass/_overrides.scss */
input, textarea, select, .uneditable-input {
  max-width: 100%;
  width: auto;
}

/* line 264, ../sass/_overrides.scss */
input.error {
  color: #a94442;
  border-color: #ebccd1;
}

/* line 268, ../sass/_overrides.scss */
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}

/* line 273, ../sass/_overrides.scss */
fieldset .panel-body {
  clear: both;
  display: inherit;
}

/* line 277, ../sass/_overrides.scss */
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
/* line 282, ../sass/_overrides.scss */
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}

/* line 286, ../sass/_overrides.scss */
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

/* line 290, ../sass/_overrides.scss */
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* line 294, ../sass/_overrides.scss */
.form-actions {
  clear: both;
}

/* line 298, ../sass/_overrides.scss */
.managed-files.table td:first-child {
  width: 100%;
}

/* line 302, ../sass/_overrides.scss */
div.image-widget-data {
  float: none;
  overflow: hidden;
}

/* line 306, ../sass/_overrides.scss */
table.sticky-header {
  z-index: 1;
}

/* line 309, ../sass/_overrides.scss */
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}

/* line 312, ../sass/_overrides.scss */
.text-format-wrapper {
  margin-bottom: 15px;
}
/* line 315, ../sass/_overrides.scss */
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}

/* line 320, ../sass/_overrides.scss */
.filter-wrapper {
  border-radius: 0 0 4px 4px;
}
/* line 322, ../sass/_overrides.scss */
.filter-wrapper .panel-body {
  padding: 7px;
}
/* line 325, ../sass/_overrides.scss */
.filter-wrapper .form-type-select {
  min-width: 30%;
}
/* line 327, ../sass/_overrides.scss */
.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}

/* line 332, ../sass/_overrides.scss */
.filter-help {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 332, ../sass/_overrides.scss */
  .filter-help {
    float: right;
  }
}
/* line 338, ../sass/_overrides.scss */
.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top;
}

/* line 344, ../sass/_overrides.scss */
.radio:first-child, .checkbox:first-child {
  margin-top: 0;
}
/* line 347, ../sass/_overrides.scss */
.radio:last-child, .checkbox:last-child {
  margin-bottom: 0;
}

/* line 351, ../sass/_overrides.scss */
.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

/* line 357, ../sass/_overrides.scss */
.panel-heading {
  display: block;
}

/* line 360, ../sass/_overrides.scss */
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}

/* line 366, ../sass/_overrides.scss */
.error {
  color: #a94442;
}

/* line 369, ../sass/_overrides.scss */
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}

/* line 374, ../sass/_overrides.scss */
.form-group.error,
.form-group.has-error {
  background: none;
}
/* line 377, ../sass/_overrides.scss */
.form-group.error label, .form-group.error .control-label,
.form-group.has-error label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}
/* line 381, ../sass/_overrides.scss */
.form-group.error input, .form-group.error textarea, .form-group.error select, .form-group.error .uneditable-input,
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select,
.form-group.has-error .uneditable-input {
  color: #555555;
}
/* line 384, ../sass/_overrides.scss */
.form-group.error .help-block, .form-group.error .help-inline,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
  color: #777777;
}

/* line 390, ../sass/_overrides.scss */
.nav-tabs {
  margin-bottom: 10px;
}

/* line 393, ../sass/_overrides.scss */
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}

/* line 399, ../sass/_overrides.scss */
.tabs--secondary {
  margin: 0 0 10px;
}

/* line 404, ../sass/_overrides.scss */
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}

/* line 412, ../sass/_overrides.scss */
.form-type-password-confirm {
  position: relative;
}
/* line 414, ../sass/_overrides.scss */
.form-type-password-confirm label {
  display: block;
}
/* line 416, ../sass/_overrides.scss */
.form-type-password-confirm label .label {
  float: right;
}
/* line 420, ../sass/_overrides.scss */
.form-type-password-confirm .password-help {
  padding-left: 2em;
}
@media (min-width: 768px) {
  /* line 420, ../sass/_overrides.scss */
  .form-type-password-confirm .password-help {
    border-left: 1px solid #ddd;
    left: 50%;
    margin-left: 15px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  /* line 420, ../sass/_overrides.scss */
  .form-type-password-confirm .password-help {
    left: 33.33333%;
  }
}
/* line 432, ../sass/_overrides.scss */
.form-type-password-confirm .progress {
  background: transparent;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0px 0;
}
/* line 441, ../sass/_overrides.scss */
.form-type-password-confirm .form-type-password {
  clear: left;
}
/* line 444, ../sass/_overrides.scss */
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
/* line 447, ../sass/_overrides.scss */
.form-type-password-confirm .help-block {
  clear: both;
}

/* line 454, ../sass/_overrides.scss */
ul.pagination li > a.progress-disabled {
  float: left;
}

/* line 461, ../sass/_overrides.scss */
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
/* line 464, ../sass/_overrides.scss */
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
/* line 468, ../sass/_overrides.scss */
.form-autocomplete .input-group-addon {
  background-color: white;
}

/* line 474, ../sass/_overrides.scss */
.ajax-progress-bar {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%;
}
/* line 480, ../sass/_overrides.scss */
.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}
/* line 484, ../sass/_overrides.scss */
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #777777;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}

/* line 494, ../sass/_overrides.scss */
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

/* line 501, ../sass/_overrides.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
/* line 551, ../sass/_overrides.scss */
.tabbable {
  margin-bottom: 20px;
}

/* line 555, ../sass/_overrides.scss */
.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
/* line 557, ../sass/_overrides.scss */
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

/* line 563, ../sass/_overrides.scss */
.tab-pane > .panel-heading {
  display: none;
}

/* line 566, ../sass/_overrides.scss */
.tab-content > .active {
  display: block;
}

/* line 572, ../sass/_overrides.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
/* line 574, ../sass/_overrides.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 577, ../sass/_overrides.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
/* line 579, ../sass/_overrides.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
/* line 587, ../sass/_overrides.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 599, ../sass/_overrides.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
/* line 602, ../sass/_overrides.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
/* line 604, ../sass/_overrides.scss */
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
/* line 607, ../sass/_overrides.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
/* line 610, ../sass/_overrides.scss */
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
/* line 616, ../sass/_overrides.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}

/* line 627, ../sass/_overrides.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
/* line 630, ../sass/_overrides.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
/* line 632, ../sass/_overrides.scss */
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
/* line 637, ../sass/_overrides.scss */
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 648, ../sass/_overrides.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
/* line 651, ../sass/_overrides.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
/* line 653, ../sass/_overrides.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 659, ../sass/_overrides.scss */
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/* line 668, ../sass/_overrides.scss */
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}

/* line 677, ../sass/_overrides.scss */
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
/* line 681, ../sass/_overrides.scss */
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}

/* line 686, ../sass/_overrides.scss */
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}

/* line 692, ../sass/_overrides.scss */
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}

/* line 699, ../sass/_overrides.scss */
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  /* line 699, ../sass/_overrides.scss */
  .form-horizontal .form-group label {
    float: left;
    width: 16.66667%;
  }
}

/* line 716, ../sass/_overrides.scss */
.alert a {
  font-weight: bold;
}

/* line 720, ../sass/_overrides.scss */
.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

/* line 725, ../sass/_overrides.scss */
.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

/* line 730, ../sass/_overrides.scss */
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

/* line 735, ../sass/_overrides.scss */
.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

/* line 741, ../sass/_overrides.scss */
div.image-style-new,
div.image-style-new div {
  display: block;
}

/* line 745, ../sass/_overrides.scss */
div.image-style-new div.input-group {
  display: table;
}

/* line 749, ../sass/_overrides.scss */
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700;
}

/* line 757, ../sass/_overrides.scss */
.book-toc > .dropdown-menu {
  overflow: hidden;
}
/* line 759, ../sass/_overrides.scss */
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
/* line 762, ../sass/_overrides.scss */
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
/* line 765, ../sass/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
/* line 774, ../sass/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
/* line 776, ../sass/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}

/* line 785, ../sass/_overrides.scss */
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}

/* line 788, ../sass/_overrides.scss */
fieldset.features-export-component {
  font-size: 12px;
}
/* line 790, ../sass/_overrides.scss */
html.js #features-export-form fieldset.features-export-component, fieldset.features-export-component {
  margin: 0 0 10px;
}
/* line 793, ../sass/_overrides.scss */
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
/* line 795, ../sass/_overrides.scss */
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
/* line 802, ../sass/_overrides.scss */
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}

/* line 806, ../sass/_overrides.scss */
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}

/* line 813, ../sass/_overrides.scss */
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important;
}
/* line 818, ../sass/_overrides.scss */
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}

/* line 825, ../sass/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px;
}

/* line 828, ../sass/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 833, ../sass/_overrides.scss */
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem;
  }
}
/* line 838, ../sass/_overrides.scss */
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032;
}

/* line 841, ../sass/_overrides.scss */
.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031;
}

/* line 844, ../sass/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important;
}

/* line 847, ../sass/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important;
}

/* line 850, ../sass/_overrides.scss */
body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem;
}

/* line 854, ../sass/_overrides.scss */
#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem;
}

/**
 * Icon styles.
 */
/* line 862, ../sass/_overrides.scss */
a.icon-before .glyphicon {
  margin-right: .25em;
}
/* line 865, ../sass/_overrides.scss */
a.icon-after .glyphicon {
  margin-left: .25em;
}

/* line 871, ../sass/_overrides.scss */
.btn.icon-before .glyphicon {
  margin-left: -.25em;
  margin-right: .25em;
}
/* line 875, ../sass/_overrides.scss */
.btn.icon-after .glyphicon {
  margin-left: .25em;
  margin-right: -.25em;
}

/* line 2, ../sass/_social_links.scss */
#block-menu-menu-social-media {
  margin: 0;
  padding: 0;
}
/* line 6, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
/* line 10, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li {
  padding: 0;
  margin: 0 .25rem 0 0;
  displaY: INLINE-BLOCK;
}
/* line 15, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li.last {
  margin-right: 0;
}
/* line 18, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu a {
  font-family: 'cn_icons1';
  color: #87ad26;
  height: 36px;
  width: 36px;
  text-indent: 0;
  displaY: BLOCK;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
/* line 33, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a[href*="facebook"]:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 36, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a[href*="twitter"]:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 42, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a[href*="youtube"]:after {
  content: '\f16a';
}
/* line 49, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a[href*="instagram"]:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 52, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a[href*="linkedin"]:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'cn_linkedin';
}
/* line 56, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a[href*="contact"]:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'cn_linkedin';
}
/* line 60, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a[href*="contact"] {
  margin-left: 3px;
}
/* line 61, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a:after {
  font-size: 36px !important;
  line-height: 36px !important;
}
/* line 66, ../sass/_social_links.scss */
#block-menu-menu-social-media .menu li a:hover {
  color: #666666;
  background: transparent;
}

/* line 1, ../sass/_forms.scss */
.form-control:not(.form-file):not(.form-select),
input.form-text,
input.form-autocomplete {
  border-color: #666666;
  color: #4f4e4d;
  border-radius: 0;
  border: 2px solid #95989a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
}

/* line 14, ../sass/_forms.scss */
.input-group-btn {
  border-radius: 0;
  background: #fff;
}

/* line 20, ../sass/_forms.scss */
.step_next a,
.step_prev a,
.pager li > a,
.pager li > span,
.more-link,
.btn,
.btn-default,
.btn-sm,
.btn-primary,
button {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0.25em 0.5em;
  color: #87ad26;
  background: transparent;
  border: 2px solid #87ad26;
  border-radius: 0;
  text-decoration: none !important;
  margin: 1em 0;
}
/* line 43, ../sass/_forms.scss */
.step_next a:hover,
.step_prev a:hover,
.pager li > a:hover,
.pager li > span:hover,
.more-link:hover,
.btn:hover,
.btn-default:hover,
.btn-sm:hover,
.btn-primary:hover,
button:hover {
  color: #4f4e4d;
  background-color: #fff;
  border-color: #4f4e4d;
  text-decoration: none;
}
/* line 49, ../sass/_forms.scss */
.step_next a:active,
.step_prev a:active,
.pager li > a:active,
.pager li > span:active,
.more-link:active,
.btn:active,
.btn-default:active,
.btn-sm:active,
.btn-primary:active,
button:active {
  color: #fff !important;
  background: #4f4e4d;
  border-color: #4f4e4d;
  text-decoration: none !important;
}
/* line 55, ../sass/_forms.scss */
.image-widget .step_next a, .image-widget
.step_prev a, .image-widget
.pager li > a, .image-widget
.pager li > span, .image-widget
.more-link, .image-widget
.btn, .image-widget
.btn-default, .image-widget
.btn-sm, .image-widget
.btn-primary, .image-widget
button {
  border-color: black;
}
/* line 59, ../sass/_forms.scss */
.step_next a.btn-sm, div.btn-sm .step_next a,
.step_prev a.btn-sm, div.btn-sm
.step_prev a,
.pager li > a.btn-sm, div.btn-sm
.pager li > a,
.pager li > span.btn-sm, div.btn-sm
.pager li > span,
.more-link.btn-sm, div.btn-sm
.more-link,
.btn.btn-sm, div.btn-sm
.btn,
.btn-default.btn-sm, div.btn-sm
.btn-default,
.btn-sm.btn-sm, div.btn-sm
.btn-sm,
.btn-primary.btn-sm, div.btn-sm
.btn-primary,
button.btn-sm, div.btn-sm
button {
  font-size: 14px;
}
/* line 63, ../sass/_forms.scss */
.step_next a.white,
.step_prev a.white,
.pager li > a.white,
.pager li > span.white,
.more-link.white,
.btn.white,
.btn-default.white,
.btn-sm.white,
.btn-primary.white,
button.white {
  border-color: #fff;
  color: #fff;
}
/* line 66, ../sass/_forms.scss */
.step_next a.white:hover,
.step_prev a.white:hover,
.pager li > a.white:hover,
.pager li > span.white:hover,
.more-link.white:hover,
.btn.white:hover,
.btn-default.white:hover,
.btn-sm.white:hover,
.btn-primary.white:hover,
button.white:hover {
  color: #4f4e4d;
  background-color: #fff;
}
/* line 71, ../sass/_forms.scss */
.step_next a.white:active,
.step_prev a.white:active,
.pager li > a.white:active,
.pager li > span.white:active,
.more-link.white:active,
.btn.white:active,
.btn-default.white:active,
.btn-sm.white:active,
.btn-primary.white:active,
button.white:active {
  background-color: #4f4e4d;
  border-color: #4f4e4d;
}
/* line 76, ../sass/_forms.scss */
.yellow .step_next a, .institution_68 .step_next a, .institution_72 .step_next a, .institution_74 .step_next a, .institution_77 .step_next a, .institution_57 .step_next a, .yellow
.step_prev a, .institution_68
.step_prev a, .institution_72
.step_prev a, .institution_74
.step_prev a, .institution_77
.step_prev a, .institution_57
.step_prev a, .yellow
.pager li > a, .institution_68
.pager li > a, .institution_72
.pager li > a, .institution_74
.pager li > a, .institution_77
.pager li > a, .institution_57
.pager li > a, .yellow
.pager li > span, .institution_68
.pager li > span, .institution_72
.pager li > span, .institution_74
.pager li > span, .institution_77
.pager li > span, .institution_57
.pager li > span, .yellow
.more-link, .institution_68
.more-link, .institution_72
.more-link, .institution_74
.more-link, .institution_77
.more-link, .institution_57
.more-link, .yellow
.btn, .institution_68
.btn, .institution_72
.btn, .institution_74
.btn, .institution_77
.btn, .institution_57
.btn, .yellow
.btn-default, .institution_68
.btn-default, .institution_72
.btn-default, .institution_74
.btn-default, .institution_77
.btn-default, .institution_57
.btn-default, .yellow
.btn-sm, .institution_68
.btn-sm, .institution_72
.btn-sm, .institution_74
.btn-sm, .institution_77
.btn-sm, .institution_57
.btn-sm, .yellow
.btn-primary, .institution_68
.btn-primary, .institution_72
.btn-primary, .institution_74
.btn-primary, .institution_77
.btn-primary, .institution_57
.btn-primary, .yellow
button, .institution_68
button, .institution_72
button, .institution_74
button, .institution_77
button, .institution_57
button {
  border-color: #4f4e4d !important;
  color: #4f4e4d !important;
}
/* line 84, ../sass/_forms.scss */
.yellow .step_next a:hover, .institution_68 .step_next a:hover, .institution_72 .step_next a:hover, .institution_74 .step_next a:hover, .institution_77 .step_next a:hover, .institution_57 .step_next a:hover, .yellow
.step_prev a:hover, .institution_68
.step_prev a:hover, .institution_72
.step_prev a:hover, .institution_74
.step_prev a:hover, .institution_77
.step_prev a:hover, .institution_57
.step_prev a:hover, .yellow
.pager li > a:hover, .institution_68
.pager li > a:hover, .institution_72
.pager li > a:hover, .institution_74
.pager li > a:hover, .institution_77
.pager li > a:hover, .institution_57
.pager li > a:hover, .yellow
.pager li > span:hover, .institution_68
.pager li > span:hover, .institution_72
.pager li > span:hover, .institution_74
.pager li > span:hover, .institution_77
.pager li > span:hover, .institution_57
.pager li > span:hover, .yellow
.more-link:hover, .institution_68
.more-link:hover, .institution_72
.more-link:hover, .institution_74
.more-link:hover, .institution_77
.more-link:hover, .institution_57
.more-link:hover, .yellow
.btn:hover, .institution_68
.btn:hover, .institution_72
.btn:hover, .institution_74
.btn:hover, .institution_77
.btn:hover, .institution_57
.btn:hover, .yellow
.btn-default:hover, .institution_68
.btn-default:hover, .institution_72
.btn-default:hover, .institution_74
.btn-default:hover, .institution_77
.btn-default:hover, .institution_57
.btn-default:hover, .yellow
.btn-sm:hover, .institution_68
.btn-sm:hover, .institution_72
.btn-sm:hover, .institution_74
.btn-sm:hover, .institution_77
.btn-sm:hover, .institution_57
.btn-sm:hover, .yellow
.btn-primary:hover, .institution_68
.btn-primary:hover, .institution_72
.btn-primary:hover, .institution_74
.btn-primary:hover, .institution_77
.btn-primary:hover, .institution_57
.btn-primary:hover, .yellow
button:hover, .institution_68
button:hover, .institution_72
button:hover, .institution_74
button:hover, .institution_77
button:hover, .institution_57
button:hover {
  color: #4f4e4d;
  background-color: #fff;
}
/* line 89, ../sass/_forms.scss */
.yellow .step_next a:active, .institution_68 .step_next a:active, .institution_72 .step_next a:active, .institution_74 .step_next a:active, .institution_77 .step_next a:active, .institution_57 .step_next a:active, .yellow
.step_prev a:active, .institution_68
.step_prev a:active, .institution_72
.step_prev a:active, .institution_74
.step_prev a:active, .institution_77
.step_prev a:active, .institution_57
.step_prev a:active, .yellow
.pager li > a:active, .institution_68
.pager li > a:active, .institution_72
.pager li > a:active, .institution_74
.pager li > a:active, .institution_77
.pager li > a:active, .institution_57
.pager li > a:active, .yellow
.pager li > span:active, .institution_68
.pager li > span:active, .institution_72
.pager li > span:active, .institution_74
.pager li > span:active, .institution_77
.pager li > span:active, .institution_57
.pager li > span:active, .yellow
.more-link:active, .institution_68
.more-link:active, .institution_72
.more-link:active, .institution_74
.more-link:active, .institution_77
.more-link:active, .institution_57
.more-link:active, .yellow
.btn:active, .institution_68
.btn:active, .institution_72
.btn:active, .institution_74
.btn:active, .institution_77
.btn:active, .institution_57
.btn:active, .yellow
.btn-default:active, .institution_68
.btn-default:active, .institution_72
.btn-default:active, .institution_74
.btn-default:active, .institution_77
.btn-default:active, .institution_57
.btn-default:active, .yellow
.btn-sm:active, .institution_68
.btn-sm:active, .institution_72
.btn-sm:active, .institution_74
.btn-sm:active, .institution_77
.btn-sm:active, .institution_57
.btn-sm:active, .yellow
.btn-primary:active, .institution_68
.btn-primary:active, .institution_72
.btn-primary:active, .institution_74
.btn-primary:active, .institution_77
.btn-primary:active, .institution_57
.btn-primary:active, .yellow
button:active, .institution_68
button:active, .institution_72
button:active, .institution_74
button:active, .institution_77
button:active, .institution_57
button:active {
  background-color: #4f4e4d;
  border-color: #4f4e4d;
  color: #fff !important;
}

/* line 104, ../sass/_forms.scss */
.more-link {
  font-size: 14px;
  border-color: #87ad26;
  display: block;
  float: right;
  clear: both;
}
/* line 110, ../sass/_forms.scss */
.more-link:hover {
  color: #fff !important;
  background: #87ad26;
  border-color: #87ad26;
}
/* line 115, ../sass/_forms.scss */
.more-link:active {
  background-color: #4f4e4d;
  border-color: #4f4e4d;
}

/* line 121, ../sass/_forms.scss */
#search-form,
#search-block-form {
  padding-right: 10px;
}
/* line 124, ../sass/_forms.scss */
#search-form .input-group .form-control,
#search-form .btn-primary,
#search-block-form .input-group .form-control,
#search-block-form .btn-primary {
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  margin: 0;
  background: #95989a;
  border: none;
  border-radius: 0;
  height: auto;
}
/* line 135, ../sass/_forms.scss */
#search-form .input-group .form-control,
#search-block-form .input-group .form-control {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
/* line 141, ../sass/_forms.scss */
#search-form .btn-primary,
#search-block-form .btn-primary {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
/* line 144, ../sass/_forms.scss */
#search-form .btn-primary:hover,
#search-block-form .btn-primary:hover {
  background: #666666;
}
/* line 147, ../sass/_forms.scss */
#search-form .btn-primary:active,
#search-block-form .btn-primary:active {
  background: #4f4e4d;
}

/* line 164, ../sass/_forms.scss */
#search-block-form .input-group input.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ebebeb;
}

/* line 169, ../sass/_forms.scss */
#search-block-form .input-group input.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ebebeb;
}

/* line 174, ../sass/_forms.scss */
#search-block-form .input-group input.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ebebeb;
}

/* line 179, ../sass/_forms.scss */
#search-block-form .input-group input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ebebeb;
}

/*/ === DATE PICKER WIDGET === /*/
/* line 157, ../sass/_forms.scss */
/* line 187, ../sass/_forms.scss */
.ui-widget {
  background: #f7f7f7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #9375af;
}

/* line 164, ../sass/_forms.scss */
/* line 196, ../sass/_forms.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget-header {
  border: 1px solid #9375af;
  background-image: url(none);
  background: rgba(147, 117, 175, 0.5);
  font-weight: 400;
  border-radius: 0;
}

/* line 175, ../sass/_forms.scss */
/* line 208, ../sass/_forms.scss */
.ui-widget-header {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 182, ../sass/_forms.scss */
/* line 215, ../sass/_forms.scss */
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
  border: none;
  background: transparent url(none);
}

/* line 189, ../sass/_forms.scss */
/* line 222, ../sass/_forms.scss */
.ui-state-default:focus,
.ui-state-default:active {
  background: #9375af;
  color: #fff;
  outline: none;
}

/* line 1, ../sass/_navigation.scss */
.breadcrumb {
  font-size: 0.9em;
  color: #999;
  padding: 0;
  margin: 0 0 1em 0;
  border-top: none;
  background: #fff;
}
/* line 9, ../sass/_navigation.scss */
.breadcrumb li a:link,
.breadcrumb li a:visited {
  color: #999;
  text-decoration: none !important;
}
/* line 14, ../sass/_navigation.scss */
.breadcrumb li a:hover,
.breadcrumb li a:active {
  color: #333;
  text-decoration: underline;
}

/* line 22, ../sass/_navigation.scss */
.navbar-default .navbar-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-right: 10px;
  padding: 0px 10px 6px 4px;
}
/* line 27, ../sass/_navigation.scss */
.navbar-default .navbar-toggle .icon-bar {
  height: 4px;
  margin: 6px 0;
  width: 36px;
  background: #95989a;
  border-radius: 5px;
}
/* line 34, ../sass/_navigation.scss */
.navbar-default .navbar-toggle:hover {
  background: transparent;
}
/* line 36, ../sass/_navigation.scss */
.navbar-default .navbar-toggle:hover .icon-bar {
  background: #666666;
}

/* line 42, ../sass/_navigation.scss */
.nav-label {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  color: #95989a;
  text-transform: uppercase;
  float: right;
  margin-right: 0.5em;
  line-height: 51px;
}

/* line 51, ../sass/_navigation.scss */
.navbar-toggle {
  clear: right;
}

/* line 55, ../sass/_navigation.scss */
.navbar-toggle {
  display: block;
}

/* line 59, ../sass/_navigation.scss */
.nav-label {
  display: block;
}

@media all and (max-width: 960px) {
  /* line 64, ../sass/_navigation.scss */
  .navbar-btn.logo {
    width: 150px;
  }
}
@media all and (max-width: 769px) {
  /* line 70, ../sass/_navigation.scss */
  .navbar-collapse {
    float: none;
    clear: both !important;
  }
  /* line 73, ../sass/_navigation.scss */
  .navbar-collapse .region-navigation .block-menu-block {
    float: none;
    clear: both;
  }
}
@media all and (min-width: 769px) {
  /* line 83, ../sass/_navigation.scss */
  .navbar-toggle,
  .nav-label {
    display: none;
  }
}
/*/ === Fancy dancing hamburger === /*/
/* line 95, ../sass/_navigation.scss */
.navbar-toggle {
  overflow: hidden;
}
/* line 97, ../sass/_navigation.scss */
.navbar-toggle .icon-bar {
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
/* line 104, ../sass/_navigation.scss */
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  transform: translateY(10px) rotate(45deg);
}
/* line 107, ../sass/_navigation.scss */
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  opacity: 0;
  transform: translateX(-100%);
}
/* line 111, ../sass/_navigation.scss */
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
  transform: translateY(-10px) rotate(-45deg);
}

/* line 121, ../sass/_navigation.scss */
.region-navigation .block-menu-block {
  float: right;
  clear: both;
}
/* line 124, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu {
  margin: 0;
  padding: 0;
}
/* line 128, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu li {
  padding: 0 15px;
  list-style-image: none;
  margin: 0;
}
/* line 132, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu li.expanded:not(.leaf) > a:after {
  margin: 0;
}
/* line 136, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu li a {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  color: #95989a;
  font-size: 20px;
  display: block;
  padding: 0 0 1px 0;
  text-align: center;
  background: #fff;
  border-bottom: 6px solid whitesmoke;
}
/* line 146, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu li a:link, .region-navigation .block-menu-block .menu li a:visited {
  text-decoration: none;
}
/* line 150, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu li a:hover {
  color: #666666;
  text-decoration: none;
}
/* line 155, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu li a:active {
  color: #4f4e4d !important;
}
/* line 158, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu li a.active {
  color: #666666;
  border-color: #87ad26;
}
/* line 163, ../sass/_navigation.scss */
li.active .region-navigation .block-menu-block .menu li {
  color: #666666;
}
/* line 171, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu .menu li.expanded:not(.leaf) > a:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
@media all and (max-width: 768px) {
  /* line 176, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu .menu li.expanded.active-trail:not(.leaf) > a:after {
    content: '\f107';
  }
}
/* line 180, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu .menu a {
  font-size: 17px;
  text-transform: none;
  text-overflow: inherit;
  padding: 2px 0px 0px 0px;
  border-bottom: 3px solid whitesmoke;
  padding-bottom: 0;
}
/* line 187, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu .menu a:hover {
  color: #87ad26;
}
/* line 190, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu .menu a.active {
  color: #87ad26;
  cursor: default;
}
/* line 194, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu .menu a.active {
  color: #666666;
  border-color: #87ad26;
}
/* line 199, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu .menu .menu li {
  padding: 1px 6px;
}
/* line 204, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu .menu.is-active > a:not(.active) {
  color: #666666;
}
/* line 206, ../sass/_navigation.scss */
.region-navigation .block-menu-block .menu .menu.is-active > a:not(.active):hover {
  cursor: default;
  color: #666666;
  background: transparent;
}

@media all and (max-width: 960px) {
  /* line 217, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 223, ../sass/_navigation.scss */
.navbar-collapse.collapse {
  display: none !important;
}
/* line 225, ../sass/_navigation.scss */
.navbar-collapse.collapse.in {
  display: block !important;
}

@media (min-width: 769px) {
  /* line 232, ../sass/_navigation.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media all and (min-width: 769px) {
  /* line 241, ../sass/_navigation.scss */
  .region-navigation .block-menu-block {
    clear: right;
  }
  /* line 243, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  /* line 247, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li {
    z-index: 999;
    float: left;
    position: relative;
    margin: 0;
  }
  /* line 254, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li:hover .menu a, .region-navigation .block-menu-block .menu li:hover {
    background: whitesmoke;
  }
  /* line 257, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li:hover .menu a a, .region-navigation .block-menu-block .menu li:hover a {
    background: whitesmoke;
    border-color: whitesmoke;
    color: #4f4e4d;
  }
  /* line 263, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li.expanded > a:after {
    content: "" !important;
  }
  /* line 264, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li a {
    padding-top: 3px;
    border-bottom: 6px solid #fff;
  }
  /* line 267, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li a.active {
    color: #666666;
    border-color: #87ad26;
  }
  /* line 272, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li.cities .menu li a {
    min-width: 100px;
  }
  /* line 276, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li.news .menu li a {
    min-width: 100px;
  }
  /* line 282, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .case-studies li a {
    min-width: 100px;
  }
  /* line 297, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu {
    display: none;
    padding: 0;
    position: absolute;
    top: 2.5em;
    left: auto;
    right: 0;
    z-index: 1999;
    padding-top: 6px;
    padding-bottom: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 309, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li {
    border: none;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: block;
    float: none;
    background: #fff;
    background: whitesmoke;
  }
  /* line 318, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.active {
    background: #e6e6e6;
  }
  /* line 320, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li a {
    min-width: 150px;
    max-width: 400px;
    line-height: 1.2;
    text-align: left;
    padding: 2px 0 2px 10px;
    background: TRAnSPARENT !important;
    display: inline-block;
    border-bottom: 3px solid TRAnSPARENT;
  }
  /* line 333, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li a:hover {
    color: #66831d !important;
  }
  /* line 334, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li a.active {
    color: #66831d !important;
    border-color: transparent !important;
  }
  /* line 338, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.first > a {
    padding-top: 4px;
  }
  /* line 339, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.last > a {
    padding-bottom: 4px;
  }
  /* line 340, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.expanded > a {
    position: relative;
  }
  /* line 341, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.expanded > a:before {
    content: "";
    font-family: 'cn_icons2';
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: -10px;
  }
  /* line 350, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.expanded.first > a:before {
    top: 7px;
  }
  /* line 355, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li .menu {
    background: whitesmoke;
    display: none;
    top: 0em;
    right: 100%;
    left: auto;
  }
  /* line 363, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.image-galleries > .menu {
    top: auto;
    bottom: -350%;
  }
  /* line 367, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.image-galleries > .menu a {
    min-width: 400px;
  }
  /* line 370, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li.menu-mlid-1384 > .menu, .region-navigation .block-menu-block .menu li .menu li.menu-mlid-1294 > .menu {
    top: auto;
    bottom: -350%;
  }
  /* line 381, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li:hover > .menu {
    display: block;
  }
  /* line 386, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li:hover {
    color: #666666;
  }
  /* line 389, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li:hover .menu {
    background: whitesmoke;
    display: block;
  }

  /* line 398, ../sass/_navigation.scss */
  .menu .menu-block-3 > .menu > li.leaf.active:hover,
  .menu-block-3 > .menu > li.leaf.active a.active:hover, .menu-block-3 > .menu > li.leaf.active:hover .menu {
    background: #fff !important;
  }
}
@media all and (max-width: 768px) {
  /* line 406, ../sass/_navigation.scss */
  .region-navigation .block-menu-block * {
    background: transparent !important;
  }

  /* line 411, ../sass/_navigation.scss */
  .region-navigation .block-menu-block {
    background: whitesmoke;
  }
  /* line 413, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 416, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li a {
    font-size: 24px;
    display: inline;
  }
  /* line 420, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li:not(.active-trail) > .menu {
    display: none;
  }
  /* line 423, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 426, ../sass/_navigation.scss */
  .region-navigation .block-menu-block .menu li .menu li a {
    font-size: 21px;
  }
}
/* line 436, ../sass/_navigation.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

/* line 444, ../sass/_navigation.scss */
.pager li {
  display: inline;
}

/* line 448, ../sass/_navigation.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

/* line 457, ../sass/_navigation.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

/* line 463, ../sass/_navigation.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 468, ../sass/_navigation.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 472, ../sass/_navigation.scss */
.pager li > a,
.pager li > span {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0.15em 0.3em;
  color: #87ad26;
  background: transparent;
  border: 2px solid #87ad26;
  border-radius: 0;
  text-decoration: none !important;
  margin: 1em 0.5em;
}
/* line 487, ../sass/_navigation.scss */
.pager li > a:hover,
.pager li > span:hover {
  color: #4f4e4d;
  background-color: #fff;
  border-color: #4f4e4d;
  text-decoration: none;
}
/* line 493, ../sass/_navigation.scss */
.pager li > a:active,
.pager li > span:active {
  color: #fff !important;
  background: #4f4e4d;
  border-color: #4f4e4d;
  text-decoration: none !important;
}
/* line 499, ../sass/_navigation.scss */
.image-widget .pager li > a, .image-widget
.pager li > span {
  border-color: black;
}

/* line 19, ../sass/style.scss */
a:link,
a:visited {
  color: #87ad26;
}

/* line 24, ../sass/style.scss */
.container-fluid {
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  background-color: #FFF;
}

/* line 32, ../sass/style.scss */
header.header,
footer.footer {
  background: #fff;
  width: 100%;
  padding: 15px 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
/* line 40, ../sass/style.scss */
header.header .container-fluid,
footer.footer .container-fluid {
  background: transparent;
}

/* line 45, ../sass/style.scss */
header.header {
  padding-bottom: 0;
}

/* line 49, ../sass/style.scss */
.page-header {
  padding-bottom: 0;
  margin: 10px 0 20px 0;
  border-bottom: none;
}

/* line 55, ../sass/style.scss */
.field-name-field-date {
  text-transform: uppercase;
  margin: 1em 0;
}

/* line 60, ../sass/style.scss */
.node-article h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 65, ../sass/style.scss */
a.more-link,
.node-readmore a {
  font-weight: bold;
  text-transform: uppercase;
  word-break: keep-all;
}
/* line 70, ../sass/style.scss */
a.more-link:link,
.node-readmore a:link {
  text-decoration: none;
}
/* line 73, ../sass/style.scss */
a.more-link:after,
.node-readmore a:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  padding-left: 4px;
}
/* line 78, ../sass/style.scss */
a.more-link:hover,
.node-readmore a:hover {
  color: black;
  text-decoration: none;
}

/* line 84, ../sass/style.scss */
hr {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #95989a;
  clear: both;
}

/* line 92, ../sass/style.scss */
.views-row-last hr {
  display: none;
}

/*/ === COLUMN OVERIDES === /*/
/* line 99, ../sass/style.scss */
.flush-left {
  padding-left: 0;
}

/* line 103, ../sass/style.scss */
.flush-right {
  padding-right: 0;
}

@media all and (max-width: 768px) {
  /* line 108, ../sass/style.scss */
  [class*="col-"] [class*="col-"].field {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*/ === HEADER === /*/
/* line 117, ../sass/style.scss */
.navbar.container-fluid {
  margin-top: 0px;
}

/* line 121, ../sass/style.scss */
.navbar.container-fluid.navbar-default > .container-fluid {
  margin-top: 0px;
}

/* line 125, ../sass/style.scss */
.navbar-header {
  float: none;
}
/* line 127, ../sass/style.scss */
.navbar-header .navbar-btn.logo {
  padding: 0;
  margin: 0 0 15px 0;
  width: 180px;
  transition: width 0.15s ease;
}
/* line 132, ../sass/style.scss */
.navbar-header .navbar-btn.logo img {
  width: 100%;
}
@media all and (max-width: 800px) {
  /* line 138, ../sass/style.scss */
  .navbar-header .navbar-btn.logo {
    width: 150px;
  }
}
@media all and (max-width: 500px) {
  /* line 143, ../sass/style.scss */
  .navbar-header .navbar-btn.logo {
    width: 120px;
  }
}
/* line 147, ../sass/style.scss */
.navbar-header .region-header {
  float: right;
}
/* line 149, ../sass/style.scss */
.navbar-header .region-header section#block-search-form,
.navbar-header .region-header section#block-menu-menu-social-media {
  float: none;
  margin: 0 0 0.5em 1em;
}
/* line 154, ../sass/style.scss */
.navbar-header .region-header section#block-menu-menu-social-media {
  margin-right: 0.5em;
}
/* line 157, ../sass/style.scss */
.navbar-header .region-header section#block-search-form {
  padding-top: 3px;
}
@media all and (min-width: 769px) {
  /* line 162, ../sass/style.scss */
  .navbar-header .navbar-collapse {
    float: right;
  }
}

/* line 192, ../sass/style.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  clear: right;
}

@media all and (min-width: 600px) {
  /* line 200, ../sass/style.scss */
  .navbar-header .region-header section#block-search-form,
  .navbar-header .region-header section#block-menu-menu-social-media {
    clear: none;
    float: right;
    margin: 0 0 0.5em 1em;
  }
}
/* line 210, ../sass/style.scss */
navbar-nav.menu.nav li {
  display: inline-block;
}
/* line 212, ../sass/style.scss */
navbar-nav.menu.nav li a {
  display: inline;
  color: #95989a;
}
/* line 215, ../sass/style.scss */
navbar-nav.menu.nav li a:hover {
  color: #fff;
  text-decoration: underline;
  background: transparent;
}

/* line 224, ../sass/style.scss */
.navbar.container-fluid.navbar-default {
  margin-bottom: 0;
}
/* line 226, ../sass/style.scss */
.navbar.container-fluid.navbar-default .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*/ === Navigation === /*/
/* line 236, ../sass/style.scss */
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

/* line 240, ../sass/style.scss */
ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}

/* line 244, ../sass/style.scss */
.navbar.container-fluid.navbar-default {
  border: none;
}
/* line 246, ../sass/style.scss */
.navbar.container-fluid.navbar-default > .container-fluid {
  padding: 0 15px 10px 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

/*/ === MAIN SECTION === /*/
/* line 259, ../sass/style.scss */
aside[role="complementary"] {
  padding-top: 15px;
}

/* line 263, ../sass/style.scss */
.main-container section#content-section,
.main-container.content_blocks {
  padding-top: 15px;
}
@media (min-width: 768px) {
  /* line 266, ../sass/style.scss */
  .main-container section#content-section.col-sm-12,
  .main-container.content_blocks.col-sm-12 {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (min-width: 960px) {
  /* line 266, ../sass/style.scss */
  .main-container section#content-section.col-sm-12,
  .main-container.content_blocks.col-sm-12 {
    padding-right: 200px;
    padding-left: 200px;
  }
}

/* line 278, ../sass/style.scss */
.front .main-container section#content-section,
.front .main-container.content_blocks {
  padding-top: 15px;
}
@media (min-width: 768px) {
  /* line 281, ../sass/style.scss */
  .front .main-container section#content-section.col-sm-12,
  .front .main-container.content_blocks.col-sm-12 {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (min-width: 960px) {
  /* line 281, ../sass/style.scss */
  .front .main-container section#content-section.col-sm-12,
  .front .main-container.content_blocks.col-sm-12 {
    padding-right: 140px;
    padding-left: 140px;
  }
}

/* line 293, ../sass/style.scss */
.one-sidebar.sidebar-first .main-container.content_blocks {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  /* line 293, ../sass/style.scss */
  .one-sidebar.sidebar-first .main-container.content_blocks {
    margin-left: 33.3333%;
    width: 66.66666667%;
  }
}
@media (min-width: 960px) {
  /* line 293, ../sass/style.scss */
  .one-sidebar.sidebar-first .main-container.content_blocks {
    margin-left: 25%;
    width: 75%;
  }
}

/* line 306, ../sass/style.scss */
header.sidebars {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 311, ../sass/style.scss */
header.no-sidebars {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  /* line 311, ../sass/style.scss */
  header.no-sidebars {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (min-width: 960px) {
  /* line 311, ../sass/style.scss */
  header.no-sidebars {
    padding-right: 200px;
    padding-left: 200px;
  }
}

/* line 324, ../sass/style.scss */
.front header.no-sidebars {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  /* line 324, ../sass/style.scss */
  .front header.no-sidebars {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (min-width: 960px) {
  /* line 324, ../sass/style.scss */
  .front header.no-sidebars {
    padding-right: 140px;
    padding-left: 140px;
  }
}

@media (max-width: 769px) {
  /* line 339, ../sass/style.scss */
  .col-md-9.col-sm-8,
  aside.col-md-3.col-sm-4 {
    float: none;
    clear: both;
    width: 100%;
  }
}
/*/ === FRONT PAGE === /*/
/* line 350, ../sass/style.scss */
.front .field-name-body h2 {
  margin-top: 0;
}

@media (min-width: 960px) {
  /* line 355, ../sass/style.scss */
  .front .field-name-body {
    padding-right: 15px;
    width: 50%;
  }
}
@media (max-width: 960px) {
  /* line 362, ../sass/style.scss */
  #block-views-cites-page-block-1 {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    padding: 0;
  }
}
/* line 370, ../sass/style.scss */
.main-container.content_blocks {
  padding-top: 0;
}

/* line 374, ../sass/style.scss */
#block-block-2,
#block-block-3 {
  margin-bottom: 15px;
}

/*/ === FOOTER === /*/
/* line 382, ../sass/style.scss */
footer.footer {
  background: #87ad26;
}

/* line 386, ../sass/style.scss */
#block-menu-block-1 {
  margin: 0 0 1em 0;
  float: none;
}
/* line 389, ../sass/style.scss */
#block-menu-block-1 .menu.nav {
  text-align: center;
}
/* line 391, ../sass/style.scss */
#block-menu-block-1 .menu.nav > li > a {
  padding: 3px 10px;
}
/* line 394, ../sass/style.scss */
#block-menu-block-1 .menu.nav li {
  display: inline-block;
}
/* line 396, ../sass/style.scss */
#block-menu-block-1 .menu.nav li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
/* line 400, ../sass/style.scss */
#block-menu-block-1 .menu.nav li a:hover {
  color: #fff;
  text-decoration: underline;
  background: transparent;
}
/* line 406, ../sass/style.scss */
#block-menu-block-1 .menu.nav li li {
  display: block;
}

/* line 413, ../sass/style.scss */
#block-block-4 p {
  font-size: 11px;
  color: #fff;
  text-align: center;
  margin: 0 0 3px 0;
}
/* line 418, ../sass/style.scss */
#block-block-4 p img {
  margin: 1em 0;
  width: 125px;
  border: 3px solid #fff;
}

/*/ === NEWS AND EVENTS LANDING PAGE === /*/
/* line 428, ../sass/style.scss */
.block-3-row > .view-content {
  margin-left: -15px;
  margin-right: -15px;
}

/*/ ===  FEATURE BOXES === /*/
/* line 442, ../sass/style.scss */
.front .field-name-body {
  margin-bottom: 30px;
}

/* line 448, ../sass/style.scss */
.feature-box .views-row {
  margin: 15px 0;
}
/* line 450, ../sass/style.scss */
.feature-box .views-row .wrapper {
  overflow: hidden;
  border-top: 6px solid red;
  position: relative;
  display: block;
}
/* line 141, ../sass/_mixins.scss */
.feature-box .views-row .wrapper img {
  width: 100%;
  height: inherit;
}
/* line 145, ../sass/_mixins.scss */
.feature-box .views-row .wrapper .text-content {
  font-size: 14px;
  position: absolute;
  transition-property: top;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 6px 12px 12px 12px;
}
/* line 156, ../sass/_mixins.scss */
.feature-box .views-row .wrapper .text-content h2 {
  color: #4f4e4d !important;
  font-size: 21px;
  margin: 0 0 10px 0;
}
/* line 161, ../sass/_mixins.scss */
.feature-box .views-row .wrapper .text-content p {
  color: #fff;
}
/* line 164, ../sass/_mixins.scss */
.fixed .feature-box .views-row .wrapper .text-content .btn-sm {
  position: absolute;
  margin: 0;
  bottom: 15px;
  right: 15px;
}
/* line 171, ../sass/_mixins.scss */
.feature-box .views-row .wrapper:hover {
  cursor: pointer;
}
/* line 173, ../sass/_mixins.scss */
.feature-box .views-row .wrapper:hover .text-content {
  transition-property: top;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  top: 0;
}
/* line 180, ../sass/_mixins.scss */
.fixed .feature-box .views-row .wrapper:hover {
  cursor: default;
}
/* line 183, ../sass/_mixins.scss */
.fixed .feature-box .views-row .wrapper .text-content {
  top: 0 !important;
}
/* line 453, ../sass/style.scss */
.feature-box .views-row:first-child {
  margin-top: 0;
}

/* line 461, ../sass/style.scss */
.feature-box #overlay_toggle1:checked ~ .view-content .wrapper .text-content {
  top: 0;
}
/* line 464, ../sass/style.scss */
.feature-box #overlay_toggle1:checked ~ .view-content .wrapper:hover {
  cursor: default;
}
/* line 468, ../sass/style.scss */
.feature-box .field_description,
.feature-box .date-display-range {
  color: #fff !important;
  line-height: 1.2;
}
/* line 472, ../sass/style.scss */
.yellow .feature-box .field_description, .yellow
.feature-box .date-display-range {
  color: #4f4e4d !important;
}

/* line 480, ../sass/style.scss */
.feature-box #overlay_toggle2:checked ~ .view-content .wrapper .text-content {
  top: 0;
}
/* line 483, ../sass/style.scss */
.feature-box #overlay_toggle2:checked ~ .view-content .wrapper:hover {
  cursor: default;
}

/* line 489, ../sass/style.scss */
.feature-box-top {
  position: relative;
}

/* line 494, ../sass/style.scss */
.feature-box label[for=overlay_toggle2] {
  position: absolute;
  top: 50%;
  left: 100%;
}

/* line 501, ../sass/style.scss */
label[for=overlay_toggle1],
label[for=overlay_toggle2] {
  margin-top: -1em;
  color: #9375af;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
}
/* line 509, ../sass/style.scss */
label[for=overlay_toggle1] span em,
label[for=overlay_toggle2] span em {
  display: none;
}
/* line 512, ../sass/style.scss */
label[for=overlay_toggle1] span:before,
label[for=overlay_toggle2] span:before {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 516, ../sass/style.scss */
label[for=overlay_toggle1]:hover,
label[for=overlay_toggle2]:hover {
  color: #87ad26;
}

/* line 521, ../sass/style.scss */
#overlay_toggle1,
#overlay_toggle2 {
  display: none;
}
/* line 524, ../sass/style.scss */
#overlay_toggle1:before,
#overlay_toggle2:before {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 530, ../sass/style.scss */
#overlay_toggle1:checked ~ label[for=overlay_toggle1] span:before, #overlay_toggle1:checked ~ label[for=overlay_toggle2] span:before,
#overlay_toggle2:checked ~ label[for=overlay_toggle1] span:before,
#overlay_toggle2:checked ~ label[for=overlay_toggle2] span:before {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (max-width: 768px) {
  /* line 538, ../sass/style.scss */
  .view-team-page.view-display-id-page > .view-content > .views-row,
  .view-front-page-feature-boxes .views-row {
    width: 33.3%;
    float: left;
  }
}
@media all and (max-width: 992px) {
  /* line 546, ../sass/style.scss */
  #block-views-blog-articles-block-2 {
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  /* line 552, ../sass/style.scss */
  .block.article,
  .entity.entity-paragraphs-item.paragraphs-item-feature-box-3-col,
  .view-team-page.view-display-id-page > .view-content > .views-row,
  .view-front-page-feature-boxes .views-row,
  .view-display-id-block_1 .views-row.col-md-4.col-sm-6 {
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 480px) {
  /* line 563, ../sass/style.scss */
  .block.article,
  .entity.entity-paragraphs-item.paragraphs-item-feature-box-3-col,
  .view-team-page.view-display-id-page > .view-content > .views-row,
  .view-front-page-feature-boxes .views-row,
  .view-display-id-block_1 .views-row.col-md-4.col-sm-6 {
    width: 100%;
    float: none;
  }
  /* line 572, ../sass/style.scss */
  .block.article .wrapper img,
  .entity.entity-paragraphs-item.paragraphs-item-feature-box-3-col .wrapper img,
  .view-team-page.view-display-id-page > .view-content > .views-row .wrapper img,
  .view-front-page-feature-boxes .views-row .wrapper img,
  .view-display-id-block_1 .views-row.col-md-4.col-sm-6 .wrapper img {
    margin-top: -18%;
    margin-bottom: -18%;
  }

  /* line 578, ../sass/style.scss */
  .block.article {
    padding: 0;
    height: auto !important;
  }
}
/*/ === FRONT PAGE BLOCKS === /*/
/* line 587, ../sass/style.scss */
.purple .views-row .wrapper {
  border-color: #9375af;
}
/* line 589, ../sass/style.scss */
.purple .views-row .wrapper .text-content {
  color: #292929;
  background: rgba(147, 117, 175, 0.75);
}
/* line 592, ../sass/style.scss */
.purple .views-row .wrapper .text-content h2,
.purple .views-row .wrapper .text-content p {
  color: #000 !important;
}

/* line 599, ../sass/style.scss */
.green .views-row .wrapper {
  border-color: #87ad26;
}
/* line 601, ../sass/style.scss */
.green .views-row .wrapper .text-content {
  background: rgba(135, 173, 38, 0.85);
}

/* line 606, ../sass/style.scss */
.blue .views-row .wrapper {
  border-color: #9bd6e5;
}
/* line 608, ../sass/style.scss */
.blue .views-row .wrapper .text-content {
  background: rgba(155, 214, 229, 0.85);
}

/* line 613, ../sass/style.scss */
.yellow .views-row .wrapper {
  border-color: #fced3a;
}
/* line 615, ../sass/style.scss */
.yellow .views-row .wrapper .text-content {
  background: rgba(252, 237, 58, 0.85);
}

/*/ === COLOURED BLOCKS === /*/
/* line 624, ../sass/style.scss */
.block .block-title {
  font-size: 24px;
}
/* line 627, ../sass/style.scss */
.block label[for=edit-combine] {
  display: none;
}
@media all and (min-width: 768px) {
  /* line 630, ../sass/style.scss */
  .block .views-widget-filter-combine,
  .block .views-widget-filter-field_event_date_value,
  .block .views-widget-filter-field_event_date_value2 {
    padding-right: 0;
  }
}
/* line 637, ../sass/style.scss */
.block #edit-combine.form-text,
.block .bef-datepicker {
  padding-left: 0;
  padding-right: 0;
  text-indent: 6px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
/* line 644, ../sass/style.scss */
.block #edit-combine.form-text:focus,
.block .bef-datepicker:focus {
  background: #fff;
}
/* line 648, ../sass/style.scss */
.block.purple {
  padding: 1em;
  background: rgba(147, 117, 175, 0.75);
}
/* line 651, ../sass/style.scss */
.block.purple .form-text {
  border-color: #9375af;
}
/* line 655, ../sass/style.scss */
.block.green {
  padding: 1em;
  background: rgba(135, 173, 38, 0.85);
}
/* line 658, ../sass/style.scss */
.block.green .form-text {
  border-color: #87ad26;
}
/* line 662, ../sass/style.scss */
.block.blue {
  padding: 1em;
  background: rgba(155, 214, 229, 0.85);
}
/* line 665, ../sass/style.scss */
.block.blue .form-text {
  border-color: #9bd6e5;
}
/* line 669, ../sass/style.scss */
.block.yellow {
  padding: 1em;
  background: rgba(252, 237, 58, 0.85);
}
/* line 672, ../sass/style.scss */
.block.yellow .form-text {
  border-color: #fced3a;
}
/* line 676, ../sass/style.scss */
.block .views-exposed-form .views-exposed-widget button.btn.btn-info,
.block .views-exposed-form .views-exposed-widget button.btn.btn-default.form-submit {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
@media all and (min-width: 768px) {
  /* line 676, ../sass/style.scss */
  .block .views-exposed-form .views-exposed-widget button.btn.btn-info,
  .block .views-exposed-form .views-exposed-widget button.btn.btn-default.form-submit {
    margin-top: 0.5em;
  }
}
/* line 684, ../sass/style.scss */
.block .views-exposed-form .views-exposed-widget button.btn.btn-info:hover,
.block .views-exposed-form .views-exposed-widget button.btn.btn-default.form-submit:hover {
  background: #fff;
  color: #4f4e4d;
}
/* line 688, ../sass/style.scss */
.block .views-exposed-form .views-exposed-widget button.btn.btn-info:focus, .block .views-exposed-form .views-exposed-widget button.btn.btn-info:active,
.block .views-exposed-form .views-exposed-widget button.btn.btn-default.form-submit:focus,
.block .views-exposed-form .views-exposed-widget button.btn.btn-default.form-submit:active {
  background: #4f4e4d !important;
  color: #fff !important;
  border-color: #4f4e4d !important;
}

/*/ --- Articles --- /*/
/* line 700, ../sass/style.scss */
.block.article,
.block.twitter {
  height: 350px;
}

/* line 706, ../sass/style.scss */
.block.article .feature-box .views-row {
  margin: 0;
}
/* line 708, ../sass/style.scss */
.block.article .feature-box .views-row .wrapper {
  height: 275px;
  display: block;
}
/* line 711, ../sass/style.scss */
.block.article .feature-box .views-row .wrapper .text-content {
  top: 0;
}

/*/ --- Events --- /*/
/* line 725, ../sass/style.scss */
.view-events.view-display-id-block_1 .attachment-after,
.view-id-events.view-display-id-page .attachment-after {
  clear: both;
  padding-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 730, ../sass/style.scss */
.view-events.view-display-id-block_1 .attachment-after .leaflet-container h4 a,
.view-id-events.view-display-id-page .attachment-after .leaflet-container h4 a {
  color: #9375af;
  font-weight: 700;
}
/* line 735, ../sass/style.scss */
.view-events.view-display-id-block_1 .event,
.view-id-events.view-display-id-page .event {
  color: #292929;
}

/* line 740, ../sass/style.scss */
.field-type-geofield {
  clear: both;
  float: none;
}

/* line 745, ../sass/style.scss */
.date-display-range span {
  white-space: nowrap;
}

/* line 749, ../sass/style.scss */
.field-name-field-event-logo {
  text-align: center;
  margin: 1em 0 1em 0;
}
/* line 752, ../sass/style.scss */
.field-name-field-event-logo .field-item {
  display: inline-block;
  margin: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 752, ../sass/style.scss */
  .field-name-field-event-logo .field-item {
    display: block;
    margin: 0 auto 1em auto;
  }
}
/* line 760, ../sass/style.scss */
.field-name-field-event-logo .field-item img {
  display: inline;
}

@media (max-width: 480px) {
  /* line 767, ../sass/style.scss */
  .views-row.col-xs-6 {
    width: 100%;
    float: none;
    clear: both;
  }
}
/*/ === CITY PAGES === /*/
/* line 777, ../sass/style.scss */
.city-links {
  margin: 1em 0;
}
/* line 59, ../sass/_mixins.scss */
.city-links .menu, .city-links ul, .city-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 780, ../sass/style.scss */
.city-links ul {
  padding: 1em 0;
  text-align: center;
}
/* line 783, ../sass/style.scss */
.city-links ul li.views-row {
  display: inline-block;
}
/* line 785, ../sass/style.scss */
.city-links ul li.views-row .btn {
  font-size: 16px;
  padding: 0.25em 0.33em;
  margin: 0 0.5em 0.75em 0;
}

/*/ === TEAM PAGE === /*/
/* line 797, ../sass/style.scss */
.view-team-page.view-display-id-page {
  margin: 15px -15px 15px -15px;
}
/* line 799, ../sass/style.scss */
.view-team-page.view-display-id-page h3 {
  clear: both;
  margin: 0 15px 0px 15px;
  padding: 0px 0 10px 0;
}
/* line 804, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row {
  margin-bottom: 15px;
}
/* line 806, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper {
  overflow: hidden;
  border-top: 6px solid red;
  position: relative;
  display: block;
}
/* line 141, ../sass/_mixins.scss */
.view-team-page.view-display-id-page .views-row .wrapper img {
  width: 100%;
  height: inherit;
}
/* line 145, ../sass/_mixins.scss */
.view-team-page.view-display-id-page .views-row .wrapper .text-content {
  font-size: 14px;
  position: absolute;
  transition-property: top;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 6px 12px 12px 12px;
}
/* line 156, ../sass/_mixins.scss */
.view-team-page.view-display-id-page .views-row .wrapper .text-content h2 {
  color: #4f4e4d !important;
  font-size: 21px;
  margin: 0 0 10px 0;
}
/* line 161, ../sass/_mixins.scss */
.view-team-page.view-display-id-page .views-row .wrapper .text-content p {
  color: #fff;
}
/* line 164, ../sass/_mixins.scss */
.fixed .view-team-page.view-display-id-page .views-row .wrapper .text-content .btn-sm {
  position: absolute;
  margin: 0;
  bottom: 15px;
  right: 15px;
}
/* line 171, ../sass/_mixins.scss */
.view-team-page.view-display-id-page .views-row .wrapper:hover {
  cursor: pointer;
}
/* line 173, ../sass/_mixins.scss */
.view-team-page.view-display-id-page .views-row .wrapper:hover .text-content {
  transition-property: top;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  top: 0;
}
/* line 180, ../sass/_mixins.scss */
.fixed .view-team-page.view-display-id-page .views-row .wrapper:hover {
  cursor: default;
}
/* line 183, ../sass/_mixins.scss */
.fixed .view-team-page.view-display-id-page .views-row .wrapper .text-content {
  top: 0 !important;
}
/* line 809, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper {
  border-color: #9bd6e5;
}
/* line 811, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 812, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper .text-content h2 {
  font-size: 21px;
}
/* line 818, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_45 {
  border-color: #87ad26;
}
/* line 820, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_45 .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 825, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_66 {
  border-color: #9bd6e5;
}
/* line 827, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_66 .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 832, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_67 {
  border-color: #9375af;
}
/* line 834, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_67 .text-content {
  background: rgba(147, 117, 175, 0.75);
}
/* line 839, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_68 {
  border-color: #fced3a;
}
/* line 841, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_68 .text-content {
  background: rgba(252, 237, 58, 0.85);
}
/* line 846, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_69 {
  border-color: #87ad26;
}
/* line 848, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_69 .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 853, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_70 {
  border-color: #9bd6e5;
}
/* line 855, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_70 .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 860, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_71 {
  border-color: #9375af;
}
/* line 862, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_71 .text-content {
  background: rgba(147, 117, 175, 0.75);
}
/* line 867, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_72 {
  border-color: #fced3a;
}
/* line 869, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_72 .text-content {
  background: rgba(252, 237, 58, 0.85);
}
/* line 874, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_73 {
  border-color: #87ad26;
}
/* line 876, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_73 .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 881, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_47 {
  border-color: #9bd6e5;
}
/* line 883, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_47 .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 888, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_49 {
  border-color: #9375af;
}
/* line 890, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_49 .text-content {
  background: rgba(147, 117, 175, 0.75);
}
/* line 895, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_74 {
  border-color: #fced3a;
}
/* line 897, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_74 .text-content {
  background: rgba(252, 237, 58, 0.85);
}
/* line 902, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_51 {
  border-color: #87ad26;
}
/* line 904, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_51 .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 909, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_53 {
  border-color: #9bd6e5;
}
/* line 911, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_53 .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 916, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_55 {
  border-color: #9375af;
}
/* line 918, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_55 .text-content {
  background: rgba(147, 117, 175, 0.75);
}
/* line 923, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_57 {
  border-color: #fced3a;
}
/* line 925, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_57 .text-content {
  background: rgba(252, 237, 58, 0.85);
}
/* line 930, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_75 {
  border-color: #87ad26;
}
/* line 932, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_75 .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 937, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_76 {
  border-color: #9bd6e5;
}
/* line 939, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_76 .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 944, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_59 {
  border-color: #9375af;
}
/* line 946, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_59 .text-content {
  background: rgba(147, 117, 175, 0.75);
}
/* line 951, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_77 {
  border-color: #fced3a;
}
/* line 953, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_77 .text-content {
  background: rgba(252, 237, 58, 0.85);
}
/* line 958, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_78 {
  border-color: #87ad26;
}
/* line 960, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_78 .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 965, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_79 {
  border-color: #9bd6e5;
}
/* line 967, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_79 .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 972, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_80 {
  border-color: #9375af;
}
/* line 974, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_80 .text-content {
  background: rgba(147, 117, 175, 0.75);
}
/* line 979, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_81 {
  border-color: #87ad26;
}
/* line 981, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_81 .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 986, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_61 {
  border-color: #9bd6e5;
}
/* line 988, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_61 .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 993, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_145 {
  border-color: #9375af;
}
/* line 995, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_145 .text-content {
  background: rgba(147, 117, 175, 0.75);
}
/* line 1000, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_146 {
  border-color: #fced3a;
}
/* line 1002, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_146 .text-content {
  background: rgba(252, 237, 58, 0.85);
}
/* line 1007, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_63 {
  border-color: #87ad26;
}
/* line 1009, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_63 .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 1014, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_82 {
  border-color: #9bd6e5;
}
/* line 1016, ../sass/style.scss */
.view-team-page.view-display-id-page .views-row .wrapper.institution_82 .text-content {
  background: rgba(155, 214, 229, 0.85);
}

/*/ === PARAGRAPH BUNDLES === /*/
/* line 1028, ../sass/style.scss */
.paragraphs-items-field-text-image-paragraph h2 {
  clear: both;
}
/* line 1031, ../sass/style.scss */
.paragraphs-items-field-text-image-paragraph img {
  float: none;
  margin: 1em 0;
}
@media all and (min-width: 768px) {
  /* line 1036, ../sass/style.scss */
  .paragraphs-items-field-text-image-paragraph img {
    float: right;
    margin: 0.5em 0 1em 1em;
  }
}

/* line 1043, ../sass/style.scss */
#block-views-paragraph-blocks2-block {
  clear: Both;
}

/* line 1047, ../sass/style.scss */
.not-front #block-views-paragraph-blocks2-block h2.block-title {
  display: none;
}

/* line 1051, ../sass/style.scss */
.front h2.block-title {
  color: #87ad26;
}

/* line 1055, ../sass/style.scss */
.views-field-field-feature-box-3-col,
.paragraphs-items-field-feature-box-3-col {
  margin: 15px -15px;
}
/* line 59, ../sass/_mixins.scss */
.views-field-field-feature-box-3-col .menu, .views-field-field-feature-box-3-col ul, .views-field-field-feature-box-3-col li,
.paragraphs-items-field-feature-box-3-col .menu,
.paragraphs-items-field-feature-box-3-col ul,
.paragraphs-items-field-feature-box-3-col li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1059, ../sass/style.scss */
.views-field-field-feature-box-3-col .entity-paragraphs-item.paragraphs-item-feature-box-3-col,
.paragraphs-items-field-feature-box-3-col .entity-paragraphs-item.paragraphs-item-feature-box-3-col {
  margin: 0 0 30px 0;
}
/* line 1062, ../sass/style.scss */
.views-field-field-feature-box-3-col .wrapper,
.paragraphs-items-field-feature-box-3-col .wrapper {
  overflow: hidden;
  border-top: 6px solid red;
  position: relative;
  display: block;
}
/* line 141, ../sass/_mixins.scss */
.views-field-field-feature-box-3-col .wrapper img,
.paragraphs-items-field-feature-box-3-col .wrapper img {
  width: 100%;
  height: inherit;
}
/* line 145, ../sass/_mixins.scss */
.views-field-field-feature-box-3-col .wrapper .text-content,
.paragraphs-items-field-feature-box-3-col .wrapper .text-content {
  font-size: 14px;
  position: absolute;
  transition-property: top;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 6px 12px 12px 12px;
}
/* line 156, ../sass/_mixins.scss */
.views-field-field-feature-box-3-col .wrapper .text-content h2,
.paragraphs-items-field-feature-box-3-col .wrapper .text-content h2 {
  color: #4f4e4d !important;
  font-size: 21px;
  margin: 0 0 10px 0;
}
/* line 161, ../sass/_mixins.scss */
.views-field-field-feature-box-3-col .wrapper .text-content p,
.paragraphs-items-field-feature-box-3-col .wrapper .text-content p {
  color: #fff;
}
/* line 164, ../sass/_mixins.scss */
.fixed .views-field-field-feature-box-3-col .wrapper .text-content .btn-sm, .fixed
.paragraphs-items-field-feature-box-3-col .wrapper .text-content .btn-sm {
  position: absolute;
  margin: 0;
  bottom: 15px;
  right: 15px;
}
/* line 171, ../sass/_mixins.scss */
.views-field-field-feature-box-3-col .wrapper:hover,
.paragraphs-items-field-feature-box-3-col .wrapper:hover {
  cursor: pointer;
}
/* line 173, ../sass/_mixins.scss */
.views-field-field-feature-box-3-col .wrapper:hover .text-content,
.paragraphs-items-field-feature-box-3-col .wrapper:hover .text-content {
  transition-property: top;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  top: 0;
}
/* line 180, ../sass/_mixins.scss */
.fixed .views-field-field-feature-box-3-col .wrapper:hover, .fixed
.paragraphs-items-field-feature-box-3-col .wrapper:hover {
  cursor: default;
}
/* line 183, ../sass/_mixins.scss */
.fixed .views-field-field-feature-box-3-col .wrapper .text-content, .fixed
.paragraphs-items-field-feature-box-3-col .wrapper .text-content {
  top: 0 !important;
}
/* line 1065, ../sass/style.scss */
.views-field-field-feature-box-3-col .purple .wrapper,
.paragraphs-items-field-feature-box-3-col .purple .wrapper {
  border-color: #9375af;
}
/* line 1067, ../sass/style.scss */
.views-field-field-feature-box-3-col .purple .wrapper .text-content,
.paragraphs-items-field-feature-box-3-col .purple .wrapper .text-content {
  color: #292929;
  background: rgba(147, 117, 175, 0.75);
}
/* line 1070, ../sass/style.scss */
.views-field-field-feature-box-3-col .purple .wrapper .text-content h2,
.views-field-field-feature-box-3-col .purple .wrapper .text-content p,
.paragraphs-items-field-feature-box-3-col .purple .wrapper .text-content h2,
.paragraphs-items-field-feature-box-3-col .purple .wrapper .text-content p {
  color: #292929;
}
/* line 1076, ../sass/style.scss */
.views-field-field-feature-box-3-col .green .wrapper,
.paragraphs-items-field-feature-box-3-col .green .wrapper {
  border-color: #87ad26;
}
/* line 1078, ../sass/style.scss */
.views-field-field-feature-box-3-col .green .wrapper .text-content,
.paragraphs-items-field-feature-box-3-col .green .wrapper .text-content {
  background: rgba(135, 173, 38, 0.85);
}
/* line 1082, ../sass/style.scss */
.views-field-field-feature-box-3-col .blue .wrapper,
.paragraphs-items-field-feature-box-3-col .blue .wrapper {
  border-color: #9bd6e5;
}
/* line 1084, ../sass/style.scss */
.views-field-field-feature-box-3-col .blue .wrapper .text-content,
.paragraphs-items-field-feature-box-3-col .blue .wrapper .text-content {
  background: rgba(155, 214, 229, 0.85);
}
/* line 1088, ../sass/style.scss */
.views-field-field-feature-box-3-col .yellow .wrapper,
.paragraphs-items-field-feature-box-3-col .yellow .wrapper {
  border-color: #fced3a;
}
/* line 1090, ../sass/style.scss */
.views-field-field-feature-box-3-col .yellow .wrapper .text-content,
.paragraphs-items-field-feature-box-3-col .yellow .wrapper .text-content {
  background: rgba(252, 237, 58, 0.85);
}
/* line 1095, ../sass/style.scss */
.views-field-field-feature-box-3-col .wrapper .field,
.paragraphs-items-field-feature-box-3-col .wrapper .field {
  margin: 0;
}
/* line 1097, ../sass/style.scss */
.views-field-field-feature-box-3-col .wrapper .field.field_description,
.paragraphs-items-field-feature-box-3-col .wrapper .field.field_description {
  line-height: 1.3;
  margin: 0 0 1em 0;
}
/* line 1104, ../sass/style.scss */
.views-field-field-feature-box-3-col .fixed .wrapper:hover,
.paragraphs-items-field-feature-box-3-col .fixed .wrapper:hover {
  cursor: default;
}
/* line 1107, ../sass/style.scss */
.views-field-field-feature-box-3-col .fixed .wrapper .text-content,
.paragraphs-items-field-feature-box-3-col .fixed .wrapper .text-content {
  top: 0;
}
/* line 1109, ../sass/style.scss */
.views-field-field-feature-box-3-col .fixed .wrapper .text-content .btn-sm,
.paragraphs-items-field-feature-box-3-col .fixed .wrapper .text-content .btn-sm {
  position: absolute;
  margin: 0;
  bottom: 15px;
  right: 15px;
}
@media all and (min-width: 992px) {
  /* line 1118, ../sass/style.scss */
  .views-field-field-feature-box-3-col .col-md-6 .wrapper img,
  .paragraphs-items-field-feature-box-3-col .col-md-6 .wrapper img {
    margin-top: -18%;
    margin-bottom: -18%;
  }
}

/*/  === INLINE IMAGES ===  /*/
/* line 1129, ../sass/style.scss */
.cke_editable img:not(.file-icon),
.field-name-body img:not(.file-icon) {
  margin: 10px 0px;
}
/* line 1135, ../sass/style.scss */
.cke_editable img.file-icon,
.field-name-body img.file-icon {
  display: none;
}
/* line 1138, ../sass/style.scss */
.cke_editable figure,
.field-name-body figure {
  width: 100%;
  padding: 0;
  margin: 5px 0px;
}
/* line 1142, ../sass/style.scss */
.cke_editable figure img,
.field-name-body figure img {
  margin: 0;
  max-width: 100%;
}
/* line 1146, ../sass/style.scss */
.cke_editable figure br,
.field-name-body figure br {
  display: none;
}
/* line 1150, ../sass/style.scss */
.cke_editable img[style*="float:left"],
.cke_editable figure[style*="float:left"],
.field-name-body img[style*="float:left"],
.field-name-body figure[style*="float:left"] {
  margin: 5px 15px 15px 0px;
  width: 50% !important;
}
/* line 1155, ../sass/style.scss */
.cke_editable img[style*="float:right"],
.cke_editable figure[style*="float:right"],
.field-name-body img[style*="float:right"],
.field-name-body figure[style*="float:right"] {
  margin: 5px 0px 15px 15px;
  width: 50% !important;
}

@media all and (max-width: 480px) {
  /* line 1165, ../sass/style.scss */
  .cke_editable img[style*="float:left"],
  .cke_editable figure[style*="float:left"],
  .cke_editable img[style*="float:right"],
  .cke_editable figure[style*="float:right"],
  .field-name-body img[style*="float:left"],
  .field-name-body figure[style*="float:left"],
  .field-name-body img[style*="float:right"],
  .field-name-body figure[style*="float:right"] {
    float: none !important;
    margin: 10px 0px;
    width: 100% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 960px) {
  /* line 1179, ../sass/style.scss */
  .cke_editable img[style*="float:left"],
  .cke_editable figure[style*="float:left"],
  .cke_editable img[style*="float:right"],
  .cke_editable figure[style*="float:right"],
  .field-name-body img[style*="float:left"],
  .field-name-body figure[style*="float:left"],
  .field-name-body img[style*="float:right"],
  .field-name-body figure[style*="float:right"] {
    float: none !important;
    margin: 10px 0px;
    width: 100% !important;
  }
}
/* line 1192, ../sass/style.scss */
figcaption {
  font-size: 80%;
  line-height: 1.2;
  padding: 4px 0 9px 0;
  margin: 0;
}
/* line 1197, ../sass/style.scss */
figcaption sub,
figcaption sup {
  vertical-align: inherit;
  font-size: inherit;
  top: auto;
  bottom: auto;
  line-height: inherit;
}
/* line 1205, ../sass/style.scss */
figcaption > :first-child:before {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'cn_icons3';
  font-size: inherit;
  margin-right: 0.5em;
}

/* line 1213, ../sass/style.scss */
.field-name-field-image-caption {
  margin: -10px 0 0 0;
  clear: both;
  float: none;
  margin-bottom: 20px;
  border-bottom: 3px solid #87ad26;
}
/* line 1217, ../sass/style.scss */
.field-name-field-image-caption .field-items.multi figcaption {
  width: 50%;
  float: left;
}

/* line 1230, ../sass/style.scss */
.cke_editable img.imgtoright, .cke_editable img.imgtoright-quarter,
.field-name-body img.imgtoright,
.field-name-body img.imgtoright-quarter {
  float: right;
  margin: 0 0 15px 2%;
  clear: right;
  max-width: 48%;
  width: 480px;
}
/* line 1238, ../sass/style.scss */
.cke_editable img.imgtoleft, .cke_editable img.imgtoleft-quarter,
.field-name-body img.imgtoleft,
.field-name-body img.imgtoleft-quarter {
  float: left;
  margin: 0 2% 15px 0;
  clear: left;
  max-width: 48%;
  width: 480px;
}
/* line 1246, ../sass/style.scss */
.cke_editable img.imgtomiddle, .cke_editable img.imgtomiddle-half, .cke_editable img.imgtomiddle-quarter,
.field-name-body img.imgtomiddle,
.field-name-body img.imgtomiddle-half,
.field-name-body img.imgtomiddle-quarter {
  float: none;
  margin: 15px auto;
  clear: both;
  display: block;
  max-width: 100%;
}
/* line 1255, ../sass/style.scss */
.cke_editable img.imgtomiddle-quarter,
.field-name-body img.imgtomiddle-quarter {
  width: 240px;
  max-width: 23%;
}
/* line 1259, ../sass/style.scss */
.cke_editable img.imgtomiddle-half,
.field-name-body img.imgtomiddle-half {
  width: 480px;
  max-width: 48%;
}
/* line 1263, ../sass/style.scss */
.cke_editable img.imgtoleft-quarter, .cke_editable img.imgtoright-quarter,
.field-name-body img.imgtoleft-quarter,
.field-name-body img.imgtoright-quarter {
  width: 240px;
  max-width: 23%;
}
/* line 1268, ../sass/style.scss */
.cke_editable img.thumbnail-img, .thumbnail-img .cke_editable img,
.field-name-body img.thumbnail-img, .thumbnail-img
.field-name-body img {
  float: left;
  margin: 0 2% 15px 0;
  clear: left;
  max-width: 23%;
  width: 125px;
  height: auto;
  padding: 5px;
  vertical-align: baseline;
}
@media all and (max-width: 768px) {
  /* line 1280, ../sass/style.scss */
  .cke_editable img.imgtoright, .cke_editable img.imgtoleft,
  .field-name-body img.imgtoright,
  .field-name-body img.imgtoleft {
    max-width: 48%;
  }
}
@media all and (max-width: 480px) {
  /* line 1286, ../sass/style.scss */
  .cke_editable img.imgtoright, .cke_editable img.imgtoleft,
  .field-name-body img.imgtoright,
  .field-name-body img.imgtoleft {
    float: none;
    margin: 15px auto;
    clear: both;
    display: block;
    max-width: 100%;
  }
  /* line 1294, ../sass/style.scss */
  .cke_editable img.imgtoleft-quarter, .cke_editable img.imgtoright-quarter,
  .field-name-body img.imgtoleft-quarter,
  .field-name-body img.imgtoright-quarter {
    max-width: 48%;
  }
  /* line 1298, ../sass/style.scss */
  .cke_editable img.imgtomiddle-quarter,
  .field-name-body img.imgtomiddle-quarter {
    max-width: 48%;
  }
  /* line 1301, ../sass/style.scss */
  .cke_editable img.imgtomiddle-half,
  .field-name-body img.imgtomiddle-half {
    max-width: 100%;
  }
}

/* line 1308, ../sass/style.scss */
.cke_combo.cke_combo__styles {
  font-size: 85%;
}

/*/  === MEDIA MODULES INLINE IMAGES ===  /*/
/* line 1314, ../sass/style.scss */
.media-element-container {
  margin: 0 auto 0.5em auto;
}

/* line 1318, ../sass/style.scss */
.media-element-container img {
  display: block;
  width: 100%;
  height: inherit;
  margin: 0;
}

/* line 1325, ../sass/style.scss */
figcaption.field {
  font-size: 90%;
  line-height: 1.4;
  padding: 6px 0 9px 0;
  margin: 0;
  border-bottom: 3px solid #87ad26;
}
/* line 1331, ../sass/style.scss */
figcaption.field p {
  margin: 0;
}
/* line 1334, ../sass/style.scss */
figcaption.field:empty {
  padding: 0;
}

/* line 1339, ../sass/style.scss */
.media-wysiwyg-align-left {
  float: left;
  width: 48.5%;
  margin: 0 3% 0.5em 0;
}

/* line 1345, ../sass/style.scss */
.media-wysiwyg-align-right {
  float: right;
  width: 48.5%;
  margin: 0 0 0.5em 3%;
}

/* line 1351, ../sass/style.scss */
.media-half_column_800_,
.media-half_column {
  width: 48.5%;
}

/* line 1356, ../sass/style.scss */
.media-quarter_column {
  width: 23.5%;
}

/* line 1360, ../sass/style.scss */
.media-default,
.media-full_column {
  width: 100%;
  float: none;
  margin: 0 auto 0.5em auto;
}

@media all and (max-width: 768px) {
  /* line 1368, ../sass/style.scss */
  .media-half_column_800_,
  .media-half_column_800_.media-wysiwyg-align-left,
  .media-half_column_800_.media-wysiwyg-align-right,
  .media-half_column,
  .media-half_column.media-wysiwyg-align-left,
  .media-half_column.media-wysiwyg-align-right {
    float: none;
    width: 100%;
    margin: 0 0 0.5em 0;
  }

  /* line 1378, ../sass/style.scss */
  .media-quarter_column {
    width: 48.5%;
  }
}
@media all and (max-width: 600px) {
  /* line 1384, ../sass/style.scss */
  .media-half_column_800_,
  .media-half_column_800_.media-wysiwyg-align-left,
  .media-half_column_800_.media-wysiwyg-align-right,
  .media-half_column,
  .media-quarter_column.media-wysiwyg-align-left,
  .media-quarter_column.media-wysiwyg-align-right {
    float: none;
    width: 100%;
    margin: 0 0 0.5em 0;
  }
}
/*/ === ARTICLES === /*/
/* line 1399, ../sass/style.scss */
.view-id-blog_articles.view-display-id-page_2,
.view-display-id-page_1,
.view-display-id-page {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1407, ../sass/style.scss */
.node-type-article .field-name-body img {
  width: 100%;
  height: inherit;
}
/* line 1411, ../sass/style.scss */
.node-type-article .field-name-field-date,
.node-type-article .field-name-field-author,
.node-type-article .field-name-field-tags {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: #87ad26;
  line-height: 1.2;
}
/* line 1419, ../sass/style.scss */
.node-type-article .field-name-field-tags {
  font-size: 90%;
}
/* line 1421, ../sass/style.scss */
.node-type-article .field-name-field-tags .field-item {
  display: inline-block;
  margin-right: 0.5em;
}
/* line 1426, ../sass/style.scss */
.node-type-article .field-name-body h2:first-child,
.node-type-article .field-name-body h3:first-child {
  margin-top: 0;
}

/* line 1432, ../sass/style.scss */
.node-type-article.blog .field-name-field-date,
.field-name-field-author,
.field-name-field-tags {
  color: #9bd6e5 !important;
}

/* line 1438, ../sass/style.scss */
.node-type-article.news .field-name-field-date,
.field-name-field-author,
.field-name-field-tags {
  color: #87ad26 !important;
}

/* line 1444, ../sass/style.scss */
.field-name-field-event-map.field-type-entityreference {
  padding-top: 15px;
  clear: both;
}

/*/ === EVENTS === /*/
/* line 1450, ../sass/style.scss */
.node-type-event .wrapper.flush-left {
  color: #9375af;
}

/*/ --- Event Teasers --- /*/
/* line 1459, ../sass/style.scss */
#block-views-exp-events-page,
#block-views-exp-blog-articles-page,
#block-views-exp-blog-articles-page-1,
#block-views-exp-blog-articles-page-2 {
  margin: 0 0 10px 0;
}
/* line 1464, ../sass/style.scss */
#block-views-exp-events-page .views-widget-filter-combine,
#block-views-exp-blog-articles-page .views-widget-filter-combine,
#block-views-exp-blog-articles-page-1 .views-widget-filter-combine,
#block-views-exp-blog-articles-page-2 .views-widget-filter-combine {
  clear: both;
}
/* line 1467, ../sass/style.scss */
#block-views-exp-events-page .views-exposed-widget.views-submit-button,
#block-views-exp-blog-articles-page .views-exposed-widget.views-submit-button,
#block-views-exp-blog-articles-page-1 .views-exposed-widget.views-submit-button,
#block-views-exp-blog-articles-page-2 .views-exposed-widget.views-submit-button {
  clear: left;
}
@media (max-width: 768px) {
  /* line 1471, ../sass/style.scss */
  #block-views-exp-events-page .views-exposed-form .views-exposed-widget .btn,
  #block-views-exp-blog-articles-page .views-exposed-form .views-exposed-widget .btn,
  #block-views-exp-blog-articles-page-1 .views-exposed-form .views-exposed-widget .btn,
  #block-views-exp-blog-articles-page-2 .views-exposed-form .views-exposed-widget .btn {
    margin-top: 0.5em;
  }
}

/* line 1477, ../sass/style.scss */
.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: 100%;
}

/* line 1482, ../sass/style.scss */
.views-row .wrapper .text-content:hover {
  opacity: 1;
}

/*/  ===  PHOTO GALLERY === /*/
/* line 1489, ../sass/style.scss */
.page-image-gallery.image-gallery .pager {
  clear: both;
}

/* line 1493, ../sass/style.scss */
.view-image-gallery-landing-page h3 {
  font-size: 20px;
  margin: 0.25em 0 1em 0;
}

/* line 1498, ../sass/style.scss */
.image-gallery-categories .main-container,
.image-gallery .main-container,
.view-image-gallery-landing-page,
.page-image-gallery.image-gallery .main-container,
.page-image-gallery.image-galleries .main-container {
  max-width: 1500px;
}
/* line 1506, ../sass/style.scss */
.image-gallery-categories .main-container .pager,
.image-gallery .main-container .pager,
.view-image-gallery-landing-page .pager,
.page-image-gallery.image-gallery .main-container .pager,
.page-image-gallery.image-galleries .main-container .pager {
  clear: both;
}
@media (min-width: 1200px) {
  /* line 1511, ../sass/style.scss */
  .image-gallery-categories .main-container .col-lg-1:nth-child(12n+1),
  .image-gallery .main-container .col-lg-1:nth-child(12n+1),
  .view-image-gallery-landing-page .col-lg-1:nth-child(12n+1),
  .page-image-gallery.image-gallery .main-container .col-lg-1:nth-child(12n+1),
  .page-image-gallery.image-galleries .main-container .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  /* line 1514, ../sass/style.scss */
  .image-gallery-categories .main-container .col-lg-2:nth-child(6n+1),
  .image-gallery .main-container .col-lg-2:nth-child(6n+1),
  .view-image-gallery-landing-page .col-lg-2:nth-child(6n+1),
  .page-image-gallery.image-gallery .main-container .col-lg-2:nth-child(6n+1),
  .page-image-gallery.image-galleries .main-container .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  /* line 1517, ../sass/style.scss */
  .image-gallery-categories .main-container .col-lg-3:nth-child(4n+1),
  .image-gallery .main-container .col-lg-3:nth-child(4n+1),
  .view-image-gallery-landing-page .col-lg-3:nth-child(4n+1),
  .page-image-gallery.image-gallery .main-container .col-lg-3:nth-child(4n+1),
  .page-image-gallery.image-galleries .main-container .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  /* line 1520, ../sass/style.scss */
  .image-gallery-categories .main-container .col-lg-4:nth-child(3n+1),
  .image-gallery .main-container .col-lg-4:nth-child(3n+1),
  .view-image-gallery-landing-page .col-lg-4:nth-child(3n+1),
  .page-image-gallery.image-gallery .main-container .col-lg-4:nth-child(3n+1),
  .page-image-gallery.image-galleries .main-container .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  /* line 1523, ../sass/style.scss */
  .image-gallery-categories .main-container .col-lg-6:nth-child(odd),
  .image-gallery .main-container .col-lg-6:nth-child(odd),
  .view-image-gallery-landing-page .col-lg-6:nth-child(odd),
  .page-image-gallery.image-gallery .main-container .col-lg-6:nth-child(odd),
  .page-image-gallery.image-galleries .main-container .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1528, ../sass/style.scss */
  .image-gallery-categories .main-container .col-md-1:nth-child(12n+1),
  .image-gallery .main-container .col-md-1:nth-child(12n+1),
  .view-image-gallery-landing-page .col-md-1:nth-child(12n+1),
  .page-image-gallery.image-gallery .main-container .col-md-1:nth-child(12n+1),
  .page-image-gallery.image-galleries .main-container .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  /* line 1531, ../sass/style.scss */
  .image-gallery-categories .main-container .col-md-2:nth-child(6n+1),
  .image-gallery .main-container .col-md-2:nth-child(6n+1),
  .view-image-gallery-landing-page .col-md-2:nth-child(6n+1),
  .page-image-gallery.image-gallery .main-container .col-md-2:nth-child(6n+1),
  .page-image-gallery.image-galleries .main-container .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  /* line 1534, ../sass/style.scss */
  .image-gallery-categories .main-container .col-md-3:nth-child(4n+1),
  .image-gallery .main-container .col-md-3:nth-child(4n+1),
  .view-image-gallery-landing-page .col-md-3:nth-child(4n+1),
  .page-image-gallery.image-gallery .main-container .col-md-3:nth-child(4n+1),
  .page-image-gallery.image-galleries .main-container .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  /* line 1537, ../sass/style.scss */
  .image-gallery-categories .main-container .col-md-4:nth-child(3n+1),
  .image-gallery .main-container .col-md-4:nth-child(3n+1),
  .view-image-gallery-landing-page .col-md-4:nth-child(3n+1),
  .page-image-gallery.image-gallery .main-container .col-md-4:nth-child(3n+1),
  .page-image-gallery.image-galleries .main-container .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  /* line 1540, ../sass/style.scss */
  .image-gallery-categories .main-container .col-md-6:nth-child(odd),
  .image-gallery .main-container .col-md-6:nth-child(odd),
  .view-image-gallery-landing-page .col-md-6:nth-child(odd),
  .page-image-gallery.image-gallery .main-container .col-md-6:nth-child(odd),
  .page-image-gallery.image-galleries .main-container .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1545, ../sass/style.scss */
  .image-gallery-categories .main-container .col-sm-1:nth-child(12n+1),
  .image-gallery .main-container .col-sm-1:nth-child(12n+1),
  .view-image-gallery-landing-page .col-sm-1:nth-child(12n+1),
  .page-image-gallery.image-gallery .main-container .col-sm-1:nth-child(12n+1),
  .page-image-gallery.image-galleries .main-container .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  /* line 1548, ../sass/style.scss */
  .image-gallery-categories .main-container .col-sm-2:nth-child(6n+1),
  .image-gallery .main-container .col-sm-2:nth-child(6n+1),
  .view-image-gallery-landing-page .col-sm-2:nth-child(6n+1),
  .page-image-gallery.image-gallery .main-container .col-sm-2:nth-child(6n+1),
  .page-image-gallery.image-galleries .main-container .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  /* line 1551, ../sass/style.scss */
  .image-gallery-categories .main-container .col-sm-3:nth-child(4n+1),
  .image-gallery .main-container .col-sm-3:nth-child(4n+1),
  .view-image-gallery-landing-page .col-sm-3:nth-child(4n+1),
  .page-image-gallery.image-gallery .main-container .col-sm-3:nth-child(4n+1),
  .page-image-gallery.image-galleries .main-container .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  /* line 1554, ../sass/style.scss */
  .image-gallery-categories .main-container .col-sm-4:nth-child(3n+1),
  .image-gallery .main-container .col-sm-4:nth-child(3n+1),
  .view-image-gallery-landing-page .col-sm-4:nth-child(3n+1),
  .page-image-gallery.image-gallery .main-container .col-sm-4:nth-child(3n+1),
  .page-image-gallery.image-galleries .main-container .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  /* line 1557, ../sass/style.scss */
  .image-gallery-categories .main-container .col-sm-6:nth-child(odd),
  .image-gallery .main-container .col-sm-6:nth-child(odd),
  .view-image-gallery-landing-page .col-sm-6:nth-child(odd),
  .page-image-gallery.image-gallery .main-container .col-sm-6:nth-child(odd),
  .page-image-gallery.image-galleries .main-container .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  /* line 1562, ../sass/style.scss */
  .image-gallery-categories .main-container .col-xs-1:nth-child(12n+1),
  .image-gallery .main-container .col-xs-1:nth-child(12n+1),
  .view-image-gallery-landing-page .col-xs-1:nth-child(12n+1),
  .page-image-gallery.image-gallery .main-container .col-xs-1:nth-child(12n+1),
  .page-image-gallery.image-galleries .main-container .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  /* line 1565, ../sass/style.scss */
  .image-gallery-categories .main-container .col-xs-2:nth-child(6n+1),
  .image-gallery .main-container .col-xs-2:nth-child(6n+1),
  .view-image-gallery-landing-page .col-xs-2:nth-child(6n+1),
  .page-image-gallery.image-gallery .main-container .col-xs-2:nth-child(6n+1),
  .page-image-gallery.image-galleries .main-container .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  /* line 1568, ../sass/style.scss */
  .image-gallery-categories .main-container .col-xs-3:nth-child(4n+1),
  .image-gallery .main-container .col-xs-3:nth-child(4n+1),
  .view-image-gallery-landing-page .col-xs-3:nth-child(4n+1),
  .page-image-gallery.image-gallery .main-container .col-xs-3:nth-child(4n+1),
  .page-image-gallery.image-galleries .main-container .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  /* line 1571, ../sass/style.scss */
  .image-gallery-categories .main-container .col-xs-4:nth-child(3n+1),
  .image-gallery .main-container .col-xs-4:nth-child(3n+1),
  .view-image-gallery-landing-page .col-xs-4:nth-child(3n+1),
  .page-image-gallery.image-gallery .main-container .col-xs-4:nth-child(3n+1),
  .page-image-gallery.image-galleries .main-container .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  /* line 1574, ../sass/style.scss */
  .image-gallery-categories .main-container .col-xs-6:nth-child(odd),
  .image-gallery .main-container .col-xs-6:nth-child(odd),
  .view-image-gallery-landing-page .col-xs-6:nth-child(odd),
  .page-image-gallery.image-gallery .main-container .col-xs-6:nth-child(odd),
  .page-image-gallery.image-galleries .main-container .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
/* line 1578, ../sass/style.scss */
.image-gallery-categories .main-container .view.view-image-gallery-media,
.image-gallery-categories .main-container .view.image-gallery,
.image-gallery .main-container .view.view-image-gallery-media,
.image-gallery .main-container .view.image-gallery,
.view-image-gallery-landing-page .view.view-image-gallery-media,
.view-image-gallery-landing-page .view.image-gallery,
.page-image-gallery.image-gallery .main-container .view.view-image-gallery-media,
.page-image-gallery.image-gallery .main-container .view.image-gallery,
.page-image-gallery.image-galleries .main-container .view.view-image-gallery-media,
.page-image-gallery.image-galleries .main-container .view.image-gallery {
  padding-right: 0px;
  padding-left: 0px;
}
/* line 1582, ../sass/style.scss */
.image-gallery-categories .main-container .view.view-image-gallery-media > .view-content,
.image-gallery-categories .main-container .view.image-gallery > .view-content,
.image-gallery .main-container .view.view-image-gallery-media > .view-content,
.image-gallery .main-container .view.image-gallery > .view-content,
.view-image-gallery-landing-page .view.view-image-gallery-media > .view-content,
.view-image-gallery-landing-page .view.image-gallery > .view-content,
.page-image-gallery.image-gallery .main-container .view.view-image-gallery-media > .view-content,
.page-image-gallery.image-gallery .main-container .view.image-gallery > .view-content,
.page-image-gallery.image-galleries .main-container .view.view-image-gallery-media > .view-content,
.page-image-gallery.image-galleries .main-container .view.image-gallery > .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
@media (max-width: 420px) {
  /* line 1582, ../sass/style.scss */
  .image-gallery-categories .main-container .view.view-image-gallery-media > .view-content,
  .image-gallery-categories .main-container .view.image-gallery > .view-content,
  .image-gallery .main-container .view.view-image-gallery-media > .view-content,
  .image-gallery .main-container .view.image-gallery > .view-content,
  .view-image-gallery-landing-page .view.view-image-gallery-media > .view-content,
  .view-image-gallery-landing-page .view.image-gallery > .view-content,
  .page-image-gallery.image-gallery .main-container .view.view-image-gallery-media > .view-content,
  .page-image-gallery.image-gallery .main-container .view.image-gallery > .view-content,
  .page-image-gallery.image-galleries .main-container .view.view-image-gallery-media > .view-content,
  .page-image-gallery.image-galleries .main-container .view.image-gallery > .view-content {
    margin-right: -3px;
    margin-left: -3px;
  }
}
/* line 1591, ../sass/style.scss */
.image-gallery-categories .main-container .view.view-image-gallery-media > .view-content > .views-row.outer,
.image-gallery-categories .main-container .view.image-gallery > .view-content > .views-row.outer,
.image-gallery .main-container .view.view-image-gallery-media > .view-content > .views-row.outer,
.image-gallery .main-container .view.image-gallery > .view-content > .views-row.outer,
.view-image-gallery-landing-page .view.view-image-gallery-media > .view-content > .views-row.outer,
.view-image-gallery-landing-page .view.image-gallery > .view-content > .views-row.outer,
.page-image-gallery.image-gallery .main-container .view.view-image-gallery-media > .view-content > .views-row.outer,
.page-image-gallery.image-gallery .main-container .view.image-gallery > .view-content > .views-row.outer,
.page-image-gallery.image-galleries .main-container .view.view-image-gallery-media > .view-content > .views-row.outer,
.page-image-gallery.image-galleries .main-container .view.image-gallery > .view-content > .views-row.outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 420px) {
  /* line 1591, ../sass/style.scss */
  .image-gallery-categories .main-container .view.view-image-gallery-media > .view-content > .views-row.outer,
  .image-gallery-categories .main-container .view.image-gallery > .view-content > .views-row.outer,
  .image-gallery .main-container .view.view-image-gallery-media > .view-content > .views-row.outer,
  .image-gallery .main-container .view.image-gallery > .view-content > .views-row.outer,
  .view-image-gallery-landing-page .view.view-image-gallery-media > .view-content > .views-row.outer,
  .view-image-gallery-landing-page .view.image-gallery > .view-content > .views-row.outer,
  .page-image-gallery.image-gallery .main-container .view.view-image-gallery-media > .view-content > .views-row.outer,
  .page-image-gallery.image-gallery .main-container .view.image-gallery > .view-content > .views-row.outer,
  .page-image-gallery.image-galleries .main-container .view.view-image-gallery-media > .view-content > .views-row.outer,
  .page-image-gallery.image-galleries .main-container .view.image-gallery > .view-content > .views-row.outer {
    padding: 3px;
  }
}

@media (max-width: 500px) {
  /* line 1604, ../sass/style.scss */
  .view-image-gallery-landing-page .views-row.outer,
  .view.view-image-gallery-media .views-row.outer {
    width: 50%;
  }
}
@media (max-width: 300px) {
  /* line 1613, ../sass/style.scss */
  .view-image-gallery-landing-page .views-row.outer,
  .view.view-image-gallery-media .views-row.outer {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* line 1621, ../sass/style.scss */
.view.view-image-gallery-media {
  padding-right: 0px;
  padding-left: 0px;
}
/* line 1624, ../sass/style.scss */
.view.view-image-gallery-media > .view-content {
  margin-right: -10px;
  margin-left: -10px;
}
/* line 1627, ../sass/style.scss */
.view.view-image-gallery-media > .view-content > .views-row.outer {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  margin: 0;
  padding: 5px;
  background: #fff;
  border: none;
}

/* line 1640, ../sass/style.scss */
.view-image-gallery-landing-page > .view-content {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 1643, ../sass/style.scss */
.view-image-gallery-landing-page > .view-content > .views-row {
  padding: 15px;
}

/*/  ===  Colorbox window === /*/
/* line 1649, ../sass/style.scss */
#cboxTitle {
  font-size: 14px;
}
/* line 1651, ../sass/style.scss */
#cboxTitle:before {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'cn_icons3';
  font-size: inherit;
  margin-right: 0.5em;
}

/*/  ===  Sticky box on Acadamy pages === /*/
@media (min-width: 770px) {
  /* line 1669, ../sass/style.scss */
  .extra-padding .content_blocks {
    z-index: 600;
  }

  /* line 1672, ../sass/style.scss */
  .extra-padding #content-section {
    z-index: 600;
  }
}
/* line 1678, ../sass/style.scss */
.sticky-box blockquote {
  margin-top: 0;
  font-size: 16px;
}
/* line 1682, ../sass/style.scss */
.sticky-box .nav > li {
  /*/  === Acadamy pages nav === /*/
  display: inline-block;
}
/* line 1685, ../sass/style.scss */
.sticky-box .nav > li a {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0em;
  display: inline-block;
  margin: 0.15em 0;
}
/* line 1692, ../sass/style.scss */
.sticky-box .nav > li a:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-left: 4px;
  color: #87ad26;
}
/* line 1698, ../sass/style.scss */
.sticky-box .nav > li a:hover {
  color: #000;
  background: #fff;
}
/* line 1702, ../sass/style.scss */
.sticky-box .nav > li a:active {
  color: #000;
  background: #fff;
}
/* line 1706, ../sass/style.scss */
.sticky-box .nav > li a.active-trail {
  color: #000;
  background: #fff;
  cursor: default;
}
/* line 1710, ../sass/style.scss */
.sticky-box .nav > li a.active-trail:after {
  color: #000;
}
/* line 1715, ../sass/style.scss */
.sticky-box .nav > li:last-child a:after {
  color: #FFF;
}
@media (min-width: 770px) {
  /* line 1720, ../sass/style.scss */
  .sticky-box .nav > li {
    display: block;
  }
  /* line 1723, ../sass/style.scss */
  .sticky-box .nav > li a:after {
    content: "";
    font-family: 'cn_icons2';
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #f00;
  }
  /* line 1730, ../sass/style.scss */
  .sticky-box .nav > li a.active-trail:after {
    color: #000;
  }
  /* line 1738, ../sass/style.scss */
  .sticky-box .nav > li a:not(.active-trail):after {
    color: #00f;
    content: "";
  }
  /* line 1747, ../sass/style.scss */
  .sticky-box .nav > li:last-child a.active-trail:after {
    color: #000;
  }
  /* line 1751, ../sass/style.scss */
  .sticky-box.stickynav-active {
    position: relative;
    z-index: auto;
    top: auto;
    right: auto;
    left: auto;
  }
}
@media (min-width: 770px) and (min-width: 770px) {
  /* line 1758, ../sass/style.scss */
  .sticky-box.stickynav-active blockquote {
    margin-top: 15px;
  }
  /* line 1761, ../sass/style.scss */
  .sticky-box.stickynav-active.stickynav-active {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 15px;
    left: 15px;
  }
}

@media (min-width: 770px) and (min-width: 770px) and (min-width: 770px) {
  /* line 1761, ../sass/style.scss */
  .sticky-box.stickynav-active.stickynav-active {
    right: auto;
    left: auto;
    max-width: 1300px;
  }
}
@media (min-width: 770px) and (min-width: 770px) {
  /* line 1772, ../sass/style.scss */
  .sticky-box.stickynav-active.stickynav-active .wrapper {
    background: #fff;
  }
  /* line 1774, ../sass/style.scss */
  .sticky-box.stickynav-active.stickynav-active .wrapper h3 {
    margin-top: 0;
  }
}

@media (min-width: 770px) and (min-width: 770px) and (min-width: 770px) {
  /* line 1772, ../sass/style.scss */
  .sticky-box.stickynav-active.stickynav-active .wrapper {
    width: 33%;
    padding-right: 30px;
  }
}
@media (min-width: 770px) and (min-width: 770px) and (min-width: 992px) {
  /* line 1772, ../sass/style.scss */
  .sticky-box.stickynav-active.stickynav-active .wrapper {
    width: 25%;
    padding-right: 30px;
  }
}

/*/  ===  Pages prev/next links === /*/
@media (min-width: 600px) {
  /* line 1793, ../sass/style.scss */
  .step_next,
  .step_prev {
    width: 49%;
  }
}
/* line 1798, ../sass/style.scss */
.step_next a,
.step_prev a {
  font-size: 14px;
  padding: 0.2em 0.5em;
}
/* line 1802, ../sass/style.scss */
.step_next.step_next,
.step_prev.step_next {
  float: right;
}
/* line 1804, ../sass/style.scss */
.step_next.step_next a,
.step_prev.step_next a {
  padding-right: 0em;
  float: right;
}
@media (min-width: 600px) {
  /* line 1804, ../sass/style.scss */
  .step_next.step_next a,
  .step_prev.step_next a {
    float: left;
  }
}
/* line 1810, ../sass/style.scss */
.step_next.step_next a:after,
.step_prev.step_next a:after {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
/* line 1816, ../sass/style.scss */
.step_next.step_prev,
.step_prev.step_prev {
  float: left;
}
/* line 1818, ../sass/style.scss */
.step_next.step_prev a,
.step_prev.step_prev a {
  padding-left: 0;
  float: left;
}
@media (min-width: 600px) {
  /* line 1818, ../sass/style.scss */
  .step_next.step_prev a,
  .step_prev.step_prev a {
    float: right;
  }
}
/* line 1824, ../sass/style.scss */
.step_next.step_prev a:before,
.step_prev.step_prev a:before {
  content: "";
  font-family: 'cn_icons2';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

/* line 1832, ../sass/style.scss */
.block-easy-social {
  width: 100%;
  clear: both;
}

/* line 1814, ../sass/style.scss */
/* line 1840, ../sass/style.scss */
.block-easy-social {
  width: 100%;
  clear: both;
}

/* line 1844, ../sass/style.scss */
blockquote:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1850, ../sass/style.scss */
blockquote blockquote {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 1856, ../sass/style.scss */
  blockquote blockquote {
    width: 48%;
  }
  /* line 1858, ../sass/style.scss */
  blockquote blockquote blockquote:nth-child(even) {
    float: left;
    clear: left;
  }
  /* line 1862, ../sass/style.scss */
  blockquote blockquote blockquote:nth-child(odd) {
    float: right;
    clear: right;
  }
}
/* line 1872, ../sass/style.scss */
table {
  margin: 0 0 1em 0;
}

/* line 1874, ../sass/style.scss */
caption {
  font-weight: 700;
}

/* line 1877, ../sass/style.scss */
td,
th {
  padding: 9px 19px 9px 9px;
  vertical-align: top;
  border-bottom: 2px solid #fff;
}

/* line 1884, ../sass/style.scss */
th {
  background-color: #a38abb;
}

/* line 1888, ../sass/style.scss */
td {
  background-color: #a38abb;
}

/* line 1892, ../sass/style.scss */
th p,
td p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 3px;
}

/* line 1899, ../sass/style.scss */
.media-wysiwyg-align-right {
  margin-left: 0;
}

/* line 1902, ../sass/style.scss */
p.clear {
  clear: both;
}

/* line 1905, ../sass/style.scss */
a.no-icon:after {
  content: "" !important;
}

/* line 1909, ../sass/style.scss */
.border {
  border: 1px solid rgba(0, 0, 0, 0.34);
}

/* line 1913, ../sass/style.scss */
.shadow {
  border: 1px solid rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.34);
}

/* line 1921, ../sass/style.scss */
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

/* line 1927, ../sass/style.scss */
.stickynav-active {
  position: relative;
  top: auto;
  z-index: auto;
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 770px) {
  /* line 1939, ../sass/style.scss */
  .stickynav-active {
    position: fixed;
    top: 0px;
    z-index: 1000;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 1953, ../sass/style.scss */
.view-city-case-studies-page.exemplar {
  position: relative;
  margin-bottom: 15px;
}

/* line 1958, ../sass/style.scss */
.view-city-case-studies-page.exemplar .views-field.views-field-field-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 1967, ../sass/style.scss */
.view-city-case-studies-page.exemplar .views-field.views-field-field-description h2 {
  font-size: 21px;
  margin: 0 0 10px 0;
}

/* line 1971, ../sass/style.scss */
.view-city-case-studies-page.exemplar .views-field.views-field-field-description p {
  margin: 0.5em 0 1em 0;
}

/* line 1974, ../sass/style.scss */
.view-city-case-studies-page.exemplar .views-field.views-field-field-description h2 a {
  color: #4f4e4d;
}

/* line 1976, ../sass/style.scss */
.view-city-case-studies-page.exemplar .views-field.views-field-field-description .btn-sm {
  position: absolute;
  margin: 0;
  bottom: 15px;
  right: 15px;
  color: #4f4e4d;
  border-color: #4f4e4d;
}

/* line 1985, ../sass/style.scss */
.view-city-case-studies-page.exemplar .views-field.views-field-field-description:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 1995, ../sass/style.scss */
h2 a,
h3 a,
h4 a {
  text-decoration: underline !important;
}

/* col-sm-6 cnep-featured */
/* line 2010, ../sass/style.scss */
.cnep-featured {
  margin: 0 0 20px 0;
}

/* line 2013, ../sass/style.scss */
.cnep-featured h2,
.cnep-featured .view {
  background: rgba(135, 173, 38, 0.85);
  padding: 15px 20px;
  margin: 0;
}

/* line 2021, ../sass/style.scss */
.cnep-featured.challenge h2,
.cnep-featured.challenge .view {
  background: rgba(147, 117, 175, 0.85);
}

/* line 2026, ../sass/style.scss */
.cnep-featured.opportunity h2,
.cnep-featured.opportunity .view {
  background: rgba(135, 173, 38, 0.85);
}

/* line 2031, ../sass/style.scss */
.cnep-featured.enterprise h2,
.cnep-featured.enterprise .view {
  background: rgba(155, 214, 229, 0.85);
}

/* line 2036, ../sass/style.scss */
.cnep-featured.block.enterprise {
  padding-right: 15px;
}

/* line 2038, ../sass/style.scss */
.cnep-featured.community h2,
.cnep-featured.community .view {
  background: rgba(252, 237, 58, 0.85);
}

/* ---- ---*/
/* line 2046, ../sass/style.scss */
.cnep-featured.purple h2,
.cnep-featured.purple .view {
  background: rgba(147, 117, 175, 0.85);
}

/* line 2051, ../sass/style.scss */
.cnep-featured.green h2,
.cnep-featured.green .view {
  background: rgba(135, 173, 38, 0.85);
}

/* line 2056, ../sass/style.scss */
.cnep-featured.blue h2,
.cnep-featured.blue .view {
  background: rgba(155, 214, 229, 0.85);
}

/* line 2061, ../sass/style.scss */
.cnep-featured.yellow h2,
.cnep-featured.yellow .view {
  background: rgba(252, 237, 58, 0.85);
}

/* line 2066, ../sass/style.scss */
.page-node-671 .region-content-blocks {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}

/* line 2075, ../sass/style.scss */
.cnep-featured {
  display: flex;
  flex-direction: column;
}

/* line 2079, ../sass/style.scss */
.cnep-featured .view {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}

/*
.cnep-featured .view-content  ,
.cnep-featured .view-content   .views-row   { display:flex ;flex-direction: column;}
*/
/* line 2088, ../sass/style.scss */
.cnep-featured .views-field-field-image {
  flex-grow: 1;
}

/* line 2092, ../sass/style.scss */
.page-node-671 .block.block-easy-social {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 2097, ../sass/style.scss */
.cnep-featured .view::after {
  content: "";
  clear: both;
  display: table;
}

/* line 2103, ../sass/style.scss */
.cnep-featured h2 {
  padding-bottom: 0;
  color: #000 !important;
}

/* line 2108, ../sass/style.scss */
.cnep-featured p {
  color: #000;
}

/* line 2112, ../sass/style.scss */
.cnep-featured a {
  color: #000;
  text-decoration: none !important;
}

/* line 2117, ../sass/style.scss */
.cnep-featured .more-link {
  border-color: #000;
  margin-top: 6px;
}

/* line 2122, ../sass/style.scss */
.cnep-featured .more-link:hover {
  color: #000 !important;
  background: #fff;
  border-color: #000;
}

/* line 2127, ../sass/style.scss */
.cnep-featured .more-link:active {
  color: #fff !important;
  background: #000;
  border-color: #000;
}

/* line 2133, ../sass/style.scss */
.cnep-featured img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* line 2140, ../sass/style.scss */
.block-webform {
  padding: 30px;
  background-color: #b7ce7d;
}
/* line 2141, ../sass/style.scss */
.block-webform .block-title {
  font-size: 30px;
  margin: 0 0 15px 0;
}
/* line 2148, ../sass/style.scss */
.block-webform .field-name-field-image.field-type-image img {
  width: 100%;
}
/* line 2152, ../sass/style.scss */
.block-webform .field-name-field-short-name {
  font-weight: bold;
  margin: 0;
}
/* line 2156, ../sass/style.scss */
.block-webform button {
  font-size: 18px;
  padding: 0.25em 0.5em;
  color: #fff;
  background: #87ad26;
  border: 2px solid #87ad26;
  margin: 0;
}

@media (max-width: 768px) and (min-width: 550px) {
  /* line 2169, ../sass/style.scss */
  .group-wrappper .field-name-field-image.field-type-image {
    width: 50%;
    float: left;
  }
  /* line 2172, ../sass/style.scss */
  .group-wrappper .field-name-field-image.field-type-image img {
    padding-right: 15px;
  }

  /* line 2179, ../sass/style.scss */
  .webform-client-form {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 2184, ../sass/style.scss */
  .block-webform .webform-client-form {
    width: 70%;
    float: left;
  }
  /* line 2188, ../sass/style.scss */
  .block-webform .group-wrappper {
    width: 30%;
    float: right;
  }
  /* line 2191, ../sass/style.scss */
  .block-webform .group-wrappper .field-items {
    padding-left: 30px;
  }
}
