/* 
**********************************
Fonts
**********************************
*/
/* 
**********************************
Easing
**********************************
*/
/* 
**********************************
Colours
**********************************
*/
/* 
**********************************
Dimensions
**********************************
*/
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.no-transition, .no-transition * {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important;
  transition: none!important; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.inline li {
  display: inline; }

.inline.csv li:after {
  content: ","; }

.inline.csv li:last-child:after {
  content: ""; }

/* 
**********************************
Core block styles
**********************************
*/
.unit, #header, .container, .basic-template .section.main .images, .basic-template .section.main .images .image, .contacts .contact, .info-list, #footer .container,
.inner {
  *zoom: 1;
  /* Trigger hasLayout and contain floats for IE6/7 */
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.unit:before, #header:before, .container:before, .basic-template .section.main .images:before, .basic-template .section.main .images .image:before, .contacts .contact:before, .info-list:before, #footer .container:before,
.unit:after,
#header:after,
.container:after,
.basic-template .section.main .images:after,
.basic-template .section.main .images .image:after,
.contacts .contact:after,
.info-list:after,
#footer .container:after,
.unit > .after,
#header > .after,
.container > .after,
.basic-template .section.main .images > .after,
.basic-template .section.main .images .image > .after,
.contacts .contact > .after,
.info-list > .after,
#footer .container > .after,
.unit > .before,
#header > .before,
.container > .before,
.basic-template .section.main .images > .before,
.basic-template .section.main .images .image > .before,
.contacts .contact > .before,
.info-list > .before,
#footer .container > .before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.unit:after, #header:after, .container:after, .basic-template .section.main .images:after, .basic-template .section.main .images .image:after, .contacts .contact:after, .info-list:after, #footer .container:after,
.unit > .after,
#header > .after,
.container > .after,
.basic-template .section.main .images > .after,
.basic-template .section.main .images .image > .after,
.contacts .contact > .after,
.info-list > .after,
#footer .container > .after {
  clear: both; }

.inner:before,
.inner:after,
.inner > .after,
.inner > .before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.inner:after,
.inner > .after {
  clear: both; }

/* 
**********************************
Sprite
**********************************
*/
.sprite, #logo, #organisation_logo, .icon-buttons .icon a, .player .poster, .home-template .slides .slide .container .close, .control a {
  position: relative; }
  .sprite .inner, #logo .inner, #organisation_logo .inner, .icon-buttons .icon a .inner, .player .poster .inner, .home-template .slides .slide .container .close .inner, .control a .inner {
    width: 100%;
    height: 100%;
    display: block;
    background: url(/img/sprite.svg) top left no-repeat;
    /*@include hdpi(){
    	background:url(/img.sprite-144.png);
    	background-size:800px 800px;
    }*/
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .sprite:hover .inner, #logo:hover .inner, #organisation_logo:hover .inner, .icon-buttons .icon a:hover .inner, .player .poster:hover .inner, .home-template .slides .slide .container .close:hover .inner, .control a:hover .inner {
    opacity: 0.5; }
  .sprite .text, #logo .text, #organisation_logo .text, .icon-buttons .icon a .text, .player .poster .text, .home-template .slides .slide .container .close .text, .control a .text {
    display: none; }

.lt-ie9 .sprite .inner, .lt-ie9 #logo .inner, .lt-ie9 #organisation_logo .inner, .lt-ie9 .icon-buttons .icon a .inner, .icon-buttons .icon .lt-ie9 a .inner, .lt-ie9 .player .poster .inner, .player .lt-ie9 .poster .inner, .lt-ie9 .home-template .slides .slide .container .close .inner, .home-template .slides .slide .container .lt-ie9 .close .inner, .lt-ie9 .control a .inner, .control .lt-ie9 a .inner {
  background-image: url(/img/sprite.png); }

.interface {
  position: relative; }

.interface:after {
  background: url(/img/sprite.svg) top left no-repeat; }

.lt-ie9 .interface:after {
  background-image: url(/img/sprite.png); }

/* 
**********************************
Light Link
**********************************
*/
.light-link {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1; }
  .light-link:hover {
    opacity: 0.5; }

/* 
**********************************
Blank list
**********************************
*/
.blank-list, .icon-buttons {
  padding: 0;
  margin: 0;
  list-style: none; }
  .blank-list li, .icon-buttons li {
    padding: 0;
    margin: 0;
    list-style: none; }

/* 
**********************************
Mask
**********************************
*/
.mask, .slides {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Scrollable region */ }
  .mask > .inner, .slides > .inner {
    width: 200%;
    /* Reset with javascript */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* 
**********************************
Vertical Align Middle
**********************************
*/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  background: #bdbdbd; }

body {
  font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.js,
.js.html-ajaxify,
.html-ajaxify.loading {
  /* Waiting for ajax to be ready, maybe hide the body etc */ }
  .js .page,
  .js.html-ajaxify .page,
  .html-ajaxify.loading .page {
    visibility: hidden; }

.js.html-no-ajaxify,
.html-ajaxify.loaded {
  /* Ajax ready, show the content */ }
  .js.html-no-ajaxify .page,
  .html-ajaxify.loaded .page {
    visibility: visible; }

/* 
**********************************
End Core block styles
**********************************
*/
/* 
**********************************
Main Resets
**********************************
*/
*, *:focus, *:hover {
  -webkit-tap-highlight-color: transparent!important; }

.title, h1, h2, h3, p, pre {
  padding: 0;
  margin: 0; }

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none; }

strong {
  font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
  font-weight: normal;
  font-style: normal; }

.clickable {
  cursor: pointer; }

/* 
**********************************
End Main Resets
**********************************
*/
/* 
**********************************
Loader
**********************************
*/
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 122px;
  margin-left: -61px;
  margin-top: -61px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/* 
**********************************
Page
**********************************
*/
body {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  body #content_wrap {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  body.open #content_wrap {
    position: fixed;
    top: 0px;
    left: 0;
    opacity: 0.25;
    transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    /* IE 9 */
    -webkit-transform: scale(0.85, 0.85);
    /* Safari and Chrome */ }
  body.open #footer {
    display: none; }

.page {
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  padding-top: 41px; }
  .page.has-masthead {
    padding-top: 0; }
  @media screen and (max-width: 700px) {
    .page {
      padding-top: 80px; } }

.content-wrap {
  min-height: 500px; }

/* 
**********************************
Section Colours
**********************************
*/
html body #page *.category-events {
  background: #2992c2; }

html body #page *.category-education {
  background: #a9071e; }

html body #page *.category-fingal-arts-office {
  background: #a0d36e; }

html body #page *.category-public-art,
html body #page *.category-news {
  background: #facb47; }

html body #page *.category-contact {
  background: #ababab; }

html body #page *.category-media {
  background: #c1dfe2; }

html body #page *.basic {
  background: white; }

/* 
**********************************
Header
**********************************
*/
#header {
  height: 40px;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid white; }
  #header .container {
    height: 100%; }
  @media screen and (max-width: 700px) {
    #header {
      position: absolute;
      height: 80px; } }
  @media screen and (max-width: 700px) {
    #header {
      border-bottom: none; }
      #header .container {
        border-bottom: 1px solid white; } }

/* 
**********************************
Company
**********************************
*/
#company {
  float: left;
  width: 33.33333%;
  height: 100%; }
  @media screen and (max-width: 1023px) {
    #company {
      width: 16.66667%; } }

