/* Font styles. */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em "proxima-nova", sans-serif;
  letter-spacing: 0.03em; }

/* Links */
a:link, a:visited {
  color: blue;
  text-decoration: none; }

a:hover, a:active {
  color: red;
  text-decoration: underline; }

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em; }

h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0; }

h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em; }

h3 {
  font-size: 1.4em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em; }

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0; }

h6 {
  font-size: 1em;
  font-weight: bold; }

/* Paragraph styles. */
p {
  margin: 0 0 1em 0; }

/* List styles. */
ul, ol {
  margin-left: 0;
  padding-left: 0; }

/* Table styles. */
table {
  width: 99%; }

tr.even td,
tr.odd td {
  padding: 10px 5px; }

tr.odd {
  background-color: white; }

/* Code. */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa; }

/* List styles. */
ul {
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }
    ul ul ul {
      list-style-type: square; }
      ul ul ul ul {
        list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style-type: lower-alpha; }
    ol ol ol {
      list-style-type: decimal; }

/* Abbreviation. */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap; }

/* UI improvments. */
#edit-title {
  font-size: 24px;
  width: 99%; }

#system-themes-form img {
  width: 100px; }

.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777; }

#edit-delete {
  color: #cc0000; }

/* Console, style from slate theme. */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee; }

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55; }

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522; }

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: url(../images/bg.jpg) top left repeat; }

img {
  max-width: 100% !important;
  height: auto !important; }

#content-area ul li {
  list-style-position: inside; }

.node h3 {
  color: #cc2c90; }

a:link, a:visited {
  color: #cc2c90; }

.ajax-loading {
  display: none;
  text-align: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  width: 100%;
  height: 100%;
  z-index: 10; }
  .ajax-loading .spinner {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../images/loading.gif) top left no-repeat;
    top: 40%;
    position: relative; }

#page {
  min-width: 315px; }

.white-bg {
  background: white; }

