﻿/* line 5, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}
    /* line 103, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

/* line 32, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/*$sb-base-color: #B7B7B7;      // Base color of your button
$sb-second-color: false;        // Optional second color of button gradient
$sb-border-radius: 2px;          // Button border radius
$sb-border-width: 0px;            // Button border width
$sb-padding: 0.5em 1.5em;  // Button padding
$sb-font-size: 20px;         // Button font-size
$sb-line-height: 1.2em;        // Button line-height
$sb-text-color: white;        // Button text color
$sb-text-style: "inset";      // Button text shadow style
$sb-gradient-style: "simple";	   // Button gradient style
$sb-auto-states: true;         // Automatically create pseudo styles */
/* New Syntax, allows to optionally calculate on a different base value to counter compounding effect of em's. */
/* Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported */
/* em-calc(10 20 30px 40); */
/* Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets */
/* em-calc((10, 20, 30, 40px)); */
/* Optionally call with a different base (eg: 8px) to calculate em. */
/* em-calc(16px 32px 48px, 8px); */
/* If you require to comma separate your list */
/* em-calc((16px, 32px, 48), 8px); */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../Sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../Sass/vendor/_normalize.scss */
audio,
canvas,
video {
    display: inline-block;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    /* line 41, ../Sass/vendor/_normalize.scss */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../Sass/vendor/_normalize.scss */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../Sass/vendor/_normalize.scss */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../Sass/vendor/_normalize.scss */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../Sass/vendor/_normalize.scss */
a {
    background: transparent;
}

    /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
    /* line 96, ../Sass/vendor/_normalize.scss */
    a:focus {
        outline: thin dotted;
    }

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    /* line 104, ../Sass/vendor/_normalize.scss */
    a:active,
    a:hover {
        outline: 0;
    }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../Sass/vendor/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../Sass/vendor/_normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../Sass/vendor/_normalize.scss */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../Sass/vendor/_normalize.scss */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../Sass/vendor/_normalize.scss */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../Sass/vendor/_normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../Sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../Sass/vendor/_normalize.scss */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../Sass/vendor/_normalize.scss */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../Sass/vendor/_normalize.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, ../Sass/vendor/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 215, ../Sass/vendor/_normalize.scss */
sup {
    top: -0.5em;
}

/* line 219, ../Sass/vendor/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../Sass/vendor/_normalize.scss */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../Sass/vendor/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../Sass/vendor/_normalize.scss */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../Sass/vendor/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../Sass/vendor/_normalize.scss */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../Sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, ../Sass/vendor/_normalize.scss */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../Sass/vendor/_normalize.scss */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 324, ../Sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    /* line 336, ../Sass/vendor/_normalize.scss */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../Sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../Sass/vendor/_normalize.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    /* line 370, ../Sass/vendor/_normalize.scss */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, ../Sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../Sass/vendor/_normalize.scss */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../Sass/vendor/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 2, ../Sass/partials/_fonts.scss */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

/* line 10, ../Sass/partials/_fonts.scss */
.icon-stack-1x,
.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

/* line 17, ../Sass/partials/_fonts.scss */
.icon-stack-1x {
    line-height: inherit;
}

/* line 20, ../Sass/partials/_fonts.scss */
.icon-stack-2x {
    font-size: 2em;
}

/* line 24, ../Sass/partials/_fonts.scss */
.icon-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

/* line 6, ../Sass/partials/_grid.scss */
.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0 10px;
}
    /* line 12, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
    .container:after {
        content: " ";
        display: block;
        clear: both;
    }

@media (min-width: 768px) {
    /* line 6, ../Sass/partials/_grid.scss */
    .container {
        padding: 0 50px;
    }
}

@media (min-width: 1280px) {
    /* line 6, ../Sass/partials/_grid.scss */
    .container {
        padding: 0;
    }
}

/* line 14, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.1.3/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 106, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
    font-size: 112.5%;
    line-height: 1.33333em;
}

/* line 2, ../Sass/partials/_typography.scss */
body {
    font-family: Arial;
    background: #fff;
    color: #444;
}

/* line 8, ../Sass/partials/_typography.scss */
a {
    color: #005f93;
    text-decoration: none;
}
    /* line 18, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/typography/links/_link-colors.scss */
    a:visited {
        /*color: #005f93;*/
    }
    /* line 21, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/typography/links/_link-colors.scss */
    a:focus {
        color: #005f93;
    }
    /* line 24, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/typography/links/_link-colors.scss */
    a:hover {
        color: #a00058;
    }
    /* line 27, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/typography/links/_link-colors.scss */
    a:active {
        color: #a00058;
    }
    /* line 4, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/typography/links/_hover-link.scss */
    a:hover, a:focus {
        text-decoration: underline;
    }

    /* line 12, ../Sass/partials/_typography.scss */
    a:hover {
        /*border: none;*/
    }

    /* line 15, ../Sass/partials/_typography.scss */
    a:focus {
        outline-color: #005f93;
        outline: -webkit-focus-ring-color auto 5px;
    }

/* line 20, ../Sass/partials/_typography.scss */
p {
    margin: 0 0 0.66667em;
    line-height: 24px;
}

/*
.bold {
	font-family: $font-bold-family;
}

p.introduction {
	@include adjust-font-size-to($introduction-font-size, 1.3);
}

@mixin big-title-base($font-size) {
	margin: rhythm(1, $font-size) auto rhythm(0.5, $font-size);
}

@mixin small-title-base($font-size) {
	margin: rhythm(0.5, $font-size) auto rhythm(0.5, $font-size);
}
*/
/* line 42, ../Sass/partials/_typography.scss */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #444;
    font-style: normal;
    line-height: normal;
    word-wrap: break-word;
}

/* line 49, ../Sass/partials/_typography.scss */
h1, .h1 {
    font-size: 38px;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 6px solid #cad736;
    padding-bottom: 5px;
    margin: 0 0 0.67em 0;
}

/* line 60, ../Sass/partials/_typography.scss */
h2, .h2 {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 0.60em;
}

/* line 69, ../Sass/partials/_typography.scss */
h3, .h3 {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 0.40em;
}

/*
h4, .h4 {
	@include small-title-base($h4-font-size);
	@include adjust-font-size-to($h4-font-size);
	font-family: $h4-font-family;
	font-weight: bold;
}

h5, .h5 {
	@include small-title-base($h5-font-size);
	@include adjust-font-size-to($h5-font-size);
	font-family: $h5-font-family;
	font-weight: bold;
}

.h1-teaser-font {
	font-family: $h1-teaser-font-family;
}

figure {
	@include margin-trailer;
}

.highlight-campaign {
	color: $brand-campaign-color;
}

.center {
	text-align: center;
}
*/
/* line 109, ../Sass/partials/_typography.scss */
em {
    font-style: italic;
}

/* line 112, ../Sass/partials/_typography.scss */
.preamble, .preamble p {
    font-size: 24px;
    line-height: normal;
}

/*
a.btn, .btn {
	@include sassy-button-structure($btn-border-radius, $btn-font-size, em($btn-padding-top-bottom) em($btn-padding-left-right));
	border: none !important;
	white-space: nowrap;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: $btn-text-color;
	text-align: center;
	@include link-colors($btn-text-color, $btn-text-color, $btn-text-color, $btn-text-color, $btn-text-color);

	font-weight: bold;
	line-height: em(22px);
	&.disabled-loader {
		> i {
			margin-right: 2px;
		}
	}
	&:before {
		margin-right: 0.5em;
	}
}

a.btn-small, .btn-small {
	@include sassy-button-structure($btn-border-radius, $btn-font-size, em($btn-padding-top-bottom * 0.7));
}

a.btn-xsmall, .btn-xsmall {
	@include sassy-button-structure($btn-border-radius, $btn-font-size, em($btn-padding-top-bottom * 0.5) em($btn-padding-top-bottom * 0.7));
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.btn-default {
	@include sassy-button-gradient($sb-gradient-style, $btn-default-color-gradient, $btn-default-color, $btn-text-color, $btn-text-style);
}

.btn-primary {
	@include sassy-button-gradient($sb-gradient-style, $btn-primary-color-gradient, $btn-primary-color, $btn-text-color, $btn-text-style);
	box-shadow: none;
}
.btn-secondary {
	@include sassy-button-gradient($sb-gradient-style, $btn-secondary-color-gradient, $btn-secondary-color, $btn-text-color, $btn-text-style);
}

.btn-facebook {
	@include sassy-button-gradient($sb-gradient-style,  #3B5999,  #3B5999, $btn-text-color, $btn-text-style);
}

.dropdown {
	position: relative;
	> .btn {
		background: $bg-color;
		color: $text-color;
		font-weight: normal;
		&:visited {
			color: $text-color;
		}
		&:hover {
			color: $text-color;
			background: $btn-dropdown-hover-bg-color;
		}
		&:focus {
			color: $text-color;
		}
	}
	> .dropdown-menu {
		display: none;
		@include no-bullets;
		padding: 0;
		position: absolute;
		border: solid 0 $gray-border;
		border-width: 0 1px 1px 1px;
		z-index: 3;
		> li {
			> a {
				display: block;
				padding: em(12px)em(30px) ;
				text-align: center;
				background: $bg-color;
				@include plain-link;
				@include link-colors($text-color, $text-color, $text-color, $text-color, $text-color);
				&:hover, &:focus {
					background: $btn-dropdown-hover-bg-color;
				}
			}
			border: solid 0 $gray-border;
			border-top-width: 1px;
		}
	}
	&.open>.dropdown-menu {
		display: block;
	}
}

.btn-group {
	width: 100%;
	float:left;
	> .btn {
		display: block;
		float: left;
		border-radius: 0;
		box-shadow: none !important;
		&:first-child {
			border-top-left-radius:2px;
			border-bottom-left-radius:2px;
		}
		&:last-child {
			border-top-right-radius:2px;
			border-bottom-right-radius:2px;
		}
	}
	.btn.active {
		@extend .btn-default;
	}
	input[type="radio"] {
		display: none;
	}
	.btn:hover {
		@extend .btn-default;
	}
}
*/
/*
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

img.img-responsive {
	max-width: 100%;
	height: auto;
}

span.img-responsive {
	img {
		@extend img.img-responsive;
	}
	display: block;
	span {
		display: block;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

//Html5 boilerplate
// Remove text-shadow in selection highlight: h5bp.com/i
// These selection rule sets have to be separate.
// Customize the background color to match your design.

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}
*/
/*
 * A better looking default horizontal rule
 */
