/* ==========================================================================
   import scss files
   ========================================================================== */
/* compass defaults
   ========================================================================== */
/* normalize setup
   ========================================================================== */
/* Font sizes
   ========================================================================== */
/* Colors
   ========================================================================== */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 9, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 27, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
/* line 42, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 52, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establishes a vertical rhythm unit using $base-line-height. */
  line-height: 1.3125em;
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 80, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: helvetica;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
/* line 92, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 105, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 114, ../sass/_normalize.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
/* line 129, ../sass/_normalize.scss */
h1 {
  /* Sets the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.3125em;
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.65625em;
  margin-bottom: 0.65625em;
}

/* line 138, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.75em;
  margin-top: 0.875em;
  margin-bottom: 0.875em;
}

/* line 144, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 2.24359em;
  margin-top: 1.12179em;
  margin-bottom: 1.12179em;
}

/* line 150, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.3125em;
  margin-top: 1.3125em;
  margin-bottom: 1.3125em;
}

/* line 156, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.58133em;
  margin-top: 1.58133em;
  margin-bottom: 1.58133em;
}

/* line 162, ../sass/_normalize.scss */
h6 {
  font-size: 0.75em;
  line-height: 1.75em;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 172, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
/* line 180, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 185, ../sass/_normalize.scss */
blockquote {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.3125em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 194, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 202, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
/* line 211, ../sass/_normalize.scss */
p,
pre {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.3125em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 222, ../sass/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
  line-height: 1.3125em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 237, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 250, ../sass/_normalize.scss */
q {
  quotes: none;
}

/* 2 */
/* line 256, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 262, ../sass/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 271, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 279, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 283, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
/* line 296, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.3125em 0;
}

/* line 304, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
/* line 312, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
/* line 322, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 339, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
/* line 348, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 361, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 374, ../sass/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
/* line 382, ../sass/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.39688em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.79063em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.75781em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.75781em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 429, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 441, ../sass/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
/* line 468, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
/* line 483, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
/* line 492, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 502, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 513, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
/* line 527, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* Retina Sprites
   ========================================================================== */
/* Media Breakpoints
   ========================================================================== */
/* Photoshop Shadows
   ========================================================================== */
/* fonts
   ========================================================================== */
/* line 3, ../sass/_typography.scss */
body {
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2a2a2a;
  line-height: 21px;
}

/* headings
   ========================================================================== */
/* line 13, ../sass/_typography.scss */
h1 {
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 22px;
}

/* line 19, ../sass/_typography.scss */
h2 {
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #d2242b;
}

/* line 26, ../sass/_typography.scss */
h3 {
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

/* global styles
   ========================================================================== */
/* line 34, ../sass/_typography.scss */
a {
  text-decoration: none;
}

/* line 39, ../sass/_typography.scss */
p a {
  color: #d2242b;
  text-decoration: underline;
  white-space: nowrap;
}

/* line 47, ../sass/_typography.scss */
.page-title {
  padding: 20px 27px 15px 27px;
  float: left;
  margin: -10px 0 0;
  position: relative;
  overflow: hidden;
}
/* line 54, ../sass/_typography.scss */
.page-title h1 {
  color: #d2242b;
  width: 100%;
  margin: 0;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
/* line 18, ../sass/ui-elements/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

/* line 32, ../sass/ui-elements/_fancybox.scss */
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("../images/fancybox/fancybox.png");
}

/* line 41, ../sass/ui-elements/_fancybox.scss */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

/* line 50, ../sass/ui-elements/_fancybox.scss */
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

/* line 58, ../sass/ui-elements/_fancybox.scss */
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

/* line 68, ../sass/ui-elements/_fancybox.scss */
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* line 75, ../sass/ui-elements/_fancybox.scss */
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
/* line 85, ../sass/ui-elements/_fancybox.scss */
#fancybox-content ul, #fancybox-content ol {
  padding: 0 0 0 40px;
}

/* line 91, ../sass/ui-elements/_fancybox.scss */
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

/* line 101, ../sass/ui-elements/_fancybox.scss */
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("../images/fancybox/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

/* line 113, ../sass/ui-elements/_fancybox.scss */
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

/* line 120, ../sass/ui-elements/_fancybox.scss */
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

/* line 131, ../sass/ui-elements/_fancybox.scss */
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* line 138, ../sass/ui-elements/_fancybox.scss */
#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("../images/fancybox/blank.gif");
  z-index: 1102;
  display: none;
}

/* line 150, ../sass/ui-elements/_fancybox.scss */
#fancybox-left {
  left: 0px;
}

/* line 154, ../sass/ui-elements/_fancybox.scss */
#fancybox-right {
  right: 0px;
}

/* line 158, ../sass/ui-elements/_fancybox.scss */
#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

/* line 170, ../sass/ui-elements/_fancybox.scss */
#fancybox-left-ico {
  background-image: url("../images/fancybox/fancybox.png");
  background-position: -40px -30px;
}

/* line 175, ../sass/ui-elements/_fancybox.scss */
#fancybox-right-ico {
  background-image: url("../images/fancybox/fancybox.png");
  background-position: -40px -60px;
}

/* line 180, ../sass/ui-elements/_fancybox.scss */
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

/* line 184, ../sass/ui-elements/_fancybox.scss */
#fancybox-left:hover span {
  left: 20px;
}

/* line 188, ../sass/ui-elements/_fancybox.scss */
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

/* line 193, ../sass/ui-elements/_fancybox.scss */
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

/* line 203, ../sass/ui-elements/_fancybox.scss */
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("../images/fancybox/fancybox-x.png");
}

/* line 210, ../sass/ui-elements/_fancybox.scss */
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("../images/fancybox/fancybox.png");
  background-position: -40px -162px;
}

/* line 217, ../sass/ui-elements/_fancybox.scss */
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("../images/fancybox/fancybox-y.png");
  background-position: -20px 0px;
}

/* line 225, ../sass/ui-elements/_fancybox.scss */
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("../images/fancybox/fancybox.png");
  background-position: -40px -182px;
}

/* line 232, ../sass/ui-elements/_fancybox.scss */
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("../images/fancybox/fancybox-x.png");
  background-position: 0px -20px;
}

/* line 240, ../sass/ui-elements/_fancybox.scss */
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("../images/fancybox/fancybox.png");
  background-position: -40px -142px;
}

/* line 247, ../sass/ui-elements/_fancybox.scss */
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("../images/fancybox/fancybox-y.png");
}

/* line 254, ../sass/ui-elements/_fancybox.scss */
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("../images/fancybox/fancybox.png");
  background-position: -40px -122px;
}

/* line 261, ../sass/ui-elements/_fancybox.scss */
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

/* line 267, ../sass/ui-elements/_fancybox.scss */
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

/* line 275, ../sass/ui-elements/_fancybox.scss */
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

/* line 280, ../sass/ui-elements/_fancybox.scss */
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

/* line 288, ../sass/ui-elements/_fancybox.scss */
#fancybox-title-over {
  padding: 10px;
  background-image: url("../images/fancybox/fancy_title_over.png");
  display: block;
}

/* line 294, ../sass/ui-elements/_fancybox.scss */
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

/* line 301, ../sass/ui-elements/_fancybox.scss */
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

/* line 307, ../sass/ui-elements/_fancybox.scss */
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

/* line 312, ../sass/ui-elements/_fancybox.scss */
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("../images/fancybox/fancybox.png") -40px -90px no-repeat;
}

/* line 317, ../sass/ui-elements/_fancybox.scss */
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("../images/fancybox/fancybox-x.png") 0px -40px;
}

/* line 325, ../sass/ui-elements/_fancybox.scss */
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("../images/fancybox/fancybox.png") -55px -90px no-repeat;
}

/* IE6 */
/* line 332, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

/* line 334, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

/* line 335, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

/* line 337, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}

/* line 338, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

/* line 339, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

/* line 340, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

/* line 342, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

/* line 346, ../sass/ui-elements/_fancybox.scss */
#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

/* line 351, ../sass/ui-elements/_fancybox.scss */
#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
/* line 355, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

/* line 357, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

/* line 358, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

/* line 359, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

/* line 360, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

/* line 361, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

/* line 362, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

/* line 363, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

/* line 364, ../sass/ui-elements/_fancybox.scss */
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

/* ==========================================================================
	 buttons
	 ========================================================================== */
/* line 8, ../sass/ui-elements/_buttons.scss */
.buttons-wrapper a {
  margin-right: 20px !important;
}