/* Max image style */
.maximage {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.inner-container {
  *zoom: 1;
  max-width: 90.76923em;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px; }
  .inner-container:before, .inner-container:after {
    content: " ";
    display: table; }
  .inner-container:after {
    clear: both; }

.mobile-menu {
  /* hidden by default */
  display: none;
  position: relative;
  /* show at this breakpoint */
  vertical-align: top;
  margin-top: 3px;
  margin-left: 21px;
  /* icon link style */
  /* menu style */ }
  @media screen and (max-width: 480px) {
    .mobile-menu {
      position: static; } }
  @media screen and (max-width: 930px) {
    .mobile-menu {
      display: inline-block; } }
  .mobile-menu .mobile-menu-icon {
    display: block;
    width: 25px;
    height: 23px;
    background: url(../images/mobile-menu.jpg) top left no-repeat; }
  .mobile-menu > ul.menu {
    display: none;
    position: absolute;
    top: 47px;
    left: -22px;
    z-index: 10;
    background: #32363f;
    /* 2nd level submenu */
    /* active arrow */ }
    @media screen and (max-width: 480px) {
      .mobile-menu > ul.menu {
        top: 51px;
        left: 0;
        width: 100%; } }
    .mobile-menu > ul.menu li {
      border-bottom: 1px solid #8996a0;
      display: block;
      padding: 0;
      margin: 0;
      width: 100%; }
      .mobile-menu > ul.menu li a {
        color: white;
        font-size: 1.3em;
        font-weight: bold;
        padding: 0 40px;
        width: 100%;
        display: inline-block;
        line-height: 40px; }
    .mobile-menu > ul.menu ul {
      background: #26292e;
      /* 3rd level submenu */ }
      .mobile-menu > ul.menu ul li {
        border-top: 1px solid #8996a0;
        border-bottom: 0;
        width: 100%; }
        .mobile-menu > ul.menu ul li a {
          padding-left: 60px;
          color: #8c95a4; }
      .mobile-menu > ul.menu ul ul li a {
        padding-left: 70px; }
    .mobile-menu > ul.menu:before {
      content: "";
      display: block;
      width: 19px;
      height: 19px;
      background: #32363f;
      position: absolute;
      top: -8px;
      left: 26px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 480px) {
        .mobile-menu > ul.menu:before {
          left: 23px; } }

/* search */
.search {
  display: inline-block; }
  .search .search-icon {
    width: 24px;
    height: 24px;
    background: url(../images/search-2.png) top left no-repeat;
    margin-top: 2px; }
  @media screen and (max-width: 705px) {
    .search .region-search {
      display: none;
      position: absolute;
      bottom: -49px;
      right: 0;
      padding: 10px;
      background: white;
      z-index: 10;
      border: 1px solid #bcbcbc; }
    .search .search-icon {
      display: inline-block; } }
  @media screen and (max-width: 570px) {
    .search {
      display: none; } }
  .search input[type=text] {
    width: 220px;
    height: 28px;
    background: #f1f5f8 url(../images/search.png) 6px 4px no-repeat;
    border: 1px solid #bcbcbc;
    padding-left: 30px; }
    @media screen and (max-width: 1000px) {
      .search input[type=text] {
        width: 150px; } }
    .search input[type=text]:focus {
      outline: none; }
  .search .form-actions {
    display: none; }

/* Header region
 */
.header-wrapper {
  position: relative; }

.shadowbox {
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  box-shadow: 0px 4px 6px -4px #939393 inset;
  bottom: -50px;
  z-index: 5; }

#header {
  /* Logo */
  /* social, search, language */
  /* sub header, contains sub menu */
  /* hide desktop menus when width becomes too narrow */ }
  #header .logo {
    margin: 21px 0;
    background: url(../images/logo.png) top left no-repeat;
    width: 219px;
    height: 27px;
    float: left; }
  #header .upper {
    /* main menu */ }
    #header .upper .bbox {
      border-bottom: 1px solid #bcbcbc;
      position: relative;
      height: 72px; }
    #header .upper #navigation {
      float: left;
      border-left: 1px solid #bcbcbc;
      margin: 21px 0;
      margin-left: 25px;
      height: 29px; }
      @media screen and (max-width: 570px) {
        #header .upper #navigation {
          display: none; } }
      #header .upper #navigation ul#primary {
        display: inline-block; }
        #header .upper #navigation ul#primary li {
          margin: 0 11px;
          position: relative; }
          #header .upper #navigation ul#primary li a, #header .upper #navigation ul#primary li span {
            font-size: 1.3em;
            line-height: 1.6em;
            text-decoration: none;
            color: #8996a0; }
            #header .upper #navigation ul#primary li a:hover, #header .upper #navigation ul#primary li span:hover {
              text-decoration: underline; }
            #header .upper #navigation ul#primary li a.active-trail, #header .upper #navigation ul#primary li span.active-trail {
              color: #0099d8; }
              #header .upper #navigation ul#primary li a.active-trail:before, #header .upper #navigation ul#primary li span.active-trail:before {
                content: "";
                display: block;
                width: 30px;
                height: 30px;
                background: url(../images/menu-active.jpg) top left no-repeat;
                position: absolute;
                top: 37px;
                left: 50%;
                margin-left: -16px; }
              @media screen and (max-width: 930px) {
                #header .upper #navigation ul#primary li a.active-trail:before, #header .upper #navigation ul#primary li span.active-trail:before {
                  display: none; } }
  #header .utils {
    float: right;
    height: 71px;
    padding: 20px 0;
    /* language selections */ }
    #header .utils .social {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      padding-top: 2px; }
      @media screen and (max-width: 1158px) {
        #header .utils .social {
          display: none; } }
      #header .utils .social a:link, #header .utils .social a:visited {
        width: 25px;
        height: 25px;
        display: inline-block; }
        #header .utils .social a:link.facebook, #header .utils .social a:visited.facebook {
          background: url(../images/facebook.png) top left no-repeat; }
        #header .utils .social a:link.twitter, #header .utils .social a:visited.twitter {
          background: url(../images/twitter.png) top left no-repeat; }
        #header .utils .social a:link.instagram, #header .utils .social a:visited.instagram {
          background: url(../images/instagram.png) top left no-repeat; }
    #header .utils .language {
      padding: 0 10px;
      display: inline-block;
      vertical-align: top;
      border-left: 1px solid #8996a0; }
      @media screen and (max-width: 570px) {
        #header .utils .language {
          padding: 0 0 0 10px; } }
      #header .utils .language a:link, #header .utils .language a:visited {
        color: #8996a0;
        font-size: 1.2em;
        margin: 0 5px;
        line-height: 28px; }
        #header .utils .language a:link.active, #header .utils .language a:visited.active {
          color: #0099d8;
          /* hide active */ }
          @media screen and (max-width: 725px) {
            #header .utils .language a:link.active, #header .utils .language a:visited.active {
              display: none; } }
  #header .sub {
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAWgAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQIBAQECAgIBAQICAgICAgICAgMCAwMDAwIDAwQEBAQEAwUFBQUFBQcHBwcHCAgICAgICAgICAEBAQECAgIFAwMFBwUEBQcICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI/8AAEQgAKQADAwERAAIRAQMRAf/EAEsAAQEAAAAAAAAAAAAAAAAAAAAKAQEAAAAAAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwC/gAAAAAH/2Q==) #0099d8 top left repeat-x;
    z-index: 5;
    overflow: hidden;
    /* Sub menu */
    /* mobile only */ }
    @media screen and (max-width: 768px) {
      #header .sub {
        background: white;
        overflow: visible; } }
    #header .sub .inner-container {
      position: relative; }
      @media screen and (max-width: 570px) {
        #header .sub .inner-container {
          padding-top: 10px;
          padding-bottom: 10px; } }
    #header .sub .region-submenu ul.menu li {
      float: left;
      list-style: none;
      margin: 0 0 0 50px;
      padding: 0;
      position: relative; }
      #header .sub .region-submenu ul.menu li a,
      #header .sub .region-submenu ul.menu li span {
        color: #8996a0;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 41px;
        height: 41px;
        cursor: pointer; }
        #header .sub .region-submenu ul.menu li a:hover {
          text-decoration: underline; }
      #header .sub .region-submenu ul.menu li ul {
        display: none; }
    #header .sub .region-submenu ul.menu li.first {
      margin-left: 0; }
    #header .sub #block-menu_block-1 li.active-trail a {
      color: black;
      font-weight: bold; }
    #header .sub #block-menu_block-1 li.parent-hover-active:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: url(../images/submenu-active.png) top left no-repeat;
      position: absolute;
      top: 40px;
      left: 50%;
      margin-left: -16px; }
    #header .sub .child-container {
      display: none;
      position: relative; }
      #header .sub .child-container.active {
        display: block;
        margin-top: 24px; }
      #header .sub .child-container a.close {
        background: url(../images/x.png) top left no-repeat;
        width: 22px;
        height: 22px;
        position: absolute;
        top: -13px;
        right: -22px;
        z-index: 10;
        cursor: pointer;
        display: inline-block; }
      #header .sub .child-container ul.menu {
        display: none; }
      #header .sub .child-container ul.menu-col {
        display: block;
        float: left;
        margin-right: 1.69492%;
        width: 23.72881%;
        border-right: 1px solid #2cafe6;
        margin-bottom: 1.2em; }
        #header .sub .child-container ul.menu-col:last-child {
          margin-right: 0; }
        #header .sub .child-container ul.menu-col:nth-child(4n) {
          margin-right: 0; }
        #header .sub .child-container ul.menu-col:last-child {
          border-right: 0; }
        #header .sub .child-container ul.menu-col li {
          list-style: none;
          padding: 0;
          margin: 0;
          height: 2.5em; }
          #header .sub .child-container ul.menu-col li a {
            color: white;
            line-height: 1.3em;
            font-size: 1.1em; }
    #header .sub .mobile-only {
      display: none; }
      @media screen and (max-width: 570px) {
        #header .sub .mobile-only {
          display: block; } }
      #header .sub .mobile-only .search {
        display: block;
        float: right; }
        #header .sub .mobile-only .search input[type=text] {
          width: 100%; }
        #header .sub .mobile-only .search .region-search {
          width: 50%;
          bottom: -50px; }
      #header .sub .mobile-only #navigation {
        height: 28px;
        float: left; }
        #header .sub .mobile-only #navigation .mobile-menu {
          margin-left: 0; }
        #header .sub .mobile-only #navigation ul#primary {
          display: inline-block;
          margin-left: 10px; }
          #header .sub .mobile-only #navigation ul#primary li {
            display: none; }
          #header .sub .mobile-only #navigation ul#primary li.active-trail {
            display: inline-block; }
            #header .sub .mobile-only #navigation ul#primary li.active-trail a {
              font-size: 1.3em;
              line-height: 1.6em;
              color: #0099d8; }
  @media screen and (max-width: 930px) {
    #header .sub .region-submenu {
      display: none; }
    #header #navigation ul#primary li {
      display: none; }
    #header #navigation ul#primary li.active-trail {
      display: inline-block; } }