/* line 69, ../Sass/partials/_helpers.scss */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 83, ../Sass/partials/_helpers.scss */
audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 95, ../Sass/partials/_helpers.scss */
textarea {
    resize: vertical;
}

/* line 100, ../Sass/partials/_helpers.scss */
.right {
    float: right;
}

/* line 104, ../Sass/partials/_helpers.scss */
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/*
@include responsive-invisibility('.visible-m, .visible-tp, .visible-tl, .visible-ld');

@media (max-width: $container-mobile-max) {
	@include responsive-visibility('.visible-m');
}

@media (min-width: $container-tablet-portrait) and (max-width: $container-tablet-portrait-max) {
	@include responsive-visibility('.visible-tp');
}

@media (min-width: $container-tablet-landscape) and (max-width: $container-tablet-landscape-max) {
	@include responsive-visibility('.visible-tl');
}

@media (min-width: $container-lg-desktop) {
	@include responsive-visibility('.visible-ld');
}

@media (max-width: $container-mobile-max) {
	@include responsive-invisibility('.hidden-m');
}

@media (min-width: $container-tablet-portrait) and (max-width: $container-tablet-portrait-max) {
	@include responsive-invisibility('.hidden-tp');
}

@media (min-width: $container-tablet-landscape) and (max-width: $container-tablet-landscape-max) {
	@include responsive-invisibility('.hidden-tl');
}

@media (min-width: $container-lg-desktop) {
	@include responsive-invisibility('.hidden-ld');
}
*/
/* line 155, ../Sass/partials/_helpers.scss */
label.error,
span.error,
.fail-message,
.success-message {
    display: block;
    padding: 5px;
    margin-bottom: 15px;
    margin-top: -9px;
    color: darkred;
    background-color: #FFBABA;
    border: 1px solid darkred;
}

/* line 168, ../Sass/partials/_helpers.scss */
.fail-message, .success-message {
    margin-top: 0;
}

/* line 172, ../Sass/partials/_helpers.scss */
.success-message {
    color: darkgreen;
    border-color: darkgreen;
    background-color: #DFF2BF;
}

/* line 178, ../Sass/partials/_helpers.scss */
.no-padding {
    padding: 0 !important;
}

/* line 182, ../Sass/partials/_helpers.scss */
.purpleLine {
    border-bottom-color: #a00058;
}

/* line 186, ../Sass/partials/_helpers.scss */
.mainContentPadding {
    padding-top: 35px;
    padding-bottom: 40px;
}

/* line 191, ../Sass/partials/_helpers.scss */
.state-indicator {
    z-index: 0;
    position: absolute;
    top: -999em;
    left: -999em;
}

@media (min-width: 768px) {
    /* line 191, ../Sass/partials/_helpers.scss */
    .state-indicator {
        z-index: 1;
    }
}

@media (min-width: 1024px) {
    /* line 191, ../Sass/partials/_helpers.scss */
    .state-indicator {
        z-index: 2;
    }
}

@media (min-width: 1280px) {
    /* line 191, ../Sass/partials/_helpers.scss */
    .state-indicator {
        z-index: 3;
    }
}

/* line 208, ../Sass/partials/_helpers.scss */
.full-max-width {
    max-width: 100%;
}

/* line 211, ../Sass/partials/_helpers.scss */
.featured-image {
    margin-bottom: 26px;
    display: block;
}

/* line 216, ../Sass/partials/_helpers.scss */
.arrow-left:before {
    content: "\2039\00a0";
}

/* line 219, ../Sass/partials/_helpers.scss */
.arrow-left:after {
    content: "";
}

/* line 222, ../Sass/partials/_helpers.scss */
.arrow-right:after, a:after {
    content: "\00a0\203A";
}

/* line 228, ../Sass/partials/_helpers.scss */
.clickable-box-block {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    background-color: #fff;
    border: 1px solid #d8d7d5;
    padding: 20px;
}
    /* line 234, ../Sass/partials/_helpers.scss */
    .clickable-box-block:hover {
        color: #a00058;
    }

/* line 244, ../Sass/partials/_helpers.scss */
.generic-puff {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
    /* line 250, ../Sass/partials/_helpers.scss */
    .generic-puff:last-child {
        *zoom: 1;
    }
        /* line 38, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/utilities/general/_clearfix.scss */
        .generic-puff:last-child:after {
            content: "";
            display: table;
            clear: both;
        }
    /* line 253, ../Sass/partials/_helpers.scss */
    .generic-puff:hover {
        text-decoration: none;
    }
        /* line 255, ../Sass/partials/_helpers.scss */
        .generic-puff:hover p {
            color: #a00058;
        }
        /* line 258, ../Sass/partials/_helpers.scss */
        .generic-puff:hover h2, .generic-puff:hover h3 {
            text-decoration: underline;
            color: #a00058;
        }
    /* line 263, ../Sass/partials/_helpers.scss */
    .generic-puff a:hover {
        text-decoration: none;
    }
    /* line 266, ../Sass/partials/_helpers.scss */
    .generic-puff img {
        width: 100%;
        border-bottom: 4px solid #a00058;
    }
    /* line 270, ../Sass/partials/_helpers.scss */
    .generic-puff h2, .generic-puff h3 {
        color: #005f93;
    }
    /* line 273, ../Sass/partials/_helpers.scss */
    .generic-puff header {
        padding: 20px;
        color: #444;
    }

/* line 7, ../Sass/partials/_global.scss */
html.js .accessibility-links-container,
html.js #search-container {
    display: none;
}

/* line 16, ../Sass/partials/_global.scss */
#skiplinks {
    height: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
    /* line 21, ../Sass/partials/_global.scss */
    #skiplinks li {
        height: 0;
    }
    /* line 24, ../Sass/partials/_global.scss */
    #skiplinks a {
        text-indent: 150%;
        white-space: nowrap;
        width: 1px;
        height: 1px;
        overflow: hidden;
        display: block;
        position: absolute;
    }
        /* line 33, ../Sass/partials/_global.scss */
        #skiplinks a:focus {
            padding-top: 0.52941em;
            padding-bottom: 0.52941em;
            color: white;
            background-color: #005f93;
            text-align: center;
            text-indent: 0;
            width: 100%;
            height: auto;
            z-index: 10;
            outline: none;
        }

/* line 51, ../Sass/partials/_global.scss */
#cookie-info {
    /*padding-top: 0.52941em;
    padding-bottom: 0.52941em;*/
    background-color: #f1f1f1;
    border-bottom: 1px solid #d8d7d5;
    text-align: center;
    text-indent: 0;
    width: 100%;
    height: auto;
    outline: none;
    padding: 0.52941em;
}
    /* line 62, ../Sass/partials/_global.scss */
    #cookie-info p {
        display: inline-block;
    }
    /* line 65, ../Sass/partials/_global.scss */
    #cookie-info input {
        display: inline-block;
        width: auto;
        margin: 0 0 0 15px;
    }

/* line 75, ../Sass/partials/_global.scss */
.top-line-lime {
    height: 12px;
    background-color: #cad736;
}

/* line 80, ../Sass/partials/_global.scss */
.top-row-container {
    margin-top: 10px;
}

