/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
/**
 * @license
 * MyFonts Webfont Build ID 3735728, 2019-03-18T23:37:28-0400
 * The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are explicitly restricted from using the Licensed Webfonts(s). You may obtain a valid license at the URLs below.
 *
 * Webfont: FoundryFormSans-Demi by The Foundry / URL: https://www.myfonts.com/_fonts/thefoundry/foundry-form-sans/demi/
 * Webfont: FoundryFormSans-Book by The Foundry / URL: https://www.myfonts.com/_fonts/thefoundry/foundry-form-sans/book/
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3735728
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; The digitally encoded machine readable outline data for producing the typefaces licensed to you is copyrighted &#x00A9;, 2008 by The Foundry, London. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/

@import url("//hello.myfonts.net/count/3900b0");

@font-face {
	font-family: 'FoundryFormSans-Demi';
	src: url('../_fonts/3900B0_0_0.eot');
	src: url('../_fonts/3900B0_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/3900B0_0_0.woff2') format('woff2'),
		 url('../_fonts/3900B0_0_0.woff') format('woff'),
		 url('../_fonts/3900B0_0_0.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'FoundryFormSans-Book';
	src: url('../_fonts/3900B0_1_0.eot');
	src: url('../_fonts/3900B0_1_0.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/3900B0_1_0.woff2') format('woff2'),
		 url('../_fonts/3900B0_1_0.woff') format('woff'),
		 url('../_fonts/3900B0_1_0.ttf') format('truetype');
	font-weight: 400;
}

@media only screen {
/*****************************************************************************/

/*

COLORS:
_ #1d1d1d ... gray
_ #e8e8e8 ... gray (10%)
_ #47859f ... blue ALT
_ #2c6785 ... blue
_ #ab2d29 ... red
_ #478a2b ... green ALT
_ #33661f ... green

FONTS:
font-family: 'FoundryFormSans-Book', sans-serif;
font-weight: 400;
font-family: 'FoundryFormSans-Demi', sans-serif;
font-weight: 400;

*/

/* ==========================================================================
   BASICS
   ========================================================================== */

html, body {
	position: absolute;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

body {
	background-color: #fff;
	font-family: 'FoundryFormSans-Book', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0.5px;
	color: #1d1d1d;
	text-align: center;
	font-variant-numeric: proportional-nums;
	-webkit-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum=1";
	-ms-font-feature-settings: "onum" 1;
	-o-font-feature-settings: "onum" 1;
	font-feature-settings: "onum" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #fff; background-color: #1d1d1d; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: auto;
	padding: 45px 0;
	text-align: center;
	z-index: 13;
}

header > div.cols {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

header > div.cols > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);
	height: auto;
	z-index: 1;
}

header > div.cols > div > div.text {
	position: relative;
	width: 100%;
	height: auto;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	z-index: 1;
}

header > div.cols > div > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

header > div.cols > div > div.link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 80px;
	/*overflow: hidden;*/
	text-align: left;
	font-size: 17px;
	line-height: calc(1em * (24 / 17));
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 90px 0 60px 0;
	background-color: #e8e8e8;
	z-index: 12;
}

footer.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

footer > div.cols {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

footer > div.cols > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);
	height: auto;
	z-index: 1;
}

footer > div.cols > div > p:nth-of-type(1) {
	position: relative;
	height: 108px;
	margin-bottom: 20px;
}

footer > div.cols > div > p:not(:nth-of-type(1)) {
	margin-bottom: 10px;
}