/* Promote region
 */
#promote {
  position: relative;
  *zoom: 1;
  max-width: 90.76923em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px; }
  #promote:before, #promote:after {
    content: " ";
    display: table; }
  #promote:after {
    clear: both; }
  @media screen and (max-width: 1220px) {
    #promote {
      max-width: 90.76923em; } }
  #promote #promote-region {
    overflow: hidden; }
    #promote #promote-region p {
      margin: 0; }

/* Main
 */
#main {
  *zoom: 1;
  max-width: 90.76923em;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  background: white;
  box-shadow: 0px -2px 7px 2px #e2e2e2;
  padding: 20px; }
  #main:before, #main:after {
    content: " ";
    display: table; }
  #main:after {
    clear: both; }
  #main #block-system-main {
    margin-bottom: 15px; }
  @media screen and (max-width: 480px) {
    #main {
      max-width: 375px; } }

.not-front #main section#content #pjax-container > #content-header, .not-front #main .block .block-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .not-front #main section#content #pjax-container > #content-header:before, .not-front #main .block .block-title-wrapper:before {
    content: "";
    width: 100%;
    display: block;
    height: 13px;
    background: #f2f2f2;
    position: absolute;
    top: 15px; }
  .not-front #main section#content #pjax-container > #content-header h1.title, .not-front #main section#content #pjax-container > #content-header h2.block-title, .not-front #main .block .block-title-wrapper h1.title, .not-front #main .block .block-title-wrapper h2.block-title {
    display: inline-block;
    margin: 0;
    position: relative;
    background: white;
    color: #cc2c90;
    font-size: 2.8em;
    font-weight: bold;
    padding: 0 15px; }