/* line 84, ../Sass/partials/_global.scss */
.headerImage {
    height: 80px;
    margin-top: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

/* line 91, ../Sass/partials/_global.scss */
.logoContainer {
    /*width: 6.77966%;
    float: left;*/
    /*margin-right: 1.69492%;*/
}
    /* line 93, ../Sass/partials/_global.scss */
    .logoContainer a {
        display: block;
    }
        /* line 95, ../Sass/partials/_global.scss */
        .logoContainer a:after {
            content: "";
        }
    /* line 99, ../Sass/partials/_global.scss */
    .logoContainer .logo {
        max-width: none;
        width: 52px;
        height: 87px;
    }

/* line 110, ../Sass/partials/_global.scss */
.acc-swedish, .acc-english, .acc-finnish {
    background-image: url(/Static/gfx/swe-flag-mono.png);
    background-size: 30px;
    background-position: center 8px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 110, ../Sass/partials/_global.scss */
    .acc-swedish, .acc-english, .acc-finnish {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/swe-flag-mono@2x.png");
        background-size: 30px 21px;
    }
}

/* line 116, ../Sass/partials/_global.scss */
.acc-english {
    background-image: url(/Static/gfx/gb-flag-mono.png);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 116, ../Sass/partials/_global.scss */
    .acc-english {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/gb-flag-mono@2x.png");
        background-size: 30px 21px;
    }
}

/* line 120, ../Sass/partials/_global.scss */
.acc-finnish {
    background-image: url(/Static/gfx/fin-flag-mono.png);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 120, ../Sass/partials/_global.scss */
    .acc-finnish {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/fin-flag-mono@2x.png");
        background-size: 30px 21px;
    }
}

/* line 124, ../Sass/partials/_global.scss */
.acc-easy {
    background-image: url(/Static/gfx/icon-lightbulb.png);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 124, ../Sass/partials/_global.scss */
    .acc-easy {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/icon-lightbulb@2x.png");
        background-size: 30px 30px;
    }
}

/* line 128, ../Sass/partials/_global.scss */
.acc-listen {
    background-image: url(/Static/gfx/icon-listen.png);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 128, ../Sass/partials/_global.scss */
    .acc-listen {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/icon-listen@2x.png");
        background-size: 30px 30px;
    }
}

/* line 132, ../Sass/partials/_global.scss */
.acc-dictionary {
    background-image: url(/Static/gfx/icon-book.png);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 132, ../Sass/partials/_global.scss */
    .acc-dictionary {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/icon-book@2x.png");
        background-size: 30px 30px;
    }
}

/* line 136, ../Sass/partials/_global.scss */
.acc-textsize {
    background-image: url(/Static/gfx/icon-book.png);
    display: none;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 136, ../Sass/partials/_global.scss */
    .acc-textsize {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/icon-book@2x.png");
        background-size: 30px 30px;
    }
}

/* line 142, ../Sass/partials/_global.scss */
#accessibility-toggle:hover,
#accessibility-toggle:active {
    text-decoration: none;
}

/* line 146, ../Sass/partials/_global.scss */
#accessibility-toggle:after {
    content: "";
}

/* line 149, ../Sass/partials/_global.scss */
.accessibilityMenu {
    *zoom: 1;
}
    /* line 38, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/utilities/general/_clearfix.scss */
    .accessibilityMenu:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 152, ../Sass/partials/_global.scss */
    .accessibilityMenu li {
        float: left;
    }
    /* line 156, ../Sass/partials/_global.scss */
    .accessibilityMenu .accessibility-links-container {
        background-color: #f1f1f1;
        height: 150px;
        text-align: center;
    }
        /* line 160, ../Sass/partials/_global.scss */
        .accessibilityMenu .accessibility-links-container ul {
            display: inline-block;
        }
            /* line 162, ../Sass/partials/_global.scss */
            .accessibilityMenu .accessibility-links-container ul li {
                width: 90px;
                background-repeat: no-repeat;
                background-position: center 2px;
                margin-top: 5px;
            }
                /* line 167, ../Sass/partials/_global.scss */
                .accessibilityMenu .accessibility-links-container ul li:nth-child(4n) {
                    clear: left;
                }
            /* line 171, ../Sass/partials/_global.scss */
            .accessibilityMenu .accessibility-links-container ul a {
                display: inline-block;
                padding: 35px 20px 10px 20px;
                font-weight: bold;
                color: #444;
                font-size: 16px;
                text-shadow: 1px 1px 1px #fff;
            }
                /* line 178, ../Sass/partials/_global.scss */
                .accessibilityMenu .accessibility-links-container ul a:after {
                    content: "";
                }
            /* line 183, ../Sass/partials/_global.scss */
            .accessibilityMenu .accessibility-links-container ul #accessibility-toggle-arrow {
                font-size: 20px;
            }
    /* line 188, ../Sass/partials/_global.scss */
    .accessibilityMenu .accessibility-title {
        text-shadow: 1px 1px 1px #fff;
        font-weight: bold;
        font-size: 16px;
        color: #444;
        text-align: center;
        padding: 5px 0;
        background-color: #e4e4e4;
        border-top: 1px solid #d8d7d5;
        border-bottom: 1px solid #d8d7d5;
    }

@media (min-width: 768px) {
    /* line 201, ../Sass/partials/_global.scss */
    .accessibilityMenu .accessibility-links-container {
        height: 75px;
    }
        /* line 205, ../Sass/partials/_global.scss */
        .accessibilityMenu .accessibility-links-container ul li:nth-child(4n) {
            clear: none;
        }
}

@media (min-width: 1024px) {
    /* line 149, ../Sass/partials/_global.scss */
    .accessibilityMenu {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding: 0 50px;
    }
        /* line 12, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
        .accessibilityMenu:after {
            content: " ";
            display: block;
            clear: both;
        }
        /* line 218, ../Sass/partials/_global.scss */
        .accessibilityMenu .acc-textsize {
            display: list-item;
            margin-right: 0;
        }
        /* line 223, ../Sass/partials/_global.scss */
        .accessibilityMenu .accessibility-links-container {
            margin-top: 5px;
            background-color: transparent;
            height: auto;
            text-align: right;
        }
            /* line 228, ../Sass/partials/_global.scss */
            .accessibilityMenu .accessibility-links-container ul {
                list-style: none;
            }
                /* line 230, ../Sass/partials/_global.scss */
                .accessibilityMenu .accessibility-links-container ul li {
                    width: auto;
                    float: left;
                    background-color: #e4e4e4;
                    padding: 2px 8px;
                    background-image: none !important;
                    margin-right: 8px;
                    font-size: 14px;
                    font-weight: bold;
                    text-shadow: 1px 1px 1px #fff;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                }
                    /* line 245, ../Sass/partials/_global.scss */
                    .accessibilityMenu .accessibility-links-container ul li:last-child {
                        margin-right: 0;
                    }
                    /* line 250, ../Sass/partials/_global.scss */
                    .accessibilityMenu .accessibility-links-container ul li a {
                        color: #444;
                        padding: 0;
                    }
        /* line 257, ../Sass/partials/_global.scss */
        .accessibilityMenu #accessibility-toggle {
            display: none;
        }
}

@media (min-width: 1280px) {
    /* line 149, ../Sass/partials/_global.scss */
    .accessibilityMenu {
        padding: 0;
    }
}

/* line 271, ../Sass/partials/_global.scss */
#main-menu-nav {
    margin-top: 20px;
    display: none;
}
    /* line 274, ../Sass/partials/_global.scss */
    #main-menu-nav .top-level-node ul {
        display: none;
    }
    /* line 279, ../Sass/partials/_global.scss */
    #main-menu-nav li a, #main-menu-nav li span {
        color: #444;
        display: block;
        padding: 10px 5px;
        border-bottom: 1px solid #f1f1f1;
    }
        /* line 284, ../Sass/partials/_global.scss */
        #main-menu-nav li a:after, #main-menu-nav li span:after {
            content: "";
        }
        /* line 287, ../Sass/partials/_global.scss */
        #main-menu-nav li a:hover, #main-menu-nav li span:hover {
            color: #a00058;
        }
    /* line 294, ../Sass/partials/_global.scss */
    #main-menu-nav .active-node > a, #main-menu-nav .active-node > span, #main-menu-nav .expanded-active > a, #main-menu-nav .expanded-active > span {
        color: #fff;
        background-color: #a00058;
    }
        /* line 297, ../Sass/partials/_global.scss */
        #main-menu-nav .active-node > a:hover, #main-menu-nav .active-node > span:hover, #main-menu-nav .expanded-active > a:hover, #main-menu-nav .expanded-active > span:hover {
            color: #fff;
        }
    /* line 304, ../Sass/partials/_global.scss */
    #main-menu-nav .level-1 > a {
        padding-left: 20px;
    }
    /* line 304, ../Sass/partials/_global.scss */
    #main-menu-nav .level-2 > a {
        padding-left: 40px;
    }
    /* line 304, ../Sass/partials/_global.scss */
    #main-menu-nav .level-3 > a {
        padding-left: 60px;
    }
    /* line 304, ../Sass/partials/_global.scss */
    #main-menu-nav .level-4 > a {
        padding-left: 80px;
    }
    /* line 304, ../Sass/partials/_global.scss */
    #main-menu-nav .level-5 > a {
        padding-left: 100px;
    }
    /* line 304, ../Sass/partials/_global.scss */
    #main-menu-nav .level-6 > a {
        padding-left: 120px;
    }
    /* line 309, ../Sass/partials/_global.scss */
    #main-menu-nav .expander-button {
        float: right;
        color: #005f93;
        height: 43px;
        width: 43px;
        text-align: center;
        line-height: 44px;
        cursor: pointer;
    }
        /* line 317, ../Sass/partials/_global.scss */
        #main-menu-nav .expander-button:hover {
            color: #a00058;
        }

@media (min-width: 1024px) {
    /* line 309, ../Sass/partials/_global.scss */
    #main-menu-nav .expander-button {
        display: none;
    }
}
/* line 325, ../Sass/partials/_global.scss */
#main-menu-nav .active-node > .expander-button,
#main-menu-nav .expanded-active > .expander-button {
    color: #fff;
}
    /* line 328, ../Sass/partials/_global.scss */
    #main-menu-nav .active-node > .expander-button:hover,
    #main-menu-nav .expanded-active > .expander-button:hover {
        color: #fff;
    }

@media (min-width: 1024px) {
    /* line 336, ../Sass/partials/_global.scss */
    .navContainer {
        /*width: 84.05085%;
        float: left;
        margin-right: 1.69492%;
        display: block;*/
    }
        /* line 342, ../Sass/partials/_global.scss */
        .navContainer .expander-button-closed {
            display: none;
        }
        /* line 345, ../Sass/partials/_global.scss */
        .navContainer .top-level-node ul {
            display: none !important;
        }
        /* line 348, ../Sass/partials/_global.scss */
        .navContainer #main-menu-nav {
            display: block;
            margin-top: 0px;
        }
            /* line 351, ../Sass/partials/_global.scss */
            .navContainer #main-menu-nav ul {
                list-style: none;
            }
            /* line 355, ../Sass/partials/_global.scss */
            .navContainer #main-menu-nav li {
                float: left;
                font-size: 21px;
                font-weight: normal;
                margin-right: 5px;
                padding: 0 10px 0 0;
                background-image: url(/Static/gfx/main-nav-separator.gif);
                background-repeat: no-repeat;
                background-position: bottom right;
            }
}