footer a.logo > img {
	width: 125px;
	height: 108px;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* ETC */

.fontSmallCaps { font-feature-settings: "smcp" on; text-transform: lowercase; }

.fontColorBlue, .fontColorBlue h1 { color: #2c6785; }
.fontColorRed, .fontColorRed h1 { color: #ab2d29; }
.fontColorGreen, .fontColorGreen h1 { color: #33661f; }

.fontSize17 { font-size: 17px; line-height: calc(1em * (24 / 17)); }
.fontSize22 { font-size: 22px; line-height: calc(1em * (30 / 22)); }
.fontSize24 { font-size: 24px; line-height: calc(1em * (32 / 24)); }

.fontSize17 .fontSizeSmall { font-size: 12px; line-height: calc(1em * (24 / 17)); }

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, .h1, h2, .h2 {
	position: relative;
	display: block;
	width: 100%;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: calc(1em * (32 / 24));
	color: #1d1d1d;
	text-transform: none;
	margin: 0 0 1em 0;
}

h2, .h2 {
	font-size: 17px;
	line-height: calc(1em * (24 / 17));
}

div + h2, p + h2, ul + h2, ol + h2, h1 + h2,
div + h1, p + h1, ul + h1, ol + h1 { margin-top: 40px !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

/* ==========================================================================
   LINKS
   ========================================================================== */

a,
a:link,
a:visited {
	text-decoration: none;
	border-bottom: 0;
}

main a,
main a:link,
main a:visited {
	color: #1d1d1d;
	text-decoration: none;
	border-bottom: 0.5px solid #1d1d1d;
}

main a.borderNO,
main a.borderNO:link,
main a.borderNO:visited {
	border-bottom: 0 !important;
}

body[data-pixelratio='1'] main a,
body[data-pixelratio='1'] main a:link,
body[data-pixelratio='1'] main a:visited {
	border-bottom-width: 1px;
}

main a:hover,
main a:focus,
main a:active,
main a:visited:hover,
main a:visited:focus,
main a:visited:active {
	color: #1d1d1d;
	border-bottom-width: 1px;
	border-bottom-color: #1d1d1d;
}

body[data-pixelratio='1'] main a:hover,
body[data-pixelratio='1'] main a:focus,
body[data-pixelratio='1'] main a:active,
body[data-pixelratio='1'] main a:visited:hover,
body[data-pixelratio='1'] main a:visited:focus,
body[data-pixelratio='1'] main a:visited:active {
	border-bottom-width: 2px;
}

footer a,
footer a:link,
footer a:visited {
	color: #1d1d1d;
	text-decoration: none;
	border-bottom: 1px solid #e8e8e8;
}

footer a.logo,
footer a.logo:link,
footer a.logo:visited {
	border-bottom: 0 !important;
}

footer a:hover,
footer a:focus,
footer a:active,
footer a:visited:hover,
footer a:visited:focus,
footer a:visited:active {
	color: #1d1d1d;
	border-bottom-color: #1d1d1d;
}

/* vcf */

footer a[href$='.vcf'] {
	position: relative;
	margin-left: 40px;
}

footer a[href$='.vcf']::after {
	content: '';
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: calc(26px * 0.635);
	background: transparent url('../images/main/etc/icon-contact.svg') scroll no-repeat left center;
	background-size: contain;
}

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl { position: relative; margin: 0 0 40px 0; }
ul > li, ol > li, dl > li { position: relative; }

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}

/* NO BULLETS */

ul.lines,
ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.dotsNO > li {
	padding-left: 0 !important;
}

/* LINE */

ul.lines { left: -17px; }

ul.lines > li {
	padding-left: 17px;
	background: transparent url('../images/main/etc/list-item@3x.png') scroll no-repeat left 17px;
	background-size: 10px 1px;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSize0 { font-size: 0; line-height: 0; }
.hyphenOK { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	height: 0;
	margin: 60px auto;
	border: 0;
	border-top: 0.5px solid #ccc;
	opacity: 1;
}
body[data-pixelratio='1'] hr { border-top-width: 1px; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
}

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }
.marginTopZero { margin-top: 0 !important; }
.marginBottomZero { margin-bottom: 0 !important; }

p, .p { margin: 0 0 1.5em 0; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

table { position: relative; width: 100%; border-width: 0; margin: 0 0 1.667em 0; border-collapse: collapse; empty-cells: hide; }
th, td { background-color: transparent; vertical-align: top; }

table.center { width: 100%; height: 100%; margin: 0; }
table.center > tbody > tr > td { width: 100%; height: 100% !important; text-align: center; vertical-align: middle; }

picture, figure { position: relative; display: block; width: 100%; margin: 0; margin-bottom: 40px; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; padding: 0; opacity: 1; font-size: 12px; line-height: 1.5em; text-transform: uppercase; }
img { border: 0; height: auto; max-width: 100%; }

video {
	position: relative;
	width: 100%;
	height: auto;
	border: 0;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-appearance: none;
}

strong { font-family: 'FoundryFormSans-Demi', sans-serif; font-weight: 400; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 0; width: auto; }

sup, sub {
	/*font-size: 75%;*/
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	height: auto;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
}

div.subcolumns > div.col {
	position: relative;
	margin-left: 20px;
}

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }

div.subcolumns > div.col.c1 { width: calc(100% / 12 * 1 - 20px); }
div.subcolumns > div.col.c2 { width: calc(100% / 12 * 2 - 20px); }
div.subcolumns > div.col.c3 { width: calc(100% / 12 * 3 - 20px); }
div.subcolumns > div.col.c4 { width: calc(100% / 12 * 4 - 20px); }
div.subcolumns > div.col.c5 { width: calc(100% / 12 * 5 - 20px); }
div.subcolumns > div.col.c6 { width: calc(100% / 12 * 6 - 20px); }
div.subcolumns > div.col.c7 { width: calc(100% / 12 * 7 - 20px); }
div.subcolumns > div.col.c8 { width: calc(100% / 12 * 8 - 20px); }
div.subcolumns > div.col.c9 { width: calc(100% / 12 * 9 - 20px); }
div.subcolumns > div.col.c10 { width: calc(100% / 12 * 10 - 20px); }
div.subcolumns > div.col.c11 { width: calc(100% / 12 * 11 - 20px); }
div.subcolumns > div.col.c12 { width: calc(100% / 12 * 12 - 20px); }

div.subcolumns > div.col.picts { font-size: 0; line-height: 0; padding-top: 10px; }

.columns-2 {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}

.columns-3 {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}

/* ==========================================================================
   SVG
   ========================================================================== */

div.svg {
	display: none !important;
}

/*****************************************************************************/
}



/* IE 10/11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.fontSmallCaps { text-transform: uppercase; font-size: 75%; }
}

@media screen and (max-width: 1539px) {
/*****************************************************************************/

/* HEADER */
header > div.cols { max-width: none; }
header > div.cols > div { width: calc((100% - (3 * 20px) - (2 * 60px)) / 4); margin-left: 20px; }
header > div.cols > div:nth-of-type(1) { margin-left: 60px; }

/* MAIN */
main > section { max-width: none; padding-left: 60px; padding-right: 60px; }

/* FOOTER */
footer > div.cols { max-width: none; }
footer > div.cols > div { width: calc((100% - (3 * 20px) - (2 * 60px)) / 4); margin-left: 20px; }
footer > div.cols > div:nth-of-type(1) { margin-left: 60px; }

/*****************************************************************************/
}



@media screen and (max-width: 1199px) {
/*****************************************************************************/

/* HEADER */
header > div.cols > div { display: block; width: 280px; margin-top: 20px; margin-left: 60px; }
header > div.cols > div:nth-of-type(1) { margin-top: 0; }
/*.pageHomeOK header > div.cols > div:nth-of-type(2) { margin-top: 0; }*/
/*.pageHomeOK header > div.cols > div:nth-of-type(1) { display: none; }*/

/* FOOTER */
footer { padding: 60px 0; }
footer > div.cols > div { display: block; width: calc((100% - (2 * 60px)) / 1); margin-top: 20px; margin-left: 60px; }
footer > div.cols > div:nth-of-type(1) { margin-top: 0; }
footer > div.cols > div:nth-of-type(1) > p:nth-of-type(1) { display: none; }

/*****************************************************************************/
}



@media screen and (max-width: 499px) {
/*****************************************************************************/

/* HEADER */
header > div.cols > div { margin-left: 20px !important; }

/* MAIN */
main > section { padding-left: 20px; padding-right: 20px; }

/* FOOTER */
footer > div.cols > div { width: calc((100% - (2 * 20px)) / 1); margin-left: 20px !important; }

/* FONT-SIZES */
.fontSize17 { font-size: 14px; line-height: calc(1em * (24 / 17)); }
.fontSize22 { font-size: 18px; line-height: calc(1em * (30 / 22)); }
.fontSize24 { font-size: 21px; line-height: calc(1em * (32 / 24)); }
h1, .h1 { font-size: 21px; line-height: calc(1em * (32 / 24)); }
h2, .h2 { font-size: 14px; line-height: calc(1em * (24 / 17)); }

/*****************************************************************************/
}

@media only screen {
/*****************************************************************************/

/* CONTENT TEXT */

div.text {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: auto;
}

div.text.w667 { /*padding-right: calc(100% / 3);*/ max-width: calc((1420px / 3) * 2); }

/* CONTENT TOPIC */

div.topic {
	position: relative;
	width: 100%;
	height: auto;
}

div.topic > div:nth-of-type(1) {
	position: relative;
	float: left;
	width: 580px;
	max-width: 580px;
	height: auto;
}

div.topic > div:nth-of-type(2) {
	position: relative;
	float: right;
	width: 50%;
	height: auto;
}

/* CONTENT TILE */

div.tile {
	position: relative;
	width: 100%;
	max-width: 460px;
	height: auto;
	margin-bottom: 40px;
	font-size: 0;
	line-height: 0;
}

div.tile > div.title {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	text-align: center;
	color: #fff;
	z-index: 2;
}

div.tile > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

div.tile > div.pict > img {
	width: 100%;
	height: auto;
}

div.tile > div.icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

div.tile > div.icon img {
	width: calc(100% * (360 / 460));
	height: auto;
}

/* NAV TILES */

nav.tiles {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	height: auto;
	font-size: 0;
	line-height: 0;
}

nav.tiles > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 20px);
	height: auto;
	margin: 0 0 20px 20px;
	z-index: 1;
}

nav.tiles > div > div.title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	text-align: center;
	color: #fff;
	z-index: 2;
}