/* Footer
 */
#footer {
  background: #0099d8;
  color: white;
  min-height: 280px; }
  #footer a:link, #footer a:visited {
    color: white; }
  #footer .top {
    margin-bottom: 15px; }
    #footer .top .bbox {
      border-bottom: 1px solid white;
      height: 60px;
      position: relative; }
    #footer .top .logo {
      width: 291px;
      height: 27px;
      background: url(../images/logo-white.png) top left no-repeat;
      display: block;
      margin-top: 22px; }
    #footer .top .inner-container {
      position: relative; }
    #footer .top .city {
      width: 283px;
      height: 41px;
      background: url(../images/city.jpg) top left no-repeat;
      position: absolute;
      top: 19px;
      right: 20px; }
      @media screen and (max-width: 560px) {
        #footer .top .city {
          display: none; } }
  #footer .copyright {
    border-top: 1px solid white; }
    #footer .copyright .inner-container {
      text-align: center;
      padding-top: 10px; }
      #footer .copyright .inner-container p {
        margin-bottom: 0; }
  #footer .content .block {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 57.62712%; }
    #footer .content .block:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #footer .content .block {
        display: block;
        float: left;
        margin-right: 2.5641%;
        width: 61.53846%; }
        #footer .content .block:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #footer .content .block {
        display: block;
        float: left;
        margin-right: 5.26316%;
        width: 100%; }
        #footer .content .block:last-child {
          margin-right: 0; } }
    #footer .content .block.first {
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 23.72881%; }
      #footer .content .block.first:last-child {
        margin-right: 0; }
      @media screen and (max-width: 580px) {
        #footer .content .block.first {
          display: block;
          float: left;
          margin-right: 1.69492%;
          width: 32.20339%; }
          #footer .content .block.first:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        #footer .content .block.first {
          display: block;
          float: left;
          margin-right: 5.26316%;
          width: 100%; }
          #footer .content .block.first:last-child {
            margin-right: 0; } }
  @media screen and (max-width: 580px) {
    #footer .content .block-menu {
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 49.15254%; }
      #footer .content .block-menu:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #footer .content .block-menu {
      display: none; } }
  #footer .social {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 15.25424%; }
    #footer .social a {
      width: 40px;
      height: 40px;
      display: inline-block; }
      #footer .social a.facebook {
        background: url(../images/f-facebook.png) top left no-repeat; }
      #footer .social a.twitter {
        background: url(../images/f-twitter.png) top left no-repeat; }
      #footer .social a.instagram {
        background: url(../images/f-instagram.png) top left no-repeat; }
    #footer .social .inner {
      display: inline-block;
      float: right; }
    #footer .social:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #footer .social {
        display: block;
        float: left;
        margin-right: 2.5641%;
        width: 10.25641%; }
        #footer .social:last-child {
          margin-right: 0; }
        #footer .social p {
          display: none; } }
    @media screen and (max-width: 580px) {
      #footer .social {
        display: block;
        float: left;
        margin-right: 1.69492%;
        width: 66.10169%; }
        #footer .social:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #footer .social {
        display: block;
        float: left;
        margin-right: 5.26316%;
        width: 100%; }
        #footer .social:last-child {
          margin-right: 0; } }
  #footer ul.menu {
    *zoom: 1;
    display: block; }
    #footer ul.menu:before, #footer ul.menu:after {
      content: " ";
      display: table; }
    #footer ul.menu:after {
      clear: both; }
    #footer ul.menu li.expanded {
      margin-bottom: 10px;
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 23.72881%; }
      #footer ul.menu li.expanded > span {
        font-weight: bold; }
      #footer ul.menu li.expanded:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        #footer ul.menu li.expanded {
          display: block;
          float: left;
          margin-right: 2.5641%;
          width: 48.71795%; }
          #footer ul.menu li.expanded:last-child {
            margin-right: 0; }
          #footer ul.menu li.expanded:nth-child(2n) {
            margin-right: 0; } }
      @media screen and (max-width: 580px) {
        #footer ul.menu li.expanded {
          display: block;
          float: left;
          margin-right: 1.69492%;
          width: 66.10169%; }
          #footer ul.menu li.expanded:last-child {
            margin-right: 0; }
          #footer ul.menu li.expanded:nth-child(2n) {
            margin-right: 1.69492%; }
          #footer ul.menu li.expanded:nth-child(2n+1) {
            clear: none; } }
    #footer ul.menu li {
      margin-left: 0;
      list-style: none; }
      #footer ul.menu li ul li {
        background: url(../images/arrow.png) 1px 3px no-repeat;
        padding: 0 0 0 15px; }

