﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/* line 5, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'entypollo';
  src: url("../fonts/entypollo.eot?90085151");
  src: url("../fonts/entypollo.eot?90085151#iefix") format("embedded-opentype"), url("/files/fonts/entypollo.woff?90085151") format("woff"), url("/files/fonts/entypollo.ttf?90085151") format("truetype"), url("/files/fonts/entypollo.svg?90085151#entypollo") format("svg");
  font-weight: normal;
  font-style: normal;
  line-height: 0; }
@font-face {
  font-family: 'MeteoconsRegular';
  src: url("/files/fonts/meteocons-webfont.eot");
  src: url("/files/fonts/meteocons-webfont.eot?#iefix") format("embedded-opentype"), url("/files/fonts/meteocons-webfont.woff") format("woff"), url("/files/fonts/meteocons-webfont.ttf") format("truetype"), url("/files/fonts/meteocons-webfont.svg#MeteoconsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 24, ../components/sass/_variables.scss */
.meteo {
  font-family: 'MeteoconsRegular';
  font-size: 50px;
  font-size: 5rem; }

/* line 14, ../components/sass/styles.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 20, ../components/sass/styles.scss */
html {
  font-family: "Open sans", sans-serif;
  font-size: 10px;
  color: #555555; }

/* line 26, ../components/sass/styles.scss */
body {
  background-color: #333333;
  position: relative;
  left: 0; }
  /* line 31, ../components/sass/styles.scss */
  body.small-menu-opened {
    overflow-x: hidden; }
    /* line 35, ../components/sass/styles.scss */
    body.small-menu-opened div.collapse-menu-container div.collapse-menu div.open {
      display: none; }
    /* line 39, ../components/sass/styles.scss */
    body.small-menu-opened div.collapse-menu-container div.collapse-menu div.close {
      display: block; }
  @media (min-width: 1000px) {
    /* line 26, ../components/sass/styles.scss */
    body {
      position: static; }
      /* line 47, ../components/sass/styles.scss */
      body.small-menu-opened {
        overflow: none;
        left: auto; } }
  /* line 54, ../components/sass/styles.scss */
  body > div.whole-page > div.container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff; }