/* 
**********************************
End Company
**********************************
*/
/* 
**********************************
Logo
**********************************
*/
#logo {
  display: block;
  float: left;
  position: relative;
  width: 26px;
  height: 100%; }
  #logo .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11.5px;
    margin-left: -13px;
    width: 26px;
    height: 23px;
    margin-left: 0;
    left: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-position: -404px -76px; }
  @media screen and (max-width: 1023px) {
    #logo {
      width: 100%; }
      #logo .inner {
        background-position: -404px -49px; } }
  #logo:hover .inner {
    opacity: 0.6;
    background-position: -404px -49px; }
  @media screen and (max-width: 700px) {
    #logo {
      width: 43px;
      height: 35px;
      position: absolute;
      top: 20px;
      left: 15px;
      z-index: 99999; }
      #logo .inner {
        -webkit-transition: none 0 none;
        -moz-transition: none 0 none;
        -ms-transition: none 0 none;
        -o-transition: none 0 none;
        transition: none 0 none;
        background-position: -396px -111px;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%; }
      #logo:hover .inner {
        background-position: -396px -111px; } }

/* 
**********************************
End Logo
**********************************
*/
/* 
**********************************
Organisation
**********************************
*/
#organisation {
  position: absolute;
  width: 8.33333%;
  height: 100%;
  top: 0;
  right: 0; }
  @media screen and (max-width: 1023px) {
    #organisation {
      display: none; } }

/* 
**********************************
End Organisation
**********************************
*/
/* 
**********************************
Organisation Logo
**********************************
*/
#organisation_logo {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 100%; }
  #organisation_logo .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -39px;
    width: 78px;
    height: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-position: -10px -52px;
    opacity: 0.6; }
  #organisation_logo:hover .inner {
    opacity: 1; }