@media (min-width: 1024px) and (min-width: 1280px) {
    /* line 355, ../Sass/partials/_global.scss */
    .navContainer #main-menu-nav li {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    /* line 369, ../Sass/partials/_global.scss */
    .navContainer #main-menu-nav li a, .navContainer #main-menu-nav li span {
        border-bottom: 4px solid #005f93;
        display: inline-block;
        text-decoration: none;
        padding: 10px 5px 5px 5px;
        background-color: transparent;
        color: #444;
    }
        /* line 376, ../Sass/partials/_global.scss */
        .navContainer #main-menu-nav li a:after, .navContainer #main-menu-nav li span:after {
            content: "";
        }
        /* line 380, ../Sass/partials/_global.scss */
        .navContainer #main-menu-nav li a:hover {
            border-bottom: 4px solid #a00058;
        }
    /* line 385, ../Sass/partials/_global.scss */
    .navContainer #main-menu-nav li.active-node span, .navContainer #main-menu-nav li.expanded-active span {
        border-bottom: 4px solid #a00058;
    }
        /* line 387, ../Sass/partials/_global.scss */
        .navContainer #main-menu-nav li.active-node span:hover, .navContainer #main-menu-nav li.expanded-active span:hover {
            color: #444;
        }
    /* line 392, ../Sass/partials/_global.scss */
    .navContainer #main-menu-nav li:last-child {
        background: none;
    }
}

/* line 406, ../Sass/partials/_global.scss */
.navButtonsContainer {
    /*width: 91.52542%;
    float: right;
    margin-right: 0;*/
}
    /* line 408, ../Sass/partials/_global.scss */
    .navButtonsContainer > div {
        float: right;
        margin-top: 6px;
    }
    /* line 412, ../Sass/partials/_global.scss */
    .navButtonsContainer a {
        float: left;
        background-repeat: no-repeat;
        background-position: center 15px;
        text-align: center;
        padding-top: 55px;
        color: #fff;
        display: block;
        width: 75px;
        height: 80px;
        font-size: 16px;
        margin-right: 5px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
        /* line 425, ../Sass/partials/_global.scss */
        .navButtonsContainer a:after {
            content: "";
        }
        /* line 428, ../Sass/partials/_global.scss */
        .navButtonsContainer a:last-child {
            margin-right: 0;
        }
        /* line 432, ../Sass/partials/_global.scss */
        .navButtonsContainer a.searchBtn {
            background-image: url(/Static/gfx/icon-search.png);
            background-color: #cad736;
        }

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 432, ../Sass/partials/_global.scss */
    .navButtonsContainer a.searchBtn {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/icon-search@2x.png");
        background-size: 32px 34px;
    }
}
/* line 436, ../Sass/partials/_global.scss */
.navButtonsContainer a.searchBtn:hover {
    background-color: #aab624;
    text-decoration: none;
    color: white;
}
/* line 441, ../Sass/partials/_global.scss */
.navButtonsContainer a.contact-button {
    background-image: url(/static/gfx/icon-telephone.png);
    background-color: #a00058;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 441, ../Sass/partials/_global.scss */
    .navButtonsContainer a.contact-button {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/static/gfx/icon-telephone@2x.png");
        background-size: 32px 34px;
    }
}
/* line 445, ../Sass/partials/_global.scss */
.navButtonsContainer a.contact-button:hover {
    background-color: #6d003c;
    text-decoration: none;
}
/* line 450, ../Sass/partials/_global.scss */
.navButtonsContainer a.menu-button {
    background-image: url(/static/gfx/icon-burgermenu.png);
    background-color: #005f93;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 450, ../Sass/partials/_global.scss */
    .navButtonsContainer a.menu-button {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/static/gfx//icon-burgermenu.png");
        background-size: 32px 34px;
    }
}
/* line 454, ../Sass/partials/_global.scss */
.navButtonsContainer a.menu-button:hover {
    background-color: #003e60;
    text-decoration: none;
}

@media (min-width: 1024px) {
    /* line 406, ../Sass/partials/_global.scss */
    .navButtonsContainer {
        /*width: 6.77966%;
        float: right;
        margin-right: 0;*/
        display: none;
    }
        /* line 461, ../Sass/partials/_global.scss */
        .navButtonsContainer a {
            margin-right: 0;
        }
            /* line 464, ../Sass/partials/_global.scss */
            .navButtonsContainer a.contact-button {
                display: none;
            }
            /* line 467, ../Sass/partials/_global.scss */
            .navButtonsContainer a.menu-button {
                display: none;
            }
}

/* line 476, ../Sass/partials/_global.scss */
#search-container {
    margin-top: 20px;
    border: 1px solid #7B7161;
    height: 35px;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    float: right;
    margin-right: 0;
}
    /* line 489, ../Sass/partials/_global.scss */
    #search-container > div {
        overflow: hidden;
        display: block;
    }
    /* line 493, ../Sass/partials/_global.scss */
    #search-container input {
        margin-bottom: 0;
        padding: 0 10px;
        width: 100%;
        height: 33px;
        border: none;
        float: left;
    }
    /* line 501, ../Sass/partials/_global.scss */
    #search-container .search-submit-btn {
        height: 33px;
        width: 80px;
        float: right;
        background-color: #7B7161;
        border: none;
        background-image: url(/Static/gfx/icon-search.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: center;
    }

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-resolution: 120dpi) {
    /* line 501, ../Sass/partials/_global.scss */
    #search-container .search-submit-btn {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Static/gfx/icon-search@2x.png");
        background-size: 22px 22px;
    }
}
/* line 513, ../Sass/partials/_global.scss */
#search-container .search-submit-btn:hover {
    background-color: #5e574b;
}

/* line 523, ../Sass/partials/_global.scss */
.breadcrumbsContainer {
    display: none;
}

@media (min-width: 568px) {
    /* line 523, ../Sass/partials/_global.scss */
    .breadcrumbsContainer {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 74.57627%;
        float: left;
        margin-right: 1.69492%;
        display: block;
        margin-top: 35px;
        padding: 0;
        margin-bottom: 20px;
    }
}
/* line 536, ../Sass/partials/_global.scss */
.breadcrumbsContainer a:after {
    content: "";
}
/* line 539, ../Sass/partials/_global.scss */
.breadcrumbsContainer ul {
    list-style: none;
}
    /* line 541, ../Sass/partials/_global.scss */
    .breadcrumbsContainer ul li {
        float: left;
        text-transform: uppercase;
        font-size: 18px;
    }

/* line 549, ../Sass/partials/_global.scss */
#print-link-container {
    display: none;
}

@media (min-width: 568px) {
    /* line 549, ../Sass/partials/_global.scss */
    #print-link-container {
        width: 23.72881%;
        float: right;
        margin-right: 0;
        display: block;
        margin-top: 35px;
        text-align: right;
    }
        /* line 556, ../Sass/partials/_global.scss */
        #print-link-container a {
            background-image: url(/Static/gfx/icon-print.png);
            background-repeat: no-repeat;
            background-position: 16px center;
            background-size: 20px;
            padding-left: 50px;
        }
}

/* line 569, ../Sass/partials/_global.scss */
#site-footer {
    background-color: #005f93;
    color: #fff;
    padding: 40px 0;
    border-top: 1px solid #0e374f;
}
    /* line 574, ../Sass/partials/_global.scss */
    #site-footer h1, #site-footer h3 {
        color: #fff;
    }
    /* line 577, ../Sass/partials/_global.scss */
    #site-footer a {
        color: #fff;
    }
        /* line 579, ../Sass/partials/_global.scss */
        #site-footer a:hover {
            color: #fff;
        }
    /* line 583, ../Sass/partials/_global.scss */
    #site-footer .footerColumn {
        text-align: center;
    }

@media (min-width: 768px) {
    /* line 583, ../Sass/partials/_global.scss */
    #site-footer .footerColumn {
        text-align: left;
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
    }
        /* line 588, ../Sass/partials/_global.scss */
        #site-footer .footerColumn .footerDataColumn {
            width: 48.27586%;
            float: left;
            margin-right: 3.44828%;
        }
            /* line 590, ../Sass/partials/_global.scss */
            #site-footer .footerColumn .footerDataColumn:last-child {
                float: right;
                margin-right: 0;
            }
        /* line 594, ../Sass/partials/_global.scss */
        #site-footer .footerColumn:last-child {
            float: right;
            margin-right: 0;
        }
}
/* line 600, ../Sass/partials/_global.scss */
#site-footer #contact-us:after {
    content: "";
}

/* line 606, ../Sass/partials/_global.scss */
a#contact-us {
    text-decoration: none;
}
    /* line 608, ../Sass/partials/_global.scss */
    a#contact-us:hover {
        text-decoration: none;
    }

/* line 616, ../Sass/partials/_global.scss */
#sub-menu {
    display: none;
}

@media (min-width: 1024px) {
    /* line 616, ../Sass/partials/_global.scss */
    #sub-menu {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%;
        display: block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #d8d7d5;
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    /* line 628, ../Sass/partials/_global.scss */
    #main-content {
        width: 74.57627%;
        float: right;
        margin-right: 0;
    }
}