/* Content node types
 */
/* Node type caset */
.node.node-relatedpage {
  *zoom: 1;
  max-width: 90.76923em;
  margin-left: auto;
  margin-right: auto; }
  .node.node-relatedpage:before, .node.node-relatedpage:after {
    content: " ";
    display: table; }
  .node.node-relatedpage:after {
    clear: both; }
  .node.node-relatedpage img {
    max-width: 100%;
    height: auto; }
  .node.node-relatedpage .prev, .node.node-relatedpage .next {
    margin-top: 158px; }
    @media screen and (max-width: 768px) {
      .node.node-relatedpage .prev img, .node.node-relatedpage .next img {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .node.node-relatedpage .prev img, .node.node-relatedpage .next img {
        width: 60%; } }
  .node.node-relatedpage .prev {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 6.77966%; }
    .node.node-relatedpage .prev:last-child {
      margin-right: 0; }
  .node.node-relatedpage .next {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 6.77966%;
    text-align: right; }
    .node.node-relatedpage .next:last-child {
      margin-right: 0; }
  .node.node-relatedpage .inner {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 83.05085%;
    min-height: 380px;
    position: relative; }
    .node.node-relatedpage .inner:last-child {
      margin-right: 0; }
    .node.node-relatedpage .inner .field {
      display: block;
      float: left;
      margin-right: 2.04082%;
      width: 48.97959%; }
      .node.node-relatedpage .inner .field:last-child {
        margin-right: 0; }
      .node.node-relatedpage .inner .field:nth-child(2n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .node.node-relatedpage .inner .field {
          display: block;
          float: left;
          margin-right: 2.5641%;
          width: 100%; }
          .node.node-relatedpage .inner .field:last-child {
            margin-right: 0; } }
    .node.node-relatedpage .inner .field-name-field-image {
      margin-bottom: 5px; }
      .node.node-relatedpage .inner .field-name-field-image .field-item {
        position: absolute; }
  .node.node-relatedpage .field-name-body .subcategories-wrapper {
    margin: 15px 0; }
    .node.node-relatedpage .field-name-body .subcategories-wrapper h3 {
      margin-bottom: 5px; }
    .node.node-relatedpage .field-name-body .subcategories-wrapper .subcategories {
      display: flex;
      flex-wrap: wrap; }
      .node.node-relatedpage .field-name-body .subcategories-wrapper .subcategories li {
        width: 50%;
        padding: 3px 5px; }
  .node.node-relatedpage .field-name-field-subcategories-solutions- {
    display: none !important; }

/* Node type basic */
.node.node-page .field-type-image img {
  max-width: 100%;
  height: auto; }

/* Node type article */
.node.node-article .field-type-image img {
  max-width: 100%;
  height: auto; }

/* Views
 */
/* Frontpage */
.view-slides {
  width: 100%;
  float: left; }
  .view-slides .views-slideshow-cycle-main-frame {
    width: 100% !important;
    height: auto; }
    @media screen and (max-width: 480px) {
      .view-slides .views-slideshow-cycle-main-frame {
        height: 126px; } }
    .view-slides .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
      width: 100% !important;
      height: auto; }
      .view-slides .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .field-content {
        max-width: 100%;
        width: 100%; }
        .view-slides .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .field-content img {
          max-width: 100%;
          width: 100%;
          height: auto;
          padding: 0;
          margin: 0; }