/* 
**********************************
End Organisation Logo
**********************************
*/
/* 
**********************************
Nav
**********************************
*/
#nav {
  float: right;
  width: 66.66667%;
  height: 100%; }
  #nav .after {
    display: none; }
  #nav ul {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: visible; }
  #nav > ul > li:hover {
    height: 40px; }
    #nav > ul > li:hover > ul {
      display: block;
      display: none; }
  #nav li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border-left: 1px solid white;
    position: relative;
    height: 100%;
    display: table;
    display: block;
    width: 12.5%;
    margin: 0;
    font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
    font-style: normal;
    font-weight: normal; }
    #nav li.last {
      border-right: 1px solid white; }
    #nav li:first-child {
      width: 25%; }
    @media screen and (max-width: 1023px) {
      #nav li {
        width: 15%;
        text-align: center; }
        #nav li:first-child {
          width: 25%; }
        #nav li.last {
          border-right: none; } }
    #nav li a {
      white-space: nowrap;
      display: table-cell;
      display: block;
      /*width:100%;
      height:100%;*/
      line-height: 20px;
      color: #FFF;
      text-decoration: none;
      padding: 10px;
      padding-bottom: 0;
      height: 30px; }
      #nav li a:hover {
        background: rgba(255, 255, 255, 0.25); }
    #nav li ul {
      position: absolute;
      width: 200%;
      top: 100%;
      left: 0;
      height: auto;
      border: 1px solid white;
      border-bottom: none;
      margin-left: -1px;
      margin-top: 0px;
      background: rgba(0, 0, 0, 0.35); }
      #nav li ul li, #nav li ul li:first-child, #nav li ul li:last-child {
        width: 100%;
        display: block;
        float: none;
        border: none;
        border-bottom: 1px solid white; }
        #nav li ul li a, #nav li ul li:first-child a, #nav li ul li:last-child a {
          display: block;
          width: auto;
          white-space: normal;
          padding-bottom: 10px;
          height: auto; }
        #nav li ul li.selected a:hover, #nav li ul li:first-child.selected a:hover, #nav li ul li:last-child.selected a:hover {
          color: white; }
        #nav li ul li ul, #nav li ul li:first-child ul, #nav li ul li:last-child ul {
          display: none; }
    #nav li.fingal-arts-office a:hover {
      background: rgba(160, 211, 110, 0.5); }
    #nav li.fingal-arts-office.selected a {
      background: #a0d36e; }
    #nav li.events a:hover {
      background: rgba(41, 146, 194, 0.5); }
    #nav li.events.selected a {
      background: #2992c2; }
    #nav li.education a:hover {
      background: rgba(169, 7, 30, 0.5); }
    #nav li.education.selected a {
      background: #a9071e; }
    #nav li.public-art a:hover {
      background: rgba(250, 203, 71, 0.5); }
    #nav li.public-art.selected a {
      background: #facb47; }
    #nav li.media a:hover {
      background: rgba(193, 223, 226, 0.5); }
    #nav li.media.selected a {
      background: #c1dfe2; }
    #nav li.contact a:hover {
      background: rgba(171, 171, 171, 0.5); }
    #nav li.contact.selected a {
      background: #ababab; }
    #nav li ul {
      display: none; }
      #nav li ul ul {
        display: none; }
    #nav li.selected a {
      font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
      font-weight: normal;
      font-style: normal;
      color: black; }
    #nav li.selected li a:hover {
      color: white; }
    #nav li.selected li.selected a {
      color: white; }
  @media screen and (max-width: 1023px) {
    #nav {
      width: 83.33333%; } }
  @media screen and (max-width: 700px) {
    #nav {
      z-index: 9999;
      width: 100%;
      float: none;
      padding-top: 81px;
      height: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0; }
      #nav.open {
        height: auto; }
      #nav > ul > li:hover {
        height: auto; }
        #nav > ul > li:hover > ul {
          display: none; }
        #nav > ul > li:hover.selected > ul {
          display: block; }
      #nav .after {
        display: block;
        width: 35px;
        height: 26px;
        background: url(/img/sprite.svg) top left no-repeat;
        background-position: -315px -26px;
        position: absolute;
        top: 26px;
        right: 15px;
        cursor: pointer; }
      #nav > ul {
        background: rgba(0, 0, 0, 0.35); }
      #nav ul {
        font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
        line-height: 110%;
        width: 100%;
        position: relative; }
        #nav ul li, #nav ul li:first-child, #nav ul li.first, #nav ul li.last {
          height: auto;
          float: none;
          position: relative;
          width: 100%;
          padding: 0;
          margin: 0;
          border: none;
          border-bottom: 1px solid white;
          display: block; }
          #nav ul li a, #nav ul li:first-child a, #nav ul li.first a, #nav ul li.last a {
            font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
            font-weight: normal;
            font-style: normal;
            display: block;
            width: auto;
            padding: 15px 35px 5px 35px; }
          #nav ul li.parent > a .text:after, #nav ul li:first-child.parent > a .text:after, #nav ul li.first.parent > a .text:after, #nav ul li.last.parent > a .text:after {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            background: url(/img/sprite.svg) top left no-repeat;
            background-position: -288px -143px;
            margin-left: 10px; }
          #nav ul li.parent.selected > a .text:after, #nav ul li:first-child.parent.selected > a .text:after, #nav ul li.first.parent.selected > a .text:after, #nav ul li.last.parent.selected > a .text:after {
            background-position: -306px -143px; }
          #nav ul li ul, #nav ul li:first-child ul, #nav ul li.first ul, #nav ul li.last ul {
            display: none;
            position: relative;
            top: auto;
            left: auto;
            border-bottom: none;
            width: 100%!important; }
            #nav ul li ul li a, #nav ul li ul li-first a, #nav ul li ul li:first-child a, #nav ul li ul li.last a, #nav ul li ul li:last-child a, #nav ul li:first-child ul li a, #nav ul li:first-child ul li-first a, #nav ul li:first-child ul li:first-child a, #nav ul li:first-child ul li.last a, #nav ul li:first-child ul li:last-child a, #nav ul li.first ul li a, #nav ul li.first ul li-first a, #nav ul li.first ul li:first-child a, #nav ul li.first ul li.last a, #nav ul li.first ul li:last-child a, #nav ul li.last ul li a, #nav ul li.last ul li-first a, #nav ul li.last ul li:first-child a, #nav ul li.last ul li.last a, #nav ul li.last ul li:last-child a {
              position: relative;
              padding: 12px 35px 12px 35px;
              padding-left: 60px;
              line-height: 120%;
              white-space: normal; }
              #nav ul li ul li a:before, #nav ul li ul li-first a:before, #nav ul li ul li:first-child a:before, #nav ul li ul li.last a:before, #nav ul li ul li:last-child a:before, #nav ul li:first-child ul li a:before, #nav ul li:first-child ul li-first a:before, #nav ul li:first-child ul li:first-child a:before, #nav ul li:first-child ul li.last a:before, #nav ul li:first-child ul li:last-child a:before, #nav ul li.first ul li a:before, #nav ul li.first ul li-first a:before, #nav ul li.first ul li:first-child a:before, #nav ul li.first ul li.last a:before, #nav ul li.first ul li:last-child a:before, #nav ul li.last ul li a:before, #nav ul li.last ul li-first a:before, #nav ul li.last ul li:first-child a:before, #nav ul li.last ul li.last a:before, #nav ul li.last ul li:last-child a:before {
                content: '\2014\00a0';
                display: block;
                line-height: 5px;
                height: 5px;
                width: 20px;
                position: absolute;
                top: 25px;
                left: 35px; }
            #nav ul li ul li a, #nav ul li ul li.parent-selected a, #nav ul li ul li.selected a, #nav ul li ul li-first a, #nav ul li ul li-first.parent-selected a, #nav ul li ul li-first.selected a, #nav ul li ul li:first-child a, #nav ul li ul li:first-child.parent-selected a, #nav ul li ul li:first-child.selected a, #nav ul li ul li.last a, #nav ul li ul li.last.parent-selected a, #nav ul li ul li.last.selected a, #nav ul li ul li:last-child a, #nav ul li ul li:last-child.parent-selected a, #nav ul li ul li:last-child.selected a, #nav ul li:first-child ul li a, #nav ul li:first-child ul li.parent-selected a, #nav ul li:first-child ul li.selected a, #nav ul li:first-child ul li-first a, #nav ul li:first-child ul li-first.parent-selected a, #nav ul li:first-child ul li-first.selected a, #nav ul li:first-child ul li:first-child a, #nav ul li:first-child ul li:first-child.parent-selected a, #nav ul li:first-child ul li:first-child.selected a, #nav ul li:first-child ul li.last a, #nav ul li:first-child ul li.last.parent-selected a, #nav ul li:first-child ul li.last.selected a, #nav ul li:first-child ul li:last-child a, #nav ul li:first-child ul li:last-child.parent-selected a, #nav ul li:first-child ul li:last-child.selected a, #nav ul li.first ul li a, #nav ul li.first ul li.parent-selected a, #nav ul li.first ul li.selected a, #nav ul li.first ul li-first a, #nav ul li.first ul li-first.parent-selected a, #nav ul li.first ul li-first.selected a, #nav ul li.first ul li:first-child a, #nav ul li.first ul li:first-child.parent-selected a, #nav ul li.first ul li:first-child.selected a, #nav ul li.first ul li.last a, #nav ul li.first ul li.last.parent-selected a, #nav ul li.first ul li.last.selected a, #nav ul li.first ul li:last-child a, #nav ul li.first ul li:last-child.parent-selected a, #nav ul li.first ul li:last-child.selected a, #nav ul li.last ul li a, #nav ul li.last ul li.parent-selected a, #nav ul li.last ul li.selected a, #nav ul li.last ul li-first a, #nav ul li.last ul li-first.parent-selected a, #nav ul li.last ul li-first.selected a, #nav ul li.last ul li:first-child a, #nav ul li.last ul li:first-child.parent-selected a, #nav ul li.last ul li:first-child.selected a, #nav ul li.last ul li.last a, #nav ul li.last ul li.last.parent-selected a, #nav ul li.last ul li.last.selected a, #nav ul li.last ul li:last-child a, #nav ul li.last ul li:last-child.parent-selected a, #nav ul li.last ul li:last-child.selected a {
              color: black!important; }
            #nav ul li ul li.selected > a, #nav ul li ul li.parent-selected > a, #nav ul li ul li-first.selected > a, #nav ul li ul li-first.parent-selected > a, #nav ul li ul li:first-child.selected > a, #nav ul li ul li:first-child.parent-selected > a, #nav ul li ul li.last.selected > a, #nav ul li ul li.last.parent-selected > a, #nav ul li ul li:last-child.selected > a, #nav ul li ul li:last-child.parent-selected > a, #nav ul li:first-child ul li.selected > a, #nav ul li:first-child ul li.parent-selected > a, #nav ul li:first-child ul li-first.selected > a, #nav ul li:first-child ul li-first.parent-selected > a, #nav ul li:first-child ul li:first-child.selected > a, #nav ul li:first-child ul li:first-child.parent-selected > a, #nav ul li:first-child ul li.last.selected > a, #nav ul li:first-child ul li.last.parent-selected > a, #nav ul li:first-child ul li:last-child.selected > a, #nav ul li:first-child ul li:last-child.parent-selected > a, #nav ul li.first ul li.selected > a, #nav ul li.first ul li.parent-selected > a, #nav ul li.first ul li-first.selected > a, #nav ul li.first ul li-first.parent-selected > a, #nav ul li.first ul li:first-child.selected > a, #nav ul li.first ul li:first-child.parent-selected > a, #nav ul li.first ul li.last.selected > a, #nav ul li.first ul li.last.parent-selected > a, #nav ul li.first ul li:last-child.selected > a, #nav ul li.first ul li:last-child.parent-selected > a, #nav ul li.last ul li.selected > a, #nav ul li.last ul li.parent-selected > a, #nav ul li.last ul li-first.selected > a, #nav ul li.last ul li-first.parent-selected > a, #nav ul li.last ul li:first-child.selected > a, #nav ul li.last ul li:first-child.parent-selected > a, #nav ul li.last ul li.last.selected > a, #nav ul li.last ul li.last.parent-selected > a, #nav ul li.last ul li:last-child.selected > a, #nav ul li.last ul li:last-child.parent-selected > a {
              color: white!important; }
            #nav ul li ul li.last, #nav ul li ul li-first.last, #nav ul li ul li:first-child.last, #nav ul li ul li.last.last, #nav ul li ul li:last-child.last, #nav ul li:first-child ul li.last, #nav ul li:first-child ul li-first.last, #nav ul li:first-child ul li:first-child.last, #nav ul li:first-child ul li.last.last, #nav ul li:first-child ul li:last-child.last, #nav ul li.first ul li.last, #nav ul li.first ul li-first.last, #nav ul li.first ul li:first-child.last, #nav ul li.first ul li.last.last, #nav ul li.first ul li:last-child.last, #nav ul li.last ul li.last, #nav ul li.last ul li-first.last, #nav ul li.last ul li:first-child.last, #nav ul li.last ul li.last.last, #nav ul li.last ul li:last-child.last {
              border-bottom: none; }
            #nav ul li ul li ul, #nav ul li ul li-first ul, #nav ul li ul li:first-child ul, #nav ul li ul li.last ul, #nav ul li ul li:last-child ul, #nav ul li:first-child ul li ul, #nav ul li:first-child ul li-first ul, #nav ul li:first-child ul li:first-child ul, #nav ul li:first-child ul li.last ul, #nav ul li:first-child ul li:last-child ul, #nav ul li.first ul li ul, #nav ul li.first ul li-first ul, #nav ul li.first ul li:first-child ul, #nav ul li.first ul li.last ul, #nav ul li.first ul li:last-child ul, #nav ul li.last ul li ul, #nav ul li.last ul li-first ul, #nav ul li.last ul li:first-child ul, #nav ul li.last ul li.last ul, #nav ul li.last ul li:last-child ul {
              display: none!important; }
          #nav ul li.selected ul, #nav ul li.selected:hover ul, #nav ul li:first-child.selected ul, #nav ul li:first-child.selected:hover ul, #nav ul li.first.selected ul, #nav ul li.first.selected:hover ul, #nav ul li.last.selected ul, #nav ul li.last.selected:hover ul {
            display: block; } }