/* line 638, ../Sass/partials/_global.scss */
#leftmenu-nav {
    border-bottom: none;
}
    /* line 641, ../Sass/partials/_global.scss */
    #leftmenu-nav a {
        color: #444;
        padding: 20px 20px;
        padding-right: 30px;
        display: block;
        border-bottom: 1px solid #d8d7d5;
    }
        /* line 647, ../Sass/partials/_global.scss */
        #leftmenu-nav a:after {
            content: "";
        }
    /* line 651, ../Sass/partials/_global.scss */
    #leftmenu-nav ul {
        list-style: none;
        margin: 0;
    }
    /* line 655, ../Sass/partials/_global.scss */
    #leftmenu-nav li {
        background-color: #fff;
        color: #444;
        font-weight: normal;
        font-size: 18px;
    }
    /* line 662, ../Sass/partials/_global.scss */
    #leftmenu-nav .root-node {
        background-color: #005f93;
        font-weight: bold;
    }
        /* line 665, ../Sass/partials/_global.scss */
        #leftmenu-nav .root-node > span, #leftmenu-nav .root-node > a {
            color: #fff;
            padding: 20px 20px;
            display: block;
        }
    /* line 671, ../Sass/partials/_global.scss */
    #leftmenu-nav .active-node {
        background-color: #a00058 !important;
    }
        /* line 673, ../Sass/partials/_global.scss */
        #leftmenu-nav .active-node > span {
            color: #fff;
            padding: 20px 20px;
            padding-right: 30px;
            display: block;
            border-bottom: 1px solid #d8d7d5;
        }
    /* line 683, ../Sass/partials/_global.scss */
    #leftmenu-nav .has-children-open > ul > li {
        background-color: #f1f1f1;
    }
        /* line 685, ../Sass/partials/_global.scss */
        #leftmenu-nav .has-children-open > ul > li > a, #leftmenu-nav .has-children-open > ul > li span {
            padding-left: 35px;
        }
    /* line 691, ../Sass/partials/_global.scss */
    #leftmenu-nav .has-children-open .has-children-open > ul > li {
        background-color: #e4e4e4;
    }
        /* line 693, ../Sass/partials/_global.scss */
        #leftmenu-nav .has-children-open .has-children-open > ul > li > a, #leftmenu-nav .has-children-open .has-children-open > ul > li span {
            padding-left: 50px;
            border-bottom: 1px solid #cccac8;
        }
    /* line 700, ../Sass/partials/_global.scss */
    #leftmenu-nav .has-children-open .has-children-open .has-children-open > ul > li {
        background-color: #d7d7d7;
    }
        /* line 702, ../Sass/partials/_global.scss */
        #leftmenu-nav .has-children-open .has-children-open .has-children-open > ul > li > a, #leftmenu-nav .has-children-open .has-children-open .has-children-open > ul > li span {
            padding-left: 65px;
            border-bottom: 1px solid #bfbebb;
        }
    /* line 711, ../Sass/partials/_global.scss */
    #leftmenu-nav .has-children-closed > a, #leftmenu-nav .has-children-open > a, #leftmenu-nav .has-children-open.active-node > span {
        background-image: url(/Templates/Public/Images/icon-left-menu-arrow-closed.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-size: 12px;
    }
    /* line 717, ../Sass/partials/_global.scss */
    #leftmenu-nav .has-children-open.active-node > span {
        background-image: url(/Templates/Public/Images/icon-left-menu-arrow-open-selected.png);
    }
    /* line 720, ../Sass/partials/_global.scss */
    #leftmenu-nav .has-children-open > a {
        background-image: url(/Templates/Public/Images/icon-left-menu-arrow-open.png);
    }

/* line 729, ../Sass/partials/_global.scss */
.PagingContainer {
    *zoom: 1;
}
    /* line 38, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/utilities/general/_clearfix.scss */
    .PagingContainer:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 731, ../Sass/partials/_global.scss */
    .PagingContainer ol {
        list-style: none !important;
        margin: 0 !important;
    }
    /* line 735, ../Sass/partials/_global.scss */
    .PagingContainer li {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        float: left;
        background-color: #fff;
        border: 1px solid #e4e4e4;
        margin: 0 10px 10px 0;
    }
        /* line 741, ../Sass/partials/_global.scss */
        .PagingContainer li:last-child {
            margin-right: 0;
        }
        /* line 744, ../Sass/partials/_global.scss */
        .PagingContainer li a {
            display: block;
            padding: 10px 20px;
        }
            /* line 747, ../Sass/partials/_global.scss */
            .PagingContainer li a:hover {
                color: #a00058;
            }

/* line 756, ../Sass/partials/_global.scss */
.four-o-four-ul {
    list-style: initial;
    margin-left: 20px;
}

@media (min-width: 768px) {
    /* line 761, ../Sass/partials/_global.scss */
    .text-wrapper {
        width: 65.90909%;
        float: left;
        margin-right: 2.27273%;
    }
}

@media (min-width: 768px) {
    /* line 767, ../Sass/partials/_global.scss */
    .right-col {
        width: 31.81818%;
        float: right;
        margin-right: 0;
    }
}

/* line 773, ../Sass/partials/_global.scss */
.addthis_toolbox {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    /* line 773, ../Sass/partials/_global.scss */
    .addthis_toolbox {
        margin-bottom: 0;
    }
}

/* line 780, ../Sass/partials/_global.scss */
#related-links-container ul, #related-documents-container ul {
    list-style: none !important;
    margin: 0 !important;
}

/* line 3, ../Sass/partials/_elements.scss */
main#main-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* line 9, ../Sass/partials/_elements.scss */
main#main-content ol {
    list-style-type: decimal;
    margin-left: 27px;
    margin-bottom: 20px;
}

/* line 15, ../Sass/partials/_elements.scss */
article > a:after {
    content: "";
}

/* line 19, ../Sass/partials/_elements.scss */
img {
    max-width: 100%;
}

/* line 23, ../Sass/partials/_elements.scss */
time {
    font-weight: bold;
    color: #b0b0b0;
    display: inline-block;
    margin: 0 0 0.66667em;
}

/* line 30, ../Sass/partials/_elements.scss */
.readMoreLink {
    display: inline-block;
    background-image: url(/Templates/Public/Images/icon-read-more.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 24px;
}

/* line 38, ../Sass/partials/_elements.scss */
.author-footer {
    font-size: 18px;
    display: none;
}

@media (min-width: 768px) {
    /* line 38, ../Sass/partials/_elements.scss */
    .author-footer {
        display: block;
    }
}

/*** Google Map ***/
/* line 48, ../Sass/partials/_elements.scss */
#map-canvas {
    width: 100%;
    height: 400px;
}

/** ADD THIS **/
/* line 56, ../Sass/partials/_elements.scss */
.addthis_toolbox a:after {
    content: "";
}

/*** ROYAL SLIDER ***/
/* line 63, ../Sass/partials/_elements.scss */
.royalSlider {
    width: 100%;
    height: 360px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

/* line 73, ../Sass/partials/_elements.scss */
.rsNav {
    padding-left: 5px;
    padding-right: 5px;
    height: auto !important;
}

/* line 79, ../Sass/partials/_elements.scss */
.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.5 !important;
}

/* line 83, ../Sass/partials/_elements.scss */
.rsDefault .rsThumb.rsNavSelected {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

/* line 90, ../Sass/partials/_elements.scss */
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-color: #005f93;
}

/* line 93, ../Sass/partials/_elements.scss */
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-color: #005f93;
}

/* line 96, ../Sass/partials/_elements.scss */
.rsDefault .rsArrowIcn {
    background-repeat: no-repeat;
}

/* line 99, ../Sass/partials/_elements.scss */
#rsCont {
    width: 300px;
}

/* line 102, ../Sass/partials/_elements.scss */
.rsThumb {
    width: 70px !important;
    height: 50px !important;
}

/* line 106, ../Sass/partials/_elements.scss */
.rsTmb {
    width: 100%;
}

/* line 110, ../Sass/partials/_elements.scss */
.rsFullscreenIcn {
    background-color: #005f93 !important;
}

/* line 7, ../Sass/partials/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}
    /* line 12, ../Sass/partials/_forms.scss */
    input[type="checkbox"] + label,
    input[type="radio"] + label {
        display: inline;
    }

/* line 16, ../Sass/partials/_forms.scss */
input, textarea {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}

/* line 22, ../Sass/partials/_forms.scss */
#error-summary {
    display: none;
    padding: 5px;
    margin-bottom: 15px;
    color: darkred;
    border: 1px solid darkred;
    background-color: #FFBABA;
}

/* line 30, ../Sass/partials/_forms.scss */
#error-form-container {
    /*max-width: 600px;*/
    /*background-color: #f1f1f1;
    border: 1px solid #d8d7d5;
    padding: 20px;
    margin-bottom: 20px*/;
}

/* line 36, ../Sass/partials/_forms.scss */
label {
    display: block;
}

