/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

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.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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,
font,
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
svg,
hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

html.touch {
	-webkit-overflow-scrolling: touch;
}

body {
	font-size: 100%;
	background: #f8f8f8;
	color: #222222;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

a {
	color: currentColor;
	text-decoration: none;
	-webkit-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

a:hover {
	cursor: pointer;
}

a img {
	border: 0;
}

i {
	font-style: italic;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.nowrap {
	white-space: nowrap;
}

.bouton,
input[type=button],
input[type=submit],
button,
.richContent a.bouton {
	display: inline-block;
	border: 0;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	overflow: visible;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1em;
	line-height: 1.5em;
	margin: 1px;
	vertical-align: middle;
	padding: 0.5em 1.5em;
	background-color: #33476d;
	border-radius: 0.125em;
	text-align: center;
	-webkit-box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.5);
	-webkit-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

.bouton.raised,
input[type=button].raised,
input[type=submit].raised,
button.raised,
.richContent a.raised.bouton {
	-webkit-box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.25);
}

.bouton:focus,
.bouton:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
button:focus,
button:hover,
.richContent a.bouton:focus,
.richContent a.bouton:hover {
	background-color: #667592;
	color: #FFF;
}

.bouton.floating,
input[type=button].floating,
input[type=submit].floating,
button.floating,
.richContent a.floating.bouton {
	position: relative;
	text-indent: -9999px;
	text-align: left;
	outline: none;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	padding: 0;
	line-height: 4em;
	font-size: 1em;
	-webkit-box-shadow: 0 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.25);
}

.bouton.floating.raised,
input[type=button].floating.raised,
input[type=submit].floating.raised,
button.floating.raised,
.richContent a.floating.raised.bouton {
	-webkit-box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.25);
}