/* 
**********************************
End nav
**********************************
*/
/* 
**********************************
Icon buttons
**********************************
*/
.icon-buttons .icon {
  padding: 0;
  margin: 0; }
  .icon-buttons .icon a {
    width: 100%;
    height: 100%;
    display: block; }

/* 
**********************************
Structure
**********************************
*/
#content_wrap {
  position: relative;
  z-index: 50; }

/*
++++++
.container - max width centered 
++++++
*/
.container {
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .container {
      max-width: 900px; } }
  @media screen and (max-width: 700px) {
    .container {
      max-width: 680px; } }

/*
+++++++
.section.main - the main content (column on tablet and mobile)
+++++++
*/
.section.main {
  float: right;
  width: 66.66667%; }
  @media screen and (max-width: 1023px) {
    .section.main {
      width: 58.33333%; } }
  @media screen and (max-width: 700px) {
    .section.main {
      width: auto;
      float: none; } }

/*
++++++
.section.aside - sidebar
++++++
*/
.section.aside {
  float: left;
  width: 33.33333%;
  /* Gutter on immediate children */ }
  .section.aside > * {
    width: auto;
    margin-right: 30px;
    margin-left: 15px;
    margin-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .section.aside {
      width: 41.66667%; }
      .section.aside > * {
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px; } }
  @media screen and (max-width: 700px) {
    .section.aside {
      width: 100%;
      float: none; }
      .section.aside > * {
        margin: 15px;
        margin-top: 0; } }

.basic-template {
  padding-top: 50px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .basic-template {
      padding-top: 20px;
      padding-bottom: 15px; } }
  .basic-template .section.main {
    width: 75%;
    /* Amend: Don't show tablet style */ }
    @media screen and (max-width: 700px) {
      .basic-template .section.main {
        width: auto;
        float: none;
        margin-bottom: 15px; } }
    .basic-template .section.main .images {
      margin-bottom: 30px;
      width: auto;
      position: relative; }
      .basic-template .section.main .images .image {
        height: 100%; }
        .basic-template .section.main .images .image .one-of-two {
          float: left;
          width: 50%; }
          .basic-template .section.main .images .image .one-of-two .lazy-img {
            margin-right: 5px; }
          .basic-template .section.main .images .image .one-of-two:last-child {
            float: right; }
            .basic-template .section.main .images .image .one-of-two:last-child .lazy-img {
              margin-left: 5px;
              margin-right: 0; }
      .basic-template .section.main .images .rsArrow {
        width: 35px;
        height: 61px;
        z-index: 999;
        position: absolute;
        top: 50%;
        margin-top: -21px;
        background: url(/img/sprite.svg) top left no-repeat; }
      .basic-template .section.main .images .rsArrowLeft {
        left: 0px;
        margin-top: -25px;
        background-position: -288px -251px; }
      .basic-template .section.main .images .rsArrowRight {
        right: 0px;
        background-position: -323px -253px; }
    .basic-template .section.main .content {
      background: #FFF;
      padding: 10px;
      width: auto;
      margin-right: 15px; }
      @media screen and (max-width: 1023px) {
        .basic-template .section.main .content {
          margin-left: 15px;
          margin-right: 15px; } }
      .basic-template .section.main .content .heading {
        padding-left: 10px;
        padding-top: 3px; }
        .basic-template .section.main .content .heading h1.title {
          margin-bottom: 25px; }
      .basic-template .section.main .content .main {
        width: 66.66667%;
        float: left; }
        @media screen and (max-width: 700px) {
          .basic-template .section.main .content .main {
            width: auto;
            float: none; } }
        .basic-template .section.main .content .main > .inner {
          padding: 0 20px 10px 10px; }
        .basic-template .section.main .content .main ul {
          list-style: none; }
          .basic-template .section.main .content .main ul li {
            position: relative;
            margin-left: 0;
            padding-left: 20px; }
          .basic-template .section.main .content .main ul li:after {
            content: "";
            width: 12px;
            height: 1px;
            position: absolute;
            display: block;
            background: black;
            top: 9px;
            left: 0; }
      .basic-template .section.main .content .aside {
        width: 33.33333%;
        float: right; }
        @media screen and (max-width: 700px) {
          .basic-template .section.main .content .aside {
            width: auto;
            float: none; } }
        .basic-template .section.main .content .aside > .inner {
          padding: 0 10px 10px 20px; }
  .basic-template .section.aside {
    width: 25%;
    /* Amend: don't show on tablet */ }
    @media screen and (max-width: 1023px) {
      .basic-template .section.aside {
        /*width:auto;
        float:none;*/
        /* Gutter on immediate children */ }
        .basic-template .section.aside > * {
          width: auto;
          margin-left: 15px;
          margin-right: 15px;
          margin-right: 0; } }
    .basic-template .section.aside .call-to-action .title {
      color: white; }
    .basic-template .section.aside .call-to-action > .inner {
      min-height: 0;
      height: auto;
      margin-bottom: 30px; }

.contact-template .section.main {
  width: 66.66667%;
  float: left; }
  .contact-template .section.main .content {
    margin-left: 15px;
    margin-right: 0; }
    .contact-template .section.main .content .main {
      width: auto; }
  @media screen and (max-width: 1023px) {
    .contact-template .section.main {
      width: auto;
      float: none; }
      .contact-template .section.main .content {
        margin-left: 15px;
        margin-right: 15px; } }
.contact-template .section.aside {
  width: 33.33333%;
  float: right;
  /* Gutter on immediate children */ }
  .contact-template .section.aside > * {
    width: auto;
    margin-left: 30px;
    margin-right: 15px; }
  @media screen and (max-width: 1023px) {
    .contact-template .section.aside {
      float: none;
      width: auto; }
      .contact-template .section.aside > * {
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right: 15px; } }
  @media screen and (max-width: 700px) {
    .contact-template .section.aside {
      width: 100%;
      float: none; }
      .contact-template .section.aside > * {
        margin: 15px;
        margin-top: 0; }
      .contact-template .section.aside .call-to-action.contact .title {
        display: none; }
      .contact-template .section.aside .call-to-action.contact .social-nav {
        width: 260px;
        margin: 0 auto; } }

.contacts {
  margin-top: 30px; }
  .contacts .contact {
    font-style: normal;
    float: left;
    width: 50%;
    margin-bottom: 30px; }
    @media screen and (max-width: 700px) {
      .contacts .contact {
        float: none;
        width: auto; } }
    .contacts .contact > * {
      width: auto;
      display: block;
      margin-right: 15px;
      margin-left: 15px; }
    .contacts .contact dl {
      display: block;
      width: auto;
      margin-right: 15px; }
      .contacts .contact dl dt {
        width: 15px;
        float: left;
        clear: left;
        font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
        font-weight: normal;
        font-style: normal; }
      .contacts .contact dl dd {
        float: left;
        margin-left: 10px; }