/* line 40, ../Sass/partials/_forms.scss */
fieldset {
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

/* line 45, ../Sass/partials/_forms.scss */
.fieldset-div {
    border: 1px solid #c0c0c0;
    padding: 6px;
    background-color: #fff;
}

/* line 50, ../Sass/partials/_forms.scss */
legend {
    display: inline-block;
}

/* line 53, ../Sass/partials/_forms.scss */
.form-mandatory-container {
    overflow: hidden;
    display: block;
    width: auto;
}

/* line 59, ../Sass/partials/_forms.scss */
.form-mandatory, .form-mandatory-placable {
    display: block;
    float: right;
    padding: 0 8px;
    margin-left: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #a00058;
    color: #fff;
    font-size: 36px;
    height: 24px;
    font-weight: bold;
    line-height: 38px;
}

/* line 72, ../Sass/partials/_forms.scss */
.form-mandatory-placable {
    display: inline-block;
    float: left;
    margin: 0;
}

/* line 77, ../Sass/partials/_forms.scss */
.mandatory-fieldset-offset {
    margin-top: 23px;
}

/* line 81, ../Sass/partials/_forms.scss */
.submit-button {
    margin-top: 15px;
    -moz-box-shadow: inset 0px 1px 0px 0px #4688ab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #4688ab;
    box-shadow: inset 0px 1px 0px 0px #4688ab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0d72a8), color-stop(1, #006093));
    background: -moz-linear-gradient(top, #0d72a8 5%, #006093 100%);
    background: -webkit-linear-gradient(top, #0d72a8 5%, #006093 100%);
    background: -o-linear-gradient(top, #0d72a8 5%, #006093 100%);
    background: -ms-linear-gradient(top, #0d72a8 5%, #006093 100%);
    background: linear-gradient(to bottom, #0d72a8 5%, #006093 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d72a8', endColorstr='#006093',GradientType=0);
    background-color: #0d72a8;
    border: 1px solid #314179;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}
    /* line 101, ../Sass/partials/_forms.scss */
    .submit-button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006093), color-stop(1, #0d72a8));
        background: -moz-linear-gradient(top, #006093 5%, #0d72a8 100%);
        background: -webkit-linear-gradient(top, #006093 5%, #0d72a8 100%);
        background: -o-linear-gradient(top, #006093 5%, #0d72a8 100%);
        background: -ms-linear-gradient(top, #006093 5%, #0d72a8 100%);
        background: linear-gradient(to bottom, #006093 5%, #0d72a8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006093', endColorstr='#0d72a8',GradientType=0);
        background-color: #006093;
    }
    /* line 111, ../Sass/partials/_forms.scss */
    .submit-button:active {
        position: relative;
        top: 1px;
    }

/* line 2, ../Sass/pages/_startpage.scss */
.startPageHeaderImage {
    height: 280px;
    margin-top: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    /* line 2, ../Sass/pages/_startpage.scss */
    .startPageHeaderImage {
        height: 380px;
    }
}

/* line 14, ../Sass/pages/_startpage.scss */
.startPagePuffContainer {
    padding-top: 40px;
    padding-bottom: 40px;
}
    /* line 17, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer a {
        /*@include breakpoint($container-lg-desktop) {
  	@include span(3);
  	&:nth-child(even) {
  		@include span(3);
  	}
  	&:last-child {
  		@include last;
  	}
  	
  }*/
        /*margin-bottom: 5px;
  display: block;
  height: 100px;*/
    }
        /* line 18, ../Sass/pages/_startpage.scss */
        .startPagePuffContainer a:after {
            content: "";
        }

@media (min-width: 768px) {
    /* line 17, ../Sass/pages/_startpage.scss */
    /*.startPagePuffContainer a {
        width: 48.15254%;*/
    /*float: left;*/
    /*margin-right: 1.69492%;
    }*/
    /* line 23, ../Sass/pages/_startpage.scss */
    /*.startPagePuffContainer a:nth-child(even) {
            float: right;
            margin-right: 0;
        }*/
}


/* line 39, ../Sass/pages/_startpage.scss */
.startPagePuffContainer a h2 {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}

.startPagePuffContainer a p {
    color: #000;
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .startPagePuffContainer a h2 {
        font-size: 2.2rem;
    }

    .startPagePuffContainer a p {
        font-size: 2.2rem;
    }
}
/* line 53, ../Sass/pages/_startpage.scss */
.startPagePuffContainer a > div {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 70px;
    /*border-radius: 0px;*/
    width: 100%;
    height: 100%;
}
    /* line 59, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer a > div .puffTextContainer {
        float: left;
        width: 63%;
        color: #fff;
        line-height: 100px;
        text-align: center;
        display:flex;
        align-items:center;
        padding-left:1rem;
    }
        /* line 65, ../Sass/pages/_startpage.scss */
/*        .startPagePuffContainer a > div .puffTextContainer p {
            display: none;
        }*/
        .startPagePuffContainer a > div .puffTextContainer h2 {
            margin:0;
        }

@media (min-width: 568px) {
    /* line 59, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer a > div .puffTextContainer {
        width: 75%;
        line-height: normal;
        text-align: left;
        padding: 10px;
    }
        /* line 73, ../Sass/pages/_startpage.scss */
        .startPagePuffContainer a > div .puffTextContainer p {
            display: block;
        }
}

/*@media (min-width: 2068px) {
     line 59, ../Sass/pages/_startpage.scss 
    .startPagePuffContainer a > div .puffTextContainer {
        width: 75%;
        line-height: 100px;
        padding: 0;
        text-align: center;
        margin-left: 10px;
    }
         line 82, ../Sass/pages/_startpage.scss 
        .startPagePuffContainer a > div .puffTextContainer p {
            display: none;
        }
        
}*/

@media (min-width: 1024px) {
    /* line 59, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer a > div .puffTextContainer {
        width: 75%;
        line-height: normal;
        text-align: left;
        padding: 10px;
    }
        /* line 91, ../Sass/pages/_startpage.scss */
        .startPagePuffContainer a > div .puffTextContainer p {
            display: block;
            line-height: 22px;
        }
}

@media (min-width: 1280px) {
    /* line 97, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer a > div .puffTextContainer p {
        line-height: 24px;
    }
}
/* line 111, ../Sass/pages/_startpage.scss */
.startPagePuffContainer .orangePuff {
    background-color: #ffad37;
}
    /* line 113, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .orangePuff .puffIconBackground {
        background-color: #ffc26a;
    }
    /* line 116, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .orangePuff:hover {
        background-color: #d07b00;
    }
        /* line 118, ../Sass/pages/_startpage.scss */
        .startPagePuffContainer .orangePuff:hover h2 {
            border: none;
        }
    /* line 122, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .orangePuff h2 {
        background-color: #d07b00;
        border: 1px solid #ffc26a;
    }
/* line 128, ../Sass/pages/_startpage.scss */
.startPagePuffContainer .limePuff {
    background-color: #cad736;
}
    /* line 130, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .limePuff .puffIconBackground {
        background-color: #d5df61;
    }
    /* line 133, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .limePuff:hover {
        background-color: #828b1c;
    }
        /* line 135, ../Sass/pages/_startpage.scss */
        .startPagePuffContainer .limePuff:hover h2 {
            border: none;
        }
    /* line 139, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .limePuff h2 {
        background-color: #828b1c;
        border: 1px solid #d5df61;
    }
/* line 145, ../Sass/pages/_startpage.scss */
.startPagePuffContainer .bluePuff {
    background: linear-gradient(to bottom right,#005f93,#005f93);
    background: linear-gradient(to bottom right,#005f93,#005f936e);
    /*background-color: #008dda;*/
    /*background-color: #005f93;*/
}
    /* line 147, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .bluePuff .puffIconBackground {
        background-color: #006fac;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* line 150, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .bluePuff:hover {
        background-color: #003e60;
    }
        /* line 152, ../Sass/pages/_startpage.scss */
        .startPagePuffContainer .bluePuff:hover h2 {
            border: none;
        }

.startPagePuffContainer .limegreen {
    background: linear-gradient(to bottom right,#cad736,#cad736);
    background: linear-gradient(to bottom right,#cad736,#cad7366b);
    /*background-color: #008dda;*/
    /*background-color: #005f93;*/
}
    /* line 147, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .limegreen .puffIconBackground {
        background-color: #b8c330;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 6rem;
        color: #fff;
    }
    /* line 150, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .limegreen:hover {
        background-color: #cad736;
    }
        /* line 152, ../Sass/pages/_startpage.scss */
        .startPagePuffContainer .bluePuff:hover h2 {
            border: none;
        }


/* line 162, ../Sass/pages/_startpage.scss */
.startPagePuffContainer .purplePuff {
    background-color: #ba0066;
    /*background-color: #a00058;*/
}
    /* line 164, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .purplePuff .puffIconBackground {
        background-color: #ba0066;
    }
    /* line 167, ../Sass/pages/_startpage.scss */
    .startPagePuffContainer .purplePuff:hover {
        background-color: #6d003c;
    }
        /* line 169, ../Sass/pages/_startpage.scss */
        .startPagePuffContainer .purplePuff:hover h2 {
            border: none;
        }

/* line 180, ../Sass/pages/_startpage.scss */
.puffIconBackground {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100%;
    width: 17%;
    float: left;
}
    /* line 186, ../Sass/pages/_startpage.scss */
    .puffIconBackground img {
        margin: 0;
        width: 60px;
    }

/* line 192, ../Sass/pages/_startpage.scss */
.grayBackground {
    padding: 40px 0;
    background-color: #f1f1f1;
    border-top: 1px solid #d8d7d5;
}

/* line 198, ../Sass/pages/_startpage.scss */
.article-a {
    margin-bottom: 10px;
    display: block;
    color: #444;
}
    /* line 203, ../Sass/pages/_startpage.scss */
    .article-a:hover {
        text-decoration: none;
    }
        /* line 205, ../Sass/pages/_startpage.scss */
        .article-a:hover h2 {
            text-decoration: underline;
        }
    /* line 209, ../Sass/pages/_startpage.scss */
    .article-a:after {
        content: "";
    }
    /* line 212, ../Sass/pages/_startpage.scss */
    .article-a:visited {
        color: #444;
    }
    /* line 215, ../Sass/pages/_startpage.scss */
    .article-a .startPageArticle {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        overflow: hidden;
        border: 1px solid #d8d7d5;
    }
        /* line 221, ../Sass/pages/_startpage.scss */
        .article-a .startPageArticle > img {
            width: 100%;
            border-bottom: 4px solid #a00058;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
        }
        /* line 227, ../Sass/pages/_startpage.scss */
        .article-a .startPageArticle > div {
            /*padding: 20px;*/
        }
        /* line 230, ../Sass/pages/_startpage.scss */
        .article-a .startPageArticle h2 {
            color: #005f93;
        }
        /* line 234, ../Sass/pages/_startpage.scss */
        .article-a .startPageArticle:hover p {
            color: #a00058;
        }
        /* line 237, ../Sass/pages/_startpage.scss */
        .article-a .startPageArticle:hover h2 {
            color: #a00058;
        }

@media (min-width: 768px) {
    /* line 215, ../Sass/pages/_startpage.scss */
    .article-a .startPageArticle {
        height: 400px;
    }
}

@media (min-width: 1024px) {
    /* line 215, ../Sass/pages/_startpage.scss */
    .article-a .startPageArticle {
        height: 420px;
    }
}

@media (min-width: 1280px) {
    /* line 215, ../Sass/pages/_startpage.scss */
    .article-a .startPageArticle {
        height: 420px;
    }
}

@media (min-width: 768px) {
    /* line 198, ../Sass/pages/_startpage.scss */
    .article-a {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
    }
        /* line 253, ../Sass/pages/_startpage.scss */
        .article-a:nth-child(even) {
            float: right;
            margin-right: 0;
        }
}

@media (min-width: 1280px) {
    /* line 198, ../Sass/pages/_startpage.scss */
    .article-a {
        /*width: 23.72881%;*/
        width: 31.72881%;
        float: left;
        margin-right: 1.69492%;
    }
        /* line 259, ../Sass/pages/_startpage.scss */
        .article-a:nth-child(even) {
            /*width: 23.72881%;*/
            float: left;
            margin-right: 1.69492%;
        }
        /* line 262, ../Sass/pages/_startpage.scss */
        .article-a:last-child {
            /*float: right;*/
            margin-right: 0;
        }
}

/* Main puff */
/* line 271, ../Sass/pages/_startpage.scss */
.startPageMainPuff {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding: 20px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    max-height: 280px;
    overflow: hidden;
}

@media (min-width: 768px) {
    /* line 271, ../Sass/pages/_startpage.scss */
    .startPageMainPuff {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%;
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    /* line 271, ../Sass/pages/_startpage.scss */
    .startPageMainPuff {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
    }
}

@media (min-width: 1280px) {
    /* line 271, ../Sass/pages/_startpage.scss */
    .startPageMainPuff {
        width: 40.67797%;
        float: left;
        margin-right: 1.69492%;
    }
}
/* line 290, ../Sass/pages/_startpage.scss */
.startPageMainPuff h2 {
    color: #005f93;
}
/* line 293, ../Sass/pages/_startpage.scss */
.startPageMainPuff p {
    color: #444;
}
/* line 296, ../Sass/pages/_startpage.scss */
.startPageMainPuff:after {
    content: "";
}
/* line 300, ../Sass/pages/_startpage.scss */
.startPageMainPuff:hover p {
    color: #a00058;
}
/* line 303, ../Sass/pages/_startpage.scss */
.startPageMainPuff:hover h2 {
    color: #a00058;
    text-decoration: underline;
}

/* line 310, ../Sass/pages/_startpage.scss */
.see-all-news {
    font-size: 28px;
    font-weight: bold;
}

/* line 2, ../Sass/pages/_landingpage.scss */
.landingpage-puff-container {
    margin-top: 30px;
}

@media (min-width: 768px) {
    /* line 6, ../Sass/pages/_landingpage.scss */
    .landingpage-puff {
        height: 350px;
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
    }
        /* line 10, ../Sass/pages/_landingpage.scss */
        .landingpage-puff:nth-child(even) {
            margin-right: 0%;
            *zoom: 1;
        }
            /* line 38, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/utilities/general/_clearfix.scss */
            .landingpage-puff:nth-child(even):after {
                content: "";
                display: table;
                clear: both;
            }
}

@media (min-width: 1024px) {
    /* line 6, ../Sass/pages/_landingpage.scss */
    .landingpage-puff {
        height: 350px;
    }
}

@media (min-width: 1280px) {
    /* line 6, ../Sass/pages/_landingpage.scss */
    .landingpage-puff {
        height: 325px;
    }
}

@media (min-width: 768px) {
    /* line 2, ../Sass/pages/_objectpage.scss */
    #center-column {
        width: 65.90909%;
        float: left;
        margin-right: 2.27273%;
    }
}

/* line 8, ../Sass/pages/_objectpage.scss */
.royalSlider {
    width: 100% !important;
}

@media (min-width: 768px) {
    /* line 12, ../Sass/pages/_objectpage.scss */
    #right-column {
        width: 31.81818%;
        float: right;
        margin-right: 0;
    }
}

/* line 18, ../Sass/pages/_objectpage.scss */
.right-column-puff {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

@media (min-width: 568px) {
    /* line 18, ../Sass/pages/_objectpage.scss */
    .right-column-puff {
        width: 100%;
        float: left;
        margin-right: 1.69492%;
    }
        /* line 22, ../Sass/pages/_objectpage.scss */
        .right-column-puff:nth-child(even) {
            margin-right: 0%;
            *zoom: 1;
        }
            /* line 38, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/utilities/general/_clearfix.scss */
            .right-column-puff:nth-child(even):after {
                content: "";
                display: table;
                clear: both;
            }
}

@media (min-width: 768px) {
    /* line 18, ../Sass/pages/_objectpage.scss */
    .right-column-puff {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}
/* line 34, ../Sass/pages/_objectpage.scss */
.right-column-puff:last-child {
    /*margin-bottom: 0;*/
}
/* line 38, ../Sass/pages/_objectpage.scss */
.right-column-puff h2 {
    display: block;
    color: #444;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 24px;
    border-bottom: 6px solid #005f93;
}
/* line 47, ../Sass/pages/_objectpage.scss */
.right-column-puff > div {
    padding: 10px;
}
/* line 52, ../Sass/pages/_objectpage.scss */
.right-column-puff:nth-child(2) h2 {
    border-color: #ffad37;
}
/* line 57, ../Sass/pages/_objectpage.scss */
.right-column-puff:nth-child(3) h2 {
    border-color: #a00058;
}
/* line 62, ../Sass/pages/_objectpage.scss */
.right-column-puff:nth-child(4) h2 {
    border-color: #cad736;
}
/* line 67, ../Sass/pages/_objectpage.scss */
.right-column-puff:nth-child(5) h2 {
    border-color: #005f93;
}
/* line 72, ../Sass/pages/_objectpage.scss */
.right-column-puff:nth-child(6) h2 {
    border-color: #7B7161;
}

/* line 78, ../Sass/pages/_objectpage.scss */
#tabs {
    margin-top: 20px;
}
    /* line 80, ../Sass/pages/_objectpage.scss */
    #tabs #listing-menu {
        list-style: none;
        margin-left: 0;
        background-color: #005f93;
        border: 5px solid #005f93;
        margin-bottom: 20px;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: none;
    }
        /* line 89, ../Sass/pages/_objectpage.scss */
        #tabs #listing-menu .selected {
            background-color: #fff;
            border: 1px solid #004f79;
            border-bottom: 1px solid #fff;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
        }
            /* line 95, ../Sass/pages/_objectpage.scss */
            #tabs #listing-menu .selected a {
                color: #444;
            }
        /* line 99, ../Sass/pages/_objectpage.scss */
        #tabs #listing-menu li {
            float: left;
            margin-right: 10px;
        }
            /* line 102, ../Sass/pages/_objectpage.scss */
            #tabs #listing-menu li:last-child {
                margin-right: 0;
            }
        /* line 106, ../Sass/pages/_objectpage.scss */
        #tabs #listing-menu a {
            color: #fff;
            padding: 10px;
            display: block;
        }
            /* line 110, ../Sass/pages/_objectpage.scss */
            #tabs #listing-menu a:after {
                content: "";
            }

/* line 117, ../Sass/pages/_objectpage.scss */
#summary-table {
    width: 100%;
}
    /* line 119, ../Sass/pages/_objectpage.scss */
    #summary-table tr:nth-child(odd) {
        background-color: #f1f1f1;
    }
    /* line 122, ../Sass/pages/_objectpage.scss */
    #summary-table td, #summary-table th {
        padding: 5px;
    }

/* line 127, ../Sass/pages/_objectpage.scss */
.object-print-link {
    margin: 20px 0;
    background-image: url(/Static/gfx/icon-print.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    padding-left: 50px;
}
    /* line 133, ../Sass/pages/_objectpage.scss */
    .object-print-link:hover {
        border: 1px solid #d8d7d5;
    }

/* line 137, ../Sass/pages/_objectpage.scss */
.google-static-map-a:after {
    content: "";
}

/* line 140, ../Sass/pages/_objectpage.scss */
.google-static-map {
    width: 100%;
}

/* line 144, ../Sass/pages/_objectpage.scss */
#gPlacesTable {
    width: 100%;
}
    /* line 146, ../Sass/pages/_objectpage.scss */
    #gPlacesTable .table-header {
        background-color: #fff !important;
    }
        /* line 149, ../Sass/pages/_objectpage.scss */
        #gPlacesTable .table-header:first-child th {
            padding-top: 0 !important;
        }
    /* line 154, ../Sass/pages/_objectpage.scss */
    #gPlacesTable tr:nth-child(odd) {
        background-color: #f1f1f1;
    }
    /* line 157, ../Sass/pages/_objectpage.scss */
    #gPlacesTable th {
        font-weight: bold;
        padding-top: 15px !important;
    }
    /* line 161, ../Sass/pages/_objectpage.scss */
    #gPlacesTable th, #gPlacesTable td {
        padding: 2px 0;
    }