.view-frontpage .views-row {
  height: 390px;
  margin-bottom: 1.69492%;
  display: block;
  float: left;
  margin-right: 1.69492%;
  width: 32.20339%; }
  .view-frontpage .views-row p {
    color: #32363f; }
  .view-frontpage .views-row .views-field-title {
    margin-top: 20px; }
    .view-frontpage .views-row .views-field-title a {
      color: #0099d8;
      font-weight: bold;
      font-size: 2em; }
  .view-frontpage .views-row .views-field-field-image {
    max-height: 280px;
    overflow: hidden; }
    .view-frontpage .views-row .views-field-field-image img {
      display: block;
      max-width: 90%;
      height: auto; }
  .view-frontpage .views-row:last-child {
    margin-right: 0; }
  .view-frontpage .views-row:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .view-frontpage .views-row {
      height: 360px;
      margin-bottom: 2.5641%;
      display: block;
      float: left;
      margin-right: 2.5641%;
      width: 48.71795%; }
      .view-frontpage .views-row:last-child {
        margin-right: 0; }
      .view-frontpage .views-row:nth-child(3n) {
        margin-right: 2.5641%; }
      .view-frontpage .views-row:nth-child(3n+1) {
        clear: none; }
      .view-frontpage .views-row:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .view-frontpage .views-row {
      min-height: auto;
      margin-bottom: 5.26316%;
      display: block;
      float: left;
      margin-right: 5.26316%;
      width: 100%; }
      .view-frontpage .views-row:last-child {
        margin-right: 0; }
      .view-frontpage .views-row:nth-child(2n) {
        margin-right: 5.26316%; }
      .view-frontpage .views-row:nth-child(2n+1) {
        clear: none; }
      .view-frontpage .views-row:nth-child(1n) {
        margin-right: 0; } }

/* News */
.view-news .views-row {
  height: auto;
  min-height: 70px;
  width: 100%;
  border-bottom: 1px solid #aeaeae;
  padding: 5px 0 10px 0;
  margin-bottom: 5px; }
  .view-news .views-row.views-row-first {
    padding: 0 0 10px 0; }
  .view-news .views-row.views-row-last {
    border-bottom: 0;
    margin-bottom: 0; }
  .view-news .views-row .views-field-title {
    margin: 0; }
    .view-news .views-row .views-field-title a {
      font-size: 1.6em;
      font-weight: normal;
      line-height: 1.2em;
      color: #0099d8; }
      @media screen and (max-width: 1100px) {
        .view-news .views-row .views-field-title a {
          font-size: 1.2em;
          line-height: 1em; } }
  .view-news .views-row .views-field-created-2 {
    float: left;
    background: #0099d7;
    color: white;
    width: 18%;
    margin-right: 4%;
    text-align: center; }
    .view-news .views-row .views-field-created-2 .month {
      font-weight: 0.8em; }
    .view-news .views-row .views-field-created-2 .day {
      font-size: 2.1em;
      line-height: 1.2em; }
    .view-news .views-row .views-field-created-2 .year {
      background: #000434;
      font-size: 0.8em; }

.view-news.view-display-id-page_1 .view-content {
  *zoom: 1;
  max-width: 90.76923em;
  margin-left: auto;
  margin-right: auto; }
  .view-news.view-display-id-page_1 .view-content:before, .view-news.view-display-id-page_1 .view-content:after {
    content: " ";
    display: table; }
  .view-news.view-display-id-page_1 .view-content:after {
    clear: both; }
  .view-news.view-display-id-page_1 .view-content .views-row {
    *zoom: 1;
    display: block; }
    .view-news.view-display-id-page_1 .view-content .views-row:before, .view-news.view-display-id-page_1 .view-content .views-row:after {
      content: " ";
      display: table; }
    .view-news.view-display-id-page_1 .view-content .views-row:after {
      clear: both; }
    .view-news.view-display-id-page_1 .view-content .views-row .views-field-field-image {
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 15.25424%; }
      .view-news.view-display-id-page_1 .view-content .views-row .views-field-field-image img {
        max-width: 100%;
        height: auto; }
      .view-news.view-display-id-page_1 .view-content .views-row .views-field-field-image:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .view-news.view-display-id-page_1 .view-content .views-row .views-field-field-image {
          display: block;
          float: left;
          margin-right: 5.26316%;
          width: 100%;
          margin-right: 0; }
          .view-news.view-display-id-page_1 .view-content .views-row .views-field-field-image:last-child {
            margin-right: 0; } }
    .view-news.view-display-id-page_1 .view-content .views-row .views-field-nothing {
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 83.05085%;
      margin-right: 0; }
      .view-news.view-display-id-page_1 .view-content .views-row .views-field-nothing:last-child {
        margin-right: 0; }
    .view-news.view-display-id-page_1 .view-content .views-row .views-field-created {
      margin: 0.5em 0; }