/* line 14, ../sass/ui-elements/_buttons.scss */
.button-list {
  float: left;
  position: relative;
  list-style: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
/* line 22, ../sass/ui-elements/_buttons.scss */
.button-list li {
  width: 30%;
  float: left;
  margin-bottom: 1rem;
  margin-right: 5%;
}
/* line 28, ../sass/ui-elements/_buttons.scss */
.button-list li.last-in-row {
  margin-right: 0;
}
/* line 32, ../sass/ui-elements/_buttons.scss */
.button-list li p {
  float: left;
  padding: 0 12px;
  margin: 0 0 20px 0;
}
/* line 39, ../sass/ui-elements/_buttons.scss */
.button-list li .button {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 48, ../sass/ui-elements/_buttons.scss */
.button {
  padding: 0 12px 0 12px;
  height: 34px;
  min-width: 96px;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  color: #4a4a4a;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  float: left;
  -moz-box-shadow: 0px -1px 0px 0px white inset;
  -webkit-box-shadow: 0px -1px 0px 0px white inset;
  box-shadow: 0px -1px 0px 0px white inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 64, ../sass/ui-elements/_buttons.scss */
.button:hover {
  margin: -3px 0 3px 0;
  -moz-box-shadow: rgba(206, 206, 206, 0.7) 0px 3px 0;
  -webkit-box-shadow: rgba(206, 206, 206, 0.7) 0px 3px 0;
  box-shadow: rgba(206, 206, 206, 0.7) 0px 3px 0;
}
/* line 69, ../sass/ui-elements/_buttons.scss */
.button:active {
  margin: 0;
  background: #fdfdfd;
  background: rgba(255, 255, 255, 0.85);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 76, ../sass/ui-elements/_buttons.scss */
.button.white {
  border: 1px solid #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}
/* line 81, ../sass/ui-elements/_buttons.scss */
.button.white:hover {
  -moz-box-shadow: rgba(206, 206, 206, 0.7) 0px 3px 0;
  -webkit-box-shadow: rgba(206, 206, 206, 0.7) 0px 3px 0;
  box-shadow: rgba(206, 206, 206, 0.7) 0px 3px 0;
}
/* line 85, ../sass/ui-elements/_buttons.scss */
.button.white:active {
  background: #fdfdfd;
  background: rgba(255, 255, 255, 0.85);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
/* line 94, ../sass/ui-elements/_buttons.scss */
.button.red {
  height: 34px;
  color: #fff;
  background: #d0232a;
  background: #d0232a;
  border-bottom: 1px solid #ff4654;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
}
/* line 102, ../sass/ui-elements/_buttons.scss */
.button.red:hover {
  -moz-box-shadow: #a41c21 0px 3px 0;
  -webkit-box-shadow: #a41c21 0px 3px 0;
  box-shadow: #a41c21 0px 3px 0;
  border-bottom: 1px solid #d0232a;
}
/* line 107, ../sass/ui-elements/_buttons.scss */
.button.red:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
/* line 113, ../sass/ui-elements/_buttons.scss */
.button.green {
  color: #fff;
  background: #8ac43d;
  background: #8ac43d;
  border-bottom: 1px solid #c5e25c;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
}
/* line 120, ../sass/ui-elements/_buttons.scss */
.button.green:hover {
  -moz-box-shadow: #6e9c30 0px 3px 0;
  -webkit-box-shadow: #6e9c30 0px 3px 0;
  box-shadow: #6e9c30 0px 3px 0;
  border-bottom: 1px solid #8ac43d;
}
/* line 125, ../sass/ui-elements/_buttons.scss */
.button.green:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
/* line 131, ../sass/ui-elements/_buttons.scss */
.button.icon {
  text-align: left;
}
/* line 134, ../sass/ui-elements/_buttons.scss */
.button.icon span {
  margin: 0 10px 0 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 141, ../sass/ui-elements/_buttons.scss */
.button.icon .arrow-right {
  float: right;
  margin: 12px 0 0 10px;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -103px -206px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 10px;
  width: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 141, ../sass/ui-elements/_buttons.scss */
  .button.icon .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -98px -144px;
    height: 10px;
    width: 7px;
  }
}
/* line 147, ../sass/ui-elements/_buttons.scss */
.button.icon .arrow-right-white {
  float: right;
  margin: 12px 0 0 10px;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -103px -301px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 10px;
  width: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 147, ../sass/ui-elements/_buttons.scss */
  .button.icon .arrow-right-white {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -98px -209px;
    height: 10px;
    width: 7px;
  }
}
/* line 153, ../sass/ui-elements/_buttons.scss */
.button.icon .download-icon {
  float: left;
  margin: 9px 10px 0 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -94px -515px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 15px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 153, ../sass/ui-elements/_buttons.scss */
  .button.icon .download-icon {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -89px -363px;
    height: 15px;
    width: 16px;
  }
}
/* line 159, ../sass/ui-elements/_buttons.scss */
.button.icon .map-icon {
  float: left;
  margin: 9px 10px 0 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -93px -739px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 159, ../sass/ui-elements/_buttons.scss */
  .button.icon .map-icon {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -88px -527px;
    height: 17px;
    width: 17px;
  }
}
/* line 165, ../sass/ui-elements/_buttons.scss */
.button.icon .phone-icon {
  float: left;
  margin: 9px 10px 0 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -92px -776px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 18px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 165, ../sass/ui-elements/_buttons.scss */
  .button.icon .phone-icon {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -87px -554px;
    height: 18px;
    width: 18px;
  }
}
/* line 172, ../sass/ui-elements/_buttons.scss */
.button.small {
  padding: 0 25px 0 10px;
  height: 26px;
  line-height: 26px;
  min-width: 60px;
  font-size: 13px;
  font-weight: 400;
}
/* line 180, ../sass/ui-elements/_buttons.scss */
.button.small span {
  margin: 0 10px 0 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 187, ../sass/ui-elements/_buttons.scss */
.button.small .arrow-right {
  float: right;
  margin: 9px 0 0 10px;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -103px -206px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 10px;
  width: 7px;
  position: absolute;
  right: 10px;
  top: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 187, ../sass/ui-elements/_buttons.scss */
  .button.small .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -98px -144px;
    height: 10px;
    width: 7px;
  }
}
/* line 196, ../sass/ui-elements/_buttons.scss */
.button.small .icon-vcard {
  float: left;
  margin: 5px 10px 0 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -86px -851px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 16px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 196, ../sass/ui-elements/_buttons.scss */
  .button.small .icon-vcard {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -81px -609px;
    height: 16px;
    width: 24px;
  }
}
/* line 202, ../sass/ui-elements/_buttons.scss */
.button.small .icon-pointer {
  float: left;
  margin: 4px 10px 0 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -98px -814px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 202, ../sass/ui-elements/_buttons.scss */
  .button.small .icon-pointer {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -93px -582px;
    height: 17px;
    width: 12px;
  }
}
/* line 209, ../sass/ui-elements/_buttons.scss */
.button.large {
  width: 245px;
  height: 40px;
  line-height: 40px;
  color: #2a2a2a;
  font-weight: 400;
  background: #f9f9f9;
  border: 1px solid #d2d3d5;
  -moz-box-shadow: 0px 2px 0px 0px white inset;
  -webkit-box-shadow: 0px 2px 0px 0px white inset;
  box-shadow: 0px 2px 0px 0px white inset;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 221, ../sass/ui-elements/_buttons.scss */
.button.large:hover, .button.large:active, .button.large.active {
  margin: 0;
  background: #fff;
  background: white;
  color: #d2242b;
}
/* line 230, ../sass/ui-elements/_buttons.scss */
.button.large.icon .arrow-right-red {
  margin: 16px 0 0 10px;
  float: right;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -104px -1102px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 10px;
  width: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 230, ../sass/ui-elements/_buttons.scss */
  .button.large.icon .arrow-right-red {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -100px -799px;
    height: 10px;
    width: 5.5px;
  }
}

/* line 240, ../sass/ui-elements/_buttons.scss */
nav {
  overflow: hidden;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
}
/* line 246, ../sass/ui-elements/_buttons.scss */
nav .side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 33px;
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 257, ../sass/ui-elements/_buttons.scss */
nav .side-nav li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 266, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large {
  width: 100%;
  height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 50px;
  color: #898a8b;
  font-size: 14px;
  font-weight: 400;
  background: #f9f9f9;
  border: 1px solid #d2d3d5;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 284, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large.icon {
  padding: 0 40px 0 12px;
}
/* line 289, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large:hover, nav .side-nav li .button.large:active, nav .side-nav li .button.large.active {
  margin: 0;
  background: #d2242b;
  border: 1px solid #d2242b;
  color: #fff;
}
/* line 295, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large:hover.icon .arrow-right, nav .side-nav li .button.large:active.icon .arrow-right, nav .side-nav li .button.large.active.icon .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -102px -268px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 13px;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 295, ../sass/ui-elements/_buttons.scss */
  nav .side-nav li .button.large:hover.icon .arrow-right, nav .side-nav li .button.large:active.icon .arrow-right, nav .side-nav li .button.large.active.icon .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -97px -186px;
    height: 13px;
    width: 8px;
  }
}
/* line 300, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large:hover {
  border: 1px solid #d2d4d5;
  background: #d2d4d5;
  color: #4a4a4a;
}
/* line 304, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large:hover.icon .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -102px -96px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 13px;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 304, ../sass/ui-elements/_buttons.scss */
  nav .side-nav li .button.large:hover.icon .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -97px -64px;
    height: 13px;
    width: 8px;
  }
}
/* line 307, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large:hover.active {
  background: #d2242b;
  border: 1px solid #d2242b;
  color: #fff;
}
/* line 313, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large:hover.active.icon .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -102px -268px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 13px;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 313, ../sass/ui-elements/_buttons.scss */
  nav .side-nav li .button.large:hover.active.icon .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -97px -186px;
    height: 13px;
    width: 8px;
  }
}
/* line 319, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large.active {
  border-bottom: 1px solid #ba2127;
}
/* line 324, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large.icon .arrow-right {
  margin: 20px 0 0 10px;
  position: absolute;
  right: 15px;
  top: 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -102px -236px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 12px;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 324, ../sass/ui-elements/_buttons.scss */
  nav .side-nav li .button.large.icon .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -97px -164px;
    height: 12px;
    width: 8px;
  }
}
/* line 332, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large.last-item {
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
/* line 334, ../sass/ui-elements/_buttons.scss */
nav .side-nav li .button.large.last-item:active, nav .side-nav li .button.large.last-item.active {
  border-top: 1px solid #ba2127;
  border-bottom: 0;
}
/* line 342, ../sass/ui-elements/_buttons.scss */
nav .side-nav li ul li .button.large {
  font-size: 14px;
  padding-left: 20px;
  background: #e6e6e6;
}