/* line 167, ../Sass/pages/_objectpage.scss */
.sl-link, .bike-link {
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    padding-left: 85px;
    min-height: 50px;
    word-wrap: break-word;
}

/* line 175, ../Sass/pages/_objectpage.scss */
.sl-link {
    background-image: url(/Static/gfx/sl-logotype.gif);
}

/* line 179, ../Sass/pages/_objectpage.scss */
.bike-link {
    background-image: url(/Static/gfx/trafiken_logo.png);
    padding-left: 0;
    padding-top: 40px;
    background-position: 0 0;
}

/* line 186, ../Sass/pages/_objectpage.scss */
#object-contact-container span {
    display: block;
}
/* line 189, ../Sass/pages/_objectpage.scss */
#object-contact-container span, #object-contact-container a {
    margin-bottom: 5px;
}

/* line 193, ../Sass/pages/_objectpage.scss */
.contact-phone-link {
    background-image: url(/Static/gfx/icon-phone.png);
    background-position: 0 3px;
}

/* line 197, ../Sass/pages/_objectpage.scss */
.contact-cellphone-link {
    background-image: url(/Templates/Public/Images/icon-cellphone.png);
    background-size: 12px;
    background-position: 2px 0;
}

/* line 202, ../Sass/pages/_objectpage.scss */
.contact-email-link {
    background-image: url(/Static/gfx/icon-email.png);
    background-size: 18px;
    background-position: 0 7px;
    word-break: break-word;
}