.bouton.floating:before,
input[type=button].floating:before,
input[type=submit].floating:before,
button.floating:before,
.richContent a.floating.bouton:before {
	content: '';
	position: absolute;
	text-indent: 0;
	text-align: center;
	color: #FFF;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.no-flexbox .bouton.floating:before,
.no-flexbox
      input[type=button].floating:before,
.no-flexbox
      input[type=submit].floating:before,
.no-flexbox
      button.floating:before,
.no-flexbox .richContent a.floating.bouton:before,
.richContent .no-flexbox a.floating.bouton:before {
	display: block;
}

.no-touch .bouton.floating,
.no-touch
    input[type=button].floating,
.no-touch
    input[type=submit].floating,
.no-touch
    button.floating,
.no-touch .richContent a.floating.bouton,
.richContent .no-touch a.floating.bouton {
	width: 3em;
	height: 3em;
	line-height: 3em;
}

.bouton.reversed,
.bouton.negative,
input[type=button].reversed,
input[type=button].negative,
input[type=submit].reversed,
input[type=submit].negative,
button.reversed,
button.negative,
.richContent a.reversed.bouton,
.richContent a.negative.bouton {
	color: #33476d;
	background-color: #FFF;
}

.bouton.reversed:focus,
.bouton.reversed:hover,
.bouton.negative:focus,
.bouton.negative:hover,
input[type=button].reversed:focus,
input[type=button].reversed:hover,
input[type=button].negative:focus,
input[type=button].negative:hover,
input[type=submit].reversed:focus,
input[type=submit].reversed:hover,
input[type=submit].negative:focus,
input[type=submit].negative:hover,
button.reversed:focus,
button.reversed:hover,
button.negative:focus,
button.negative:hover,
.richContent a.reversed.bouton:focus,
.richContent a.reversed.bouton:hover,
.richContent a.negative.bouton:focus,
.richContent a.negative.bouton:hover {
	background-color: #e6e6e6;
	color: #33476d;
}

.bouton.flat,
input[type=button].flat,
input[type=submit].flat,
button.flat,
.richContent a.flat.bouton {
	color: #33476d;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bouton.flat:focus,
.bouton.flat:hover,
input[type=button].flat:focus,
input[type=button].flat:hover,
input[type=submit].flat:focus,
input[type=submit].flat:hover,
button.flat:focus,
button.flat:hover,
.richContent a.flat.bouton:focus,
.richContent a.flat.bouton:hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: #33476d;
}

.bouton.flat.reversed,
.bouton.flat.negative,
input[type=button].flat.reversed,
input[type=button].flat.negative,
input[type=submit].flat.reversed,
input[type=submit].flat.negative,
button.flat.reversed,
button.flat.negative,
.richContent a.flat.reversed.bouton,
.richContent a.flat.negative.bouton {
	color: #FFF;
}

.bouton.flat.reversed:hover,
.bouton.flat.negative:hover,
input[type=button].flat.reversed:hover,
input[type=button].flat.negative:hover,
input[type=submit].flat.reversed:hover,
input[type=submit].flat.negative:hover,
button.flat.reversed:hover,
button.flat.negative:hover,
.richContent a.flat.reversed.bouton:hover,
.richContent a.flat.negative.bouton:hover {
	color: #FFF;
}

.bouton:active,
input[type=button]:active,
input[type=submit]:active,
button:active,
.richContent a.bouton:active {
	border-bottom-color: transparent;
}

.bouton[disabled],
.bouton.disabled,
input[type=button][disabled],
input[type=button].disabled,
input[type=submit][disabled],
input[type=submit].disabled,
button[disabled],
button.disabled,
.richContent a[disabled].bouton,
.richContent a.disabled.bouton {
	color: #CCCCCC !important;
	background-color: #EEEEEE !important;
	cursor: not-allowed;
}

.bouton[disabled].negative,
.bouton[disabled].flat,
.bouton.disabled.negative,
.bouton.disabled.flat,
input[type=button][disabled].negative,
input[type=button][disabled].flat,
input[type=button].disabled.negative,
input[type=button].disabled.flat,
input[type=submit][disabled].negative,
input[type=submit][disabled].flat,
input[type=submit].disabled.negative,
input[type=submit].disabled.flat,
button[disabled].negative,
button[disabled].flat,
button.disabled.negative,
button.disabled.flat,
.richContent a[disabled].negative.bouton,
.richContent a[disabled].flat.bouton,
.richContent a.disabled.negative.bouton,
.richContent a.disabled.flat.bouton {
	color: #CCCCCC;
	background-color: transparent;
}

.flexVideo {
	position: relative;
	height: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 75%;
}

.flexVideo.widescreen {
	padding-bottom: 56.25%;
}

.flexVideo iframe,
.flexVideo object,
.flexVideo embed,
.flexVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

.message,
.message.info {
	border: solid 1px #999 !important;
	background-color: #EEE !important;
	color: #000 !important;
	display: block !important;
	text-align: center !important;
	font-weight: bold !important;
	padding: 0.75em 1.5em !important;
}

.message.success {
	background-color: #cdfccf !important;
	border-color: #077a0d !important;
	color: #077a0d !important;
}

.message.warning {
	background-color: #fad3a3 !important;
	border-color: #c7720a !important;
	color: #ad6308 !important;
}

.message.error {
	background-color: #fcc3c3 !important;
	border-color: #940707 !important;
	color: #940707 !important;
}

.show-for-print {
	display: none !important;
}

.row {
	width: 100%;
	margin: 0 auto;
	max-width: 75em;
}

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

.row:after {
	clear: both;
}

.column {
	position: relative;
	width: 100%;
	float: left;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.column .row {
	margin-left: -0.75em;
	margin-right: -0.75em;
	width: auto;
	max-width: none;
}

.column + .column:last-child {
	float: right;
}

.column + .column.end {
	float: left;
}

.column.xsmall-1 {
	width: 8.3333333333%;
}

.column.xsmall-2 {
	width: 16.6666666667%;
}

.column.xsmall-3 {
	width: 25%;
}

.column.xsmall-4 {
	width: 33.3333333333%;
}

.column.xsmall-5 {
	width: 41.6666666667%;
}

.column.xsmall-6 {
	width: 50%;
}

.column.xsmall-7 {
	width: 58.3333333333%;
}

.column.xsmall-8 {
	width: 66.6666666667%;
}

.column.xsmall-9 {
	width: 75%;
}

.column.xsmall-10 {
	width: 83.3333333333%;
}

.column.xsmall-11 {
	width: 91.6666666667%;
}

.column.xsmall-12 {
	width: 100%;
}

.row.xsmall-equal-heights {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row.xsmall-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xsmall-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xsmall-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xsmall-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xsmall-equal-heights {
	width: auto;
	min-width: 100%;
}

.show-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.hide-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up {
	display: inherit !important;
}

.hide-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.show-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up {
	display: none !important;
}

.touch .hide-for-touch {
	display: none !important;
}

.no-touch .show-for-touch {
	display: none !important;
}

/* latin-ext */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2"), url("../fonts/OpenSans-ext.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff"), url("../fonts/OpenSans.woff") format("woff");
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2"), url("../fonts/OpenSans.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff"), url("../fonts/OpenSans.woff") format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format("woff2"), url("../fonts/OpenSans-Semibold-ext.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format("woff"), url("../fonts/OpenSans-Semibold.woff") format("woff");
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format("woff2"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format("woff"), url("../fonts/OpenSans-Semibold.woff") format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2"), url("../fonts/OpenSans-Italic-ext.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format("woff"), url("../fonts/OpenSans-Italic.woff") format("woff");
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format("woff"), url("../fonts/OpenSans-Italic.woff") format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxnywqdtBbUHn3VPgzuFrCy8.woff2) format("woff2"), url("../fonts/OpenSans-SemiboldItalic-ext.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format("woff"), url("../fonts/OpenSans-SemiboldItalic.woff") format("woff");
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format("woff2"), url("../fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format("woff"), url("../fonts/OpenSans-SemiboldItalic.woff") format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hj0LW-43aMEzIO6XUTLjad8.woff2) format("woff2"), url("../fonts/OpenSans-ExtraBold-ext.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format("woff"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format("woff2"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format("woff"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxowYyzpnB4tyYboSwKGmD2g.woff2) format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic-ext.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxnibbpXgLHK_uTT48UMyjSM.woff2) format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxkCDe67GEgBv_HnyvHTfdew.woff) format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

b,
strong {
	font-weight: 600;
}

.richContent { /**
	 * Modular scale
	 * http://www.modularscale.com/?1&em&1.25&web&text
	 */
	font-size: 1em;
}

.richContent a {
	text-decoration: underline;
}

.richContent b,
.richContent strong {
	font-weight: 600;
}

.richContent font[size='1'] {
	font-size: 0.7em;
}

.richContent font[size='2'] {
	font-size: 0.8em;
}

.richContent font[size='3'] {
	font-size: 0.9em;
}

.richContent font[size='4'] {
	font-size: 1em;
}

.richContent font[size='5'] {
	font-size: 1.2em;
}

.richContent font[size='6'] {
	font-size: 1.5em;
}

.richContent font[size='7'] {
	font-size: 2em;
}

.richContent hr {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 2em;
	margin: 0 1.5em;
	padding: 1.5em 0;
}

.richContent hr:before {
	content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #222222;
}

.richContent h1,
.richContent h2,
.richContent h3,
.richContent h4,
.richContent h5 {
	text-align: center;
	margin-bottom: 0.75em;
	margin-top: 1.5em;
}

.richContent p,
.richContent ul,
.richContent ol,
.richContent li {
	margin-bottom: 0.75em;
}

.richContent blockquote {
	border-left: 1px solid #000;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}

.richContent blockquote,
.richContent blockquote p {
	color: #000;
	line-height: 1.6em;
}

.richContent blockquote > :last-child {
	margin-bottom: 0;
}

.richContent h1 {
	font-weight: 600;
	font-size: 1.953em;
}

.richContent h2 {
	font-size: 1.563em;
	font-weight: 600;
}

.richContent h3 {
	font-size: 1.25em;
	font-weight: 600;
}

.richContent h6 {
	font-weight: 600;
	font-style: italic;
	text-align: right;
	margin-top: 3em;
	margin-bottom: 0.75em;
}

.richContent h1:first-child,
.richContent h2:first-child,
.richContent h3:first-child,
.richContent h4:first-child,
.richContent h5:first-child,
.richContent h6:first-child {
	margin-top: 0;
}

.richContent .flexvideo {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.richContent .flexvideo:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.richContent .flexvideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.richContent .flexvideo.fourThirds:before {
	padding-bottom: 75%;
}

.richContent .flexvideo.imgRight,
.richContent .flexvideo.imgLeft {
	margin: 0 auto 1.5em;
	display: block;
}

.richContent img,
.richContent .img {
	display: inline-block;
}

.richContent img.imgRight,
.richContent img.imgLeft,
.richContent .img.imgRight,
.richContent .img.imgLeft {
	margin: 0 auto 1.5em;
	text-align: center;
	display: block;
}

.richContent > ul,
.richContent > ol {
	clear: left;
}

.richContent ul,
.richContent ol {
	padding-left: 1.5em;
}

.richContent ul > li:before,
.richContent ul ul > li:before,
.richContent ul ul ul > li:before,
.richContent ol > li:before,
.richContent ol ul > li:before,
.richContent ol ul ul > li:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background-color: #222222;
	color: #fff;
	margin: 0.5em 0.5em 0 -1em;
}

.richContent ul ul > li:before,
.richContent ul ol > li:before,
.richContent ol ul > li:before,
.richContent ol ol > li:before {
	background-color: #999999;
}

.richContent ul ul ul > li:before,
.richContent ul ul ol > li:before,
.richContent ul ol ul > li:before,
.richContent ul ol ol > li:before,
.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	background-color: transparent;
	border: solid 1px #999999;
	color: #999999;
}

.richContent ol {
	padding-left: 1.5em;
	counter-reset: section;
}

.richContent ol li:before {
	content: counter(section);
	counter-increment: section;
	border-radius: 100%;
	font-size: 0.8em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	width: 1.5em;
	margin: 0.25em 0.5em 0 0;
}

.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	line-height: 1.3em;
}

.richContent sup,
.richContent sub {
	font-size: 0.8em;
}

.richContent #galerie li:before {
	display: none;
}

.richContent .icon-doc {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0.25rem;
	vertical-align: sub;
	text-indent: -9999px;
	background-position: -4px -4px;
	background-repeat: no-repeat;
	background-image: url("../images/docs_sprite.png");
}

.richContent .icon-doc.doc,
.richContent .icon-doc.docx,
.richContent .icon-doc.odt {
	background-position: -28px -4px;
}

.richContent .icon-doc.xls,
.richContent .icon-doc.xlsx,
.richContent .icon-doc.ods {
	background-position: -52px -4px;
}

.richContent .icon-doc.ppt,
.richContent .icon-doc.pptx,
.richContent .icon-doc.pps,
.richContent .icon-doc.odp {
	background-position: -76px -4px;
}

.richContent .icon-doc.pub,
.richContent .icon-doc.odg {
	background-position: -100px -4px;
}

.richContent .icon-doc.bmp,
.richContent .icon-doc.gif,
.richContent .icon-doc.jpeg,
.richContent .icon-doc.jpg,
.richContent .icon-doc.png {
	background-position: -4px -28px;
}

.richContent .icon-doc.mp3,
.richContent .icon-doc.mid,
.richContent .icon-doc.wav {
	background-position: -28px -28px;
}

.richContent .icon-doc.avi,
.richContent .icon-doc.flv,
.richContent .icon-doc.mov,
.richContent .icon-doc.mpeg,
.richContent .icon-doc.mpg {
	background-position: -52px -28px;
}

.richContent .icon-doc.swf {
	background-position: -76px -28px;
}

.richContent .icon-doc.pdf {
	background-position: -100px -28px;
}

.richContent .icon-doc.zip,
.richContent .icon-doc.rar {
	background-position: -4px -52px;
}

.richContent .icon-doc.kml,
.richContent .icon-doc.kmz {
	background-position: -28px -52px;
}

.richContent .icon-doc.txt {
	background-position: -52px -52px;
}

.richContent b,
.richContent strong {
	font-weight: 800;
}

.richContent a {
	color: #33476d;
}

.richContent a:hover {
	color: #99a3b6;
}

.richContent h1 {
	color: #33476d;
}

.richContent h2 {
	color: #222222;
}

.richContent h3 {
	color: #222222;
}

.richContent blockquote {
	border-left-width: 2px;
	border-left-color: #33476d;
}

.richContent blockquote,
.richContent blockquote p {
	font-style: italic;
	font-weight: 600;
}

.richContent ul > li:before,
.richContent ol > li:before {
	background-color: #33476d;
}

.richContent ul ul > li:before,
.richContent ul ol > li:before,
.richContent ol ul > li:before,
.richContent ol ol > li:before {
	background-color: rgba(0, 0, 0, 0.15);
	border: solid 1px #33476d;
	color: #33476d;
}

.richContent ul ul ul > li:before,
.richContent ul ul ol > li:before,
.richContent ul ol ul > li:before,
.richContent ul ol ol > li:before,
.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	background-color: #FFF;
	border: solid 1px #33476d;
	color: #33476d;
}

.branche18 .richContent ul > li:before,
.branche18 .richContent ol > li:before {
	background-color: #6cb980;
}

.branche18 .richContent ul ul > li:before,
.branche18 .richContent ul ol > li:before,
.branche18 .richContent ol ul > li:before,
.branche18 .richContent ol ol > li:before {
	background-color: rgba(108, 185, 128, 0.15);
	border-color: #6cb980;
	color: #6cb980;
}

.branche18 .richContent ul ul ul > li:before,
.branche18 .richContent ul ul ol > li:before,
.branche18 .richContent ul ol ul > li:before,
.branche18 .richContent ul ol ol > li:before,
.branche18 .richContent ol ul ul > li:before,
.branche18 .richContent ol ul ol > li:before,
.branche18 .richContent ol ol ul > li:before,
.branche18 .richContent ol ol ol > li:before {
	background-color: transparent;
	border-color: #6cb980;
	color: #6cb980;
}

.branche19 .richContent ul > li:before,
.branche19 .richContent ol > li:before {
	background-color: #ca5546;
}

.branche19 .richContent ul ul > li:before,
.branche19 .richContent ul ol > li:before,
.branche19 .richContent ol ul > li:before,
.branche19 .richContent ol ol > li:before {
	background-color: rgba(202, 85, 70, 0.15);
	border-color: #ca5546;
	color: #ca5546;
}

.branche19 .richContent ul ul ul > li:before,
.branche19 .richContent ul ul ol > li:before,
.branche19 .richContent ul ol ul > li:before,
.branche19 .richContent ul ol ol > li:before,
.branche19 .richContent ol ul ul > li:before,
.branche19 .richContent ol ul ol > li:before,
.branche19 .richContent ol ol ul > li:before,
.branche19 .richContent ol ol ol > li:before {
	background-color: transparent;
	border-color: #ca5546;
	color: #ca5546;
}

.branche20 .richContent ul > li:before,
.branche20 .richContent ol > li:before {
	background-color: #35a5cb;
}

.branche20 .richContent ul ul > li:before,
.branche20 .richContent ul ol > li:before,
.branche20 .richContent ol ul > li:before,
.branche20 .richContent ol ol > li:before {
	background-color: rgba(53, 165, 203, 0.15);
	border-color: #35a5cb;
	color: #35a5cb;
}

.branche20 .richContent ul ul ul > li:before,
.branche20 .richContent ul ul ol > li:before,
.branche20 .richContent ul ol ul > li:before,
.branche20 .richContent ul ol ol > li:before,
.branche20 .richContent ol ul ul > li:before,
.branche20 .richContent ol ul ol > li:before,
.branche20 .richContent ol ol ul > li:before,
.branche20 .richContent ol ol ol > li:before {
	background-color: transparent;
	border-color: #35a5cb;
	color: #35a5cb;
}

.branche21 .richContent ul > li:before,
.branche21 .richContent ol > li:before {
	background-color: #a659a5;
}

.branche21 .richContent ul ul > li:before,
.branche21 .richContent ul ol > li:before,
.branche21 .richContent ol ul > li:before,
.branche21 .richContent ol ol > li:before {
	background-color: rgba(166, 89, 165, 0.15);
	border-color: #a659a5;
	color: #a659a5;
}

.branche21 .richContent ul ul ul > li:before,
.branche21 .richContent ul ul ol > li:before,
.branche21 .richContent ul ol ul > li:before,
.branche21 .richContent ul ol ol > li:before,
.branche21 .richContent ol ul ul > li:before,
.branche21 .richContent ol ul ol > li:before,
.branche21 .richContent ol ol ul > li:before,
.branche21 .richContent ol ol ol > li:before {
	background-color: transparent;
	border-color: #a659a5;
	color: #a659a5;
}

.branche444 .richContent ul > li:before,
.branche444 .richContent ol > li:before {
	background-color: #da962c;
}

.branche444 .richContent ul ul > li:before,
.branche444 .richContent ul ol > li:before,
.branche444 .richContent ol ul > li:before,
.branche444 .richContent ol ol > li:before {
	background-color: rgba(218, 150, 44, 0.15);
	border-color: #da962c;
	color: #da962c;
}

.branche444 .richContent ul ul ul > li:before,
.branche444 .richContent ul ul ol > li:before,
.branche444 .richContent ul ol ul > li:before,
.branche444 .richContent ul ol ol > li:before,
.branche444 .richContent ol ul ul > li:before,
.branche444 .richContent ol ul ol > li:before,
.branche444 .richContent ol ol ul > li:before,
.branche444 .richContent ol ol ol > li:before {
	background-color: transparent;
	border-color: #da962c;
	color: #da962c;
}

.branche23 .richContent ul > li:before,
.branche23 .richContent ol > li:before {
	background-color: #d73c6f;
}

.branche23 .richContent ul ul > li:before,
.branche23 .richContent ul ol > li:before,
.branche23 .richContent ol ul > li:before,
.branche23 .richContent ol ol > li:before {
	background-color: rgba(215, 60, 111, 0.15);
	border-color: #d73c6f;
	color: #d73c6f;
}

.branche23 .richContent ul ul ul > li:before,
.branche23 .richContent ul ul ol > li:before,
.branche23 .richContent ul ol ul > li:before,
.branche23 .richContent ul ol ol > li:before,
.branche23 .richContent ol ul ul > li:before,
.branche23 .richContent ol ul ol > li:before,
.branche23 .richContent ol ol ul > li:before,
.branche23 .richContent ol ol ol > li:before {
	background-color: transparent;
	border-color: #d73c6f;
	color: #d73c6f;
}

.branche381 .richContent ul > li:before,
.branche381 .richContent ol > li:before {
	background-color: #439780;
}

.branche381 .richContent ul ul > li:before,
.branche381 .richContent ul ol > li:before,
.branche381 .richContent ol ul > li:before,
.branche381 .richContent ol ol > li:before {
	background-color: rgba(67, 151, 128, 0.15);
	border-color: #439780;
	color: #439780;
}

.branche381 .richContent ul ul ul > li:before,
.branche381 .richContent ul ul ol > li:before,
.branche381 .richContent ul ol ul > li:before,
.branche381 .richContent ul ol ol > li:before,
.branche381 .richContent ol ul ul > li:before,
.branche381 .richContent ol ul ol > li:before,
.branche381 .richContent ol ol ul > li:before,
.branche381 .richContent ol ol ol > li:before {
	background-color: transparent;
	border-color: #439780;
	color: #439780;
}

.branche22 .richContent ul > li:before,
.branche22 .richContent ol > li:before {
	background-color: #a2b244;
}

.branche22 .richContent ul ul > li:before,
.branche22 .richContent ul ol > li:before,
.branche22 .richContent ol ul > li:before,
.branche22 .richContent ol ol > li:before {
	background-color: rgba(162, 178, 68, 0.15);
	border-color: #a2b244;
	color: #a2b244;
}

.branche22 .richContent ul ul ul > li:before,
.branche22 .richContent ul ul ol > li:before,
.branche22 .richContent ul ol ul > li:before,
.branche22 .richContent ul ol ol > li:before,
.branche22 .richContent ol ul ul > li:before,
.branche22 .richContent ol ul ol > li:before,
.branche22 .richContent ol ol ul > li:before,
.branche22 .richContent ol ol ol > li:before {
	background-color: transparent;
	border-color: #a2b244;
	color: #a2b244;
}

/*# sourceMappingURL=print.css.map */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {

.richContent .icon-doc {
	background-image: url("../images/docs_sprite@2x.png");
	background-size: 120px 72px;
}

}

@media only print, only screen and (min-width: 30.063em) {

.column.small-1 {
	width: 8.3333333333%;
}

.column.small-2 {
	width: 16.6666666667%;
}

.column.small-3 {
	width: 25%;
}

.column.small-4 {
	width: 33.3333333333%;
}

.column.small-5 {
	width: 41.6666666667%;
}

.column.small-6 {
	width: 50%;
}

.column.small-7 {
	width: 58.3333333333%;
}

.column.small-8 {
	width: 66.6666666667%;
}

.column.small-9 {
	width: 75%;
}

.column.small-10 {
	width: 83.3333333333%;
}

.column.small-11 {
	width: 91.6666666667%;
}

.column.small-12 {
	width: 100%;
}

.row.small-equal-heights {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row.small-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.small-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.small-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.small-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.small-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.show-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.hide-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up {
	display: none !important;
}

}

@media only print, only screen and (min-width: 48.063em) {

.column.medium-1 {
	width: 8.3333333333%;
}

.column.medium-2 {
	width: 16.6666666667%;
}

.column.medium-3 {
	width: 25%;
}

.column.medium-4 {
	width: 33.3333333333%;
}

.column.medium-5 {
	width: 41.6666666667%;
}

.column.medium-6 {
	width: 50%;
}

.column.medium-7 {
	width: 58.3333333333%;
}

.column.medium-8 {
	width: 66.6666666667%;
}

.column.medium-9 {
	width: 75%;
}

.column.medium-10 {
	width: 83.3333333333%;
}

.column.medium-11 {
	width: 91.6666666667%;
}

.column.medium-12 {
	width: 100%;
}

.row.medium-equal-heights {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row.medium-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.medium-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.medium-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.medium-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.medium-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up {
	display: none !important;
}

.richContent h1,
.richContent h2,
.richContent h3,
.richContent h4,
.richContent h5 {
	text-align: left;
}

.richContent h6 {
	text-align: center;
	margin-left: 50%;
}

.richContent img,
.richContent .flexvideo,
.richContent .img {
	display: inline-block;
}

.richContent img.imgRight,
.richContent .flexvideo.imgRight,
.richContent .img.imgRight {
	float: right;
	margin: 0 0 0.75em 1.5em;
}

.richContent img.imgLeft,
.richContent .flexvideo.imgLeft,
.richContent .img.imgLeft {
	float: left;
	margin: 0 1.5em 0.75em 0;
}

}

@media only print, only screen and (min-width: 60.063em) {

.column.large-1 {
	width: 8.3333333333%;
}

.column.large-2 {
	width: 16.6666666667%;
}

.column.large-3 {
	width: 25%;
}

.column.large-4 {
	width: 33.3333333333%;
}

.column.large-5 {
	width: 41.6666666667%;
}

.column.large-6 {
	width: 50%;
}

.column.large-7 {
	width: 58.3333333333%;
}

.column.large-8 {
	width: 66.6666666667%;
}

.column.large-9 {
	width: 75%;
}

.column.large-10 {
	width: 83.3333333333%;
}

.column.large-11 {
	width: 91.6666666667%;
}

.column.large-12 {
	width: 100%;
}

.row.large-equal-heights {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row.large-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.large-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.large-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.large-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.large-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up {
	display: none !important;
}

}

@media only print, only screen and (min-width: 75.063em) {

.column.xlarge-1 {
	width: 8.3333333333%;
}

.column.xlarge-2 {
	width: 16.6666666667%;
}

.column.xlarge-3 {
	width: 25%;
}

.column.xlarge-4 {
	width: 33.3333333333%;
}

.column.xlarge-5 {
	width: 41.6666666667%;
}

.column.xlarge-6 {
	width: 50%;
}

.column.xlarge-7 {
	width: 58.3333333333%;
}

.column.xlarge-8 {
	width: 66.6666666667%;
}

.column.xlarge-9 {
	width: 75%;
}

.column.xlarge-10 {
	width: 83.3333333333%;
}

.column.xlarge-11 {
	width: 91.6666666667%;
}

.column.xlarge-12 {
	width: 100%;
}

.row.xlarge-equal-heights {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row.xlarge-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xlarge-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xlarge-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xlarge-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xlarge-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up {
	display: none !important;
}

}

@media only print {

.show-for-print {
	display: inherit !important;
}

.hide-for-print {
	display: none !important;
}

.no-pagebreak {
	page-break-inside: avoid;
}

}