/* Social */
.view-social .views-row {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #aeaeae;
  padding: 0 0 5px 35px;
  margin-bottom: 5px; }
  .view-social .views-row.Facebook {
    background: url(../images/facebook.png) top left no-repeat; }
  .view-social .views-row.Twitter {
    background: url(../images/twitter.png) top left no-repeat; }
  .view-social .views-row.Instagram {
    background: url(../images/instagram.png) top left no-repeat; }
  .view-social .views-row.views-row-last {
    border-bottom: 0;
    margin-bottom: 0; }
  .view-social .views-row .views-field-title {
    margin: 0; }
    .view-social .views-row .views-field-title a {
      font-size: 1.6em;
      font-weight: normal;
      line-height: 1.2em;
      color: #0099d8; }
      @media screen and (max-width: 1100px) {
        .view-social .views-row .views-field-title a {
          font-size: 1.2em;
          line-height: 1em; } }

/* Related pages */
.view.relatedpages .views-row {
  position: relative;
  max-height: 285px;
  display: block;
  float: left;
  margin-right: 1.69492%;
  width: 32.20339%;
  margin-bottom: 1.69492%; }
  .view.relatedpages .views-row:last-child {
    margin-right: 0; }
  .view.relatedpages .views-row:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .view.relatedpages .views-row {
      display: block;
      float: left;
      margin-right: 2.5641%;
      width: 48.71795%; }
      .view.relatedpages .views-row:last-child {
        margin-right: 0; }
      .view.relatedpages .views-row:nth-child(3n) {
        margin-right: 2.5641%; }
      .view.relatedpages .views-row:nth-child(3n+1) {
        clear: none; }
      .view.relatedpages .views-row:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .view.relatedpages .views-row {
      display: block;
      float: left;
      margin-right: 5.26316%;
      width: 100%; }
      .view.relatedpages .views-row:last-child {
        margin-right: 0; }
      .view.relatedpages .views-row:nth-child(2n) {
        margin-right: 5.26316%; }
      .view.relatedpages .views-row:nth-child(2n+1) {
        clear: none; }
      .view.relatedpages .views-row:nth-child(1n) {
        margin-right: 0; } }
  .view.relatedpages .views-row img {
    display: block;
    max-width: 100%;
    height: auto; }
  .view.relatedpages .views-row .views-field-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(204, 0, 153, 0.75);
    padding: 0px 10px;
    line-height: 2.5em;
    height: 30px; }
    .view.relatedpages .views-row .views-field-title a {
      color: white;
      font-weight: bold;
      font-size: 1.3em; }
  .view.relatedpages .views-row .views-field-field-hover-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background-color: rgba(204, 0, 153, 0.75);
    color: white;
    font-weight: b300;
    display: none; }
    .view.relatedpages .views-row .views-field-field-hover-info .field-content {
      padding: 5px 10px; }
.view.relatedpages .views-exposed-form .views-exposed-widget {
  max-width: 100%; }
  .view.relatedpages .views-exposed-form .views-exposed-widget label {
    font-size: 1.3em;
    color: #cc2c90; }
  @media screen and (max-width: 480px) {
    .view.relatedpages .views-exposed-form .views-exposed-widget {
      display: block;
      float: left;
      margin-right: 5.26316%;
      width: 205.26316%; }
      .view.relatedpages .views-exposed-form .views-exposed-widget:last-child {
        margin-right: 0; } }

/* Personel */
.view-personel .views-row {
  display: block;
  float: left;
  margin-right: 1.69492%;
  width: 23.72881%;
  margin-bottom: 1.69492%;
  word-wrap: break-word;
  min-height: 300px;
  margin-bottom: 15px;
  font-size: 0.9em;
  font-weight: 200; }
  .view-personel .views-row:last-child {
    margin-right: 0; }
  .view-personel .views-row:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .view-personel .views-row {
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 32.20339%; }
      .view-personel .views-row:last-child {
        margin-right: 0; }
      .view-personel .views-row:nth-child(3n) {
        margin-right: 1.69492%; }
      .view-personel .views-row:nth-child(3n+1) {
        clear: none; }
      .view-personel .views-row:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .view-personel .views-row {
      display: block;
      float: left;
      margin-right: 2.5641%;
      width: 48.71795%; }
      .view-personel .views-row:last-child {
        margin-right: 0; }
      .view-personel .views-row:nth-child(3n) {
        margin-right: 2.5641%; }
      .view-personel .views-row:nth-child(3n+1) {
        clear: none; }
      .view-personel .views-row:nth-child(2n) {
        margin-right: 0; } }
  .view-personel .views-row .views-field-title {
    color: #cc2c90;
    font-weight: bold;
    font-size: 1.1em; }
  .view-personel .views-row .views-field-field-text {
    margin-bottom: 1.2em; }
  .view-personel .views-row .views-field-body {
    margin-top: 1em; }
  .view-personel .views-row .noimage {
    width: 220px;
    max-width: 100%;
    height: 143px;
    background: #d9d9d7; }
  .view-personel .views-row img, .view-personel .views-row .noimage {
    display: block; }
  .view-personel .views-row img {
    max-width: 100%;
    height: auto; }

/* Slides */
.view-slides .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto !important; }
.view-slides .views-row img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  display: block; }