@media screen and (max-width: 690px) {
  /* line 357, ../sass/ui-elements/_buttons.scss */
  .button-list:last-child {
    width: 100%;
  }
  /* line 360, ../sass/ui-elements/_buttons.scss */
  .button-list:last-child li {
    margin: 0 20px 0 0;
  }

  /* line 366, ../sass/ui-elements/_buttons.scss */
  nav {
    margin: 20px 0 0 0;
    width: 100%;
  }
  /* line 370, ../sass/ui-elements/_buttons.scss */
  nav .side-nav {
    padding: 0;
  }
  /* line 376, ../sass/ui-elements/_buttons.scss */
  nav .side-nav li .button.large.last-item {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
/* Main Menu
========================================================================== */
/* line 3, ../sass/ui-elements/_mainmenu.scss */
.menu {
  width: 100%;
  height: 60px;
  background: #8ac43d;
  list-style: none;
  overflow: hidden;
  float: left;
  margin: 20px 0 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
}
/* line 17, ../sass/ui-elements/_mainmenu.scss */
.menu li {
  float: left;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #76b131;
  -moz-box-shadow: 1px 0px 0px #a7d34c;
  -webkit-box-shadow: 1px 0px 0px #a7d34c;
  box-shadow: 1px 0px 0px #a7d34c;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3px;
}
/* line 30, ../sass/ui-elements/_mainmenu.scss */
.menu li:hover {
  background: #98d548;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 35, ../sass/ui-elements/_mainmenu.scss */
.menu li.active, .menu li:active {
  background: #6f9e31;
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25) inset;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM1ZTkwMmEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGFiMzciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #5e902a), color-stop(100%, #7dab37));
  background: -moz-linear-gradient(top, #5e902a 50%, #7dab37 100%);
  background: -webkit-linear-gradient(top, #5e902a 50%, #7dab37 100%);
  background: linear-gradient(to bottom, #5e902a 50%, #7dab37 100%);
}
/* line 41, ../sass/ui-elements/_mainmenu.scss */
.menu li a {
  color: #fff;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 52, ../sass/ui-elements/_mainmenu.scss */
.menu.expanded li {
  font-size: 12px;
}

/* line 58, ../sass/ui-elements/_mainmenu.scss */
.mob-menu {
  display: none;
  width: 100%;
  height: 50px;
  background: #8ac43d;
  border-bottom: 1px solid #9bcd46;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
}
/* line 71, ../sass/ui-elements/_mainmenu.scss */
.mob-menu h1 {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: 0 -921px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 32px;
  width: 110px;
  margin: 2px auto 0 auto;
  top: 5px;
  float: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 71, ../sass/ui-elements/_mainmenu.scss */
  .mob-menu h1 {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: 0 -659px;
    height: 31px;
    width: 105px;
  }
}
/* line 77, ../sass/ui-elements/_mainmenu.scss */
.mob-menu h1 a {
  display: block;
  height: 41px;
  width: 140px;
}
/* line 84, ../sass/ui-elements/_mainmenu.scss */
.mob-menu .mob-menu-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  float: left;
}
/* line 90, ../sass/ui-elements/_mainmenu.scss */
.mob-menu .mob-menu-btn span {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -88px -702px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 22px;
  position: absolute;
  top: 17px;
  left: 15px;
  cursor: pointer;
  z-index: 100;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 90, ../sass/ui-elements/_mainmenu.scss */
  .mob-menu .mob-menu-btn span {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -83px -500px;
    height: 17px;
    width: 22px;
  }
}
/* line 100, ../sass/ui-elements/_mainmenu.scss */
.mob-menu .mob-lang-chooser {
  color: #f2f2f2;
  position: absolute;
  top: -3px;
  right: 15px;
  width: 100px;
  cursor: pointer;
  text-align: right;
}
/* line 109, ../sass/ui-elements/_mainmenu.scss */
.mob-menu .mob-lang-chooser .globe-mob {
  float: right;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -88px -660px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 22px;
  width: 22px;
  margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 109, ../sass/ui-elements/_mainmenu.scss */
  .mob-menu .mob-lang-chooser .globe-mob {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -83px -468px;
    height: 22px;
    width: 22px;
  }
}

@media screen and (max-width: 830px) {
  /* line 119, ../sass/ui-elements/_mainmenu.scss */
  .menu li {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 128, ../sass/ui-elements/_mainmenu.scss */
  .menu li {
    font-size: 12px;
  }
}
@media screen and (max-width: 690px) {
  /* line 136, ../sass/ui-elements/_mainmenu.scss */
  #menu {
    width: 100%;
    height: 50px;
    position: relative;
  }
  /* line 143, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    top: 50px;
    height: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
  }
  /* line 153, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li {
    padding: 0 15px;
    height: 50px;
    float: left;
    width: 100% !important;
    line-height: 50px;
    position: relative;
  }
  /* line 161, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li:nth-child(odd) {
    background: #8ac43d;
  }
  /* line 164, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li:nth-child(odd):hover {
    background: #8ac43d;
  }
  /* line 168, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li:nth-child(odd).active, #menu .menu li:nth-child(odd):active {
    background: #8ac43d;
    -moz-box-shadow: 0 0 0 0 #000 inset;
    -webkit-box-shadow: 0 0 0 0 #000 inset;
    box-shadow: 0 0 0 0 #000 inset;
  }
  /* line 174, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li:nth-child(even) {
    background: #98d548;
  }
  /* line 177, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li:nth-child(even):hover {
    background: #98d548;
  }
  /* line 181, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li:nth-child(even).active, #menu .menu li:nth-child(even):active {
    background: #98d548;
    -moz-box-shadow: 0 0 0 0 #000 inset;
    -webkit-box-shadow: 0 0 0 0 #000 inset;
    box-shadow: 0 0 0 0 #000 inset;
  }
  /* line 187, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li:after {
    content: '';
    background-image: url('../images/sprites-porticus-s770f415dd9.png');
    background-position: -100px -331px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 17px;
    width: 10px;
    position: absolute;
    top: 16px;
    right: 15px;
  }
}
@media screen and (max-width: 690px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 690px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 690px) and (min-device-pixel-ratio: 2) {
  /* line 187, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li:after {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -229px;
    height: 17px;
    width: 10px;
  }
}
@media screen and (max-width: 690px) {
  /* line 195, ../sass/ui-elements/_mainmenu.scss */
  #menu .menu li a {
    font-size: 16px;
    text-align: left;
  }
  /* line 202, ../sass/ui-elements/_mainmenu.scss */
  #menu .mob-menu {
    display: block;
  }
}
/**
 * Swiper 3.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 10, 2015
 */
/* line 474, ../sass/ui-elements/_slider.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 481, ../sass/ui-elements/_slider.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 484, ../sass/ui-elements/_slider.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 491, ../sass/ui-elements/_slider.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 510, ../sass/ui-elements/_slider.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 518, ../sass/ui-elements/_slider.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 525, ../sass/ui-elements/_slider.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 533, ../sass/ui-elements/_slider.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
/* line 542, ../sass/ui-elements/_slider.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
/* line 551, ../sass/ui-elements/_slider.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 555, ../sass/ui-elements/_slider.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
/* line 560, ../sass/ui-elements/_slider.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 575, ../sass/ui-elements/_slider.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 581, ../sass/ui-elements/_slider.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 587, ../sass/ui-elements/_slider.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 591, ../sass/ui-elements/_slider.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 595, ../sass/ui-elements/_slider.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 601, ../sass/ui-elements/_slider.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 605, ../sass/ui-elements/_slider.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
/* line 610, ../sass/ui-elements/_slider.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 623, ../sass/ui-elements/_slider.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 626, ../sass/ui-elements/_slider.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 634, ../sass/ui-elements/_slider.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 644, ../sass/ui-elements/_slider.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 647, ../sass/ui-elements/_slider.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 650, ../sass/ui-elements/_slider.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 654, ../sass/ui-elements/_slider.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 657, ../sass/ui-elements/_slider.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 660, ../sass/ui-elements/_slider.scss */
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 669, ../sass/ui-elements/_slider.scss */
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 673, ../sass/ui-elements/_slider.scss */
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 678, ../sass/ui-elements/_slider.scss */
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
/* line 682, ../sass/ui-elements/_slider.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 688, ../sass/ui-elements/_slider.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 700, ../sass/ui-elements/_slider.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 712, ../sass/ui-elements/_slider.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 724, ../sass/ui-elements/_slider.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 736, ../sass/ui-elements/_slider.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 748, ../sass/ui-elements/_slider.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
/* line 761, ../sass/ui-elements/_slider.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
/* line 766, ../sass/ui-elements/_slider.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 773, ../sass/ui-elements/_slider.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

/* line 776, ../sass/ui-elements/_slider.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 779, ../sass/ui-elements/_slider.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
/* line 784, ../sass/ui-elements/_slider.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 787, ../sass/ui-elements/_slider.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 802, ../sass/ui-elements/_slider.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 808, ../sass/ui-elements/_slider.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 815, ../sass/ui-elements/_slider.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 825, ../sass/ui-elements/_slider.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
/* line 838, ../sass/ui-elements/_slider.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 844, ../sass/ui-elements/_slider.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 852, ../sass/ui-elements/_slider.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 860, ../sass/ui-elements/_slider.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 869, ../sass/ui-elements/_slider.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
/* line 873, ../sass/ui-elements/_slider.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 889, ../sass/ui-elements/_slider.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 900, ../sass/ui-elements/_slider.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* line 918, ../sass/ui-elements/_slider.scss */
.swiper-container {
  width: 100%;
  float: left;
  margin: 0px 0 25px;
}
/* line 924, ../sass/ui-elements/_slider.scss */
.swiper-container:hover .swipercontrol {
  opacity: 1;
}

/* line 930, ../sass/ui-elements/_slider.scss */
.swiper-slide img {
  float: left;
  width: 100%;
}

/* line 936, ../sass/ui-elements/_slider.scss */
.swiper-slide h1 {
  height: 64px;
  bottom: 0;
  z-index: 2;
  margin: 0;
  line-height: 64px;
  color: #fff;
  width: 100%;
  float: left;
  padding: 0 27px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #d2242b;
}

/* line 955, ../sass/ui-elements/_slider.scss */
.swiper-container .fauxradius {
  width: 24px;
  height: 24px;
  background: url("../images/fauxradius.png") no-repeat bottom right;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 9999999;
}

/* line 967, ../sass/ui-elements/_slider.scss */
.swipercontrol {
  float: right;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 54px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -32px;
}
@media screen and (max-width: 480px) {
  /* line 967, ../sass/ui-elements/_slider.scss */
  .swipercontrol {
    top: 40px;
  }
}
/* line 985, ../sass/ui-elements/_slider.scss */
.swipercontrol.prev {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -77px -1132px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 54px;
  width: 33px;
  left: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 985, ../sass/ui-elements/_slider.scss */
  .swipercontrol.prev {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -72px -819px;
    height: 54px;
    width: 33px;
  }
}
/* line 990, ../sass/ui-elements/_slider.scss */
.swipercontrol.next {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -77px -1206px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 54px;
  width: 33px;
  right: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 990, ../sass/ui-elements/_slider.scss */
  .swipercontrol.next {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -72px -883px;
    height: 54px;
    width: 33px;
  }
}

/* Language Selector
========================================================================== */
/* line 3, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 960px;
  background: #f2f2f2;
  border-bottom: 2px solid #e5e5e5;
  border-left: 1px solid #d2d4d5;
  border-right: 1px solid #d2d4d5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
/* line 15, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper .close_btn_lang {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #666;
  padding: 0 16px 0 0;
  z-index: 5;
}
/* line 23, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper .close_btn_lang span {
  position: absolute;
  top: 6px;
  right: 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -408px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 23, ../sass/ui-elements/_lang-chooser.scss */
  .lang-wrapper .close_btn_lang span {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -286px;
    height: 11px;
    width: 10px;
  }
}
/* line 32, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -9px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 41, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li {
  float: left;
  width: 20%;
}
/* line 45, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li a {
  padding: 0 10px;
  float: left;
  padding: 6px 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 51, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li a h3 {
  margin: 0;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
  font-size: 15px;
}
/* line 59, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li a p {
  margin: 0;
  line-height: 1.4;
  color: #c3c3c3;
  font-size: 14px;
}
/* line 66, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li a:hover {
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e2e3e3;
  padding: 5px 10px;
}
/* line 72, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li a:hover h3 {
  text-decoration: underline;
}
/* line 78, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li.active {
  position: relative;
}
/* line 91, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li.active a h3 {
  text-decoration: underline;
}
/* line 96, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper ul li.active a p {
  text-decoration: none;
}
/* line 114, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper .lang-section {
  padding: 10px 30px 20px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 690px) {
  /* line 114, ../sass/ui-elements/_lang-chooser.scss */
  .lang-wrapper .lang-section {
    padding: 15px;
  }
}
/* line 124, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper .lang-section h2 {
  padding: 0;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
/* line 134, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper .global-section {
  border-bottom: 1px solid #e2e3e3;
  padding-bottom: 10px;
}
/* line 154, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper .region-section {
  border-top: 1px solid #f7f7f7;
}
/* line 158, ../sass/ui-elements/_lang-chooser.scss */
.lang-wrapper .region-section ul li {
  margin: 6px 0;
}

/* line 165, ../sass/ui-elements/_lang-chooser.scss */
.lang-chooser {
  margin: 0 7px 0 0;
  font-size: 11px;
  font-weight: 700;
  color: #d2242b;
  text-transform: uppercase;
  float: left;
  position: relative;
}
/* line 174, ../sass/ui-elements/_lang-chooser.scss */
.lang-chooser p {
  float: left;
}
/* line 178, ../sass/ui-elements/_lang-chooser.scss */
.lang-chooser .lang-globe {
  margin: 2px 6px 0 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -94px -624px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 16px;
  width: 16px;
  float: left;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 178, ../sass/ui-elements/_lang-chooser.scss */
  .lang-chooser .lang-globe {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -89px -442px;
    height: 16px;
    width: 16px;
  }
}
/* line 184, ../sass/ui-elements/_lang-chooser.scss */
.lang-chooser .office-chooser {
  padding: 0 16px 0 5px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
/* line 189, ../sass/ui-elements/_lang-chooser.scss */
.lang-chooser .office-chooser .arrow-dropdown {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -70px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 6px;
  width: 10px;
  position: absolute;
  top: 22px;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 189, ../sass/ui-elements/_lang-chooser.scss */
  .lang-chooser .office-chooser .arrow-dropdown {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -48px;
    height: 6px;
    width: 10px;
  }
}
/* line 201, ../sass/ui-elements/_lang-chooser.scss */
.lang-chooser.open .office-chooser .arrow-dropdown {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
  /* line 213, ../sass/ui-elements/_lang-chooser.scss */
  .lang-wrapper .region-section ul li,
  .lang-wrapper .global-section ul li {
    width: 50%;
  }
}
@media screen and (max-width: 555px) {
  /* line 228, ../sass/ui-elements/_lang-chooser.scss */
  .lang-wrapper .region-section ul,
  .lang-wrapper .global-section ul {
    padding: 0;
  }
  /* line 231, ../sass/ui-elements/_lang-chooser.scss */
  .lang-wrapper .region-section ul li,
  .lang-wrapper .global-section ul li {
    margin: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 243, ../sass/ui-elements/_lang-chooser.scss */
  .lang-wrapper .close_btn_lang {
    top: 20px;
  }
  /* line 248, ../sass/ui-elements/_lang-chooser.scss */
  .lang-wrapper .global-section ul li, .lang-wrapper .region-section ul li {
    width: 100%;
  }
}
/* line 257, ../sass/ui-elements/_lang-chooser.scss */
.lt-ie9 .lang-wrapper {
  max-width: 898px;
}

/* line 2, ../sass/ui-elements/_content-blocks.scss */
.ui-wrapper {
  padding: 0 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../sass/ui-elements/_content-blocks.scss */
.content-blocks {
  margin: 30px 0;
  float: left;
  clear: both;
}

/* line 17, ../sass/ui-elements/_content-blocks.scss */
.program-areas-container {
  margin: 0;
  float: left;
  clear: both;
  width: 100%;
}
/* line 23, ../sass/ui-elements/_content-blocks.scss */
.program-areas-container > .medium2, .program-areas-container .medium4 {
  float: right !important;
}

/* line 32, ../sass/ui-elements/_content-blocks.scss */
.no-js [data-view=EqualHeightColumns] .equalheight {
  opacity: 1;
}

/* line 40, ../sass/ui-elements/_content-blocks.scss */
.content h1:first-child {
  line-height: 1;
}
/* line 44, ../sass/ui-elements/_content-blocks.scss */
.content.column {
  margin: 0;
  padding: 3px;
  float: left;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, ../sass/ui-elements/_content-blocks.scss */
.content.column:hover {
  border: 3px solid #d2242b;
  border-bottom: 0px;
  padding: 0;
}
/* line 57, ../sass/ui-elements/_content-blocks.scss */
.content.column:hover .read-more {
  padding: 0 27px;
}
/* line 59, ../sass/ui-elements/_content-blocks.scss */
.content.column:hover .read-more .arrow-right {
  right: 24px;
}
/* line 66, ../sass/ui-elements/_content-blocks.scss */
.content.column.global {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 2px;
}
/* line 73, ../sass/ui-elements/_content-blocks.scss */
.content.column.global > a {
  padding: 25px 28px;
}
/* line 76, ../sass/ui-elements/_content-blocks.scss */
.content.column.global > a .external-link {
  font-weight: bold;
  float: left;
  margin-right: 10px;
  height: 20px;
  padding-right: 25px;
  position: relative;
}
/* line 84, ../sass/ui-elements/_content-blocks.scss */
.content.column.global > a .external-link .external {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -93px -550px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 17px;
  display: inline;
  position: absolute;
  right: 0;
  top: 1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 84, ../sass/ui-elements/_content-blocks.scss */
  .content.column.global > a .external-link .external {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -88px -388px;
    height: 17px;
    width: 17px;
  }
}
/* line 94, ../sass/ui-elements/_content-blocks.scss */
.content.column.global:hover {
  padding: 0;
  border: 3px solid #d2242b;
  padding-bottom: 3px;
}
/* line 99, ../sass/ui-elements/_content-blocks.scss */
.content.column.global:hover.global {
  padding-bottom: 0;
}
/* line 107, ../sass/ui-elements/_content-blocks.scss */
.content.column > a {
  padding: 25px 28px 25px 28px;
  display: block;
}
/* line 112, ../sass/ui-elements/_content-blocks.scss */
.content.column .read-more {
  margin: 0;
  padding: 0 30px;
  height: 50px;
  width: 100%;
  background: #d2242b;
  left: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  z-index: 999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 128, ../sass/ui-elements/_content-blocks.scss */
.content.column .read-more .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -331px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 10px;
  position: absolute;
  top: 17px;
  right: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 128, ../sass/ui-elements/_content-blocks.scss */
  .content.column .read-more .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -229px;
    height: 17px;
    width: 10px;
  }
}
/* line 138, ../sass/ui-elements/_content-blocks.scss */
.content.column.half {
  width: 49%;
}
@media screen and (max-width: 625px) {
  /* line 138, ../sass/ui-elements/_content-blocks.scss */
  .content.column.half {
    margin-left: 0;
    width: 100%;
  }
}
/* line 148, ../sass/ui-elements/_content-blocks.scss */
.content.column#small3 {
  float: right;
}
/* line 152, ../sass/ui-elements/_content-blocks.scss */
.content.column.full {
  width: 100%;
}

/* line 158, ../sass/ui-elements/_content-blocks.scss */
.content {
  margin: 0 0 30px 0;
  padding: 27px 27px 33px 27px;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
/* line 173, ../sass/ui-elements/_content-blocks.scss */
.content .featured-image {
  width: 100%;
  margin-bottom: 1rem;
}
/* line 178, ../sass/ui-elements/_content-blocks.scss */
.content .youtube-embed {
  width: 420px;
  height: 236px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 553px) {
  /* line 178, ../sass/ui-elements/_content-blocks.scss */
  .content .youtube-embed {
    width: 320px;
    height: 180px;
  }
}
/* line 192, ../sass/ui-elements/_content-blocks.scss */
.content address {
  margin: 0 0 20px;
  font-style: normal;
}
/* line 197, ../sass/ui-elements/_content-blocks.scss */
.content p {
  margin: 0 0 10px 0;
}
/* line 201, ../sass/ui-elements/_content-blocks.scss */
.content h1 {
  margin: 0;
  color: #d2242b;
  width: 100%;
  padding: 0 0 10px;
}
/* line 208, ../sass/ui-elements/_content-blocks.scss */
.content h2 {
  margin: 0;
  padding: 0;
  clear: both;
}
/* line 213, ../sass/ui-elements/_content-blocks.scss */
.content h2 + p {
  margin: 0;
  padding: 0;
}
/* line 220, ../sass/ui-elements/_content-blocks.scss */
.content ul {
  margin: 0 0 10px;
}
/* line 224, ../sass/ui-elements/_content-blocks.scss */
.content.big {
  width: 100%;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0;
}
/* line 228, ../sass/ui-elements/_content-blocks.scss */
.content.big .columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
/* line 234, ../sass/ui-elements/_content-blocks.scss */
.content.big .columns p.intro {
  padding: 0 0 30px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
/* line 243, ../sass/ui-elements/_content-blocks.scss */
.content.big ul, .content.big ol {
  margin: 0 0 15px 20px;
  font-size: 14px;
}
/* line 248, ../sass/ui-elements/_content-blocks.scss */
.content.big .button {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 20px;
  float: let;
}
/* line 259, ../sass/ui-elements/_content-blocks.scss */
.content.big .button.icon {
  padding: 0 20px 0 40px;
}
/* line 263, ../sass/ui-elements/_content-blocks.scss */
.content.big .button.icon span {
  position: absolute;
  left: 10px;
  top: 0;
}
/* line 275, ../sass/ui-elements/_content-blocks.scss */
.content.homeBig .text {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 690px) {
  /* line 275, ../sass/ui-elements/_content-blocks.scss */
  .content.homeBig .text {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* line 285, ../sass/ui-elements/_content-blocks.scss */
.content.map {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0;
  margin-bottom: 33px;
  width: 100%;
}
/* line 290, ../sass/ui-elements/_content-blocks.scss */
.content.map > h1 {
  padding-bottom: 16px;
}
/* line 294, ../sass/ui-elements/_content-blocks.scss */
.content.map #gmap {
  height: 324px !important;
}
/* line 299, ../sass/ui-elements/_content-blocks.scss */
.content.small {
  margin: 0 0 30px 2%;
  padding: 0;
  width: 32%;
  float: left;
  overflow: visible;
}
/* line 306, ../sass/ui-elements/_content-blocks.scss */
.content.small .read-more {
  margin: 0;
  padding: 0 27px;
  height: 50px;
  width: 100%;
  background: #d2242b;
  left: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 322, ../sass/ui-elements/_content-blocks.scss */
.content.small .read-more .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -331px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 10px;
  position: absolute;
  top: 17px;
  right: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 322, ../sass/ui-elements/_content-blocks.scss */
  .content.small .read-more .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -229px;
    height: 17px;
    width: 10px;
  }
}
/* line 330, ../sass/ui-elements/_content-blocks.scss */
.content.small > a {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  padding: 25px 28px 75px 28px;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 340, ../sass/ui-elements/_content-blocks.scss */
.content.small.first {
  margin: 0 0 15px 0;
}
/* line 344, ../sass/ui-elements/_content-blocks.scss */
.content.small.global {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
/* line 351, ../sass/ui-elements/_content-blocks.scss */
.content.small.global .read-more {
  background: #e5e5e5;
  color: #333232;
}
/* line 355, ../sass/ui-elements/_content-blocks.scss */
.content.small.global .read-more .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -169px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 355, ../sass/ui-elements/_content-blocks.scss */
  .content.small.global .read-more .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -117px;
    height: 17px;
    width: 10px;
  }
}
/* line 361, ../sass/ui-elements/_content-blocks.scss */
.content.small:last-child {
  float: right;
}
/* line 365, ../sass/ui-elements/_content-blocks.scss */
.content.small:hover {
  border: 3px solid #d2242b;
}
/* line 368, ../sass/ui-elements/_content-blocks.scss */
.content.small:hover > a {
  padding: 22px 25px 72px 25px;
}
/* line 372, ../sass/ui-elements/_content-blocks.scss */
.content.small:hover .read-more {
  height: 47px;
  padding: 0 24px 0px 24px;
  -moz-border-radius-bottomright: 16px;
  -webkit-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
/* line 376, ../sass/ui-elements/_content-blocks.scss */
.content.small:hover .read-more .arrow-right {
  right: 24px;
}
/* line 383, ../sass/ui-elements/_content-blocks.scss */
.content.small:hover.global > a {
  padding: 23px 25px 72px 26px;
}
/* line 387, ../sass/ui-elements/_content-blocks.scss */
.content.small:hover.global .read-more {
  height: 48px;
  padding: 0 24px 0px 25px;
}
/* line 390, ../sass/ui-elements/_content-blocks.scss */
.content.small:hover.global .read-more .arrow-right {
  right: 25px;
}
/* line 398, ../sass/ui-elements/_content-blocks.scss */
.content.medium {
  margin: 0px 0 33px 0;
  border: 3px solid #fff;
  padding: 0;
  width: 48%;
  float: left;
}
/* line 405, ../sass/ui-elements/_content-blocks.scss */
.content.medium .img-wrapper {
  width: 100%;
  float: left;
  border: none;
  overflow: hidden;
  padding-top: 40%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 414, ../sass/ui-elements/_content-blocks.scss */
.content.medium .img-wrapper img {
  border: none;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 424, ../sass/ui-elements/_content-blocks.scss */
.content.medium:hover {
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 3px solid #d2242b;
  background: #d2242b;
}
/* line 429, ../sass/ui-elements/_content-blocks.scss */
.content.medium:hover .img-wrapper {
  border-bottom: 0;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 433, ../sass/ui-elements/_content-blocks.scss */
.content.medium:hover .img-wrapper img {
  margin-bottom: 0;
}
/* line 442, ../sass/ui-elements/_content-blocks.scss */
.content.medium .read-more {
  padding: 0 27px;
  margin: 0;
  height: 50px;
  width: 100%;
  background: #d2242b;
  float: left;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
/* line 457, ../sass/ui-elements/_content-blocks.scss */
.content.medium .read-more .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -331px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 10px;
  position: absolute;
  top: 17px;
  right: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 457, ../sass/ui-elements/_content-blocks.scss */
  .content.medium .read-more .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -229px;
    height: 17px;
    width: 10px;
  }
}
/* line 467, ../sass/ui-elements/_content-blocks.scss */
.content .map-container {
  margin: 0px 0 30px 0;
  width: 100%;
  padding: 0;
  min-height: 324px;
  background: #d6d6d6;
  border: 1px solid #fff;
  position: relative;
}
/* line 476, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay {
  width: 423px;
  height: 324px;
  background: url(../images/detail-bg.png);
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -moz-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
}
/* line 486, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .detail-close {
  padding: 10px;
  position: relative;
  float: right;
  cursor: pointer;
}
/* line 492, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .detail-close span {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -408px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 492, ../sass/ui-elements/_content-blocks.scss */
  .content .map-container .detail-overlay .detail-close span {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -286px;
    height: 11px;
    width: 10px;
  }
}
/* line 497, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-adress {
  padding: 0 0 0 35px;
  float: left;
  width: 100%;
  text-shadow: rgba(255, 255, 255, 0.25) 1px 1px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 504, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-adress h1 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 1px;
}
/* line 511, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-adress h1 span {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 14px;
}
/* line 518, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-adress ul {
  margin: 0;
  list-style: none;
  font-weight: 500;
}
/* line 525, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links {
  padding: 15px 15px 0 35px;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 531, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .no-requests {
  margin: 0 0 7px 0;
  background: #ADADAD;
  padding: 5px;
  font-size: 13px;
  float: left;
  font-style: italic;
}
/* line 540, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .sitelabel {
  width: 100%;
  float: left;
  margin: 0;
}
/* line 546, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .button {
  font-weight: 500;
  margin: 0 15px 0 0;
}
/* line 550, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .button:hover {
  margin: -3px 15px 0 0;
}
/* line 554, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .button:active {
  margin: 0 15px 0 0;
}
/* line 560, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links p.button {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-bottom: 2px solid red;
  color: #898a8b;
  border: 1px solid #ccc;
  background-color: white;
}
/* line 567, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links p.button:hover {
  margin: 0 15px 0 0;
}
/* line 571, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links p.button:active {
  margin: 0 15px 0 0;
}
/* line 577, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .red {
  margin: 15px 0 0 0;
  clear: both;
}
/* line 581, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .red:hover {
  margin: 12px 0 0 0;
}
/* line 585, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .red:active {
  margin: 15px 0 0 0;
}
/* line 589, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .detail-overlay .office-links .red span {
  margin: 13px 0 0 10px;
}
/* line 597, ../sass/ui-elements/_content-blocks.scss */
.content .map-container .inner-shadow {
  width: 100%;
  min-height: 324px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25) inset;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* line 611, ../sass/ui-elements/_content-blocks.scss */
.office {
  display: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 616, ../sass/ui-elements/_content-blocks.scss */
.office:nth-child(even) {
  float: right;
}
/* line 621, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-adress {
  margin: 0;
  float: left;
  text-shadow: rgba(255, 255, 255, 0.25) 1px 1px 0;
}
/* line 626, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-adress h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 1px;
}
/* line 633, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-adress h1 span {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 14px;
}
/* line 640, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-adress .readMore {
  color: #d2242b;
  cursor: pointer;
  font-weight: bold;
  display: block;
  padding: 0 20px 0 0;
  position: relative;
  float: left;
  margin: 0;
}
/* line 650, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-adress .readMore span {
  padding: 0;
  top: 8px;
  right: 0;
  position: absolute;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -70px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 6px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 650, ../sass/ui-elements/_content-blocks.scss */
  .office .office-details .office-adress .readMore span {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -48px;
    height: 6px;
    width: 10px;
  }
}
/* line 659, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-adress .readMore.active span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 665, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-adress .address {
  display: none;
  clear: both;
  margin: 0;
  list-style: none;
  font-weight: 500;
  float: left;
  margin: 15px 0 0 0;
}
/* line 675, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-adress ul {
  display: none;
  clear: both;
  margin: 0;
  list-style: none;
  font-weight: 500;
}
/* line 684, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-links {
  margin: 15px 0 0 0;
  display: none;
  padding: 0;
  float: left;
  width: 100%;
}
/* line 691, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-links .no-requests {
  margin: 0 0 7px 0;
  background: #ADADAD;
  padding: 5px;
  font-size: 13px;
  float: left;
  font-style: italic;
}
/* line 700, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-links .sitelabel {
  width: 100%;
  float: left;
  margin: 0;
}
/* line 706, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-links .button {
  font-weight: 500;
  margin: 0 15px 0 0;
}
/* line 712, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-links p.button {
  clear: both;
}
/* line 717, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-links .red {
  margin: 15px 0 0 0;
  clear: both;
}
/* line 721, ../sass/ui-elements/_content-blocks.scss */
.office .office-details .office-links .red span {
  margin: 13px 0 0 10px;
}

/* line 729, ../sass/ui-elements/_content-blocks.scss */
.column-1, .column-2 {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 33px 0;
}
/* line 734, ../sass/ui-elements/_content-blocks.scss */
.column-1 .content, .column-2 .content {
  margin-top: 0;
  float: none;
}

/* line 740, ../sass/ui-elements/_content-blocks.scss */
.column-2 {
  float: right;
  padding: 0 0 0 10px;
}

/* line 747, ../sass/ui-elements/_content-blocks.scss */
.content-container-detail ul {
  padding: inherit;
  color: #2A2A2A;
}
/* line 753, ../sass/ui-elements/_content-blocks.scss */
.content-container-detail.guideline-detail {
  float: right;
  width: 75%;
}
/* line 756, ../sass/ui-elements/_content-blocks.scss */
.content-container-detail.guideline-detail .content {
  margin: 0;
  background: #ffffff;
  box-shadow: none;
  padding: 10px 27px 15px 27px;
  float: right;
  width: 100%;
}
/* line 769, ../sass/ui-elements/_content-blocks.scss */
.content-container-detail.guideline-detail a {
  color: #d2242b;
  text-decoration: underline;
  white-space: nowrap;
}
/* line 778, ../sass/ui-elements/_content-blocks.scss */
.content-container-detail.project-detail .content {
  margin: 0;
  background: #ffffff;
  box-shadow: none;
  padding: 10px 27px 15px 27px;
  float: right;
  width: 100%;
}

/* line 798, ../sass/ui-elements/_content-blocks.scss */
.program-area-detail .content {
  margin: 0;
  background: #ffffff;
  box-shadow: none;
  padding: 10px 27px 15px 27px;
  float: right;
  width: 100%;
}
/* line 811, ../sass/ui-elements/_content-blocks.scss */
.program-area-detail a {
  color: #d2242b;
  text-decoration: underline;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 822, ../sass/ui-elements/_content-blocks.scss */
  .content.small {
    margin: 0 0 15px 0;
    width: 48%;
    float: left;
  }
  /* line 827, ../sass/ui-elements/_content-blocks.scss */
  .content.small.global {
    margin: 0 0 13px 0;
  }
  /* line 831, ../sass/ui-elements/_content-blocks.scss */
  .content.small:nth-child(even) {
    float: right;
  }
  /* line 835, ../sass/ui-elements/_content-blocks.scss */
  .content.small:last-child {
    float: left;
  }
}
@media screen and (max-width: 690px) {
  /* line 845, ../sass/ui-elements/_content-blocks.scss */
  .content-container {
    padding: 0 15px;
  }

  /* line 849, ../sass/ui-elements/_content-blocks.scss */
  .content {
    margin: 0 0 20px 0;
    padding: 25px 28px 25px 28px;
  }
  /* line 852, ../sass/ui-elements/_content-blocks.scss */
  .content.map {
    display: none;
  }
  /* line 856, ../sass/ui-elements/_content-blocks.scss */
  .content.big .columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  /* line 862, ../sass/ui-elements/_content-blocks.scss */
  .content.homeBig p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  /* line 867, ../sass/ui-elements/_content-blocks.scss */
  .content.medium {
    margin: 0 0 15px 0;
    width: 100%;
    overflow: hidden;
  }
  /* line 872, ../sass/ui-elements/_content-blocks.scss */
  .content.medium .img-wrapper {
    overflow: hidden;
  }
  /* line 874, ../sass/ui-elements/_content-blocks.scss */
  .content.medium .img-wrapper img {
    width: 100%;
  }
  /* line 880, ../sass/ui-elements/_content-blocks.scss */
  .content.medium:hover .img-wrapper {
    border: 0;
  }
  /* line 882, ../sass/ui-elements/_content-blocks.scss */
  .content.medium:hover .img-wrapper img {
    margin: 0;
  }
  /* line 889, ../sass/ui-elements/_content-blocks.scss */
  .content.office {
    display: block;
    padding: 25px 15px;
  }

  /* line 895, ../sass/ui-elements/_content-blocks.scss */
  .column-1, .column-2 {
    width: 100%;
    padding: 0;
  }
  /* line 899, ../sass/ui-elements/_content-blocks.scss */
  .column-1 .content, .column-2 .content {
    margin: 0 0 15px 0;
  }

  /* line 905, ../sass/ui-elements/_content-blocks.scss */
  .contact .column-2 .button {
    margin: 0 15px 10px 0;
  }
  /* line 907, ../sass/ui-elements/_content-blocks.scss */
  .contact .column-2 .button:last-child {
    margin: 0 !important;
  }
}
@media screen and (max-width: 625px) {
  /* line 917, ../sass/ui-elements/_content-blocks.scss */
  .content.small {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 927, ../sass/ui-elements/_content-blocks.scss */
  .content.big p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  /* line 931, ../sass/ui-elements/_content-blocks.scss */
  .content.big .white {
    font-size: 10px;
  }
  /* line 938, ../sass/ui-elements/_content-blocks.scss */
  .content.medium .img-wrapper {
    height: 90px;
  }
  /* line 942, ../sass/ui-elements/_content-blocks.scss */
  .content.medium .read-more {
    padding: 0 15px;
    font-size: 16px;
  }
  /* line 946, ../sass/ui-elements/_content-blocks.scss */
  .content.medium .read-more .arrow-right {
    right: 20px;
    top: 20px;
    background-image: url('../images/sprites-porticus-s770f415dd9.png');
    background-position: -102px -268px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 13px;
    width: 8px;
  }
}
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 480px) and (min-device-pixel-ratio: 2) {
  /* line 946, ../sass/ui-elements/_content-blocks.scss */
  .content.medium .read-more .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -97px -186px;
    height: 13px;
    width: 8px;
  }
}
@media screen and (max-width: 480px) {
  /* line 954, ../sass/ui-elements/_content-blocks.scss */
  .content.office {
    width: 100%;
  }
  /* line 959, ../sass/ui-elements/_content-blocks.scss */
  .content.office .office-details .office-links .button {
    margin: 0 15px 0 0;
  }
  /* line 962, ../sass/ui-elements/_content-blocks.scss */
  .content.office .office-details .office-links .red {
    margin: 15px 0 0 0;
  }
}
/* line 972, ../sass/ui-elements/_content-blocks.scss */
.lt-ie10 .columns {
  width: 80%;
}

/* line 978, ../sass/ui-elements/_content-blocks.scss */
.lt-ie9 .small {
  width: 268px;
}
/* line 981, ../sass/ui-elements/_content-blocks.scss */
.lt-ie9 .small#small3 {
  float: right;
}

/* line 990, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column {
  background: none;
  padding: 0;
}
/* line 994, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column .maincontent {
  background: #F2F2F2;
  padding: 25px 28px 25px 28px;
}
/* line 999, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column:hover {
  border: none;
}
/* line 1002, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column:hover .maincontent {
  background: #F2F2F2;
  padding: 25px 28px 25px 28px;
  border: none;
}
/* line 1007, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column:hover .maincontent.grey {
  border-color: #e5e5e5;
}
/* line 1014, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column .read-more {
  width: 100%;
  float: left;
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0 30px;
  background: #d2242b;
}
/* line 1023, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column .read-more.grey {
  background: #e5e5e5;
  color: #303030;
}
/* line 1027, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column .read-more.grey .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -169px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 1027, ../sass/ui-elements/_content-blocks.scss */
  .homepage-content .content.column .read-more.grey .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -117px;
    height: 17px;
    width: 10px;
  }
}
/* line 1033, ../sass/ui-elements/_content-blocks.scss */
.homepage-content .content.column .read-more:hover .arrow-right {
  right: 30px;
}

/* line 1044, ../sass/ui-elements/_content-blocks.scss */
[data-view=EqualHeightColumns] {
  opacity: 0;
}

/* ==========================================================================
	 forms
	 ========================================================================== */
/* line 5, ../sass/ui-elements/_forms.scss */
form {
  width: 100%;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 12, ../sass/ui-elements/_forms.scss */
form label, form input, form select, form textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}
/* line 19, ../sass/ui-elements/_forms.scss */
form label {
  display: block;
  margin-bottom: 5px;
  color: #4a4a4a;
  font-weight: 300;
  clear: left;
}
/* line 26, ../sass/ui-elements/_forms.scss */
form label.error {
  background-color: #f3c8ca;
  color: #d0232a;
  border: 1px solid #d0232a;
  margin-top: -21px;
  margin-bottom: 21px;
  padding: 10px;
  width: 370px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 39, ../sass/ui-elements/_forms.scss */
form .default-hidden {
  display: none;
}
/* line 43, ../sass/ui-elements/_forms.scss */
form input, form textarea {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 46, ../sass/ui-elements/_forms.scss */
form input.error, form textarea.error {
  outline: none;
  border: 1px solid #d0232a;
}
/* line 51, ../sass/ui-elements/_forms.scss */
form input:focus, form textarea:focus {
  outline: #bbddff auto 5px;
  border: 1px solid #3b9dff;
}
/* line 56, ../sass/ui-elements/_forms.scss */
form input:disabled, form textarea:disabled {
  opacity: 0.6;
}
/* line 61, ../sass/ui-elements/_forms.scss */
form input.honeypot, form textarea.honeypot {
  display: none;
}
/* line 66, ../sass/ui-elements/_forms.scss */
form input, form textarea, form select, form .uneditable-input {
  display: inline-block;
  width: 100%;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #898a8b;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 79, ../sass/ui-elements/_forms.scss */
form .zipcode, form .city {
  width: 50%;
  display: block;
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 86, ../sass/ui-elements/_forms.scss */
form .zipcode {
  padding-right: 5px;
}
/* line 89, ../sass/ui-elements/_forms.scss */
form .city {
  padding-left: 5px;
}
/* line 92, ../sass/ui-elements/_forms.scss */
form textarea {
  height: auto;
  float: left;
  resize: vertical;
}
/* line 100, ../sass/ui-elements/_forms.scss */
form .radio, form .checkbox {
  padding-left: 18px;
}
/* line 103, ../sass/ui-elements/_forms.scss */
form .radio input[type="radio"], form .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
/* line 108, ../sass/ui-elements/_forms.scss */
form input[type="image"], form input[type="checkbox"], form input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0 \9;
}
/* line 119, ../sass/ui-elements/_forms.scss */
form label input, form label textarea, form label select {
  display: block;
}
/* line 123, ../sass/ui-elements/_forms.scss */
form label.error {
  background-color: #f3c8ca;
  color: #d0232a;
  border: 1px solid #d0232a;
  margin-top: -21px;
  margin-bottom: 21px;
  padding: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 135, ../sass/ui-elements/_forms.scss */
form ::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #898a8b;
  font-weight: 300;
}
/* line 141, ../sass/ui-elements/_forms.scss */
form :-moz-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #898a8b;
  font-weight: 300;
}
/* line 147, ../sass/ui-elements/_forms.scss */
form ::-moz-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #898a8b;
  font-weight: 300;
}
/* line 153, ../sass/ui-elements/_forms.scss */
form :-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #898a8b;
  font-weight: 300;
}
/* line 159, ../sass/ui-elements/_forms.scss */
form .help-block {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
/* line 166, ../sass/ui-elements/_forms.scss */
form .wrapper {
  width: 50%;
}
/* line 170, ../sass/ui-elements/_forms.scss */
form .language-select {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  border: 1px solid #bdbebe;
  border-radius: 3px;
  padding: 0 0 0 0;
  background: #f9f9f9;
  background: url("../images/select-box.png") no-repeat right top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
/* line 185, ../sass/ui-elements/_forms.scss */
form .language-select select {
  -webkit-appearance: none;
  -moz-appearance: window;
  background: transparent;
  padding: 1px 20px 0 10px;
  border: 0;
  color: #898a8b;
  overflow: hidden;
  width: 120%;
}
/* line 194, ../sass/ui-elements/_forms.scss */
form .language-select select:focus {
  outline: none;
  border: none;
}
/* line 200, ../sass/ui-elements/_forms.scss */
form select::-ms-expand {
  display: none;
}
/* line 204, ../sass/ui-elements/_forms.scss */
form .submit, form button {
  padding: 0 12px;
  height: 34px;
  width: 100%;
  clear: both;
  min-width: 96px;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  float: left;
  -moz-box-shadow: 0px -1px 0px 0px white inset;
  -webkit-box-shadow: 0px -1px 0px 0px white inset;
  box-shadow: 0px -1px 0px 0px white inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #8ac43d;
  background: #8ac43d;
  border-bottom: 1px solid #c5e25c;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
  border: none;
}
/* line 224, ../sass/ui-elements/_forms.scss */
form .submit:hover, form button:hover {
  margin: -3px 0 3px 0;
  -moz-box-shadow: #6e9c30 0px 3px 0;
  -webkit-box-shadow: #6e9c30 0px 3px 0;
  box-shadow: #6e9c30 0px 3px 0;
}
/* line 229, ../sass/ui-elements/_forms.scss */
form .submit:active, form button:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

/* line 237, ../sass/ui-elements/_forms.scss */
.content.big p.help-block {
  display: inline-block;
  margin: 0;
  margin-top: -15px;
  margin-bottom: 20px;
  vertical-align: middle;
  padding-left: 5px;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

/* line 247, ../sass/ui-elements/_forms.scss */
#contact-form-submitted {
  color: #8ac43d;
  text-align: center;
  background-color: #f2f2f2;
  padding: 10px;
  margin: 0 0 20px 0;
  font-size: 20px;
}

/* line 1, ../sass/ui-elements/_iemap.scss */
#ieMap {
  width: 100%;
  height: 335px;
  margin: 0 0 40px 0;
  overflow: hidden;
  position: relative;
}
/* line 8, ../sass/ui-elements/_iemap.scss */
#ieMap > div {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 13, ../sass/ui-elements/_iemap.scss */
#ieMap > div > a {
  width: 50px;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  display: block;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
/* line 21, ../sass/ui-elements/_iemap.scss */
#ieMap > div > a.back {
  text-indent: 0;
  background: #909090;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  right: 25px;
  top: 19px;
  border: 1px solid #fff;
}
/* line 38, ../sass/ui-elements/_iemap.scss */
#ieMap > div.overview #europe {
  top: 102px;
  left: 414px;
}
/* line 43, ../sass/ui-elements/_iemap.scss */
#ieMap > div.overview #ny {
  top: 91px;
  left: 271px;
}
/* line 48, ../sass/ui-elements/_iemap.scss */
#ieMap > div.overview #sp {
  top: 210px;
  left: 309px;
}
/* line 53, ../sass/ui-elements/_iemap.scss */
#ieMap > div.overview #hk {
  top: 132px;
  left: 569px;
}
/* line 61, ../sass/ui-elements/_iemap.scss */
#ieMap > div.europe #uk {
  top: 65px;
  left: 227px;
}
/* line 66, ../sass/ui-elements/_iemap.scss */
#ieMap > div.europe #fr {
  top: 120px;
  width: 39px;
  left: 263px;
  height: 51px;
}
/* line 73, ../sass/ui-elements/_iemap.scss */
#ieMap > div.europe #ma {
  top: 223px;
  left: 199px;
}
/* line 78, ../sass/ui-elements/_iemap.scss */
#ieMap > div.europe #europe2 {
  top: 102px;
  left: 304px;
  width: 40px;
  height: 40px;
}
/* line 87, ../sass/ui-elements/_iemap.scss */
#ieMap > div.europe2 #nl {
  top: 68px;
  left: 166px;
}
/* line 92, ../sass/ui-elements/_iemap.scss */
#ieMap > div.europe2 #br {
  top: 133px;
  left: 157px;
}
/* line 97, ../sass/ui-elements/_iemap.scss */
#ieMap > div.europe2 #dd {
  top: 106px;
  left: 227px;
}
/* line 104, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay {
  width: 423px;
  height: 323px;
  background: url(../images/detail-bg.png);
  position: absolute;
  top: 9px;
  right: 0;
  left: auto;
  display: none;
  z-index: 10;
  -moz-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #B8B8B8;
}
/* line 117, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay[data-id="Netherlands"] {
  top: 8px;
}
/* line 121, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .detail-close {
  margin: 10px 10px 0 0;
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -408px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 10px;
  float: right;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 121, ../sass/ui-elements/_iemap.scss */
  #ieMap .detail-overlay .detail-close {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -286px;
    height: 11px;
    width: 10px;
  }
}
/* line 128, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .office-adress {
  padding: 0 0 0 35px;
  float: left;
  width: 100%;
  text-shadow: rgba(255, 255, 255, 0.25) 1px 1px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 135, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .office-adress h1 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 1px;
}
/* line 142, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .office-adress h1 span {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 14px;
}
/* line 149, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .office-adress ul {
  margin: 0;
  list-style: none;
  font-weight: 500;
}
/* line 156, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .office-links {
  padding: 15px 35px 0 35px;
  float: left;
  width: 100%;
}
/* line 161, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .office-links .button {
  font-weight: 500;
  margin: 0 15px 0 0;
}
/* line 166, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .office-links .red {
  margin: 15px 0 0 0;
  clear: both;
}
/* line 170, ../sass/ui-elements/_iemap.scss */
#ieMap .detail-overlay .office-links .red span {
  margin: 13px 0 0 10px;
}