.player {
  position: relative; }
  .player .poster {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .player .poster > * {
      width: 100%;
      height: 100%;
      display: block; }
    .player .poster .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -37px;
      margin-left: -37px;
      width: 74px;
      height: 74px;
      background: url(/img/sprite.svg) top left no-repeat;
      background-position: -279px -161px; }
  .player .iframe {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%; }

.sprite.video .inner, .video#logo .inner, .video#organisation_logo .inner, .icon-buttons .icon a.video .inner, .player .video.poster .inner, .home-template .slides .slide .container .video.close .inner, .control a.video .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  width: 74px;
  height: 74px;
  background: url(/img/sprite.svg) top left no-repeat;
  background-position: -279px -161px; }

.feed-template .section.main .images {
  width: 44.44444%;
  float: left;
  margin-bottom: 0; }
  @media screen and (max-width: 700px) {
    .feed-template .section.main .images {
      width: auto;
      float: none; } }
.feed-template .section.main .content {
  background: #FFF;
  padding: 10px;
  margin-bottom: 30px; }
  .feed-template .section.main .content:last-child {
    margin-bottom: 0; }
  .feed-template .section.main .content .date {
    font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px; }
  .feed-template .section.main .content .text {
    width: 55.55556%;
    float: right;
    padding-top: 10px; }
    .feed-template .section.main .content .text > * {
      padding-left: 30px;
      padding-right: 30px; }
      .feed-template .section.main .content .text > * > .inner {
        padding-left: 0; }
    @media screen and (max-width: 700px) {
      .feed-template .section.main .content .text {
        width: auto;
        float: none; }
        .feed-template .section.main .content .text > * {
          padding-left: 0;
          padding-right: 0; } }
    .feed-template .section.main .content .text .article-nav ul {
      padding-left: 0;
      margin-left: 0; }
  .feed-template .section.main .content .heading h1.title {
    margin-bottom: 15px; }
  .feed-template .section.main .content .main {
    width: auto;
    float: none; }
  .feed-template .section.main .content .aside {
    width: auto;
    float: none; }

.downloads-nav ul, article-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .downloads-nav ul li, article-nav ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px; }

/* 
**********************************
End Structure
**********************************
*/
/* 
**********************************
Info List
**********************************
*/
.info {
  font-family: 'Georgia','Times New Roman',serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px; }

.info-heading,
.body h3.info-heading {
  font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: gray; }