nav.tiles > div > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

nav.tiles > div > div.pict > img {
	width: 100%;
	height: auto;
}

nav.tiles > div > div.icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*transform: translate(0,5%);*/
	transition-duration: 0.25s;
	z-index: 2;
}

.touchOK nav.tiles > div > div.icon { opacity: 1; translate: none; }

.touchNO nav.tiles > div:hover > div.icon/*,
.touchOK nav.tiles > div.hover > div.icon*/ {
	transition-timing-function: ease-out;
	transition-property: /*transform,*/ opacity;
	transition-duration: 1s;
	/*transform: translate(0,0);*/
	opacity: 1;
}

nav.tiles > div > div.icon img {
	width: calc(100% * (360 / 460));
	height: auto;
}

nav.tiles > div > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

nav.tiles > div > div.link > a,
nav.tiles > div > div.link > a:link,
nav.tiles > div > div.link > a:visited {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

/* NAV ONLINE */

nav.online > div.cols {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

nav.online > div.cols > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);
	height: auto;
	z-index: 1;
}

nav.online > div.cols > div > div.text {
	position: relative;
	width: 100%;
	height: auto;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	z-index: 1;
}

nav.online > div.cols > div > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

nav.online > div.cols > div > div.link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

nav.online > div.cols > div > div.link > a,
nav.online > div.cols > div > div.link > a:link,
nav.online > div.cols > div > div.link > a:visited {
	text-decoration: none !important;
	border-bottom: 0 !important;
}