/* line 208, ../Sass/pages/_objectpage.scss */
.contact-phone-link, .contact-cellphone-link, .contact-email-link {
    background-repeat: no-repeat;
    padding-left: 25px;
    display: block;
}

/* line 3, ../Sass/pages/_objectlistingpage.scss */
.object-list-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    overflow: hidden;
}
    /* line 8, ../Sass/pages/_objectlistingpage.scss */
    .object-list-box a:after {
        content: "";
    }
    /* line 12, ../Sass/pages/_objectlistingpage.scss */
    .object-list-box a:hover h2 {
        color: #a00058;
    }
    /* line 17, ../Sass/pages/_objectlistingpage.scss */
    .object-list-box img {
        margin-bottom: 20px;
        border-bottom: 4px solid #a00058;
    }
    /* line 21, ../Sass/pages/_objectlistingpage.scss */
    .object-list-box h2 {
        padding: 0 20px;
        color: #005f93;
    }
    /* line 25, ../Sass/pages/_objectlistingpage.scss */
    .object-list-box > div {
        padding: 0 20px 20px 20px;
    }

@media (min-width: 768px) {
    /* line 3, ../Sass/pages/_objectlistingpage.scss */
    .object-list-box {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
    }
        /* line 31, ../Sass/pages/_objectlistingpage.scss */
        .object-list-box:nth-child(even) {
            margin-right: 0%;
            *zoom: 1;
        }
            /* line 38, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/utilities/general/_clearfix.scss */
            .object-list-box:nth-child(even):after {
                content: "";
                display: table;
                clear: both;
            }
}

/* line 3, ../Sass/pages/_sitemap.scss */
#sitemap-container ul {
    margin-left: 20px;
}

/* line 2, ../Sass/pages/_alphabeticallist.scss */
#alphabet-container {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1024px) {
    /* line 2, ../Sass/pages/_alphabeticallist.scss */
    #alphabet-container {
        text-align: left;
    }
}
/* line 8, ../Sass/pages/_alphabeticallist.scss */
#alphabet-container ul {
    list-style: none !important;
    margin: 0 !important;
}
/* line 12, ../Sass/pages/_alphabeticallist.scss */
#alphabet-container li {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    color: #e4e4e4;
    font-weight: bold;
}

@media (min-width: 1024px) {
    /* line 12, ../Sass/pages/_alphabeticallist.scss */
    #alphabet-container li {
        margin-right: 12px;
        width: auto;
        height: auto;
        line-height: normal;
    }
}
/* line 28, ../Sass/pages/_alphabeticallist.scss */
#alphabet-container a:after {
    content: "";
}

/* line 34, ../Sass/pages/_alphabeticallist.scss */
#alphabet-group-container > a:after {
    content: "";
}

/* line 39, ../Sass/pages/_alphabeticallist.scss */
.char-headline {
    font-size: 24px;
    margin-bottom: 0;
    border-bottom: 3px solid #a00058;
}

/* line 45, ../Sass/pages/_alphabeticallist.scss */
.alphabetical-pages {
    list-style: none !important;
    margin: 15px 0 25px 0 !important;
}
    /* line 49, ../Sass/pages/_alphabeticallist.scss */
    .alphabetical-pages li {
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    /* line 49, ../Sass/pages/_alphabeticallist.scss */
    .alphabetical-pages li {
        width: 31.81818%;
        float: left;
        margin-right: 2.27273%;
    }
        /* line 53, ../Sass/pages/_alphabeticallist.scss */
        .alphabetical-pages li:nth-child(3) {
            float: right;
            margin-right: 0;
        }
}

@media (min-width: 768px) {
    /* line 1, ../Sass/pages/_newslist.scss */
    .newslist-puff {
        height: 430px;
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
    }
        /* line 5, ../Sass/pages/_newslist.scss */
        .newslist-puff:nth-child(even) {
            margin-right: 0%;
            *zoom: 1;
        }
            /* line 38, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.0/stylesheets/compass/utilities/general/_clearfix.scss */
            .newslist-puff:nth-child(even):after {
                content: "";
                display: table;
                clear: both;
            }
}

@media (min-width: 1280px) {
    /* line 1, ../Sass/pages/_newslist.scss */
    .newslist-puff {
        height: 390px;
    }
}

/* line 2, ../Sass/pages/_orderinformationmaterial.scss */
.information-material-listing-image {
    float: right;
    margin-left: 20px;
}

/* line 6, ../Sass/pages/_orderinformationmaterial.scss */
.information-material-quantity-input {
    width: 60px;
    display: inline;
}

/* line 10, ../Sass/pages/_orderinformationmaterial.scss */
.information-material-quantity-label {
    display: inline;
    margin-right: 15px;
}

/* line 15, ../Sass/pages/_orderinformationmaterial.scss */
#information-material-list-container {
    margin-top: 50px;
    max-width: 650px;
}

/* line 20, ../Sass/pages/_orderinformationmaterial.scss */
#order-form-list-container {
    overflow: hidden;
    background-color: #f1f1f1;
    border: 1px solid #d8d7d5;
    padding: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    /* line 28, ../Sass/pages/_orderinformationmaterial.scss */
    #order-list {
        width: 43.18182%;
        float: left;
        margin-right: 2.27273%;
        float: right;
        margin-right: 0;
    }
}

/* line 36, ../Sass/pages/_orderinformationmaterial.scss */
#order-list-ul {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    /* line 40, ../Sass/pages/_orderinformationmaterial.scss */
    #order-form {
        width: 54.54545%;
        float: left;
        margin-right: 2.27273%;
        border-right: 1px solid #d8d7d5;
        padding-right: 20px;
    }
}

/* line 1, ../Sass/pages/_searchpage.scss */
#searchpage-search-container {
    background-color: #f1f1f1;
    border: 1px solid #d8d7d5;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
    /* line 7, ../Sass/pages/_searchpage.scss */
    #searchpage-search-container div {
        overflow: hidden;
        padding-right: 0px;
    }

/* line 13, ../Sass/pages/_searchpage.scss */
.searchpage-search-field {
    border: 1px solid #7B7161;
    height: 52px;
    padding: 0 15px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media (min-width: 568px) {
    /* line 13, ../Sass/pages/_searchpage.scss */
    .searchpage-search-field {
        font-size: 28px;
    }
}

/* line 24, ../Sass/pages/_searchpage.scss */
.searchpage-search-button {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
    width: 60px;
    height: 52px;
    margin-top: 0;
    font-weight: normal;
}

@media (min-width: 568px) {
    /* line 24, ../Sass/pages/_searchpage.scss */
    .searchpage-search-button {
        width: 100px;
        font-weight: bold;
    }
}

/* line 39, ../Sass/pages/_searchpage.scss */
#searchpage-ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
    /* line 43, ../Sass/pages/_searchpage.scss */
    #searchpage-ul li:last-child {
        border-bottom: none;
    }

/* line 1, ../Sass/pages/_accessibilitypage.scss */
img.accessibility-symbol {
    float: left;
    margin: 0 10px 10px 0;
}

/* line 7, ../Sass/pages/_accessibilitypage.scss */
h2.accessibility-heading {
    padding: 10px 0 0 0;
}

/* line 12, ../Sass/pages/_accessibilitypage.scss */
ul.accessibility-list {
    clear: both;
}