.info-list {
  margin-top: 0; }
  .info-list dt {
    font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    clear: both;
    color: gray;
    float: left;
    width: 30%; }
    .info-list dt.more {
      visibility: hidden; }
  .info-list dd {
    font-family: 'Georgia','Times New Roman',serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    float: right;
    width: 66.66667%;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    color: #3f3f3f; }
    .info-list dd.more {
      font-weight: bold; }

/* 
**********************************
Slides
**********************************
*/
.slides .slide {
  width: 50%;
  /* Reset with JS - 50% compensates for the scroller being 200% of the container */
  height: 100%;
  overflow: hidden;
  position: relative; }
  .slides .slide .body {
    width: 58.33333%;
    position: absolute;
    top: 41px;
    right: 8.33333%;
    background: url(/img/wing-motif.png) bottom right no-repeat;
    background-color: rgba(0, 0, 0, 0.35);
    padding-top: 110px; }
    .slides .slide .body h1 {
      color: #FFF; }
    .slides .slide .body h1 {
      font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 60px;
      line-height: 60px;
      padding: 0 20px 70px 20px;
      width: auto; }
      .slides .slide .body h1 em {
        font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
        font-style: normal;
        font-weight: normal; }
    @media screen and (max-width: 1023px) {
      .slides .slide .body {
        width: 66.66667%;
        right: 4.16667%; }
        .slides .slide .body h1 {
          font-size: 40px;
          line-height: 40px; } }
    @media screen and (max-width: 700px) {
      .slides .slide .body {
        width: 90%;
        right: 5%;
        top: 100px;
        padding-top: 50px;
        background-size: 70%; }
        .slides .slide .body h1 {
          font-size: 30px;
          line-height: 30px; } }
  .slides .slide.fingal-arts-office .body h1 em {
    color: #a0d36e; }
  .slides .slide.events .body h1 em {
    color: #2992c2; }
  .slides .slide.education .body h1 em {
    color: #a9071e; }
  .slides .slide.public-art .body h1 em {
    color: #facb47; }
  .slides .slide.media .body h1 em {
    color: #c1dfe2; }
  .slides .slide.contact .body h1 em {
    color: #ababab; }
  .slides .slide .image {
    display: block; }

/* 
**********************************
Lozenges
**********************************
*/
.lozenges {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.lozenge {
  width: 50%;
  height: auto;
  margin: 0;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
  z-index: 1; }
  .lozenge:nth-child(odd), .lozenge.odd {
    clear: left; }
  .lozenge .inner {
    padding: 10px;
    width: auto;
    margin-right: 30px;
    background: #FFF;
    position: relative; }
  @media screen and (max-width: 1023px) {
    .lozenge {
      float: none;
      width: 100%;
      margin-bottom: 15px; }
      .lozenge .inner {
        margin-right: 15px; } }
  .lozenge .content {
    background: #cccccc; }
  .lozenge .section-label {
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30; }
    .lozenge .section-label a {
      color: black; }
    .lozenge .section-label .sections {
      margin: 0;
      padding: 0;
      list-style: none; }
      .lozenge .section-label .sections li {
        display: none; }
        .lozenge .section-label .sections li:first-child {
          display: block;
          padding: 10px;
          min-width: 70px;
          text-align: right; }
  .lozenge .title {
    font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px; }
    .lozenge .title .read-more {
      text-transform: lowercase; }
  .lozenge .image {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    display: none; }
  .lozenge.clickable {
    cursor: pointer; }
    .lozenge.clickable .text, .lozenge.clickable .read-more {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .lozenge.clickable .overlay {
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      top: 0;
      left: 0;
      z-index: 20;
      position: absolute; }
    .lozenge.clickable:hover .overlay {
      opacity: 0.8;
      top: 0; }
    .lozenge.clickable:hover .read-more {
      color: #FFF;
      opacity: 0.5; }
  .lozenge.lead-image .image {
    display: block; }
  .lozenge.lead-image .content {
    background: transparent;
    padding: 20px;
    position: relative;
    z-index: 25; }
    .lozenge.lead-image .content a {
      color: #ababab; }
  .lozenge.lead-image .summary, .lozenge.lead-image .date {
    display: none; }
  .lozenge.video .inner {
    background: black;
    padding: 0;
    border: 10px solid white; }
  .lozenge.video .image {
    display: block;
    position: relative;
    margin-top: 20px;
    /*&:before,& .before{
    	content:"";
    	display:block;
    	z-index:30;
    	@include vertical-align-middle(74px,74px);
    	background:$trans-white;
    	@include border-radius(37px);
    }*/ }
    .lozenge.video .image:after, .lozenge.video .image .after {
      content: "";
      display: block;
      z-index: 31;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -37px;
      margin-left: -37px;
      width: 74px;
      height: 74px;
      background: url(/img/sprite.svg) top left no-repeat;
      background-position: -279px -161px; }
  .lozenge.video .content {
    background: transparent;
    color: #FFF;
    padding: 20px;
    position: relative;
    z-index: 25;
    margin-top: -40px; }
    .lozenge.video .content a {
      color: #cccccc; }
  .lozenge.video:hover .content {
    color: black; }
    .lozenge.video:hover .content a {
      color: black; }
  .lozenge.video .summary, .lozenge.video .date {
    display: none; }
  .lozenge.information .content {
    padding: 30px 20px 10px 20px; }
    .lozenge.information .content a {
      color: #2992c2; }
      .lozenge.information .content a:hover {
        color: gray; }
  .lozenge.information .title {
    margin-bottom: 15px; }
  .lozenge.information .date {
    font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #2992c2; }
  .lozenge.information .summary {
    font-size: 12px;
    line-height: 16px; }
    .lozenge.information .summary p {
      padding-bottom: 20px; }
  .lozenge.photographic .text {
    color: #FFF; }
  .lozenge.photographic .read-more {
    color: #FFF;
    opacity: 0.5; }
  .lozenge.photographic .content {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
    background: transparent;
    opacity: 0;
    top: 100%;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .lozenge.photographic .content .title {
      width: 100%;
      height: 100%;
      display: table;
      vertical-align: middle; }
      .lozenge.photographic .content .title .text {
        padding: 0 35px;
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle; }
  .lozenge.photographic .summary, .lozenge.photographic .date {
    display: none; }
  .lozenge.photographic .image {
    display: block;
    height: auto; }
    .lozenge.photographic .image * {
      width: 100%;
      height: auto; }
  .lozenge.photographic.on .content {
    background: rgba(255, 255, 255, 0.35); }
  .lozenge.photographic.on .text, .lozenge.photographic.on .read-more {
    color: black; }
  .lozenge.photographic:hover .content, .lozenge.photographic.on .content {
    top: 0;
    opacity: 1; }
  .lozenge.bold .title {
    font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
    font-weight: normal;
    font-style: normal; }
  .lozenge.center-text .inner {
    padding: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%; }
    .lozenge.center-text .inner .title {
      height: 100%;
      width: 100%;
      display: table-cell;
      vertical-align: middle; }

/* 
**********************************
End Lozenges
**********************************
*/
.body {
  font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: black; }
  .body p {
    margin-bottom: 15px; }
  .body a {
    color: #2992c2; }
    .body a:hover {
      color: gray; }
  .body h1, .body h2, .body h3, .body h4 {
    color: black;
    margin-bottom: 10px;
    font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px; }
  .body .heading h1.title, .body .heading h2.title {
    font-size: 32px;
    line-height: 36px; }

.pagination {
  height: 30px;
  margin-top: -15px;
  position: relative;
  margin-right: 15px; }
  .pagination a {
    text-transform: uppercase;
    color: black; }
    .pagination a:hover {
      color: #2992c2; }
  .pagination .prev {
    position: absolute;
    top: 0;
    left: 0; }
  .pagination .next {
    position: absolute;
    top: 0;
    right: 0; }

/* 
**********************************
Home Template
**********************************
*/
.ticker {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px; }
  .ticker #bar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 8.33333%;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: gray; }

.has-ticker .ticker {
  height: 5px; }
  @media screen and (max-width: 700px) {
    .has-ticker .ticker {
      height: 0;
      display: none; } }

@media screen and (max-width: 1023px) {
  .home-template .section.main {
    width: 58.33333%; }
  .home-template .section.aside {
    width: 41.66667%; } }
@media screen and (max-width: 700px) {
  .home-template .section.main {
    width: 100%; }
    .home-template .section.main .inner {
      margin-left: 15px; }
  .home-template .section.aside {
    width: 100%; } }
.home-template .masthead {
  height: 619px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  background: #dcddde; }
  @media screen and (max-width: 1023px) {
    .home-template .masthead {
      height: 500px; } }
  @media screen and (max-width: 700px) {
    .home-template .masthead {
      height: 460px; } }
.home-template .slides {
  width: 100%;
  height: 100%; }
  .home-template .slides .inner {
    width: 100%; }
  .home-template .slides .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 3; }
    .home-template .slides .slide:first-child, .home-template .slides .slide.active {
      display: block;
      z-index: 4; }
    .home-template .slides .slide .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .home-template .slides .slide .container {
      position: relative;
      z-index: 2; }
      .home-template .slides .slide .container .body:after {
        width: 85px;
        height: 85px;
        overflow: hidden;
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 30px;
        background: url(/img/sprite.svg) -213px -23px no-repeat; }
        @media screen and (max-width: 700px) {
          .home-template .slides .slide .container .body:after {
            width: 35px;
            height: 33px;
            left: 20px;
            background-position: -318px -68px; } }
      .home-template .slides .slide .container .close {
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 30px;
        left: 30px; }
        .home-template .slides .slide .container .close .inner {
          background-position: -231px -203px; }
    .home-template .slides .slide .lazy-img {
      width: 100%!important;
      height: 100%!important;
      overflow: hidden;
      position: relative; }

/* 
**********************************
Box
**********************************
*/
.box {
  margin-bottom: 30px; }
  .box .inner {
    padding: 20px 10px; }
  .box .scroller {
    overflow: hidden;
    height: 250px;
    width: auto;
    position: relative; }
    .box .scroller .move {
      position: relative; }
  @media screen and (max-width: 1023px) {
    .box {
      margin-bottom: 15px; } }

/* 
**********************************
Control
**********************************
*/
.control {
  width: auto;
  position: relative; }
  .control a {
    display: block;
    width: 100%;
    height: 30px; }
    .control a.up .inner, .control a.down .inner {
      padding: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -7.5px;
      margin-left: -14.5px;
      width: 29px;
      height: 15px; }
    .control a.up .inner {
      background-position: -225px -255px; }
    .control a.down .inner {
      background-position: -225px -282px; }
  .control.alt a.up .inner {
    background-position: -225px -314px; }
  .control.alt a.down .inner {
    background-position: -225px -341px; }

/* 
**********************************
Menu Nav
**********************************
*/
.menu-nav a {
  color: black; }
  .menu-nav a:hover {
    color: rgba(0, 0, 0, 0.65); }
.menu-nav.alt {
  color: white; }
  .menu-nav.alt .heading .text {
    color: white; }
  .menu-nav.alt a {
    color: white; }
    .menu-nav.alt a:hover {
      color: rgba(255, 255, 255, 0.65); }
  .menu-nav.alt > ul > li {
    margin-bottom: 15px; }
    .menu-nav.alt > ul > li li:after {
      background: white; }
.menu-nav.full > ul ul {
  display: block; }
  .menu-nav.full > ul ul ul {
    display: none; }
.menu-nav .heading {
  margin-bottom: 20px; }
  .menu-nav .heading .text {
    font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 28px; }
.menu-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .menu-nav > ul ul {
    display: none;
    padding: 0;
    margin: 0;
    margin-top: 5px; }
  .menu-nav > ul li.selected > a, .menu-nav > ul li.parent-selected > a {
    text-decoration: underline; }
  .menu-nav > ul > li {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px; }
    .menu-nav > ul > li li {
      padding: 0;
      margin: 0;
      font-size: 12px;
      line-height: 16px;
      padding-left: 20px;
      position: relative; }
      .menu-nav > ul > li li:after {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background: black;
        position: absolute;
        top: 7px;
        left: 3px; }
    .menu-nav > ul > li.selected > ul, .menu-nav > ul > li.parent-selected > ul {
      display: block; }

/* 
**********************************
Tweets Box
**********************************
*/
.tweets.box {
  background: #c1dfe2;
  position: relative; }
  .tweets.box:after {
    content: "";
    display: block;
    width: 63px;
    height: 23px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(/img/sprite.svg) top left no-repeat;
    background-position: -128px -205px; }
  .tweets.box a {
    color: #2992c2; }
    .tweets.box a:hover {
      color: #3f3f3f; }
  .tweets.box .inner {
    padding: 20px;
    padding-top: 65px; }
  .tweets.box .item {
    margin-bottom: 20px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px 20px 0; }
    .tweets.box .item .title {
      font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 10px; }
    .tweets.box .item .date {
      font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      line-height: 12px;
      color: gray;
      position: absolute;
      top: 0;
      right: -3px;
      right: 0; }
    .tweets.box .item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 90%;
      height: 1px;
      background: #FFF; }

/* 
**********************************
News Box
**********************************
*/
.news.box {
  background: #3f3f3f;
  color: #FFF; }
  .news.box a {
    color: #facb47; }
    .news.box a:hover {
      color: #FFF; }
  .news.box .inner {
    padding: 20px; }
  .news.box .heading {
    margin-bottom: 20px; }
    .news.box .heading .title {
      font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 35px; }
  .news.box .item {
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px 15px 0; }
    .news.box .item .title {
      font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 3px; }
    .news.box .item .date {
      font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      line-height: 16px;
      color: #facb47; }
    .news.box .item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 85%;
      height: 1px;
      background: #FFF; }

/* Lazy loaded images before image replace */
.lazy-img {
  background: #EEE;
  display: block; }
  .lazy-img img {
    width: 100%;
    height: auto; }

/* 
**********************************
Call To Action
**********************************
*/
.call-to-action {
  color: white;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  .call-to-action > .inner {
    padding: 20px;
    min-height: 230px; }
    @media screen and (max-width: 700px) {
      .call-to-action > .inner {
        min-height: 0; } }
  .call-to-action a {
    color: white; }
    .call-to-action a:hover {
      color: rgba(0, 0, 0, 0.65); }
  .call-to-action.clickable {
    cursor: pointer; }
  .call-to-action.clickable:hover {
    color: rgba(0, 0, 0, 0.65); }
    .call-to-action.clickable:hover a {
      color: rgba(0, 0, 0, 0.65); }
  .call-to-action .title {
    font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px; }
  .call-to-action .summary {
    font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px; }

/* 
**********************************
Site Links
**********************************
*/
#site_links {
  padding-bottom: 30px; }
  #site_links > .container > .inner {
    width: auto;
    margin-left: 15px; }
  #site_links .call-to-action {
    width: 25%;
    float: left; }
    #site_links .call-to-action .inner {
      margin-right: 30px; }
  @media screen and (max-width: 1023px) {
    #site_links {
      padding-bottom: 0; }
      #site_links .call-to-action {
        width: 50%;
        margin-bottom: 15px; }
        #site_links .call-to-action > .inner {
          margin-right: 15px; } }
  @media screen and (max-width: 700px) {
    #site_links {
      padding-bottom: 0; }
      #site_links .call-to-action {
        width: 100%; } }

/* 
**********************************
Forms
**********************************
*/
.form .form-input.textbox {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  height: 46px;
  width: 225px;
  line-height: 46px;
  padding: 0 5px;
  border: none;
  outline: none; }
  .form .form-input.textbox:focus {
    outline: none;
    border: none;
    border-style: none;
    color: #3f3f3f;
    background: #cccccc; }

/* 
**********************************
Communicate
**********************************
*/
#communicate {
  padding-bottom: 30px; }
  #communicate > .container > .inner {
    width: auto;
    margin-left: 15px; }
  #communicate .call-to-action {
    width: 50%;
    float: left; }
    #communicate .call-to-action > .inner {
      margin-right: 30px;
      min-height: 0;
      position: relative; }
    #communicate .call-to-action .title {
      width: 49%;
      float: left;
      margin: 0; }
  #communicate .social-nav {
    width: 260px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -25px; }
    #communicate .social-nav li:last-child {
      margin: 0; }
  #communicate .form-container {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 20px; }
  @media screen and (max-width: 1023px) {
    #communicate .call-to-action {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
      #communicate .call-to-action > .inner {
        margin-right: 15px; }
    #communicate .social-nav, #communicate .form-container {
      right: auto;
      left: 50%;
      margin-left: 15px; } }
  @media screen and (max-width: 700px) {
    #communicate .call-to-action {
      width: 100%; }
      #communicate .call-to-action .title {
        width: 100%;
        float: none;
        margin-bottom: 15px; }
      #communicate .call-to-action .form-container {
        position: relative;
        float: none;
        top: auto;
        left: auto;
        margin: auto; }
      #communicate .call-to-action.contact .title {
        display: none; }
      #communicate .call-to-action.contact .social-nav {
        position: relative;
        top: auto;
        left: auto;
        margin: auto; } }

.social-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .social-nav ul li {
    padding: 0;
    margin: 0; }
.social-nav .icon {
  float: left;
  width: 50px;
  height: 50px;
  background: #FFF;
  margin-right: 20px; }
  .social-nav .icon:last-child {
    margin-right: 0; }
  .social-nav .icon.twitter a {
    background: #56c2ec; }
    .social-nav .icon.twitter a .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -10.5px;
      margin-left: -13px;
      width: 26px;
      height: 21px;
      background-position: -74px -204px; }
    .social-nav .icon.twitter a:hover {
      background: #84d3f1; }
  .social-nav .icon.facebook a {
    background: #4166b0; }
    .social-nav .icon.facebook a .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -13px;
      margin-left: -6.5px;
      width: 13px;
      height: 26px;
      background-position: -78px -242px; }
    .social-nav .icon.facebook a:hover {
      background: #6081c4; }
  .social-nav .icon.vimeo a {
    background: #6cc6d3; }
    .social-nav .icon.vimeo a .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -11px;
      margin-left: -12.5px;
      width: 25px;
      height: 22px;
      background-position: -74px -283px; }
    .social-nav .icon.vimeo a:hover {
      background: #93d5df; }
  .social-nav .icon.instagram a {
    background: #4e4f51; }
    .social-nav .icon.instagram a .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -13px;
      margin-left: -12.5px;
      width: 25px;
      height: 26px;
      background-position: -74px -316px; }
    .social-nav .icon.instagram a:hover {
      background: #67686b; }

/* 
**********************************
Footer
**********************************
*/
#footer {
  background: url(/img/wing-motif.png) bottom right no-repeat;
  background-color: rgba(0, 0, 0, 0.35);
  color: white; }
  #footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto; }
  #footer a {
    color: white; }
    #footer a:hover {
      color: #bdbdbd; }
  #footer .signoff {
    width: 33.33333%;
    float: left; }
    @media screen and (max-width: 1023px) {
      #footer .signoff {
        width: 50%; } }
    #footer .signoff .inner {
      padding: 0 100px 0 15px; }
    #footer .signoff .social-nav {
      margin-top: 30px; }
      #footer .signoff .social-nav ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        #footer .signoff .social-nav ul li {
          padding-left: 27px;
          height: 25px;
          position: relative;
          font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 12px;
          line-height: 16px;
          line-height: 22px; }
          #footer .signoff .social-nav ul li:after {
            content: "";
            display: block;
            background: url(/img/sprite.svg) top left no-repeat;
            position: absolute;
            top: 1px;
            left: 0;
            height: 22px;
            width: 22px; }
          #footer .signoff .social-nav ul li.twitter:after {
            background-position: -9px -205px; }
          #footer .signoff .social-nav ul li.facebook:after {
            background-position: -9px -233px; }
          #footer .signoff .social-nav ul li.vimeo:after {
            background-position: -12px -263px; }
          #footer .signoff .social-nav ul li.instagram:after {
            background-position: -9px -287px; }
    @media screen and (max-width: 700px) {
      #footer .signoff {
        float: none;
        width: 100%;
        margin-bottom: 15px; }
        #footer .signoff .inner {
          padding: 15px;
          padding-top: 0; }
        #footer .signoff .social-nav li {
          float: left;
          margin-right: 15px; } }
  #footer .footer-nav {
    width: 50%;
    float: left; }
    #footer .footer-nav ul, #footer .footer-nav li {
      padding: 0;
      margin: 0;
      list-style: none; }
    #footer .footer-nav > ul {
      width: 100%; }
      #footer .footer-nav > ul > li + li + li + li {
        clear: left; }
        @media screen and (max-width: 1023px) {
          #footer .footer-nav > ul > li + li + li + li {
            clear: none; } }
      #footer .footer-nav > ul > li + li + li + li + li {
        clear: none;
        float: left; }
      @media screen and (max-width: 1023px) {
        #footer .footer-nav > ul > li:nth-child(odd) {
          clear: left; } }
      #footer .footer-nav > ul > li {
        font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        width: 33.33333%;
        margin-bottom: 30px;
        float: left; }
        @media screen and (max-width: 1023px) {
          #footer .footer-nav > ul > li {
            width: 50%; } }
        #footer .footer-nav > ul > li > a {
          display: block;
          padding-bottom: 5px; }
        #footer .footer-nav > ul > li li {
          font-family: 'AvenirNextRoundedW01-Re',Arial,sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 16px;
          margin-right: 30px; }
          #footer .footer-nav > ul > li li a {
            border-bottom: 1px solid white;
            display: block;
            line-height: 20px; }
          #footer .footer-nav > ul > li li ul {
            display: none; }
    @media screen and (max-width: 700px) {
      #footer .footer-nav {
        float: none;
        width: 100%; }
        #footer .footer-nav > ul {
          height: auto;
          margin-bottom: 35px;
          width: 100%;
          float: none;
          clear: both;
          position: relative;
          border-top: 1px solid white;
          border-bottom: 1px solid white; }
          #footer .footer-nav > ul:after {
            content: "";
            display: table;
            clear: both; }
          #footer .footer-nav > ul li {
            width: 100%;
            margin: 0;
            border-bottom: 1px solid white;
            float: none; }
            #footer .footer-nav > ul li.last {
              border: none; }
            #footer .footer-nav > ul li a {
              font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 24px;
              line-height: 28px;
              display: block;
              padding: 10px 35px;
              width: auto; }
            #footer .footer-nav > ul li.parent {
              /*&.selected{
              	
              	& > a{
              		
              		.text{
              			
              			&:after{
              				background-position:-306px -143px;
              			}
              			
              		}
              		
              	}
              	
              }*/ }
              #footer .footer-nav > ul li.parent > a .text:after {
                content: '';
                display: inline-block;
                width: 10px;
                height: 10px;
                background: url(/img/sprite.svg) top left no-repeat;
                background-position: -288px -143px;
                margin-left: 10px; }
            #footer .footer-nav > ul li ul {
              display: none; }
              #footer .footer-nav > ul li ul li {
                width: 100%;
                border-bottom: 1px solid white; }
                #footer .footer-nav > ul li ul li a {
                  border: none;
                  position: relative;
                  padding: 12px 35px 12px 35px;
                  padding-left: 60px;
                  line-height: 120%;
                  white-space: normal; }
                  #footer .footer-nav > ul li ul li a:before {
                    content: '\2014\00a0';
                    display: block;
                    line-height: 5px;
                    height: 5px;
                    width: 20px;
                    position: absolute;
                    top: 25px;
                    left: 35px; }
            #footer .footer-nav > ul li.open ul {
              display: block;
              background: rgba(0, 0, 0, 0.35);
              border-top: 1px solid white; }
              #footer .footer-nav > ul li.open ul ul {
                display: none; } }
  #footer .footer-address {
    font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    clear: left;
    float: left;
    margin-left: 33.33333%; }
    @media screen and (max-width: 1023px) {
      #footer .footer-address {
        margin-left: 15px; } }
  #footer .credit {
    font-family: 'AvenirNextRoundedW01-De 1075568',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    width: 16.66667%;
    position: absolute;
    bottom: 30px;
    right: 30px; }
    #footer .credit p {
      text-align: right;
      width: 50%;
      float: left; }
    @media screen and (max-width: 1023px) {
      #footer .credit {
        width: 25%; } }
    @media screen and (max-width: 700px) {
      #footer .credit {
        width: auto;
        clear: both;
        float: none;
        position: relative;
        bottom: auto;
        right: auto;
        padding: 15px; }
        #footer .credit p.copyright {
          text-align: left; } }