/* NAV TOPICS */

nav.topics {
	position: relative;
	display: inline-block;
	width: 1400px;
	height: auto;
	margin: 0 auto;
}

nav.topics > ul {
	position: relative;
	display: block;
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

nav.topics > ul > li {
	position: relative;
	display: inline-block;
	width: calc((100% - 1px) / 8);
	text-align: center;
	padding: 0;
	margin: 0;
	z-index: 1;
}

nav.topics > ul > li.act { opacity: 0.25; }

nav.topics > ul > li > div.text {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	font-family: 'FoundryFormSans-Demi', sans-serif;
	opacity: 0;
	/*transform: translate(0,-3px);*/
	transition-timing-function: ease-out;
	/*transition-property: opacity, transform;*/
	transition-property: opacity;
	transition-duration: 0.25s;
	z-index: 1;
}

.touchOK nav.topics > ul > li > div.text { opacity: 1; transform: none; }
.touchNO nav.topics > ul > li.act > div.text { opacity: 1; transform: none; }
.touchNO nav.topics > ul > li:hover > div.text { opacity: 1; /*transform: translate(0,0);*/ }

nav.topics > ul > li > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	transform: translate(0,0);
	transition-timing-function: ease-out;
	transition-property: transform;
	transition-duration: 0.25s;
	z-index: 1;
}