/* Resources */
.view-resources .views-row {
  width: 125px;
  display: inline-block;
  text-align: center;
  vertical-align: top; }
  .view-resources .views-row .views-field-field-file a {
    font-size: 0;
    display: inline-block;
    background: url(../images/pdf.png) top left no-repeat;
    width: 64px;
    height: 64px; }
  .view-resources .views-row a {
    color: black; }
    .view-resources .views-row a:hover {
      text-decoration: underline; }

/* Ratkaisut */
.pane-views-exp-caset-panel-pane-1 select, #block-views-caset-block_2 select {
  -webkit-appearance: menulist-button;
  height: 30px;
  font-size: 16px;
  margin-bottom: 10px; }

/* Overlay */
.subcat-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999; }
  .subcat-overlay .subcat-overlay-table {
    display: table;
    width: 100%;
    height: 100%; }
    .subcat-overlay .subcat-overlay-table .subcat-wrapper {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .subcat-overlay .subcat-overlay-table .subcat-wrapper .subcat-content {
        width: 100%;
        max-width: 1080px;
        background: white;
        margin: 0 auto;
        display: block;
        padding: 0 20px 20px 20px;
        border: 5px solid white; }
        .subcat-overlay .subcat-overlay-table .subcat-wrapper .subcat-content th, .subcat-overlay .subcat-overlay-table .subcat-wrapper .subcat-content td {
          border: 1px solid #cccccc;
          text-align: left;
          padding: 5px 10px; }
        .subcat-overlay .subcat-overlay-table .subcat-wrapper .subcat-content h3 {
          color: #cc2c90; }
          @media screen and (max-width: 480px) {
            .subcat-overlay .subcat-overlay-table .subcat-wrapper .subcat-content h3 {
              font-size: 12px; } }
        @media screen and (max-width: 480px) {
          .subcat-overlay .subcat-overlay-table .subcat-wrapper .subcat-content {
            padding: 5px;
            overflow-y: auto;
            max-height: 100vh; } }
        .subcat-overlay .subcat-overlay-table .subcat-wrapper .subcat-content .close {
          display: block;
          text-align: right;
          padding: 20px 10px;
          cursor: pointer;
          font-size: 16px; }
          @media screen and (max-width: 480px) {
            .subcat-overlay .subcat-overlay-table .subcat-wrapper .subcat-content .close {
              padding: 5px 0;
              font-size: 12px; } }

/* Airport */
.view-airport table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }
  .view-airport table td {
    width: 25%;
    padding: 10px;
    vertical-align: top; }
    .view-airport table td img {
      max-width: 100%;
      height: auto; }
    .view-airport table td .views-field-title a {
      color: #0099d8;
      text-decoration: none; }
    @media screen and (max-width: 768px) {
      .view-airport table td .views-field-title h3 {
        font-size: 20px; } }
    @media screen and (max-width: 740px) {
      .view-airport table td .views-field-title h3 {
        font-size: 12px; } }
    @media screen and (max-width: 480px) {
      .view-airport table td {
        width: 50%;
        display: block;
        float: left;
        height: 200px; }
        .view-airport table td .views-field-title h3 {
          font-size: 16px; } }

/* Connect */
.page-node-470 .field-name-body {
  max-width: 960px;
  margin: 0 auto; }
  .page-node-470 .field-name-body p {
    font-size: 115%;
    line-height: 150%; }
  .page-node-470 .field-name-body h3 {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: normal;
    color: black !important; }
    @media screen and (max-width: 768px) {
      .page-node-470 .field-name-body h3 {
        font-size: 1.4em; } }
    @media screen and (max-width: 480px) {
      .page-node-470 .field-name-body h3 {
        font-size: 1.2em; } }
  .page-node-470 .field-name-body h2 {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0.25em;
    margin-top: 1.5em; }
    @media screen and (max-width: 768px) {
      .page-node-470 .field-name-body h2 {
        font-size: 1.4em; } }
    @media screen and (max-width: 480px) {
      .page-node-470 .field-name-body h2 {
        font-size: 1.2em; } }

/* Webform */
.webform-client-form #edit-submit {
  color: #cc2c90;
  -webkit-appearance: none;
  border: 1px solid #cc2c90;
  border-radius: 3px;
  background: white;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 15px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