/* line 62, ../components/sass/styles.scss */
nav.small {
  color: #fff;
  position: fixed;
  width: 100%;
  left: -100%;
  top: 80px;
  bottom: 0;
  background-color: #006599;
  z-index: 800; }
  @media (min-width: 640px) {
    /* line 62, ../components/sass/styles.scss */
    nav.small {
      top: 0;
      width: 320px;
      left: -320px; } }
  @media (min-width: 1000px) {
    /* line 62, ../components/sass/styles.scss */
    nav.small {
      display: none; } }
  /* line 82, ../components/sass/styles.scss */
  nav.small > .top {
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    *zoom: 1;
    display: none; }
    @media (min-width: 640px) {
      /* line 82, ../components/sass/styles.scss */
      nav.small > .top {
        display: block; } }
    /* line 93, ../components/sass/styles.scss */
    nav.small > .top a {
      float: right; }
      /* line 96, ../components/sass/styles.scss */
      nav.small > .top a:first-child {
        float: left; }
    /* line 100, ../components/sass/styles.scss */
    nav.small > .top .entypollo {
      font-size: 25px;
      font-size: 2.5rem; }
  /* line 105, ../components/sass/styles.scss */
  nav.small .back1 {
    display: none;
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #01476b;
    text-align: center;
    border: 1px solid #9bb8c8;
    border-width: 1px 1px 0 0;
    cursor: pointer;
    z-index: 900; }
    @media (min-width: 640px) {
      /* line 105, ../components/sass/styles.scss */
      nav.small .back1 {
        top: 80px; } }
    /* line 123, ../components/sass/styles.scss */
    nav.small .back1 .entypollo {
      font-size: 15px;
      font-size: 1.5rem;
      padding-top: 20px;
      display: inline-block; }
  /* line 130, ../components/sass/styles.scss */
  nav.small .back2,
  nav.small .back3,
  nav.small .back4 {
    display: none;
    position: absolute;
    width: 60px;
    top: 0px;
    bottom: 0;
    left: 0;
    background-color: #01476b;
    text-align: center;
    border: 1px solid #9bb8c8;
    border-width: 1px 1px 0 0;
    cursor: pointer;
    z-index: 901; }
    @media (min-width: 640px) {
      /* line 130, ../components/sass/styles.scss */
      nav.small .back2,
      nav.small .back3,
      nav.small .back4      {
        top: 80px; } }
    /* line 148, ../components/sass/styles.scss */
    nav.small .back2 .entypollo,
    nav.small .back3 .entypollo,
    nav.small .back4 .entypollo{
      font-size: 15px;
      font-size: 1.5rem;
      padding-top: 20px;
      display: inline-block; }
    /* line 154, ../components/sass/styles.scss */
    nav.small .back2 .back2-1,
    nav.small .back3 .back3-1,
    nav.small .back4 .back4-1{
      position: absolute;
      width: 30px;
      left: 0;
      top: 0;
      bottom: 0;
      background-color: #023550; }
    /* line 163, ../components/sass/styles.scss */
    nav.small .back2 .back2-2,
    nav.small .back3 .back3-2,
    nav.small .back4 .back4-2{
      position: absolute;
      width: 30px;
      left: 30px;
      top: 0;
      bottom: 0;
      background-color: #01476b;
      border: 1px solid #9bb8c8;
      border-width: 0 1px 1px 0;
      -moz-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.45);
      -webkit-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.45);
      box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.45); }
  /* line 176, ../components/sass/styles.scss */
  nav.small > ul {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative; }
    /* line 182, ../components/sass/styles.scss */
    nav.small > ul > li {
      border: 1px solid #9bb8c8;
      border-width: 0 0 1px 0; }
      /* line 186, ../components/sass/styles.scss */
      nav.small > ul > li:first-child {
        border-top-width: 1px; }
      /* line 190, ../components/sass/styles.scss */
      nav.small > ul > li a {
        display: block;
        padding: 17px 0 17px 17px; }
      /* line 195, ../components/sass/styles.scss */
      nav.small > ul > li .submenu {
        display: none;
        background-color: #006599; }
        /* line 200, ../components/sass/styles.scss */
        nav.small > ul > li .submenu > ul > li {
          border-bottom: 1px solid #9bb8c8; }
          /* line 203, ../components/sass/styles.scss */
          nav.small > ul > li .submenu > ul > li:first-child {
            border-top: 1px solid #9bb8c8; }
          /* line 207, ../components/sass/styles.scss */
          nav.small > ul > li .submenu > ul > li .subsubmenu,
          nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li .subsubsubmenu,
          nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li .subsubsubmenu > ul > li .subsubsubsubmenu{
            display: none;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 30px;
            right: 0;
            background-color: #006599;
            z-index: 902; }
            nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li .subsubsubmenu,
            nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li .subsubsubmenu > ul > li .subsubsubsubmenu{
              left: 0;
              min-height: 800px;}
            /* line 218, ../components/sass/styles.scss */
            nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li,
            nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li .subsubsubmenu  > ul > li,
            nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li .subsubsubmenu > ul > li .subsubsubsubmenu  > ul > li{
              border-bottom: 1px solid #9bb8c8; }
              /* line 221, ../components/sass/styles.scss */
              nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li:first-child,
              nav.small > ul > li .submenu > ul > li .subsubmenu > ul > li .subsubsubmenu > ul > li .subsubsubsubmenu  > ul > li:first-child {
                border-top: 1px solid #9bb8c8; }
          /* line 229, ../components/sass/styles.scss */
          nav.small > ul > li .submenu > ul > li.opened .subsubmenu,
          nav.small > ul > li .submenu > ul > li .subsubmenu  ul > li.opened .subsubsubmenu,
          nav.small > ul > li .submenu > ul > li .subsubmenu  ul > li .subsubsubmenu ul > li.opened .subsubsubsubmenu{
            display: block; }
      /* line 238, ../components/sass/styles.scss */
      nav.small > ul > li.opened .submenu {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        right: 0;}
nav.small ul > li.selected > a
{
  color: #ff9900;
}

nav.small ul li.has-sub
{
  padding-right: 80px;
}

nav.small ul li.has-sub::after
{
  font-family: 'entypollo';
  font-size: 2.5rem;
  line-height: 3rem;
  content: "";
  float: right;
  margin-top: -38px;
  margin-right: -40px;
  /*position: absolute;
  right: 30px;
  top: 10px;*/
  color: #fff;
}

nav.small ul
{
  background-color: #006599;
}

/* line 251, ../components/sass/styles.scss */
a {
  text-decoration: none;
  color: inherit; }

/* line 256, ../components/sass/styles.scss */
.right {
  float: right; }

/* line 260, ../components/sass/styles.scss */
nav.desktop {
  background-color: #006699;
  height: 80px;
  position: relative;
  color: #fff; }
  @media (min-width: 1000px) {
    /* line 266, ../components/sass/styles.scss */
    nav.desktop.opened {
      margin-bottom: 40px; } }
  /* line 272, ../components/sass/styles.scss */
  nav.desktop > div {
    float: left;
    text-align: center;
    height: 80px;
    line-height: 80px; }
    /* line 278, ../components/sass/styles.scss */
    nav.desktop > div.menu-container {
      float: none;
      display: none; }
      @media (min-width: 1000px) {
        /* line 278, ../components/sass/styles.scss */
        nav.desktop > div.menu-container {
          display: block; } }
  /* line 288, ../components/sass/styles.scss */
  nav.desktop a.logo {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 60px;
    height: 80px;
    line-height: 80px; }
    /* line 298, ../components/sass/styles.scss */
    nav.desktop a.logo > img {
      vertical-align: middle; }
    @media (min-width: 1000px) {
      /* line 288, ../components/sass/styles.scss */
      nav.desktop a.logo {
        position: static;
        padding-left: 40px;
        float: left; } }
  /* line 309, ../components/sass/styles.scss */
  nav.desktop ul.menu {
    height: 80px;
    display: inline-block;
    overflow: hidden;
    *zoom: 1; }
    /* line 315, ../components/sass/styles.scss */
    nav.desktop ul.menu > li {
      float: left;
      line-height: 80px;
      text-align: center;
      margin: 0 17px;
      font-size: 13px;
      font-size: 1.3rem;
      text-transform: uppercase;
      font-weight: 600;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2); }
      /* line 325, ../components/sass/styles.scss */
      nav.desktop ul.menu > li > a {
        display: inline-block;
        vertical-align: middle;
        line-height: normal; }
        /* line 330, ../components/sass/styles.scss */
        nav.desktop ul.menu > li > a:hover {
          color: #fe554d; }
      /* line 335, ../components/sass/styles.scss */
      nav.desktop ul.menu > li div.submenu {
        display: none;
        z-index: 901;
        line-height: normal;
        position: absolute;
        background-color: #fff;
        left: 0;
        right: 0;
        -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1); }
        /* line 345, ../components/sass/styles.scss */
        nav.desktop ul.menu > li div.submenu > ul {
          height: 40px;
          line-height: 40px; }
          /* line 348, ../components/sass/styles.scss */
          nav.desktop ul.menu > li div.submenu > ul > li {
            font-size: 11px;
            font-size: 1.1rem;
            display: inline-block;
            vertical-align: middle;
            margin: 0 19px; }
            /* line 354, ../components/sass/styles.scss */
            nav.desktop ul.menu > li div.submenu > ul > li a {
              color: #333333; }
              /* line 357, ../components/sass/styles.scss */
              nav.desktop ul.menu > li div.submenu > ul > li a:hover {
                color: #fe554d; }
              /* line 361, ../components/sass/styles.scss */
              nav.desktop ul.menu > li div.submenu > ul > li a:focus {
                color: #006699; }
      /* line 369, ../components/sass/styles.scss */
      nav.desktop ul.menu > li.selected {
        background-image: url("/images/template2014/hak.png");
        background-repeat: no-repeat;
        background-position: 50% 100%; }
        /* line 374, ../components/sass/styles.scss */
        nav.desktop ul.menu > li.selected a,
        nav.desktop ul.menu > li div.submenu > ul > li.selected a        {
          color: #ff9900; }
        /* line 378, ../components/sass/styles.scss */
        nav.desktop ul.menu > li.selected div.submenu {
          display: block; }
  /* line 385, ../components/sass/styles.scss */
  nav.desktop .collapse-menu {
    float: right;
    margin-right: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    cursor: pointer;
    padding-left: 40px; }
    /* line 392, ../components/sass/styles.scss */
    nav.desktop .collapse-menu .label {
      display: none;
      vertical-align: middle;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0 10px; }
      @media (min-width: 640px) {
        /* line 392, ../components/sass/styles.scss */
        nav.desktop .collapse-menu .label {
          display: inline; } }
    @media (min-width: 1000px) {
      /* line 385, ../components/sass/styles.scss */
      nav.desktop .collapse-menu {
        display: none; } }
    /* line 408, ../components/sass/styles.scss */
    nav.desktop .collapse-menu .close {
      display: none; }
    /* line 412, ../components/sass/styles.scss */
    nav.desktop .collapse-menu .entypollo {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle; }
  /* line 418, ../components/sass/styles.scss */
  nav.desktop .search-icon-mobile {
    float: right;
    padding: 0 40px;
    cursor: pointer; }
    @media (min-width: 640px) {
      /* line 418, ../components/sass/styles.scss */
      nav.desktop .search-icon-mobile {
        display: none; } }
    /* line 426, ../components/sass/styles.scss */
    nav.desktop .search-icon-mobile .entypollo {
      font-size: 20px;
      font-size: 2rem; }
    /* line 430, ../components/sass/styles.scss */
    nav.desktop .search-icon-mobile .search-mobile {
      display: none;
      position: absolute;
      top: 80px;
      left: 0;
      right: 0;
      height: 18px; }
      /* line 438, ../components/sass/styles.scss */
      nav.desktop .search-icon-mobile .search-mobile input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 38px;
        background-color: #7dccc9;
        border-width: 0;
        color: #00476b;
        font-weight: bold;
        padding: 0 20px; }
    /* line 453, ../components/sass/styles.scss */
    nav.desktop .search-icon-mobile.open {
      background-color: #7dccc9;
      color: #00476b; }
      /* line 456, ../components/sass/styles.scss */
      nav.desktop .search-icon-mobile.open .search-mobile {
        display: block; }
  /* line 462, ../components/sass/styles.scss */
  nav.desktop .side {
    width: 40px;
    min-height: 1px;
    background-color: #00476b;
    display: none; }
    @media (min-width: 640px) {
      /* line 462, ../components/sass/styles.scss */
      nav.desktop .side {
        display: block; } }
    /* line 472, ../components/sass/styles.scss */
    nav.desktop .side.right {
      float: right; }
      /* line 475, ../components/sass/styles.scss */
      nav.desktop .side.right > a, nav.desktop .side.right > span {
        display: block;
        height: 40px;
        line-height: normal;
        position: relative; }
        /* line 481, ../components/sass/styles.scss */
        nav.desktop .side.right > a.contact, nav.desktop .side.right > span.contact {
          border-bottom: 1px solid #006699; }
          /* line 484, ../components/sass/styles.scss */
          nav.desktop .side.right > a.contact > span, nav.desktop .side.right > span.contact > span {
            z-index: 902; }
          /* line 488, ../components/sass/styles.scss */
          nav.desktop .side.right > a.contact .expand, nav.desktop .side.right > span.contact .expand {
            font-family: "Open sans", sans-serif;
            display: none;
            position: absolute;
            font-weight: 600;
            text-transform: uppercase;
            left: -99px;
            padding: 32% 30px 0 17px;
            top: 0;
            bottom: 0;
            font-size: 11px;
            font-size: 1.1rem;
            background-color: #00476b;
            z-index: 902; }
          /* line 504, ../components/sass/styles.scss */
          nav.desktop .side.right > a.contact:hover .expand, nav.desktop .side.right > span.contact:hover .expand {
            display: block; }
        /* line 511, ../components/sass/styles.scss */
        nav.desktop .side.right > a.search .expand, nav.desktop .side.right > span.search .expand {
          display: none;
          font-family: "Open sans", sans-serif;
          position: absolute;
          top: 0;
          right: 0;
          padding-top: 40px;
          font-size: 13px;
          font-size: 1.3rem;
          color: #00476b;
          text-transform: uppercase;
          width: 270px;
          font-weight: 600;
          text-align: left;
          z-index: 910; }
          /* line 526, ../components/sass/styles.scss */
          nav.desktop .side.right > a.search .expand > div, nav.desktop .side.right > span.search .expand > div {
            background-color: #7dccc9;
            padding: 9px 20px; }
          /* line 531, ../components/sass/styles.scss */
          nav.desktop .side.right > a.search .expand input, nav.desktop .side.right > span.search .expand input {
            background-color: #7dccc9;
            border-width: 0;
            color: #00476b;
            font-size: 13px;
            font-size: 1.3rem;
            font-weight: 600;
            outline-width: 0; }
            /* line 539, ../components/sass/styles.scss */
            nav.desktop .side.right > a.search .expand input::-webkit-input-placeholder, nav.desktop .side.right > span.search .expand input::-webkit-input-placeholder {
              color: #00476b;
              font-size: 13px;
              font-size: 1.3rem;
              text-transform: uppercase;
              font-weight: bold; }
            /* line 540, ../components/sass/styles.scss */
            nav.desktop .side.right > a.search .expand input:-moz-placeholder, nav.desktop .side.right > span.search .expand input:-moz-placeholder {
              color: #00476b;
              font-size: 13px;
              font-size: 1.3rem;
              text-transform: uppercase;
              font-weight: bold; }
            /* line 541, ../components/sass/styles.scss */
            nav.desktop .side.right > a.search .expand input::-moz-placeholder, nav.desktop .side.right > span.search .expand input::-moz-placeholder {
              color: #00476b;
              font-size: 13px;
              font-size: 1.3rem;
              text-transform: uppercase;
              font-weight: bold; }
            /* line 542, ../components/sass/styles.scss */
            nav.desktop .side.right > a.search .expand input:-ms-input-placeholder, nav.desktop .side.right > span.search .expand input:-ms-input-placeholder {
              color: #00476b;
              font-size: 13px;
              font-size: 1.3rem;
              text-transform: uppercase;
              font-weight: bold; }
        /* line 546, ../components/sass/styles.scss */
        nav.desktop .side.right > a.search:hover, nav.desktop .side.right > a.search.expand, nav.desktop .side.right > span.search:hover, nav.desktop .side.right > span.search.expand {
          background-color: #7dccc9;
          color: #00476b; }
          /* line 549, ../components/sass/styles.scss */
          nav.desktop .side.right > a.search:hover .expand, nav.desktop .side.right > a.search.expand .expand, nav.desktop .side.right > span.search:hover .expand, nav.desktop .side.right > span.search.expand .expand {
            display: block; }
        /* line 555, ../components/sass/styles.scss */
        nav.desktop .side.right > a > span.entypollo, nav.desktop .side.right > span > span.entypollo {
          position: relative;
          line-height: 40px;
          font-family: 'entypollo';
          font-size: 20px;
          font-size: 2rem; }

/* line 566, ../components/sass/styles.scss */
.carousel-container {
  position: relative;
  color: #fff;
  display: none; }
  @media (min-width: 640px) {
    /* line 566, ../components/sass/styles.scss */
    .carousel-container {
      display: block; } }
  /* line 576, ../components/sass/styles.scss */
  .carousel-container .controls > div {
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 900; }
    @media (min-width: 1000px) {
      /* line 576, ../components/sass/styles.scss */
      .carousel-container .controls > div {
        bottom: 0; } }
    /* line 589, ../components/sass/styles.scss */
    .carousel-container .controls > div.carousel-control-prev {
      left: 0; }
    /* line 593, ../components/sass/styles.scss */
    .carousel-container .controls > div.carousel-control-next {
      right: 0; }
    /* line 597, ../components/sass/styles.scss */
    .carousel-container .controls > div > span {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 35px;
      font-size: 3.5rem;
      height: 30px;
      line-height: 1px;
      line-height: 0.1rem;
      text-align: center; }
  /* line 613, ../components/sass/styles.scss */
  .carousel-container .carousel {
    position: relative;
    overflow: hidden; }
    /* line 617, ../components/sass/styles.scss */
    .carousel-container .carousel ul {
      width: 20000em;
      position: relative; }
      /* line 621, ../components/sass/styles.scss */
      .carousel-container .carousel ul li {
        float: left;
        position: relative;
        width: 100%;
        height: 398px;
        background-position: center center;
        background-size: cover;        }
        /* line 628, ../components/sass/styles.scss */
        .carousel-container .carousel ul li.slide-1 {
          background-image: url("/images/template2014/carousel-1.png"); }
        /* line 632, ../components/sass/styles.scss */
        .carousel-container .carousel ul li.slide-2 {
          background-image: url("/images/template2014/carousel-2.png"); }
        /* line 637, ../components/sass/styles.scss */
        .carousel-container .carousel ul li .contents {
          position: absolute;
          height: 100px;
          top: 0;
          bottom: 0;
          left: 77px;
          margin: auto;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }
        /* line 648, ../components/sass/styles.scss */
        .carousel-container .carousel ul li h2 {
          font-size: 38px;
          font-size: 3.8rem;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 8px; }
        /* line 655, ../components/sass/styles.scss */
        .carousel-container .carousel ul li p {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600; }
  /* line 663, ../components/sass/styles.scss */
  .carousel-container .carousel-pagination {
    position: absolute;
    height: 20px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 901; }
    /* line 672, ../components/sass/styles.scss */
    .carousel-container .carousel-pagination a {
      display: inline-block;
      position: relative;
      width: 16px;
      height: 16px;
      background-color: rgba(0, 0, 0, 0.3);
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      border-radius: 16px;
      -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
      -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
      box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
      margin: 0 3px; }
      /* line 682, ../components/sass/styles.scss */
      .carousel-container .carousel-pagination a > span {
        display: block;
        width: 9px;
        height: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto; }
      /* line 697, ../components/sass/styles.scss */
      .carousel-container .carousel-pagination a.active > span {
        background-color: #ff9900; }

/* line 706, ../components/sass/styles.scss */
.carouselmid-container {
  position: relative;
  color: #fff; }
  /* line 711, ../components/sass/styles.scss */
  .carouselmid-container .controls > div {
    position: absolute;
    cursor: pointer;
    top: 150px;
    bottom: 30px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 900; }
    @media (min-width: 640px) {
      /* line 711, ../components/sass/styles.scss */
      .carouselmid-container .controls > div {
        top: 0;
        bottom: 0; } }
    /* line 725, ../components/sass/styles.scss */
    .carouselmid-container .controls > div.carouselmid-control-prev {
      left: 0; }
    /* line 729, ../components/sass/styles.scss */
    .carouselmid-container .controls > div.carouselmid-control-next {
      right: 0; }
    /* line 733, ../components/sass/styles.scss */
    .carouselmid-container .controls > div > span {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 35px;
      font-size: 3.5rem;
      height: 30px;
      text-align: center; }
  /* line 748, ../components/sass/styles.scss */
  .carouselmid-container .carouselmid {
    position: relative;
    overflow: hidden; }
    /* line 752, ../components/sass/styles.scss */
    .carouselmid-container .carouselmid ul {
      width: 20000em;
      position: relative; }
      /* line 756, ../components/sass/styles.scss */
      .carouselmid-container .carouselmid ul li {
        float: left;
        position: relative;
        width: 100%;
        height: 232px;
        background-position: center center;
        background-size: cover; }
        /* line 764, ../components/sass/styles.scss */
        .carouselmid-container .carouselmid ul li.slide-1 {
          background-image: url("/images/template2014/carousel-mid-1.png"); }
        /* line 768, ../components/sass/styles.scss */
        .carouselmid-container .carouselmid ul li.slide-2 {
          background-image: url("/images/template2014/carousel-mid-2.png"); }
        /* line 772, ../components/sass/styles.scss */
        .carouselmid-container .carouselmid ul li .contents {
          position: absolute;
          height: 116px;
          top: 0;
          bottom: 0;
          left: 10%;
          right: 10%;
          width: auto;
          margin: auto;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          text-align: center;
          border: 1px solid #fff;
          border-width: 1px 0;
          padding: 30px 0;
          -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(0, 0, 0, 0.2); }
          @media (min-width: 640px) {
            /* line 772, ../components/sass/styles.scss */
            .carouselmid-container .carouselmid ul li .contents {
              left: auto; } }
        /* line 794, ../components/sass/styles.scss */
        .carouselmid-container .carouselmid ul li h2 {
          font-size: 28px;
          font-size: 2.8rem;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 8px; }
        /* line 801, ../components/sass/styles.scss */
        .carouselmid-container .carouselmid ul li p {
          font-size: 16px;
          font-size: 1.6rem;
          text-transform: uppercase;
          font-weight: 600; }
          
.event-carousel
{
  position: relative;
  overflow: hidden;
}

.event-carousel ul
{
  width: 20000em;
  position: relative;
}

.event-carousel .slide
{
  float: left;
  position: relative;
  width: 100%;
  height: 460px;
}

.top-carousel-container
{
  position: relative;
}

.top-carousel-pagination
{
  position: absolute;
  height: 20px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 101;
}

.top-carousel-pagination a
{
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  margin: 0 3px;
}

.top-carousel-pagination a > span
{
  display: block;
  width: 9px;
  height: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.top-carousel-pagination a.active > span
{
  background-color: #ff9900;
}

.top-carousel
{
  position: relative;
  overflow: hidden;
}

.top-carousel ul
{
  width: 20000em;
  position: relative;
}

.top-carousel ul li
{
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

/* line 812, ../components/sass/styles.scss */
.menund-container .side {
  display: none;
  float: right;
  background-color: #fff;
  width: 40px;
  height: 200px; }
  /* line 819, ../components/sass/styles.scss */
  .menund-container .side:first-child {
    float: left;
    background-color: #006699; }
  @media (min-width: 1000px) {
    /* line 812, ../components/sass/styles.scss */
    .menund-container .side {
      display: block; } }
/* line 829, ../components/sass/styles.scss */
.menund-container .menund {
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 640px) {
    /* line 829, ../components/sass/styles.scss */
    .menund-container .menund {
      height: 200px; } }
  /* line 837, ../components/sass/styles.scss */
  .menund-container .menund > div {
    background-color: #f3f3f3;
    background-image: url("/images/template2014/menund-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0 20px 80px 20px; }
    @media (min-width: 640px) {
      /* line 837, ../components/sass/styles.scss */
      .menund-container .menund > div {
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0px;
        top: -39px;
        background-size: cover;
        padding: auto; } }
    @media (min-width: 1000px) {
      /* line 837, ../components/sass/styles.scss */
      .menund-container .menund > div {
        left: 40px;
        right: 40px; } }
    /* line 859, ../components/sass/styles.scss */
    .menund-container .menund > div > div {
      color: #555555;
      text-align: center;
      border-bottom: 1px solid #dbdbdb; }
      @media (min-width: 640px) {
        /* line 859, ../components/sass/styles.scss */
        .menund-container .menund > div > div {
          float: left;
          width: 25%;
          border-width: 0px;
          border-left: 1px solid #fff;
          border-right: 1px solid #dbdbdb;
          height: 120px; } }
      /* line 873, ../components/sass/styles.scss */
      .menund-container .menund > div > div:first-child {
        border-left-width: 0; }
      /* line 877, ../components/sass/styles.scss */
      .menund-container .menund > div > div:last-child {
        border-right-width: 0; }
      /* line 881, ../components/sass/styles.scss */
      .menund-container .menund > div > div > div {
        padding: 30px 0 15px 0; }
        @media (min-width: 640px) {
          /* line 881, ../components/sass/styles.scss */
          .menund-container .menund > div > div > div {
            position: absolute;
            width: 25%;
            z-index: 900;
            top: 0;
            bottom: 0;
            padding: 42px 23px; } }
        /* line 893, ../components/sass/styles.scss */
        .menund-container .menund > div > div > div h3 {
          text-transform: uppercase;
          color: #006699;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          padding-bottom: 15px; }
        /* line 901, ../components/sass/styles.scss */
        .menund-container .menund > div > div > div p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 20px;
          line-height: 2rem; }
        /* line 906, ../components/sass/styles.scss */
        .menund-container .menund > div > div > div .button {
          display: none;
          width: 80%;
          margin: 20px auto auto; }
        @media (min-width: 640px) {
          /* line 913, ../components/sass/styles.scss */
          .menund-container .menund > div > div > div:hover {
            padding-top: 52px;
            background-color: #fff;
            top: -10px;
            bottom: -10px;
            -moz-box-shadow: 0px 0px 5px 5px rgba(50, 50, 50, 0.1);
            -webkit-box-shadow: 0px 0px 5px 5px rgba(50, 50, 50, 0.1);
            box-shadow: 0px 0px 5px 5px rgba(50, 50, 50, 0.1); }
            /* line 920, ../components/sass/styles.scss */
            .menund-container .menund > div > div > div:hover h3 {
              color: #ff3333; }
            /* line 924, ../components/sass/styles.scss */
            .menund-container .menund > div > div > div:hover .button {
              display: block; } }

/* line 935, ../components/sass/styles.scss */
.weather-facts {
  background-color: #fff;
  background-image: url("/images/template2014/iceland-world.png");
  background-repeat: no-repeat;
  background-position: center 120%;
  *zoom: 1;
  padding: 0 0 215px; }
  /* line 38, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/general/_clearfix.scss */
  .weather-facts:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 640px) {
    /* line 935, ../components/sass/styles.scss */
    .weather-facts {
      background-position: 110% 300%;
      padding: 0; } }
  /* line 949, ../components/sass/styles.scss */
  .weather-facts .weather {
    position: relative;
    background-color: #006699;
    color: #fff;
    *zoom: 1; }
    /* line 38, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/general/_clearfix.scss */
    .weather-facts .weather:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 640px) {
      /* line 949, ../components/sass/styles.scss */
      .weather-facts .weather {
        width: 50%;
        float: left; } }
    @media (min-width: 1000px) {
      /* line 949, ../components/sass/styles.scss */
      .weather-facts .weather {
        padding-left: 40px; } }
    /* line 964, ../components/sass/styles.scss */
    .weather-facts .weather .side {
      width: 40px;
      background-color: #006699;
      position: absolute;
      left: 0;
      bottom: 0; }
      /* line 971, ../components/sass/styles.scss */
      .weather-facts .weather .side .icons {
        position: absolute;
        bottom: 0; }
        /* line 974, ../components/sass/styles.scss */
        .weather-facts .weather .side .icons li {
          position: relative;
          cursor: pointer;
          text-align: center;
          font-size: 21px;
          font-size: 2.1rem;
          height: 40px;
          width: 40px;
          margin-top: 1px;
          background-color: #00476b; }
          /* line 984, ../components/sass/styles.scss */
          .weather-facts .weather .side .icons li span.entypollo {
            line-height: 40px; }
          /* line 990, ../components/sass/styles.scss */
          .weather-facts .weather .side .icons li.weather-info .expand {
            display: none;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 40px;
            font-weight: 600;
            text-transform: uppercase;
            position: absolute;
            top: 0;
            left: 40px;
            width: 220px;
            background-color: #00476b;
            padding: 0 10px; }
          /* line 1004, ../components/sass/styles.scss */
          .weather-facts .weather .side .icons li.weather-info:hover .expand {
            display: block; }
          /* line 1009, ../components/sass/styles.scss */
          .weather-facts .weather .side .icons li.weather-navigate:hover {
            background-color: #002e50; }
    @media (min-width: 0) and (max-width: 1000px) {
      /* line 1016, ../components/sass/styles.scss */
      .weather-facts .weather ul.weather-info {
        padding-left: 40px; } }
    /* line 1022, ../components/sass/styles.scss */
    .weather-facts .weather ul.weather-info li {
      background-color: #3399cc;
      text-align: center;
      padding: 20px;
      display: none; }
      /* line 1028, ../components/sass/styles.scss */
      .weather-facts .weather ul.weather-info li:first-child {
        background-color: #006699;
        display: block; }
      @media (min-width: 640px) {
        /* line 1022, ../components/sass/styles.scss */
        .weather-facts .weather ul.weather-info li {
          display: block;
          float: left;
          width: 50%; } }
      /* line 1039, ../components/sass/styles.scss */
      .weather-facts .weather ul.weather-info li h4 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        padding-bottom: 20px; }
      /* line 1047, ../components/sass/styles.scss */
      .weather-facts .weather ul.weather-info li > img {
        display: block;
        margin: 0 auto 20px auto; }
      /* line 1052, ../components/sass/styles.scss */
      .weather-facts .weather ul.weather-info li .weather-numbers {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0 auto 10px auto;
        padding-top: 10px; }
      /* line 1060, ../components/sass/styles.scss */
      .weather-facts .weather ul.weather-info li .last-update {
        font-size: 11px;
        font-size: 1.1rem;
        text-transform: uppercase; }
  @media (min-width: 640px) {
    /* line 1068, ../components/sass/styles.scss */
    .weather-facts .quick-facts {
      width: 50%;
      float: right; } }
  @media (min-width: 640px) {
    /* line 1075, ../components/sass/styles.scss */
    .weather-facts .iceland-description {
      padding: 44px 40px;
      width: 50%;
      float: right; } }

/* line 1085, ../components/sass/styles.scss */
.news-events {
  background-color: #e8e8e8;
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 640px) {
    /* line 1089, ../components/sass/styles.scss */
    .news-events .events-dyk {
      float: left;
      width: 50%; } }
  /* line 1096, ../components/sass/styles.scss */
  .did-you-know .button {
    margin-top: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    background-color: #4eb0ac;
    color: #fff;
    border: 1px solid #579799;
    font-size: 14px;
    font-size: 1.4rem;
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(87, 151, 153, 0.75);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(87, 151, 153, 0.75);
    box-shadow: inset 0px 1px 0px 0px rgba(87, 151, 153, 0.75); }
    /* line 1107, ../components/sass/styles.scss */
    .did-you-know .button .entypollo {
      margin-right: 12px;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      font-size: 2rem; }
    @media (min-width: 640px) {
      /* line 1096, ../components/sass/styles.scss */
      .did-you-know .button {
        display: none; } }
  @media (min-width: 640px) {
    /* line 1121, ../components/sass/styles.scss */
    .news-events .newsfeed {
      width: 50%; } }

/* line 1129, ../components/sass/styles.scss */
.did-you-know {
  color: #2b4342;
  background-color: #7dccc9;
  text-align: center;
  padding: 0 40px 30px;
  position: relative; }
  @media (min-width: 640px) {
    /* line 1129, ../components/sass/styles.scss */
    .did-you-know {
      padding: 0 55px 40px 55px; } }
  /* line 1140, ../components/sass/styles.scss */
  .did-you-know > .icon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4eb0ac;
    color: #fff;
    cursor: pointer; }
    @media (min-width: 640px) {
      /* line 1140, ../components/sass/styles.scss */
      .did-you-know > .icon {
        display: block; } }
    /* line 1153, ../components/sass/styles.scss */
    .did-you-know > .icon span.entypollo {
      display: block;
      float: left;
      line-height: 40px;
      width: 40px;
      font-size: 25px;
      font-size: 2.5rem; }
    /* line 1161, ../components/sass/styles.scss */
    .did-you-know > .icon span.expand {
      display: none;
      float: left;
      text-transform: uppercase;
      line-height: 40px;
      height: 40px;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 600;
      padding: 0 20px 0 12px; }
    /* line 1172, ../components/sass/styles.scss */
    .did-you-know > .icon:hover {
      background-color: #369c98; }
      /* line 1174, ../components/sass/styles.scss */
      .did-you-know > .icon:hover span.expand {
        display: block; }
      /* line 1178, ../components/sass/styles.scss */
      .did-you-know > .icon:hover span.entypollo {
        -ms-transform-origin: 22px 20px;
        -webkit-transform-origin: 22px 20px;
        transform-origin: 22px 20px;
        -moz-animation: spin 0.3s linear 1;
        -webkit-animation: spin 0.3s linear 1;
        animation: spin 0.3s linear 1;
        -ms-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
  /* line 1192, ../components/sass/styles.scss */
  .did-you-know > span.entypollo {
    display: inline-block;
    padding: 15px 0;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem; }
  /* line 1199, ../components/sass/styles.scss */
  .did-you-know h4 {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px; }
  /* line 1205, ../components/sass/styles.scss */
  .did-you-know p {
    font-family: Georgia, "Open sans", serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-style: italic; }
  @media (min-width: 1000px) {
    /* line 1212, ../components/sass/styles.scss */
    .did-you-know.pull-right {
      margin-right: -40px; } }

@media (min-width: 640px) {
  /* line 1220, ../components/sass/styles.scss */
  .events {
    padding-left: 40px; } }
/* line 1225, ../components/sass/styles.scss */
.events .mobile-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px; }
/* line 1231, ../components/sass/styles.scss */
.events .highlighted-events {
  position: relative;
  width: 100%;
  table-layout: fixed; }
  @media (min-width: 640px) {
    /* line 1231, ../components/sass/styles.scss */
    .events .highlighted-events {
      display: table; } }
  /* line 1240, ../components/sass/styles.scss */
  .events .highlighted-events .highlighted-event {
    position: relative;
    overflow: hidden;
    height: 206px; }
    @media (min-width: 640px) {
      /* line 1240, ../components/sass/styles.scss */
      .events .highlighted-events .highlighted-event {
        display: table-row;
        overflow: auto;
        height: auto; }
      }
    /* line 1251, ../components/sass/styles.scss */
    .events .highlighted-events .highlighted-event > div {
      color: #fff;
      vertical-align: middle; }
      @media (min-width: 640px) {
        /* line 1251, ../components/sass/styles.scss */
        .events .highlighted-events .highlighted-event > div {
          background-color: #006699;
          display: table-cell;
          width: 50%; } }
      /* line 1261, ../components/sass/styles.scss */
      .events .highlighted-events .highlighted-event > div.event {
        padding: 0 20px;
        position: absolute;
        bottom: 16px;
        z-index: 2;
        text-shadow: 1px 1px 0px black; }
        @media (min-width: 890px) {
          /* line 1261, ../components/sass/styles.scss */
          .events .highlighted-events .highlighted-event > div.event {
            padding: 0 40px; } }
        @media (min-width: 640px) {
          /* line 1261, ../components/sass/styles.scss */
          .events .highlighted-events .highlighted-event > div.event {
            position: static;
            text-shadow: none; } }
        /* line 1277, ../components/sass/styles.scss */
        .events .highlighted-events .highlighted-event > div.event .date {
          display: block;
          text-transform: uppercase;
          font-size: 16px;
          font-size: 1.6rem; }
          @media (min-width: 640px) {
            /* line 1277, ../components/sass/styles.scss */
            .events .highlighted-events .highlighted-event > div.event .date {
              font-size: 11px;
              font-size: 1.1rem;
              color: #aed3e5; } }
        /* line 1289, ../components/sass/styles.scss */
        .events .highlighted-events .highlighted-event > div.event h5 {
          font-weight: bold;
          font-size: 20px;
          font-size: 2rem;
          line-height: 25px;
          line-height: 2.5rem;
          padding: 10px 0; }
          @media (min-width: 640px) {
            /* line 1289, ../components/sass/styles.scss */
            .events .highlighted-events .highlighted-event > div.event h5 {
              padding: 0 0 15px; } }
        /* line 1300, ../components/sass/styles.scss */
        .events .highlighted-events .highlighted-event > div.event .location {
          display: block;
          font-size: 16px;
          font-size: 1.6rem; }
          @media (min-width: 640px) {
            /* line 1300, ../components/sass/styles.scss */
            .events .highlighted-events .highlighted-event > div.event .location {
              font-size: 11px;
              font-size: 1.1rem;
              color: #aed3e5; } }
      /* line 1312, ../components/sass/styles.scss */
      .events .highlighted-events .highlighted-event > div.event-photo > a {
        display: block;
        position: relative; }
        /* line 1316, ../components/sass/styles.scss */
        .events .highlighted-events .highlighted-event > div.event-photo > a .overlay {
          display: none;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.3);
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
          /* line 1326, ../components/sass/styles.scss */
          .events .highlighted-events .highlighted-event > div.event-photo > a .overlay > .button {
            position: absolute;
            top: 45%;
            width: 40%;
            margin: auto;
            left: 0;
            right: 0;
            display: inline-block; }
        /* line 1337, ../components/sass/styles.scss */
        .events .highlighted-events .highlighted-event > div.event-photo > a > img {
          width: 100%;
          max-width: 100%; }
    /* line 1346, ../components/sass/styles.scss */
    .events .highlighted-events .highlighted-event:hover h5 {
      color: #ff9900; }
    @media (min-width: 640px) {
      /* line 1350, ../components/sass/styles.scss */
      .events .highlighted-events .highlighted-event:hover .overlay {
        display: block !important; } }
/* line 1359, ../components/sass/styles.scss */
.events .upcoming-events {
  background-color: #fff;
  padding: 20px; }
  @media (min-width: 640px) {
    /* line 1359, ../components/sass/styles.scss */
    .events .upcoming-events {
      padding: 40px; } }
  /* line 1367, ../components/sass/styles.scss */
  .events .upcoming-events h4 {
    color: #006699;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
    display: none; }
    @media (min-width: 640px) {
      /* line 1367, ../components/sass/styles.scss */
      .events .upcoming-events h4 {
        display: block; } }
  /* line 1379, ../components/sass/styles.scss */
  .events .upcoming-events .events-list {
    width: 100%; }
    @media (min-width: 640px) {
      /* line 1379, ../components/sass/styles.scss */
      .events .upcoming-events .events-list {
        display: table;
        border-top: 1px solid #c9c9c9; } }
    /* line 1387, ../components/sass/styles.scss */
    .events .upcoming-events .events-list > div {
      padding-bottom: 15px; }
      @media (min-width: 640px) {
        /* line 1387, ../components/sass/styles.scss */
        .events .upcoming-events .events-list > div {
          display: table-row;
          padding-bottom: auto; } }
      /* line 1394, ../components/sass/styles.scss */
      .events .upcoming-events .events-list > div > div {
        padding: 6px 0; }
        @media (min-width: 640px) {
          /* line 1394, ../components/sass/styles.scss */
          .events .upcoming-events .events-list > div > div {
            display: table-cell;
            border-bottom: 1px solid #c9c9c9; } }
        /* line 1401, ../components/sass/styles.scss */
        .events .upcoming-events .events-list > div > div.date {
          color: #333;
          font-size: 11px;
          font-size: 1.1rem;
          vertical-align: middle; }
        /* line 1407, ../components/sass/styles.scss */
        .events .upcoming-events .events-list > div > div.event {
          color: #ff4545;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          vertical-align: middle; }
  /* line 1417, ../components/sass/styles.scss */
  .events .upcoming-events .button {
    margin-top: 15px;
    width: 100%; }
    @media (min-width: 640px) {
      /* line 1417, ../components/sass/styles.scss */
      .events .upcoming-events .button {
        margin-top: 45px;
        width: 130px; } }
/* line 1428, ../components/sass/styles.scss */
.events div.icons {
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  display: none; }
  @media (min-width: 640px) {
    /* line 1428, ../components/sass/styles.scss */
    .events div.icons {
      display: block; } }
  /* line 1439, ../components/sass/styles.scss */
  .events div.icons > a {
    display: block;
    height: 40px;
    margin-bottom: 1px;
    text-align: center;
    color: #fff;
    background-color: #3399cc;
    padding-top: 10px; }
    /* line 1448, ../components/sass/styles.scss */
    .events div.icons > a:hover {
      background-color: #00476b; }
    /* line 1452, ../components/sass/styles.scss */
    .events div.icons > a.rss-icon {
      background-color: #ff9900; }
      /* line 1455, ../components/sass/styles.scss */
      .events div.icons > a.rss-icon .expand {
        display: none;
        position: absolute;
        color: #fff;
        background-color: #ff9900;
        height: 40px;
        line-height: 40px;
        white-space: nowrap;
        left: 40px;
        top: 0;
        z-index: 999;
        font-size: 11px;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 18px 0 3px; }
      /* line 1472, ../components/sass/styles.scss */
      .events div.icons > a.rss-icon:hover {
        background-color: #ff9900; }
        /* line 1474, ../components/sass/styles.scss */
        .events div.icons > a.rss-icon:hover .expand {
          display: block; }
  /* line 1481, ../components/sass/styles.scss */
  .events div.icons .entypollo {
    font-size: 20px;
    font-size: 2rem; }

.event-search-form .event-search-label
{
  display: block;
  margin-bottom: 10px;
}

.event-search-form input[type=text]
{
  display: block;
  height: 36px;
  border: solid 1px #cecece;
  border-radius: 4px;
  padding: 5px;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(1, 1, 1, 0.05);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(1, 1, 1, 0.05);
  box-shadow: inset 0px 1px 0px 0px rgba(1, 1, 1, 0.05);
}

.event-search-form .event-search
{
  width: 255px;
  margin-bottom: 10px;
}

.event-search-form .dropdown
{
  width: 160px;
  margin-bottom: 10px;
}

.event-search-form .dropdown .head
{
  height: 34px;
}

.event-search-form .event-date-from,
.event-search-form .event-date-to
{
  width: 100px;
  margin-bottom: 10px;
}

.event-search-form .event-search-radio
{
  clear: both;
}

.event-search-form .event-search-radio input
{
  float: left;
}

.event-search-form .event-search-radio label
{
  display: block;
}

.event-search-form .button
{
  width: 140px;
  margin-top: 10px;
}

@media (min-width: 780px) {

  .event-search-form input[type=text],
  .event-search-form .dropdown
  {
    float: left;
  }

  .event-search-form .event-date-from,
  .event-search-form .event-date-to,
  .event-search-form .dropdown
  {
    margin-left: 8px;
  }
  
  .event-search-form .event-search-radio input
  {
    float: none;
  }

  .event-search-form .event-search-radio label
  {
    display: inline;
  }
}
    
/* line 1487, ../components/sass/styles.scss */
.mobile-header {
  overflow: hidden;
  *zoom: 1;
  padding: 0 0 15px;
  background-color: #fff; }
  /* line 1492, ../components/sass/styles.scss */
  .mobile-header > h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #b2b2b2; }
    /* line 1496, ../components/sass/styles.scss */
    .mobile-header > h4 .title {
      line-height: 40px;
      font-size: 16px;
      font-size: 1.6rem;
      color: #006699;
      text-transform: uppercase;
      font-weight: bold; }
    /* line 1504, ../components/sass/styles.scss */
    .mobile-header > h4 .icon-rss {
      float: right; }
  @media (min-width: 640px) {
    /* line 1487, ../components/sass/styles.scss */
    .mobile-header {
      display: none; } }
  /* line 1513, ../components/sass/styles.scss */
  .mobile-header.with-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px; }

/* line 1521, ../components/sass/styles.scss */
.quick-facts {
  padding: 20px;
  color: #555555; }
  @media (min-width: 640px) {
    /* line 1521, ../components/sass/styles.scss */
    .quick-facts {
      padding: 40px; } }
  /* line 1529, ../components/sass/styles.scss */
  .quick-facts h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #006699;
    border-bottom: 1px solid #b2b2b2; }
  /* line 1539, ../components/sass/styles.scss */
  .quick-facts table td {
    padding-top: 20px; }
    /* line 1542, ../components/sass/styles.scss */
    .quick-facts table td:first-child {
      padding-right: 60px; }
    /* line 1546, ../components/sass/styles.scss */
    .quick-facts table td > span {
      display: block; }
      /* line 1549, ../components/sass/styles.scss */
      .quick-facts table td > span.header {
        text-transform: uppercase;
        font-size: 11px;
        font-size: 1.1rem;
        padding-bottom: 4px; }
      /* line 1555, ../components/sass/styles.scss */
      .quick-facts table td > span.fact {
        font-weight: bold;
        font-size: 20px;
        font-size: 2rem; }

/* line 1564, ../components/sass/styles.scss */
.iceland-description {
  background-color: #fff;
  padding: 0px 20px; }
  @media (min-width: 640px) {
    /* line 1564, ../components/sass/styles.scss */
    .iceland-description {
      padding: 0px 40px; } }
  /* line 1572, ../components/sass/styles.scss */
  .iceland-description p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding-bottom: 40px; }
  @media (min-width: 640px) {
    /* line 1579, ../components/sass/styles.scss */
    .iceland-description .buttons .button {
      width: 40%;
      float: left; } }
  /* line 1586, ../components/sass/styles.scss */
  .iceland-description .buttons .dropdown {
    margin-top: 20px; }
    @media (min-width: 640px) {
      /* line 1586, ../components/sass/styles.scss */
      .iceland-description .buttons .dropdown {
        margin-top: 0px;
        width: 40%;
        float: left;
        margin-left: 20px; } }

/* line 1598, ../components/sass/styles.scss */
.newsfeed {
  float: left;
  position: relative;
  background-color: #fff;
  padding: 20px 20px 0px 20px; }
  @media (min-width: 640px) {
    /* line 1598, ../components/sass/styles.scss */
    .newsfeed {
      padding: 40px 40px 0px 40px; } }
  @media (min-width: 1000px) {
    /* line 1598, ../components/sass/styles.scss */
    .newsfeed {
      padding: 40px 80px 0px 40px;
      margin-right: -40px; } }
  /* line 1613, ../components/sass/styles.scss */
.newsfeed.full
{
  padding: 0;
  margin-top: 40px;
}
  .newsfeed > .title {
    display: none;
    padding: 10px 0;
    border: 1px solid #c9c9c9;
    border-width: 1px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 24px; }
    @media (min-width: 640px) {
      /* line 1613, ../components/sass/styles.scss */
      .newsfeed > .title {
        display: block; } }
    /* line 1627, ../components/sass/styles.scss */
    .newsfeed > .title h4 {
      display: inline;
      color: #006699;
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle; }
    /* line 1634, ../components/sass/styles.scss */
    .newsfeed > .title > span {
      font-size: 10px;
      font-size: 1rem;
      /*color: #ff3333;*/
      color: #555;
      position: absolute;
      top: 0;
      bottom: 0;
      height: 10px;
      height: 1rem;
      right: 0;
      margin: auto; }
  /* line 1648, ../components/sass/styles.scss */
  .newsfeed .article-list h5,
  .page-content .article-content .article-list h5  {
    /*color: #ff3333;*/
    color: #555;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    padding-bottom: 7px; }
    .page-content .article-content .article-list h5 a{
      /*color: #ff3333;*/
      color: #555;
    }
    /* line 1655, ../components/sass/styles.scss */
    .newsfeed .article-list h5 > a:hover,
  .page-content .article-content .article-list h5 > a:hover {
      color: #3399cc; }
  /* line 1660, ../components/sass/styles.scss */
  .newsfeed .article-list .article-content,
  .page-content .article-content .article-list .article-content {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 32px; }
    /* line 1664, ../components/sass/styles.scss */
    .page-content .article-content .img-container img
        {
      padding: 0;
    }
    .newsfeed .article-list .article-content .img-container,
    .page-content .article-content .article-list .article-content .img-container{
      display: none;
      padding-top: 7px;
      float: left;
      padding-right: 22px;}
      @media (min-width: 640px) {
        /* line 1664, ../components/sass/styles.scss */
        .newsfeed .article-list .article-content .img-container,
        .page-content .article-content .article-list .article-content .img-container{
          display: block; } }
    /* line 1675, ../components/sass/styles.scss */
    .newsfeed .article-list .article-content .article-text,
    .page-content .article-content .article-list .article-content .article-text{
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 24px;
      line-height: 2.4rem;
      color: #555; }
  /* line 1683, ../components/sass/styles.scss */
  .newsfeed .rss-link {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px; }
    @media (min-width: 640px) {
      /* line 1683, ../components/sass/styles.scss */
      .newsfeed .rss-link {
        display: block; } }
    @media (min-width: 1000px) {
      /* line 1683, ../components/sass/styles.scss */
      .newsfeed .rss-link {
        background-color: #e8e8e8; } }
    /* line 1699, ../components/sass/styles.scss */
    .newsfeed .rss-link .rss-icon {
      display: block;
      color: #fff;
      text-align: center;
      width: 40px;
      height: 40px;
      background-color: #ff9900;
      padding: 6px 0; }
      /* line 1708, ../components/sass/styles.scss */
      .newsfeed .rss-link .rss-icon .entypollo {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px; }
      /* line 1713, ../components/sass/styles.scss */
      .newsfeed .rss-link .rss-icon .expand {
        display: none;
        position: absolute;
        color: #fff;
        background-color: #ff9900;
        height: 40px;
        line-height: 40px;
        white-space: nowrap;
        right: 40px;
        top: 0;
        z-index: 999;
        font-size: 11px;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 3px 0 18px; }
      /* line 1731, ../components/sass/styles.scss */
      .newsfeed .rss-link .rss-icon:hover .expand {
        display: block; }
  @media (min-width: 640px) {
    /* line 1738, ../components/sass/styles.scss */
    .newsfeed .newsfeed-archive {
      display: none; } }
  /* line 1744, ../components/sass/styles.scss */
  .newsfeed.vertical {
    padding: 0px;
    margin-right: 0px; }
    @media (min-width: 640px) {
      /* line 1748, ../components/sass/styles.scss */
      .newsfeed.vertical article {
        float: right;
        width: 47%; }
        /* line 1753, ../components/sass/styles.scss */
        .newsfeed.vertical article:nth-child(2n+1) {
          float: left;
          clear: both; }
        /* line 1757, ../components/sass/styles.scss */
        .newsfeed.vertical article .img-container {
          width: 30% !important; } }

/* line 1765, ../components/sass/styles.scss */
.videos-container {
  background-color: #fff;
  padding-bottom: 20px; }
  @media (min-width: 640px) {
    /* line 1765, ../components/sass/styles.scss */
    .videos-container {
      background-color: transparent;
      padding-bottom: 0px; } }
  /* line 1773, ../components/sass/styles.scss */
  .videos-container > .button {
    margin: 40px 20px 20px 20px; }
    @media (min-width: 640px) {
      /* line 1773, ../components/sass/styles.scss */
      .videos-container > .button {
        display: none; } }

/* line 1782, ../components/sass/styles.scss */
.video-carousel {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 0 40px;
  overflow: hidden; }
  /* line 1790, ../components/sass/styles.scss */
  .video-carousel .controls {
    cursor: pointer; }
    /* line 1793, ../components/sass/styles.scss */
    .video-carousel .controls > div {
      background-color: #00476b;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 40px;
      z-index: 900; }
      /* line 1802, ../components/sass/styles.scss */
      .video-carousel .controls > div.next-control {
        left: auto;
        right: 0; }
      /* line 1807, ../components/sass/styles.scss */
      .video-carousel .controls > div .entypollo {
        color: #fff;
        font-size: 25px;
        font-size: 2.5rem;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        height: 10px;
        left: 0;
        right: 0; }
      /* line 1820, ../components/sass/styles.scss */
      .video-carousel .controls > div:hover {
        background-color: #3399cc; }
  /* line 1826, ../components/sass/styles.scss */
  .video-carousel .videos {
    overflow: hidden;
    *zoom: 1;
    background-color: #006699; }
    /* line 1830, ../components/sass/styles.scss */
    .video-carousel .videos > div {
      width: 2000em;
      position: relative; }
      /* line 1834, ../components/sass/styles.scss */
      .video-carousel .videos > div .video {
        position: relative;
        float: left; }
        /* line 1838, ../components/sass/styles.scss */
        .video-carousel .videos > div .video .description {
          color: #fff;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 600;
          line-height: 19px;
          line-height: 1.9rem;
          padding: 18px; }
        /* line 1846, ../components/sass/styles.scss */
        .video-carousel .videos > div .video .image {
          position: relative; }
          /* line 1849, ../components/sass/styles.scss */
          .video-carousel .videos > div .video .image > img {
            display: block;
            width: 100%; }
          /* line 1854, ../components/sass/styles.scss */
          .video-carousel .videos > div .video .image .overlay {
            display: none;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.3); }
            /* line 1863, ../components/sass/styles.scss */
            .video-carousel .videos > div .video .image .overlay .button {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              height: 30px;
              width: 50%;
              margin: auto; }
        /* line 1877, ../components/sass/styles.scss */
        .video-carousel .videos > div .video a:hover .overlay {
          display: block; }
        /* line 1881, ../components/sass/styles.scss */
        .video-carousel .videos > div .video a:hover .description {
          color: #ff9900; }
        /* line 1886, ../components/sass/styles.scss */
        .video-carousel .videos > div .video:after {
          position: absolute;
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          background-color: rgba(0, 0, 0, 0.3);
          z-index: 900;
          content: " ";
          background-image: url("/images/template2014/video-icon.png");
          background-position: center center;
          background-repeat: no-repeat; }

/* line 1904, ../components/sass/styles.scss */
footer {
  padding: 20px 20px 0;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #333333; }
  @media (min-width: 640px) {
    /* line 1904, ../components/sass/styles.scss */
    footer {
      padding: 35px 40px 0 40px; } }
  /* line 1914, ../components/sass/styles.scss */
  footer > div:first-child {
    padding-bottom: 35px;
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px dotted #797979; }
    /* line 1919, ../components/sass/styles.scss */
    footer > div:first-child > .newsletter {
      padding-bottom: 30px;
      border-bottom: 1px dotted #797979; }
      @media (min-width: 640px) {
        /* line 1919, ../components/sass/styles.scss */
        footer > div:first-child > .newsletter {
          width: 50%;
          float: left;
          padding-bottom: 0px;
          padding-right: 40px;
          border-bottom-width: 0; } }
      /* line 1931, ../components/sass/styles.scss */
      footer > div:first-child > .newsletter h4 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff;
        padding-bottom: 15px;
        text-transform: uppercase; }
      /* line 1939, ../components/sass/styles.scss */
      footer > div:first-child > .newsletter > span {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px;
        line-height: 2rem;
        color: #ccc;
        display: block;
        padding-bottom: 15px; }
      /* line 1947, ../components/sass/styles.scss */
      footer > div:first-child > .newsletter .email-input {
        padding: 7px 7px 7px 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        *zoom: 1;
        background-color: #222222;
        -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15); }
        /* line 1954, ../components/sass/styles.scss */
        footer > div:first-child > .newsletter .email-input input[type="text"] {
          background-color: #222222;
          font-size: 13px;
          font-size: 1.3rem;
          color: #ccc;
          display: inline-block;
          border-width: 0;
          width: 75%;
          vertical-align: middle; }
          footer > div:first-child > .newsletter input.fela
                  {
            display: none;
          }
        /* line 1964, ../components/sass/styles.scss */
        footer > div:first-child > .newsletter .email-input .button {
          display: inline-block;
          width: 25%;
          cursor: pointer;
          vertical-align: middle;
          -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
          -webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25); }
    /* line 1973, ../components/sass/styles.scss */
    footer > div:first-child > .connect {
      padding-top: 30px; }
      @media (min-width: 640px) {
        /* line 1973, ../components/sass/styles.scss */
        footer > div:first-child > .connect {
          width: 50%;
          float: left;
          padding-top: 0px; } }
      /* line 1981, ../components/sass/styles.scss */
      footer > div:first-child > .connect h4 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff;
        padding-bottom: 15px;
        text-transform: uppercase; }
      /* line 1989, ../components/sass/styles.scss */
      footer > div:first-child > .connect > span {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px;
        line-height: 2rem;
        color: #ccc;
        display: block;
        padding-bottom: 10px; }
      /* line 1997, ../components/sass/styles.scss */
      footer > div:first-child > .connect .social-icons {
        font-family: 'entypollo';
        font-size: 30px;
        font-size: 3rem;
        padding-right: 4%;
        height: 50px; }
        @media (min-width: 640px) {
          /* line 1997, ../components/sass/styles.scss */
          footer > div:first-child > .connect .social-icons {
            float: left;
            border-right: 1px dotted #797979; } }
        /* line 2008, ../components/sass/styles.scss */
        footer > div:first-child > .connect .social-icons > a {
          padding-top: 10px;
          color: #bcbcbc;
          min-height: 1px;
          display: block;
          float: left;
          padding-right: 10px; }
          @media (min-width: 640px) {
            /* line 2008, ../components/sass/styles.scss */
            footer > div:first-child > .connect .social-icons > a {
              width: 25%;
              padding-right: 8px; } }
          /* line 2021, ../components/sass/styles.scss */
          footer > div:first-child > .connect .social-icons > a:hover {
            color: #ffffff; }
      /* line 2027, ../components/sass/styles.scss */
      footer > div:first-child > .connect .inspired {
        padding-top: 10px;
        display: inline-block;
        float: left;
        padding-top: 0;
        height: 50px;
        line-height: 50px;
        border-top: 1px dotted #797979; }
        /* line 2036, ../components/sass/styles.scss */
        footer > div:first-child > .connect .inspired a > img {
          display: none;
          vertical-align: middle; }
          /* line 2040, ../components/sass/styles.scss */
          footer > div:first-child > .connect .inspired a > img:first-child {
            display: inline; }
        @media (min-width: 640px) and (max-width: 1000px) {
          /* line 2046, ../components/sass/styles.scss */
          footer > div:first-child > .connect .inspired a > img {
            vertical-align: middle;
            display: inline; }
            /* line 2050, ../components/sass/styles.scss */
            footer > div:first-child > .connect .inspired a > img:first-child {
              display: none; } }
        @media (min-width: 640px) {
          /* line 2027, ../components/sass/styles.scss */
          footer > div:first-child > .connect .inspired {
            padding-left: 4%;
            border-top-width: 0; } }
  /* line 2065, ../components/sass/styles.scss */
  footer > div:last-child {
    padding-top: 35px;
    padding-bottom: 30px;
    overflow: hidden;
    *zoom: 1; }
    /* line 2071, ../components/sass/styles.scss */
    footer > div:last-child h4 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      color: #fff;
      padding-bottom: 10px;
      text-transform: uppercase; }
    /* line 2079, ../components/sass/styles.scss */
    footer > div:last-child div.promote {
      padding-bottom: 30px;
      border-bottom: 1px dotted #797979; }
      @media (min-width: 640px) {
        /* line 2079, ../components/sass/styles.scss */
        footer > div:last-child div.promote {
          padding-bottom: 0px;
          float: left;
          width: 50%;
          border-bottom-width: 0; } }
      /* line 2090, ../components/sass/styles.scss */
      footer > div:last-child div.promote span {
        font-size: 13px;
        font-size: 1.3rem;
        color: #ccc;
        line-height: 20px;
        line-height: 2rem; }
      /* line 2096, ../components/sass/styles.scss */
      footer > div:last-child div.promote a {
        color: #fff;
        font-weight: 600; }
      footer > div:last-child div.promote .footer-logo{
        display: block;
        margin-bottom: 10px;}
      @media (min-width: 1000px){
        footer > div:last-child div.promote .footer-logo{
          float: right;
          margin-right: 40px;
          margin-top: 9px;
          margin-bottom: 0;
        }
      }
    /* line 2102, ../components/sass/styles.scss */
    footer > div:last-child .links {
      padding-top: 30px; }
      @media (min-width: 640px) {
        /* line 2102, ../components/sass/styles.scss */
        footer > div:last-child .links {
          padding-top: 0px;
          float: left;
          width: 50%; } }
      /* line 2112, ../components/sass/styles.scss */
      footer > div:last-child .links ul > li {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px;
        line-height: 2rem; }
        @media (min-width: 640px) {
          /* line 2112, ../components/sass/styles.scss */
          footer > div:last-child .links ul > li {
            float: left;
            width: 50%; } }
        /* line 2121, ../components/sass/styles.scss */
        footer > div:last-child .links ul > li a {
          color: #ff9900; }
        /* line 2125, ../components/sass/styles.scss */
        footer > div:last-child .links ul > li:before {
          content: "•";
          padding-right: 5px;
          color: #fff; }

@media (min-width: 0) and (max-width: 640px) {
  /* line 2139, ../components/sass/styles.scss */
  .intro + .page-content h1 {
    position: absolute;
    bottom: 100%;
    color: #fff;
    left: 0;
    right: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 100%); } }

/* line 2160, ../components/sass/styles.scss */
.intro {
  *zoom: 1;
  color: #fff;
  background-color: #e8e8e8;
  position: relative; }
  /* line 38, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/general/_clearfix.scss */
  .intro:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1000px) {
    /* line 2160, ../components/sass/styles.scss */
    .intro {
      padding: 0 40px;
      overflow: visible; } }
  @media (min-width: 640px) and (max-width: 1000px) {
    /* line 2171, ../components/sass/styles.scss */
    .intro.push-icons-down {
      margin-bottom: 40px; }
      /* line 2174, ../components/sass/styles.scss */
      .intro.push-icons-down .side-icons {
        display: block;
        top: auto;
        bottom: -40px;
        right: 0; } }
  /* line 2183, ../components/sass/styles.scss */
  .intro .box {
    position: relative;
    float: left;
    width: 50%;
    height: 0px;
    padding-bottom: 50%; }
    /* line 2190, ../components/sass/styles.scss */
    .intro .box > div {
      position: absolute;
      background-color: #006699;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    /* line 2200, ../components/sass/styles.scss */
    .intro .box.text > div {
      padding: 10px; }
      @media (min-width: 686px) {
        /* line 2200, ../components/sass/styles.scss */
        .intro .box.text > div {
          padding: 20px; } }
      @media (min-width: 890px) {
        /* line 2200, ../components/sass/styles.scss */
        .intro .box.text > div {
          padding: 40px; } }
      /* line 2211, ../components/sass/styles.scss */
      .intro .box.text > div h3 {
        font-weight: bold;
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        line-height: 2rem;
        padding-bottom: 5px; }
        @media (min-width: 890px) {
          /* line 2211, ../components/sass/styles.scss */
          .intro .box.text > div h3 {
            padding-bottom: 10px; } }
      /* line 2222, ../components/sass/styles.scss */
      .intro .box.text > div p {
        color: #aed3e5;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 13px;
        line-height: 1.3rem; }
        @media (min-width: 740px) {
          /* line 2222, ../components/sass/styles.scss */
          .intro .box.text > div p {
            line-height: 20px;
            line-height: 2rem; } }
        @media (min-width: 890px) {
          /* line 2222, ../components/sass/styles.scss */
          .intro .box.text > div p {
            line-height: 22px;
            line-height: 2.2rem; } }
    /* line 2239, ../components/sass/styles.scss */
    .intro .box.big-box:first-child > div {
      overflow: hidden; }
      /* line 2242, ../components/sass/styles.scss */
      .intro .box.big-box:first-child > div > div.image-holder {
        margin-left: -40px; }
        /* line 2245, ../components/sass/styles.scss */
        .intro .box.big-box:first-child > div > div.image-holder img {
          width: 100%;
          max-width: 100%; }
        /* line 2250, ../components/sass/styles.scss */
        .intro .box.big-box:first-child > div > div.image-holder .overlay {
          left: -40px; }
          /* line 2252, ../components/sass/styles.scss */
          .intro .box.big-box:first-child > div > div.image-holder .overlay .button {
            top: 40%;
            bottom: auto; }
      /* line 2259, ../components/sass/styles.scss */
      .intro .box.big-box:first-child > div .box {
        position: absolute;
        right: 0;
        bottom: 0; }
    /* line 2267, ../components/sass/styles.scss */
    .intro .box .image {
      width: 100%;
      max-width: 100%; }
    /* line 2272, ../components/sass/styles.scss */
    .intro .box .overlay {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.3); }
      /* line 2281, ../components/sass/styles.scss */
      .intro .box .overlay .button {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        width: 50%;
        margin: auto; }
    /* line 2294, ../components/sass/styles.scss */
    .intro .box .hak-left:before, .intro .box .hak-right:before {
      position: absolute;
      top: 40px;
      left: -10px;
      bottom: 0;
      right: 0;
      width: 10px;
      height: 19px;
      content: " ";
      background-image: url("/images/template2014/hak-blue-left.png");
      z-index: 2; }
    /* line 2308, ../components/sass/styles.scss */
    .intro .box .hak-right:before {
      background-image: url("/images/template2014/hak-blue-right.png");
      left: auto;
      right: -10px; }
  /* line 2315, ../components/sass/styles.scss */
  .intro > .big-box {
    display: none;
    width: 100% !important;
    padding-bottom: 80%; }
    /* line 2320, ../components/sass/styles.scss */
    .intro > .big-box:first-child {
      display: block; }
      /* line 2323, ../components/sass/styles.scss */
      .intro > .big-box:first-child .text {
        display: none; }
    @media (min-width: 640px) {
      /* line 2315, ../components/sass/styles.scss */
      .intro > .big-box {
        display: block;
        width: 50% !important;
        padding-bottom: 50%; }
        /* line 2333, ../components/sass/styles.scss */
        .intro > .big-box:first-child {
          display: block; }
          /* line 2335, ../components/sass/styles.scss */
          .intro > .big-box:first-child .text {
            display: block; } }
  /* line 2343, ../components/sass/styles.scss */
  .intro a:hover h3 {
    color: #ff9900; }
  /* line 2347, ../components/sass/styles.scss */
  .intro a:hover .overlay {
    display: block; }

/* line 2356, ../components/sass/styles.scss */
.embassies-list .page-content > div.wrapper h3 {
  padding: 30px 0 20px 0;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem; }

/* line 2365, ../components/sass/styles.scss */
.top-40 {
  top: 40px !important; }

/* line 2369, ../components/sass/styles.scss */
.search-results {
  color: #555;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem; }

/* line 2375, ../components/sass/styles.scss */
.page-content {
  *zoom: 1;
  background-color: #e8e8e8; }
  /* line 38, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/general/_clearfix.scss */
  .page-content:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1000px) {
    /* line 2375, ../components/sass/styles.scss */
    .page-content {
      padding: 0 40px; } }
  @media (min-width: 640px) {
    /* line 2382, ../components/sass/styles.scss */
    .page-content.keep-left-padding {
      padding-right: 40px; } }
  /* line 2388, ../components/sass/styles.scss */
  .page-content h1 {
    display: block;
    font-size: 38px;
    font-size: 3.8rem;
    padding-bottom: 30px;
    font-weight: bold;
    color: #006699;
line-height: 1em;    }
    @media (min-width: 640px) {
      /* line 2388, ../components/sass/styles.scss */
      .page-content h1 {
        color: #333;
        font-size: 48px;
        font-size: 4.8rem; } }
  /* line 2401, ../components/sass/styles.scss */
  .page-content h2 {
    text-transform: uppercase;
    color: #006699;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 8px;
    font-weight: bold; }
    @media (min-width: 640px) {
      /* line 2401, ../components/sass/styles.scss */
      .page-content h2 {
        color: #333;
        text-transform: none; } }
  /* line 2415, ../components/sass/styles.scss */
  .page-content .floated-image {
    display: block;
    position: relative; }
    @media (min-width: 640px) {
      /* line 2415, ../components/sass/styles.scss */
      .page-content .floated-image {
        float: right;
        width: 45%;
        padding-left: 30px; } }
    /* line 2425, ../components/sass/styles.scss */
    .page-content .floated-image img {
      max-width: 100%;
      width: 100%; }
    /* line 2430, ../components/sass/styles.scss */
    .page-content .floated-image span {
      font-size: 11px;
      font-size: 1.1rem; }
  /* line 2435, ../components/sass/styles.scss */
  .page-content .article-content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem; }
    /* line 2439, ../components/sass/styles.scss */
    .page-content .article-content p {
      padding-bottom: 28px; }
    .page-content .article-content img {
    padding: 10px; }
    /* line 2443, ../components/sass/styles.scss */
    .page-content .article-content .left {
      float: left;
      padding-right: 30px;
      display: inline-block; }
    /* line 2449, ../components/sass/styles.scss */
    .page-content .article-content .right {
      float: right;
      padding-left: 30px;
      display: inline-block; }
    /* line 2455, ../components/sass/styles.scss */
    .page-content .article-content a {
      color: #006699; }
      /* line 2457, ../components/sass/styles.scss */
      .page-content .article-content a:hover {
        color: #ff3333; }
  /* line 2463, ../components/sass/styles.scss */
  .page-content .other-info {
    display: table;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 70px;
    position: relative;
background-color: #006699;    }
    @media (min-width: 640px) {
      /* line 2463, ../components/sass/styles.scss */
      .page-content .other-info {
        border: 1px solid #006699;
        margin-bottom: 40px;
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; } }
    /* line 2477, ../components/sass/styles.scss */
    .page-content .other-info > div {
      display: table-cell;
      vertical-align: middle; }
      /* line 2481, ../components/sass/styles.scss */
      .page-content .other-info > div.text {
        width: 80%;
        padding: 0 20px; }
        @media (min-width: 640px) {
          /* line 2481, ../components/sass/styles.scss */
          .page-content .other-info > div.text {
            width: 60%; } }
        /* line 2489, ../components/sass/styles.scss */
        .page-content .other-info > div.text h3 {
          color: #fff;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.6rem;
          text-transform: uppercase;
          margin-bottom: 10px;
          font-weight: bold; }
        /* line 2497, ../components/sass/styles.scss */
        .page-content .other-info > div.text p {
          color: #aed3e5;
          font-size: 14px;
          font-size: 1.4rem;
          padding-bottom: 0;
          line-height: 1.4rem;}
      /* line 2503, ../components/sass/styles.scss */
      .page-content .other-info > div.button-holder {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%; }
        @media (min-width: 640px) {
          /* line 2503, ../components/sass/styles.scss */
          .page-content .other-info > div.button-holder {
            padding: 0 20px;
            position: static; } }
      /* line 2515, ../components/sass/styles.scss */
      .page-content .other-info > div.icon {
        width: 20%;
        text-align: center; }
        @media (min-width: 640px) {
          /* line 2515, ../components/sass/styles.scss */
          .page-content .other-info > div.icon {
            width: 10%; } }
  /* line 2526, ../components/sass/styles.scss */
  .page-content > div.wrapper {
    *zoom: 1;
    background-color: #fff;
    position: relative; }
    /* line 38, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/general/_clearfix.scss */
    .page-content > div.wrapper:after {
      content: "";
      display: table;
      clear: both; }
    /* line 2531, ../components/sass/styles.scss */
    .page-content > div.wrapper.padding {
      padding: 20px; }
      @media (min-width: 640px) {
        /* line 2531, ../components/sass/styles.scss */
        .page-content > div.wrapper.padding {
          padding: 35px 40px; } }
    /* line 2539, ../components/sass/styles.scss */
    .page-content > div.wrapper.room-for-map {
      padding-bottom: 200px; }
      @media (min-width: 640px) {
        /* line 2539, ../components/sass/styles.scss */
        .page-content > div.wrapper.room-for-map {
          padding-bottom: 80px; } }
    @media (min-width: 1000px) {
      /* line 2547, ../components/sass/styles.scss */
      .page-content > div.wrapper.pull-right {
        margin-right: -40px;
        padding-right: 40px; }
        /* line 2552, ../components/sass/styles.scss */
        .page-content > div.wrapper.pull-right .border-mid {
          left: -40px !important; } }
    /* line 2558, ../components/sass/styles.scss */
    .page-content > div.wrapper .underneath {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: -40px;
      background-color: #fff;
      z-index: 1;
      background-image: url("/images/template2014/iceland-world.png");
      background-repeat: no-repeat;
      background-position: 20% 100%;
      background-size: 80%; }
      @media (min-width: 640px) {
        /* line 2558, ../components/sass/styles.scss */
        .page-content > div.wrapper .underneath {
          background-position: 150% 100%; } }
      @media (min-width: 699px) {
        /* line 2558, ../components/sass/styles.scss */
        .page-content > div.wrapper .underneath {
          background-position: 100% 100%;
          background-size: 60%; } }
      @media (min-width: 780px) {
        /* line 2558, ../components/sass/styles.scss */
        .page-content > div.wrapper .underneath {
          background-position: 100% 120%; } }
      @media (min-width: 860px) {
        /* line 2558, ../components/sass/styles.scss */
        .page-content > div.wrapper .underneath {
          background-position: 100% 160%; } }
    /* line 2589, ../components/sass/styles.scss */
    .page-content > div.wrapper > article {
      color: #555;
      padding: 20px;
      position: relative;
      z-index: 2; }
      @media (min-width: 640px) {
        /* line 2589, ../components/sass/styles.scss */
        .page-content > div.wrapper > article {
          padding: 40px;
          width: 50%;
          float: left; } }
    /* line 2601, ../components/sass/styles.scss */
    .page-content > div.wrapper > section {
      position: relative;
      z-index: 2; }
      @media (min-width: 640px) {
        /* line 2601, ../components/sass/styles.scss */
        .page-content > div.wrapper > section {
          width: 50%;
          float: left; } }
      /* line 2610, ../components/sass/styles.scss */
      .page-content > div.wrapper > section .events {
        padding-left: 0; }
        /* line 2613, ../components/sass/styles.scss */
        .page-content > div.wrapper > section .events div.icons {
          left: auto;
          right: 0;
          right: -40px; }
          /* line 2618, ../components/sass/styles.scss */
          .page-content > div.wrapper > section .events div.icons .expand {
            left: -180px;
            padding: 0 13px 0 18px; }
    /* line 2626, ../components/sass/styles.scss */
    .page-content > div.wrapper .border-mid {
      display: none;
      position: absolute;
      width: 1px;
      border-right: 1px dotted #ccc;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 2; }
      @media (min-width: 640px) {
        /* line 2626, ../components/sass/styles.scss */
        .page-content > div.wrapper .border-mid {
          display: block; } }
  /* line 2644, ../components/sass/styles.scss */
  .page-content .two-columns {
    position: relative; }
    @media (min-width: 1000px) {
      /* line 2644, ../components/sass/styles.scss */
      .page-content .two-columns {
        margin-left: -40px; } }
    /* line 2650, ../components/sass/styles.scss */
    .page-content .two-columns > div {
      display: table;
      table-layout: fixed;
      width: 100%; }
      /* line 2655, ../components/sass/styles.scss */
      .page-content .two-columns > div .first-column {
        display: none;
        vertical-align: top;
        width: 25%; }
        @media (min-width: 1000px) {
          /* line 2655, ../components/sass/styles.scss */
          .page-content .two-columns > div .first-column {
            display: table-cell; } }
        /* line 2664, ../components/sass/styles.scss */
        .page-content .two-columns > div .first-column ul.side-menu {
          margin: 40px 0 40px 40px;
          -moz-box-shadow: 0px 3px 0px 0px #d0d0d0;
          -webkit-box-shadow: 0px 3px 0px 0px #d0d0d0;
          box-shadow: 0px 3px 0px 0px #d0d0d0; }
          /* line 2668, ../components/sass/styles.scss */
          .page-content .two-columns > div .first-column ul.side-menu > li {
            background-color: #ffffff;
            color: #555555;
            text-transform: uppercase;
            font-size: 11px;
            font-size: 1.1rem;
            font-weight: 600;
            border-top: 1px solid #c9c9c9; }
            /* line 2676, ../components/sass/styles.scss */
            .page-content .two-columns > div .first-column ul.side-menu > li:first-child {
              border-width: 0; }
            /* line 2680, ../components/sass/styles.scss */
            .page-content .two-columns > div .first-column ul.side-menu > li:hover,
            .page-content .two-columns > div .first-column ul.side-menu > li.active{
              background-color: #ff9900;
              color: #fff; }
            .page-content .two-columns > div .first-column ul.side-menu > li > ul.side-menu > li:hover,
            .page-content .two-columns > div .first-column ul.side-menu > li > ul.side-menu >  li.active{
              background-color: #fff;
              color: #ff9900; }
            /* line 2685, ../components/sass/styles.scss */
            .page-content .two-columns > div .first-column ul.side-menu > li a {
              display: block;
              padding: 16px 20px; }
            
            .page-content .two-columns > div .first-column ul.side-menu li ul.side-menu{
          margin: 0;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;}
          /* line 2668, ../components/sass/styles.scss */
          .page-content .two-columns > div .first-column ul.side-menu li ul.side-menu > li {
            border-top: none;
            padding-left: 40px;}
            
            
        /* line 2692, ../components/sass/styles.scss */
        .page-content .two-columns > div .first-column article {
          position: relative; }
          /* line 2695, ../components/sass/styles.scss */
          .page-content .two-columns > div .first-column article .image {
            display: block;
            width: 100%; }
            /* line 2698, ../components/sass/styles.scss */
            .page-content .two-columns > div .first-column article .image img {
              width: 100%;
              display: block; }
          /* line 2705, ../components/sass/styles.scss */
          .page-content .two-columns > div .first-column article .video:after {
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            background-color: rgba(0, 0, 0, 0.3);
            z-index: 900;
            content: " ";
            background-image: url("/images/template2014/video-icon.png");
            background-position: center center;
            background-repeat: no-repeat; }
          /* line 2720, ../components/sass/styles.scss */
          .page-content .two-columns > div .first-column article .description {
            background-color: #006699;
            padding: 40px; }
            /* line 2724, ../components/sass/styles.scss */
            .page-content .two-columns > div .first-column article .description h3 {
              font-size: 20px;
              font-size: 2rem;
              line-height: 26px;
              line-height: 2.6rem;
              font-weight: bold;
              color: #fff;
              padding-bottom: 10px; }
            /* line 2732, ../components/sass/styles.scss */
            .page-content .two-columns > div .first-column article .description p {
              color: #aed3e5;
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 22px;
              line-height: 2.2rem; }
            /* line 2738, ../components/sass/styles.scss */
            .page-content .two-columns > div .first-column article .description .category {
              color: #aed3e5;
              text-transform: uppercase;
              font-size: 11px;
              font-size: 1.1rem;
              font-weight: 600;
              padding-bottom: 5px; }
            /* line 2746, ../components/sass/styles.scss */
            .page-content .two-columns > div .first-column article .description a {
              color: #ff9900; }
      /* line 2753, ../components/sass/styles.scss */
      .page-content .two-columns > div .second-column {
        display: table-cell;
        vertical-align: top;
        width: 75%;
        background-color: #fff;
        padding: 20px; }
        @media (min-width: 640px) {
          /* line 2753, ../components/sass/styles.scss */
          .page-content .two-columns > div .second-column {
            padding: 40px; } }
        /* line 2763, ../components/sass/styles.scss */
        .page-content .two-columns > div .second-column .main-image {
          overflow: hidden;
          margin-bottom: 20px; }
          /* line 2766, ../components/sass/styles.scss */
          .page-content .two-columns > div .second-column .main-image img {
            max-width: 100%;
            width: 100%; }
          @media (min-width: 640px) {
            /* line 2763, ../components/sass/styles.scss */
            .page-content .two-columns > div .second-column .main-image {
              overflow: visible;
              margin-left: -40px;
              margin-right: -80px; } }
          @media (min-width: 1000px) {
            /* line 2763, ../components/sass/styles.scss */
            .page-content .two-columns > div .second-column .main-image {
              margin-left: 0;
              margin-right: 0; } }
        /* line 2783, ../components/sass/styles.scss */
        .page-content .two-columns > div .second-column.no-top-padding {
          padding-top: 0px !important; }
  /* line 2794, ../components/sass/styles.scss */
  .page-content .title-over-image .main-image > h1 {
    display: none; }
  @media (min-width: 0) and (max-width: 640px) {
    /* line 2800, ../components/sass/styles.scss */
    .page-content .title-over-image .main-image {
      margin: 0 -20px;
      position: relative;
      background-image: url("/images/template2014/embassy-washington.png");
      background-position: center center;
      background-size: 200% auto;
      background-image: url("/images/template2014/embassy-washington.png");
      /* fallback */
      background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/embassy-washington.png");
      /* Chrome 10+, Saf5.1+ */
      background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/embassy-washington.png");
      /* FF3.6+ */
      background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/embassy-washington.png");
      /* IE10 */
      background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/embassy-washington.png");
      /* Opera 11.10+ */
      background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/embassy-washington.png");
      /* W3C */ }
      /* line 2814, ../components/sass/styles.scss */
      .page-content .title-over-image .main-image > img {
        width: 200% !important;
        max-width: 200% !important;
        visibility: hidden; }
      /* line 2820, ../components/sass/styles.scss */
      .page-content .title-over-image .main-image > h1 {
        display: block;
        padding: 20px;
        position: absolute;
        bottom: 0;
        color: #fff; }
    /* line 2829, ../components/sass/styles.scss */
    .page-content .title-over-image h1 {
      display: none; } }
  /* line 2835, ../components/sass/styles.scss */
  .page-content  div.highlights {
    background-color: #fff;
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 40px; }
    /* line 2841, ../components/sass/styles.scss */
    .page-content  div.highlights ul li {
      cursor: pointer;
      position: relative; }
      @media (min-width: 640px) {
        /* line 2841, ../components/sass/styles.scss */
        .page-content  div.highlights ul li {
          float: left;
          width: 33.33%; }
          /* line 2848, ../components/sass/styles.scss */
          .page-content  div.highlights ul li:last-child {
            display: none; } }
      @media (min-width: 1000px) {
        /* line 2841, ../components/sass/styles.scss */
        .page-content  div.highlights ul li {
          width: 25%; }
          /* line 2856, ../components/sass/styles.scss */
          .page-content  div.highlights ul li:last-child {
            display: block; } }
      /* line 2861, ../components/sass/styles.scss */
      .page-content  div.highlights ul li .image {
        position: relative; }
        /* line 2864, ../components/sass/styles.scss */
        .page-content  div.highlights ul li .image > img {
          display: block;
          width: 100%;
          max-width: 100%; }
        /* line 2870, ../components/sass/styles.scss */
        .page-content  div.highlights ul li .image .overlay {
          display: none;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.3); }
          /* line 2879, ../components/sass/styles.scss */
          .page-content  div.highlights ul li .image .overlay .button {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 30px;
            width: 50%;
            margin: auto; }
      /* line 2893, ../components/sass/styles.scss */
      .page-content  div.highlights ul li:nth-child(2n+2) h3 {
        text-align: right; }
      @media (min-width: 640px) {
        /* line 2898, ../components/sass/styles.scss */
        .page-content  div.highlights ul li:nth-child(2n+2) h3 {
          text-align: left; } }
      /* line 2904, ../components/sass/styles.scss */
      .page-content  div.highlights ul li h3 {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 102, 153, 0.6);
        padding: 15px 20px;
        color: #fff;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        text-align: left; }
        @media (min-width: 640px) {
          /* line 2904, ../components/sass/styles.scss */
          .page-content  div.highlights ul li h3 {
            position: static;
            padding: 20px 20px 10px 20px;
            background-color: transparent;
            color: #006699; } }
      /* line 2925, ../components/sass/styles.scss */
      .page-content  div.highlights ul li .description {
        display: none;
        padding: 0 20px;
        color: #555555;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 22px;
        line-height: 2.2rem; }
        /* line 2932, ../components/sass/styles.scss */
        .page-content  div.highlights ul li .description a {
          color: #ff3333; }
        @media (min-width: 640px) {
          /* line 2925, ../components/sass/styles.scss */
          .page-content  div.highlights ul li .description {
            display: block; } }
      /* line 2942, ../components/sass/styles.scss */
      .page-content  div.highlights ul li:hover .image .overlay {
        display: block; }
      /* line 2946, ../components/sass/styles.scss */
      .page-content  div.highlights ul li:hover h3 {
        color: #ff3333; }

/* line 2955, ../components/sass/styles.scss */
.first-column-mobile {
  margin: 0 -20px; }
  @media (min-width: 640px) {
    /* line 2955, ../components/sass/styles.scss */
    .first-column-mobile {
      display: none; } }
  /* line 2961, ../components/sass/styles.scss */
  .first-column-mobile article {
    position: relative;
    background-color: #006699;
    overflow: hidden;
    *zoom: 1; }
    /* line 2966, ../components/sass/styles.scss */
    .first-column-mobile article .image {
      display: block;
      width: 50%;
      float: left; }
      /* line 2970, ../components/sass/styles.scss */
      .first-column-mobile article .image img {
        width: 100%;
        display: block; }
    /* line 2977, ../components/sass/styles.scss */
    .first-column-mobile article .video:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 900;
      content: " ";
      background-image: url("/images/template2014/video-icon.png");
      background-position: center center;
      background-repeat: no-repeat; }
    /* line 2992, ../components/sass/styles.scss */
    .first-column-mobile article .description {
      padding: 10px;
      width: 50%;
      float: left; }
      /* line 2997, ../components/sass/styles.scss */
      .first-column-mobile article .description h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem;
        font-weight: bold;
        color: #fff;
        padding-bottom: 4px; }
      /* line 3005, ../components/sass/styles.scss */
      .first-column-mobile article .description p {
        color: #aed3e5;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px;
        line-height: 2rem; }
      /* line 3011, ../components/sass/styles.scss */
      .first-column-mobile article .description .category {
        color: #aed3e5;
        text-transform: uppercase;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 600;
        padding-bottom: 5px; }
      /* line 3019, ../components/sass/styles.scss */
      .first-column-mobile article .description a {
        color: #ff9900; }

/* line 3026, ../components/sass/styles.scss */
.breadcrumbs {
  display: none;
  padding-bottom: 25px;
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 640px) {
    /* line 3026, ../components/sass/styles.scss */
    .breadcrumbs {
      display: block; } }
  /* line 3035, ../components/sass/styles.scss */
  .breadcrumbs li {
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;    }
    /* line 3037, ../components/sass/styles.scss */
    .breadcrumbs li:before {
      content: "»";
      width: 23px;
      text-align: center;
      display: inline-block;
      vertical-align: top; }
    /* line 3045, ../components/sass/styles.scss */
    .breadcrumbs li:first-child:before {
      content: "";
      width: 0; }
    /* line 3050, ../components/sass/styles.scss */
    .breadcrumbs li a {
      color: #607ba0;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 600; }

/* line 3059, ../components/sass/styles.scss */
.entypollo {
  font-family: 'entypollo'; }

/* line 3063, ../components/sass/styles.scss */
.button {
  display: block;
  background-color: #006699;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 700;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #001c2a;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(64, 140, 178, 0.75);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(64, 140, 178, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(64, 140, 178, 0.75); }
  @media (min-width: 640px) {
    /* line 3063, ../components/sass/styles.scss */
    .button {
      font-size: 10px;
      font-size: 1rem;
      border-width: 0; } }

.button.contact
{
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

.lightgrey label
{
  display: block;
  margin-top: 10px;
}

.lightgrey .text
{
  width: 50%;
  min-width: 240px;
  height: 30px;
  padding: 3px;
}

.lightgrey .text.long,
.lightgrey .textbox
{
  width: 100%;
}

.lightgrey #captcha
{
  float: left;
}

.lightgrey #captcha img
{
  padding: 0;
}

.lightgrey .falid
{
  display: none;
}
      
.button.white
{
  background-color: #fff;
  color: #069;
   border: 1px solid #006699;
}

.embassy-shield
{
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
/* line 3085, ../components/sass/styles.scss */
.list.list, .list-mobile.list {
  display: none; }
  @media (min-width: 640px) {
    /* line 3085, ../components/sass/styles.scss */
    .list.list, .list-mobile.list {
      display: block; } }
/* line 3093, ../components/sass/styles.scss */
.list > ul, .list-mobile > ul {
  width: 25%;
  float: left; }
  /* line 3097, ../components/sass/styles.scss */
  .list > ul li, .list-mobile > ul li {
    border-bottom: 1px solid #c9c9c9;
    padding: 8px 0;
    padding-left: 15px;
    margin-right: 30px;
    color: #006699;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem; }
    /* line 3106, ../components/sass/styles.scss */
    .list > ul li:before, .list-mobile > ul li:before {
      content: "•";
      position: absolute;
      color: #555;
      left: 0; }
    /* line 3114, ../components/sass/styles.scss */
    .list > ul li a:hover, .list-mobile > ul li a:hover {
      color: #ff3300; }

@media (min-width: 640px) {
  /* line 3122, ../components/sass/styles.scss */
  .list-mobile {
    display: none; } }
/* line 3127, ../components/sass/styles.scss */
.list-mobile > ul {
  width: 50%;
  float: left;
  padding-right: 20px; }
  /* line 3131, ../components/sass/styles.scss */
  .list-mobile > ul li {
    border-bottom-width: 0px;
    font-weight: bold; }

/* line 3138, ../components/sass/styles.scss */
.side-icons {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  text-align: center;
  color: #fff;
  z-index: 10; }
.side-icons a
{
  display: none;
}
  /* line 3148, ../components/sass/styles.scss */
  
    
  /* line 3156, ../components/sass/styles.scss */
  .side-icons.pull-right {
    right: 0;
    }
    @media (min-width: 1000px) {
      /* line 3156, ../components/sass/styles.scss */
      .side-icons.pull-right {
        right: -40px; } }
  @media (min-width: 640px) {
    /* line 3138, ../components/sass/styles.scss */
    .side-icons {
      right: -40px;
      top: 0px;}
    .side-icons a
        {
      display: inline;
    } 
    .side-icons.pull-down {
    top: auto; } }
    @media (min-width: 1000px) {
      /* line 3148, ../components/sass/styles.scss */
      .side-icons.pull-down {
        top: 0; } }
  /* line 3168, ../components/sass/styles.scss */
  .side-icons li {
    height: 40px;
    background-color: #cccccc;
    padding-top: 10px;
    margin-bottom: 1px;
    position: relative; }
  /* line 3176, ../components/sass/styles.scss */
  .side-icons .entypollo {
    font-size: 22px;
    font-size: 2.2rem;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }
  /* line 3181, ../components/sass/styles.scss */
  .side-icons .world {
    background-color: #006699;
    cursor: pointer;
    padding-top: 0; }
    /* line 3186, ../components/sass/styles.scss */
    .side-icons .world > img {
      width: 24px;
      padding-top: 8px;
      vertical-align: middle; }
    /* line 3192, ../components/sass/styles.scss */
    .side-icons .world .expand {
      display: none;
      position: absolute;
      right: 100%;
      top: 0;
      background-color: #3399cc;
      font-size: 10px;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: bold;
      padding: 8px 0; }
      /* line 3203, ../components/sass/styles.scss */
      .side-icons .world .expand a {
        display: block;
        padding: 8px 20px; }
        /* line 3206, ../components/sass/styles.scss */
        .side-icons .world .expand a:hover,
        .side-icons .world .expand a.active{
          color: #333333; }
    /* line 3212, ../components/sass/styles.scss */
    .side-icons .world:hover {
      background-color: #3399cc; }
      /* line 3215, ../components/sass/styles.scss */
      .side-icons .world:hover .expand {
        display: block; }

@media (min-width: 1000px) {
  /* line 3222, ../components/sass/styles.scss */
  .innie {
    right: 0px; } }

/* line 3228, ../components/sass/styles.scss */
div.dropdown {
  border: 1px solid #cecece;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  @media (min-width: 640px) {
    /* line 3228, ../components/sass/styles.scss */
    div.dropdown {
      font-size: 10px;
      font-size: 1rem; } }
  /* line 3239, ../components/sass/styles.scss */
  div.dropdown .head {
    height: 30px;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(bottom, rgba(102, 102, 102, 0.25) 0%, rgba(102, 102, 102, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(102, 102, 102, 0.25) 0%, rgba(102, 102, 102, 0) 100%);
    background-image: linear-gradient(to top, rgba(102, 102, 102, 0.25) 0%, rgba(102, 102, 102, 0) 100%); }
    /* line 3248, ../components/sass/styles.scss */
    div.dropdown .head:hover {
      background-color: #f6f6f6; }
    /* line 3252, ../components/sass/styles.scss */
    div.dropdown .head:after {
      content: "\25BE";
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      color: #9e9e9e;
      line-height: 30px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 29px;
      text-align: center; }
  /* line 3268, ../components/sass/styles.scss */
  div.dropdown ul.body {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 1px solid #cbcbcb;
    z-index: 999;
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75); }
    /* line 3279, ../components/sass/styles.scss */
    div.dropdown ul.body > li {
      padding: 8px 10px;
      cursor: pointer;
      background-color: #fff; }
      /* line 3284, ../components/sass/styles.scss */
      div.dropdown ul.body > li:hover {
        background-color: #fff6e6; }
      /* line 3288, ../components/sass/styles.scss */
      div.dropdown ul.body > li:before {
        content: none; }
      /* line 3292, ../components/sass/styles.scss */
      div.dropdown ul.body > li a {
        font-weight: inherit; }

/* line 3299, ../components/sass/styles.scss */
strong {
  font-weight: bold; }

/* line 3303, ../components/sass/styles.scss */
em {
  font-style: italic; }

/* line 3308, ../components/sass/styles.scss */
ul.list-disc > li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #006699; }
  /* line 3309, ../components/sass/styles.scss */
  ul.list-disc > li:before {
    content: "•";
    padding-right: 5px;
    color: #555; }
  /* line 3315, ../components/sass/styles.scss */
  ul.list-disc > li:hover {
    color: #ff0000; }

/* line 3324, ../components/sass/styles.scss */
blockquote {
  color: #006699;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  padding: 0 0 30px 25px;
  font-family: Georgia, serif;
  line-height: 24px;
  line-height: 2.4rem;
  position: relative; }
  @media (min-width: 640px) {
    /* line 3324, ../components/sass/styles.scss */
    blockquote {
      padding: 0 40px 30px 80px; } }
  /* line 3337, ../components/sass/styles.scss */
  blockquote:before {
    content: " ";
    top: 0;
    left: 0;
    width: 30px;
    height: 27px;
    display: block;
    position: absolute;
    background-image: url("/images/template2014/quotes.png");
    background-repeat: no-repeat;
    background-size: 60%; }
    @media (min-width: 640px) {
      /* line 3337, ../components/sass/styles.scss */
      blockquote:before {
        background-size: 100%; } }
  /* line 3354, ../components/sass/styles.scss */
  blockquote .quoted {
    color: #888;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-top: 30px;
    position: relative;
    padding-left: 7px; }
    /* line 3362, ../components/sass/styles.scss */
    blockquote .quoted:before {
      content: "-";
      position: absolute;
      top: 0;
      left: -7px; }

/* line 3371, ../components/sass/styles.scss */
.georgia {
  font-family: Georgia, serif; }

/* line 3376, ../components/sass/styles.scss */
.images:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 7px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 700;
  content: "\e80e";
  font-family: 'entypollo';
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff; }

/* line 3393, ../components/sass/styles.scss */
.padded-wrapper {
  padding: 20px; }
  @media (min-width: 640px) {
    /* line 3393, ../components/sass/styles.scss */
    .padded-wrapper {
      padding: 35px 40px; } }

/* line 3400, ../components/sass/styles.scss */
.date-source {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-bottom: 6px; }
  @media (min-width: 640px) {
    /* line 3400, ../components/sass/styles.scss */
    .date-source {
      font-size: 11px;
      font-size: 1.1rem; } }

/* line 3411, ../components/sass/styles.scss */
.results-list {
  padding-top: 34px;
  padding-left: 30px;
  counter-reset: results-counter; }
  /* line 3416, ../components/sass/styles.scss */
  .results-list h2 {
    color: #ff3333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 0;
    position: relative; }
    /* line 3423, ../components/sass/styles.scss */
    .results-list h2:before {
      content: counter(results-counter) ".";
      counter-increment: results-counter;
      position: absolute;
      left: -30px;
      top: 0;
      color: #333; }
  /* line 3434, ../components/sass/styles.scss */
  .results-list li {
    padding-bottom: 34px; }

/* line 3439, ../components/sass/styles.scss */
.list-nav {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  *zoom: 1; }
  /* line 38, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/general/_clearfix.scss */
  .list-nav:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 640px) {
    /* line 3439, ../components/sass/styles.scss */
    .list-nav {
      display: none; } }
  /* line 3450, ../components/sass/styles.scss */
  .list-nav > li {
    position: relative;
    cursor: pointer;
    color: #fff;
    float: left;
    width: 33.33%;
    background-color: #006699;
    border: 1px solid #002334;
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(87, 151, 153, 0.75);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(87, 151, 153, 0.75);
    box-shadow: inset 0px 1px 0px 0px rgba(87, 151, 153, 0.75);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 34px; }
    /* line 3464, ../components/sass/styles.scss */
    .list-nav > li:first-child {
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px 0 0 3px; }
    /* line 3468, ../components/sass/styles.scss */
    .list-nav > li:last-child {
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-radius: 0;
      border-radius: 0 3px 3px 0; }
    /* line 3473, ../components/sass/styles.scss */
    .list-nav > li.selected:after {
      content: " ";
      position: absolute;
      width: 17px;
      height: 9px;
      background-image: url("/images/template2014/embassies-hak.png");
      background-repeat: no-repeat;
      bottom: -8px;
      left: 0;
      right: 0;
      margin: 0 auto; }

/* line 3489, ../components/sass/styles.scss */
.pagination {
  margin: 0 -40px;
  border-top: 1px solid #d8d8d8;
  padding: 0 40px;
clear: both;  }
  /* line 3494, ../components/sass/styles.scss */
  .pagination li {
    float: left;
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 1px 0;
    margin-top: -1px; }
    /* line 3501, ../components/sass/styles.scss */
    .pagination li:first-child {
      border-left-width: 1px; }
    /* line 3505, ../components/sass/styles.scss */
    .pagination li a {
      display: block;
      width: 26px;
      height: 40px;
      line-height: 40px;
      font-size: 13px;
      font-size: 1.3rem;
      color: #555;
      text-align: center;
      font-weight: bold; }
      @media (min-width: 640px) {
        /* line 3505, ../components/sass/styles.scss */
        .pagination li a {
          width: 40px; } }
      /* line 3519, ../components/sass/styles.scss */
      .pagination li a:hover {
        background-color: #006699;
        color: #fff; }
    /* line 3525, ../components/sass/styles.scss */
    .pagination li.selected {
      background-color: #fff;
      border-top: 1px solid #fff; }

/* line 3533, ../components/sass/styles.scss */
.mobile-hero {
  background-size: cover;
  background-position: center center;
  background-image: url("/images/template2014/frontpage-featured-image.png");
  /* fallback */
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/frontpage-featured-image.png");
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/frontpage-featured-image.png");
  /* FF3.6+ */
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/frontpage-featured-image.png");
  /* IE10 */
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/frontpage-featured-image.png");
  /* Opera 11.10+ */
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6) 80%), url("/images/template2014/frontpage-featured-image.png");
  /* W3C */
  padding: 70px 20px 20px;
  padding-top: 70px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
  /* line 3550, ../components/sass/styles.scss */
  .mobile-hero h2 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px; }
  /* line 3558, ../components/sass/styles.scss */
  .mobile-hero p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 600; }
  @media (min-width: 640px) {
    /* line 3533, ../components/sass/styles.scss */
    .mobile-hero {
      display: none; } }

/* line 3569, ../components/sass/styles.scss */
.icon-rss {
  background-color: #FF9900;
  color: #FFFFFF;
  display: block;
  height: 40px;
  padding: 6px 0;
  text-align: center;
  width: 40px; }
  /* line 3578, ../components/sass/styles.scss */
  .icon-rss .entypollo {
    font-size: 25px;
    font-size: 2.5rem; }

/* line 3583, ../components/sass/styles.scss */
.title {
  font-weight: bold; }

/* line 3587, ../components/sass/styles.scss */
.mobile-icons {
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 990;
  cursor: pointer; }
  @media (min-width: 640px) {
    /* line 3587, ../components/sass/styles.scss */
    .mobile-icons {
      display: none; } }
  /* line 3598, ../components/sass/styles.scss */
  .mobile-icons .entypollo {
    font-size: 22px;
    font-size: 2.2rem;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  /* line 3603, ../components/sass/styles.scss */
  .mobile-icons > div {
    float: left;
    height: 40px;
    width: 40px;
    background-color: #cccccc;
    line-height: 40px;
    text-align: center;
    position: relative; }
    /* line 3612, ../components/sass/styles.scss */
    .mobile-icons > div.languages {
      margin-left: 1px; }
      /* line 3614, ../components/sass/styles.scss */
      .mobile-icons > div.languages > img {
        width: 22px;
        position: relative;
        top: 7px; }
  /* line 3622, ../components/sass/styles.scss */
  .mobile-icons .option-list {
    display: none;
    position: absolute;
    bottom: 40px; }
    /* line 3626, ../components/sass/styles.scss */
    .mobile-icons .option-list > li {
      height: 40px;
      width: 40px;
      background-color: #3399cc; }
  /* line 3633, ../components/sass/styles.scss */
  .mobile-icons .lang-list {
    display: none;
    position: absolute;
    bottom: 40px;
    padding: 4px 0;
    background-color: #3399cc; }
    /* line 3639, ../components/sass/styles.scss */
    .mobile-icons .lang-list > li {
      font-size: 10px;
      font-size: 1rem;
      line-height: 10px;
      line-height: 1rem;
      padding: 6px 20px;
      text-align: left;
      width: 80px;
      text-transform: uppercase;
      font-weight: bold; }
  /* line 3650, ../components/sass/styles.scss */
  .mobile-icons .opened {
    background-color: #3399cc; }
    /* line 3652, ../components/sass/styles.scss */
    .mobile-icons .opened ul {
      display: block !important; }
      
.photos .images
{
  position: relative;
  float: left;
  width: 21%;
  max-width: 150px;
  min-width: 100px;
  margin: 9px;
}

.photos .images img
{
  width: 100%;
  min-width: 100px;
}

.photos .images span
{
  font-size: 11px;
  font-size: 1.1rem;
}

.photos .images:after
{
  content: none;
}

@-moz-keyframes spin {
  /* line 3658, ../components/sass/styles.scss */
  100% {
    -moz-transform: rotate(-180deg); } }
@-webkit-keyframes spin {
  /* line 3659, ../components/sass/styles.scss */
  100% {
    -webkit-transform: rotate(-180deg); } }
@keyframes spin {
  /* line 3660, ../components/sass/styles.scss */
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); } }

/* FIXES */

#content img,
#content img[style]
{
	max-width:100% !important;
	height:auto !important;
	box-sizing:border-box;
}

#content iframe,
#content iframe[style]
{
	max-width:100% !important;
	box-sizing:border-box;
}

.fancybox-inner[style]
{
	overflow:auto !important;
}

@media (min-width: 1000px)
{
	.page-content div.highlights ul li:nth-child(4n+1)
	{
		clear:both;
	}
}

@media (min-width: 640px) and (max-width:999px)
{
	.page-content div.highlights ul li:nth-child(3n+1)
	{
		clear:both;
	}
}

@media (max-width:640px)
{
	.page-content div.highlights ul li
	{
		clear:both;
	}
}

.news-events.full-width .newsfeed
{
	width:100% !important;
}

#content .dc_webcomponents_html ul
{ 
	margin:0px 0px 28px 28px;
	list-style-type: disc; 
}

#content .dc_webcomponents_html ol
{
	margin:0px 0px 28px 28px;
	list-style-type: decimal; 
}