/* line 1, ../sass/ui-elements/_popup.scss */
.popup-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
/* line 10, ../sass/ui-elements/_popup.scss */
.popup-wrapper .popup-close {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -92px -477px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 10, ../sass/ui-elements/_popup.scss */
  .popup-wrapper .popup-close {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -87px -335px;
    height: 18px;
    width: 18px;
  }
}
/* line 18, ../sass/ui-elements/_popup.scss */
.popup-wrapper .popup-close:hover {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -92px -439px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 18px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 18, ../sass/ui-elements/_popup.scss */
  .popup-wrapper .popup-close:hover {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -87px -307px;
    height: 18px;
    width: 18px;
  }
}
/* line 23, ../sass/ui-elements/_popup.scss */
.popup-wrapper .popup {
  margin: -150px 0 0 -300px;
  padding: 28px;
  width: 600px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border: 1px solid #aeaeae;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 690px) {
  /* line 23, ../sass/ui-elements/_popup.scss */
  .popup-wrapper .popup {
    width: 400px;
    margin: -100px 0 0 -200px;
  }
}
@media screen and (max-width: 430px) {
  /* line 23, ../sass/ui-elements/_popup.scss */
  .popup-wrapper .popup {
    width: 300px;
    margin: -125px 0 0 -150px;
  }
}
/* line 49, ../sass/ui-elements/_popup.scss */
.popup-wrapper .popup h1 {
  margin: -7px 0 0 0;
  color: #d2242b;
  width: 100%;
  padding: 0 0 20px 0;
}
/* line 56, ../sass/ui-elements/_popup.scss */
.popup-wrapper .popup p {
  margin: 0 0 20px 0;
  font-weight: 300;
}
/* line 61, ../sass/ui-elements/_popup.scss */
.popup-wrapper .popup span {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
}
/* line 68, ../sass/ui-elements/_popup.scss */
.popup-wrapper .overlay {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../images/popup-overlay.png);
  background: rgba(0, 0, 0, 0.2);
}