/* IE 8 Fixes */
.lt-ie9 #header, .lt-ie9 #nav li ul, .lt-ie9 .slides .slide .body, .lt-ie9 #footer {
  background: url(/rgba.php?r=0&g=0&b=0&a=35) top left repeat; }
.lt-ie9 #nav > ul > li > ul > li, .lt-ie9 #nav > ul > li > ul > li.first, .lt-ie9 #nav > ul > li > ul > li.last {
  float: none;
  display: block;
  width: 100%;
  position: relative;
  border: none;
  height: auto;
  border-bottom: 1px solid white; }
  .lt-ie9 #nav > ul > li > ul > li a, .lt-ie9 #nav > ul > li > ul > li.first a, .lt-ie9 #nav > ul > li > ul > li.last a {
    display: block;
    width: auto;
    height: auto;
    padding-bottom: 10px;
    white-space: normal; }
    .lt-ie9 #nav > ul > li > ul > li a .text, .lt-ie9 #nav > ul > li > ul > li.first a .text, .lt-ie9 #nav > ul > li > ul > li.last a .text {
      display: block; }
.lt-ie9 #footer .signoff .social-nav li:after {
  background-image: url(/img/sprite.png); }
.lt-ie9 #footer .credit {
  width: 200px; }
.lt-ie9 .overlay {
  display: none!important; }
  .lt-ie9 .overlay.category-events {
    background: url(/rgba.php?r=41&g=146&b=194&a=50) top left repeat !important; }
  .lt-ie9 .overlay.category-education {
    background: url(/rgba.php?r=169&g=7&b=30&a=50) top left repeat !important; }
  .lt-ie9 .overlay.category-fingal-arts-office {
    background: url(/rgba.php?r=160&g=211&b=110&a=50) top left repeat !important; }
  .lt-ie9 .overlay.category-public-art, .lt-ie9 .overlay.category-news {
    background: url(/rgba.php?r=250&g=203&b=71&a=50) top left repeat !important; }
  .lt-ie9 .overlay.category-contact {
    background: url(/rgba.php?r=171&g=171&b=171&a=50) top left repeat !important; }
  .lt-ie9 .overlay.category-media {
    background: url(/rgba.php?r=193&g=223&b=226&a=50) top left repeat !important; }
  .lt-ie9 .overlay.basic {
    background: url(/rgba.php?r=255&g=255&b=255&a=50) top left repeat !important; }
.lt-ie9 .lozenge.clickable:hover .overlay {
  display: block!important; }
.lt-ie9 .lozenge.odd {
  clear: left!important; }
.lt-ie9 #communicate .call-to-action > .inner {
  min-height: 100px; }
.lt-ie9 #communicate .call-to-action.contact .title {
  width: 40%; }
.lt-ie9 #communicate .social-nav {
  width: 280px!important; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

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

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