.touchNO nav.topics > ul > li:hover > div.pict { transform: translate(0,-10px); }
.touchNO nav.topics > ul > li.act:hover > div.pict { transform: translate(0,0); }

nav.topics > ul > li > div.pict > svg,
nav.topics > ul > li > div.pict > img {
	width: 100%;
	max-width: 80px;
	height: auto;
}

nav.topics > ul > li > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

nav.topics > ul > li > div.link > a,
nav.topics > ul > li > div.link > a:link,
nav.topics > ul > li > div.link > a:visited {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

/*****************************************************************************/
}

/* NAV TILES */
@media screen and (max-width: 1059px) {
	nav.tiles > div { width: calc(100% / 2 - 20px); }
}
@media screen and (max-width: 579px) {
	nav.tiles > div { width: calc(100% / 1 - 20px); }
}



/* NAV ONLINE */
@media screen and (max-width: 1199px) {
	nav.online > div.cols > div:nth-of-type(1) { display: none; }
	nav.online > div.cols > div {
		display: block;
		width: 100%;
	}
}



/* NAV TOPICS */
@media screen and (max-width: 1519px) {
	nav.topics, nav.topicsOnline { width: 100%; }
}
@media screen and (max-width: 1449px) {
	nav.topics { margin-top: -20px; }
	nav.topics > ul > li { margin-top: 20px; }
	nav.topics > ul > li { width: calc((100% - 1px) / 4); }
}
@media screen and (max-width: 799px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 2); }
}
@media screen and (max-width: 319px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 1); }
}
/*@media screen and (max-width: 1519px) {
	nav.topics { width: 100%; }
}
@media screen and (max-width: 959px) {
	nav.topics > ul > li:nth-of-type(1) { display: none; }
	nav.topics > ul > li { width: calc((100% - 1px) / 6); }
}
@media screen and (max-width: 799px) {
	nav.topics { margin-top: -20px; }
	nav.topics > ul > li { width: calc((100% - 1px) / 3); margin-top: 20px; }
}
@media screen and (max-width: 639px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 2); }
}
@media screen and (max-width: 374px) {
	nav.topics > ul > li { width: calc((100% - 1px) / 1); }
}*/



/* TOPIC */
@media screen and (max-width: 1539px) {
	div.topic > div:nth-of-type(1), div.topic > div:nth-of-type(2) { width: calc((100% - 20px) / 2); }
}
@media screen and (max-width: 979px) {
	div.topic > div:nth-of-type(1), div.topic > div:nth-of-type(2) { float: none; width: 100%; }
	div.topic > div:nth-of-type(1) { margin-bottom: 3em; }
}


@media print {
/*****************************************************************************/

body > * { display: none; }

/*****************************************************************************/
}