/* line 1, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq {
  margin: 0;
  max-width: 600px;
}
/* line 5, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq .accordion-item {
  margin: 0 0 1em;
  width: 100%;
}
/* line 9, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq .accordion-item:last-child {
  margin-bottom: 0;
}
/* line 14, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq .accordion-item.open .arrow {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -90px -30px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 20px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 14, ../sass/ui-elements/_accordion-faq.scss */
  .accordion-faq .accordion-item.open .arrow {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -85px -18px;
    height: 20px;
    width: 20px;
  }
}
/* line 19, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq .accordion-item .accordion-item-content {
  display: none;
}
/* line 24, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq .accordion-item h1 {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 30px;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 36, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq .accordion-item h1 .arrow {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -90px -129px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  position: absolute;
  left: 0;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 36, ../sass/ui-elements/_accordion-faq.scss */
  .accordion-faq .accordion-item h1 .arrow {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -85px -87px;
    height: 20px;
    width: 20px;
  }
}
/* line 47, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq .accordion-item p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
/* line 53, ../sass/ui-elements/_accordion-faq.scss */
.accordion-faq .accordion-item .accordion-item-content {
  margin-left: 30px;
}

/* line 1, ../sass/ui-elements/_project-grid.scss */
.project-grid {
  color: #2A2A2A;
  font-weight: 300;
  display: block;
  float: left;
  padding: 0 27px 20px 27px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 11, ../sass/ui-elements/_project-grid.scss */
.project-grid h1 {
  color: #d2242b;
}
/* line 15, ../sass/ui-elements/_project-grid.scss */
.project-grid.full-width {
  padding: 0 0 20px 0;
}
@media screen and (max-width: 690px) {
  /* line 1, ../sass/ui-elements/_project-grid.scss */
  .project-grid {
    padding: 0 15px;
  }
}
/* line 25, ../sass/ui-elements/_project-grid.scss */
.project-grid .project-item {
  float: left;
  text-decoration: none;
  width: 49%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 2% 2%;
  display: block;
  position: relative;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
  border: 3px solid #fff;
}
/* line 41, ../sass/ui-elements/_project-grid.scss */
.project-grid .project-item:hover, .project-grid .project-item.active {
  border: 3px solid #d2242b;
}
@media screen and (max-width: 480px) {
  /* line 25, ../sass/ui-elements/_project-grid.scss */
  .project-grid .project-item {
    width: 100%;
    margin: 0 0 2% 0;
  }
}
/* line 52, ../sass/ui-elements/_project-grid.scss */
.project-grid .project-item:first-child, .project-grid .project-item:nth-child(odd) {
  margin-left: 0;
}
/* line 57, ../sass/ui-elements/_project-grid.scss */
.project-grid .project-item .imageholder {
  width: 100%;
  background: #d2242b;
  overflow: hidden;
  position: relative;
  padding-top: 40%;
}
/* line 64, ../sass/ui-elements/_project-grid.scss */
.project-grid .project-item .imageholder img {
  float: left;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 74, ../sass/ui-elements/_project-grid.scss */
.project-grid .project-item .read-more {
  margin: 0;
  padding: 0 30px;
  height: 50px;
  width: 100%;
  background: #d2242b;
  left: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 91, ../sass/ui-elements/_project-grid.scss */
.project-grid .project-item .read-more .arrow-right {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -100px -331px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 10px;
  position: absolute;
  top: 17px;
  right: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 91, ../sass/ui-elements/_project-grid.scss */
  .project-grid .project-item .read-more .arrow-right {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -95px -229px;
    height: 17px;
    width: 10px;
  }
}

/* line 1, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumbs {
  margin: -15px 0 1rem;
}
@media screen and (max-width: 690px) {
  /* line 1, ../sass/ui-elements/_breadcrumbs.scss */
  .breadcrumbs {
    margin: 0 0 15px;
  }
}
/* line 8, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumbs .separator,
.breadcrumbs a,
.breadcrumbs .pagetitle {
  color: #000;
  text-decoration: none;
  font-size: .75rem;
  text-transform: lowercase;
  white-space: nowrap;
}
/* line 18, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumbs .separator {
  padding: 0 .25rem;
}
/* line 22, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumbs .pagetitle {
  font-weight: bold;
}
/* line 27, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 2, ../sass/ui-elements/_readmore.scss */
.maincontent[data-view=ReadMore] {
  display: none;
  width: 100%;
}
/* line 6, ../sass/ui-elements/_readmore.scss */
.maincontent[data-view=ReadMore].enabled {
  display: block;
}
/* line 12, ../sass/ui-elements/_readmore.scss */
.maincontent .hidden {
  display: none;
}
/* line 16, ../sass/ui-elements/_readmore.scss */
.maincontent .readmore-btn {
  cursor: pointer;
  font-weight: bold;
  display: inline;
  margin-left: 5px;
}

/* line 1, ../sass/sections/_ckeditor.scss */
.image-left,
.image-center,
.image-right {
  margin: 20px;
  margin-top: 0;
}
/* line 7, ../sass/sections/_ckeditor.scss */
.image-left figcaption,
.image-center figcaption,
.image-right figcaption {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  font-style: italic;
}

/* line 15, ../sass/sections/_ckeditor.scss */
.image-left {
  float: left;
  margin-left: 0;
}

/* line 20, ../sass/sections/_ckeditor.scss */
.image-center {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* line 26, ../sass/sections/_ckeditor.scss */
.image-right {
  float: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

/* header
   ========================================================================== */
/* line 4, ../sass/sections/_header.scss */
header {
  padding: 20px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 9, ../sass/sections/_header.scss */
header h1 {
  margin: 0;
  width: 187px;
  height: 56px;
  float: left;
  text-indent: -9999px;
  background: url(../images/porticus-logo.jpg) no-repeat;
  position: relative;
}
/* line 18, ../sass/sections/_header.scss */
header h1 a {
  display: block;
  width: 187px;
  height: 56px;
}
/* line 25, ../sass/sections/_header.scss */
header .lang-chooser {
  float: right;
}

@media screen and (max-width: 690px) {
  /* line 31, ../sass/sections/_header.scss */
  header {
    padding: 0;
  }
  /* line 34, ../sass/sections/_header.scss */
  header h1 {
    display: none;
  }
}
/* ==========================================================================
	 layout
	 ========================================================================== */
/* line 4, ../sass/sections/_layout.scss */
html, body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* line 10, ../sass/sections/_layout.scss */
a {
  color: #2a2a2a;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* line 16, ../sass/sections/_layout.scss */
body {
  background: url(../images/porticus-bg-pattern.jpg);
}
/* line 19, ../sass/sections/_layout.scss */
body .wrapper {
  min-height: 100%;
  padding: 0 30px 108px 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto -108px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  border-left: 1px solid #d2d4d5;
  border-right: 1px solid #d2d4d5;
}
/* line 31, ../sass/sections/_layout.scss */
body .wrapper:after {
  content: "";
  display: block;
  height: 87px;
}
/* line 38, ../sass/sections/_layout.scss */
body footer {
  margin: 0 auto;
  max-width: 960px;
}

/* line 44, ../sass/sections/_layout.scss */
.ui-wrapper {
  padding: 0 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/sections/_layout.scss */
.content-container-detail {
  float: left;
  width: 100%;
}
/* line 56, ../sass/sections/_layout.scss */
.content-container-detail.with-side-nav {
  width: 70%;
}
/* line 61, ../sass/sections/_layout.scss */
.content-container-detail.project-detail img {
  max-width: 100%;
}
/* line 65, ../sass/sections/_layout.scss */
.content-container-detail.project-detail p a {
  color: #d2242b;
  text-decoration: underline;
}
/* line 73, ../sass/sections/_layout.scss */
.content-container-detail .ac-container {
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: right;
}
/* line 81, ../sass/sections/_layout.scss */
.content-container-detail .ac-container h1 {
  margin: 0;
  color: #4a4a4a;
  padding: 0 27px 0 54px;
  height: 35px;
  line-height: 35px;
  position: relative;
  clear: both;
}
/* line 90, ../sass/sections/_layout.scss */
.content-container-detail .ac-container h1 .icon {
  background-image: url('../images/sprites-porticus-s770f415dd9.png');
  background-position: -93px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 10px;
  width: 17px;
  position: absolute;
  top: 13px;
  left: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 90, ../sass/sections/_layout.scss */
  .content-container-detail .ac-container h1 .icon {
    background-image: url('../images/sprites-porticus-retina-s7a27ef7ab7.png');
    background-size: 105px 937px;
    background-position: -92px 0;
    height: 8px;
    width: 13px;
  }
}
/* line 96, ../sass/sections/_layout.scss */
.content-container-detail .ac-container h1:hover {
  cursor: pointer;
}
/* line 98, ../sass/sections/_layout.scss */
.content-container-detail .ac-container h1:hover .underline {
  border-bottom: 2px solid #4a4a4a;
}
/* line 103, ../sass/sections/_layout.scss */
.content-container-detail .ac-container h1.active {
  color: #d2242b;
}
/* line 105, ../sass/sections/_layout.scss */
.content-container-detail .ac-container h1.active .icon {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 108, ../sass/sections/_layout.scss */
.content-container-detail .ac-container h1.active + .body {
  display: block;
}
/* line 113, ../sass/sections/_layout.scss */
.content-container-detail .ac-container h1.active:hover .underline {
  border-bottom: 2px solid transparent;
}
/* line 120, ../sass/sections/_layout.scss */
.content-container-detail .ac-container iframe {
  margin: 20px 0;
  width: 100% !important;
  border: 0;
}
/* line 126, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content {
  background: white;
  margin: 0;
  border: 0;
}
/* line 132, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content.no-intro {
  padding: 0 60px 0 27px;
}
/* line 135, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content.no-intro .body {
  padding: 10px 0 15px 0;
}
/* line 141, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content .intro {
  padding: 0 0 10px 0;
  float: left;
  clear: left;
}
/* line 146, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content .intro p strong {
  font-weight: 400;
}
/* line 153, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content .body {
  display: none;
  float: left;
  clear: left;
}
/* line 159, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content p {
  margin: 0;
  width: 100%;
}
/* line 164, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content .image-wrapper {
  margin: 0 0 15px 0;
  position: relative;
  overflow: hidden;
  float: left;
  height: 213px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 173, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content .image-wrapper .hover-icon {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  opacity: 0;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -32px;
}
/* line 193, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content .image-wrapper:hover .hover-icon {
  opacity: 1;
}
/* line 196, ../sass/sections/_layout.scss */
.content-container-detail .ac-container .content .image-wrapper:hover .hover-icon img {
  margin: 0;
}

/* line 209, ../sass/sections/_layout.scss */
.contact .column-2 .first {
  margin: 0 15px 10px 0;
}

@media screen and (max-width: 768px) {
  /* line 216, ../sass/sections/_layout.scss */
  .ac-container {
    padding: 0;
    float: left;
    width: 68%;
  }
  /* line 221, ../sass/sections/_layout.scss */
  .ac-container h1 {
    font-size: 18px;
  }
  /* line 225, ../sass/sections/_layout.scss */
  .ac-container .content {
    width: 100%;
  }
}
@media screen and (max-width: 690px) {
  /* line 233, ../sass/sections/_layout.scss */
  body .wrapper {
    min-height: 0;
    padding: 0;
    margin: 0 auto;
  }
  /* line 238, ../sass/sections/_layout.scss */
  body .wrapper .content-container-detail {
    width: 100%;
  }
  /* line 241, ../sass/sections/_layout.scss */
  body .wrapper .content-container-detail .content {
    padding: 0px 15px;
  }
  /* line 245, ../sass/sections/_layout.scss */
  body .wrapper .content-container-detail .ac-container {
    padding: 10px 15px 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 249, ../sass/sections/_layout.scss */
  body .wrapper .content-container-detail .ac-container h1 {
    padding: 0 27px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 252, ../sass/sections/_layout.scss */
  body .wrapper .content-container-detail .ac-container h1 .icon {
    left: 0;
  }
  /* line 257, ../sass/sections/_layout.scss */
  body .wrapper .content-container-detail .ac-container .content {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 269, ../sass/sections/_layout.scss */
  .content-container-detail .ac-container {
    padding: 0;
    float: left;
    width: 100%;
  }
  /* line 274, ../sass/sections/_layout.scss */
  .content-container-detail .ac-container h1 {
    font-size: 15px;
    height: auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 286, ../sass/sections/_layout.scss */
.lt-ie9 .wrapper {
  width: 900px;
  padding: 0 30px 76px 30px;
}

/* footer
   ========================================================================== */
/* line 3, ../sass/sections/_footer.scss */
footer {
  padding: 30px 30px 15px 30px;
  width: 100%;
  background: #d2d4d5;
  color: #4a4a4a;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 11, ../sass/sections/_footer.scss */
footer address {
  font-style: normal;
  line-height: 21px;
  float: left;
  width: 50%;
}
/* line 17, ../sass/sections/_footer.scss */
footer address h3 {
  margin: 0;
  line-height: 21px;
}
/* line 23, ../sass/sections/_footer.scss */
footer .footer-menu {
  float: right;
}
/* line 26, ../sass/sections/_footer.scss */
footer .footer-menu a {
  margin: 0 0 0 15px;
}
/* line 29, ../sass/sections/_footer.scss */
footer .footer-menu a:hover {
  margin: -3px 0 0 15px;
}
/* line 33, ../sass/sections/_footer.scss */
footer .footer-menu a:active {
  margin: 0 0 0 15px;
}
/* line 39, ../sass/sections/_footer.scss */
footer .disclaimer {
  margin: 20px 0 0 0;
  width: 100%;
  font-size: 10px;
  line-height: 16px;
  float: left;
  clear: both;
}

@media screen and (max-width: 690px) {
  /* line 50, ../sass/sections/_footer.scss */
  footer {
    padding: 15px 30px;
  }
  /* line 53, ../sass/sections/_footer.scss */
  footer address {
    width: 100%;
  }
  /* line 57, ../sass/sections/_footer.scss */
  footer .footer-menu {
    margin: 15px 0 0 0;
    width: 100%;
    float: left;
  }
  /* line 62, ../sass/sections/_footer.scss */
  footer .footer-menu a {
    width: 100%;
    padding: 0 30px 0 10px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 74, ../sass/sections/_footer.scss */
  footer .footer-menu a:hover {
    margin: 0 0 10px 0;
  }
  /* line 78, ../sass/sections/_footer.scss */
  footer .footer-menu a:active {
    margin: 0 0 10px 0;
  }
  /* line 83, ../sass/sections/_footer.scss */
  footer .footer-menu a.button.icon .arrow-right {
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
  }
}
/* line 96, ../sass/sections/_footer.scss */
.lt-ie9 footer {
  margin-top: 30px;
  width: 900px;
}

/* line 3, ../sass/sections/_under-construction.scss */
.under-construction .content {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-top: 20px;
}
