@charset "UTF-8";
/*
Theme Name: emn15
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emn15
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

emn15 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation ## Links ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content ## Posts and pages ## Asides ## Comments
# Infinite scroll
# Media ## Captions ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

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

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

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

[hidden], template { display: none; }

/*
a { background-color: transparent;
}

a:active,
a:hover { outline: 0;
}
*/
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

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

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

small { font-size: 80%; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

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

figure { margin: 1em 40px; }

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

pre { overflow: auto; }

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

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

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

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

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

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

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

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

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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

td, th { padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea { color: #404040; font-size: 16px; font-size: 1rem; line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { clear: both; }

p { margin-bottom: 1.5em; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; }

body { background: #fff; /* Fallback for when there is no custom background color defined. */ }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0 0 1.5em 0; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

table { margin: 0 0 1.5em; width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, .8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { border-color: #ccc #bbb #aaa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; }

textarea { padding-left: 3px; width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------
a { color: #000;
}

a:visited { color: #000;
}

a:hover,
a:focus,
a:active { color: #000;
}

a:focus { outline: thin dotted;
}

a:hover,
a:active { outline: 0;
}
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------
.main-navigation { clear: both; display: block; float: left; width: 100%;
}

.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0;
}

.main-navigation li { float: left; position: relative;
}

.main-navigation a { display: block; text-decoration: none;
}

.main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5em; left: -999em; z-index: 99999;
}

.main-navigation ul ul ul { left: -999em; top: 0;
}

.main-navigation ul ul a { width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul { left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul { left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
*/
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul { display: block; }

@media screen and (min-width: 37.5em) { .menu-toggle { display: none; }
  .main-navigation ul { display: block; } }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select { max-width: 100%; }

/* Search widget. */
.widget_search .search-submit { display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.byline, .updated:not(.published) { display: none; }

.single .byline, .group-blog .byline { display: inline; }

/*
.page-content,
.entry-content,
.entry-summary { margin: 1.5em 0 0;
}
*/
.page-links { clear: both; margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; }

.wp-caption-text { text-align: center; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

@font-face { font-family: 'open_sans'; src: url("assets/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot"); src: url("assets/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff") format("woff"), url("assets/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf") format("truetype"), url("assets/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sans'; src: url("assets/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.eot"); src: url("assets/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.woff") format("woff"), url("assets/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.ttf") format("truetype"), url("assets/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg"); font-weight: normal; font-style: italic; }
@font-face { font-family: 'open_sans'; src: url("assets/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot"); src: url("assets/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.woff") format("woff"), url("assets/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.ttf") format("truetype"), url("assets/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.svg#open_sansbold") format("svg"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'open_sans'; src: url("assets/fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot"); src: url("assets/fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.woff") format("woff"), url("assets/fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("assets/fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic") format("svg"); font-weight: 700; font-style: italic; }
html, body { font-family: 'Merriweather Sans', sans-serif; line-height: 1.3; }

#masthead { background-color: #152f65; color: #a3c8dd; border-bottom: 4px solid #fff; }
#masthead h1, #masthead h2 { margin: 0; }
#masthead h2 { font-size: 1.25rem; padding-top: 36px; line-height: 1.3rem; }
@media screen and (max-width: 1210px) { #masthead h2 { font-size: 1.15rem; } }
@media screen and (max-width: 1009px) { #masthead h2 { font-size: 1.1rem; } }
#masthead a { display: block; color: #a3c8dd; text-decoration: none; text-transform: uppercase; }

#logo { margin-top: 5px; padding-top: 3px; padding-right: 0; border-right: 15px solid #152f65; padding-left: 0; border-left: 15px solid #152f65; }
#logo h1 { background-color: #FFF; padding-left: 30px; padding-top: 4px; margin: 0; font-size: 1rem; border-top-right-radius: 3px; border-top-left-radius: 3px; }
#logo h1 a { line-height: 0; }
#logo h1 a img { position: relative; padding-top: 3px; }

#colophon { margin-top: 3rem; border-top: 1px solid #00a3dd; }
#colophon .logos { margin: 1rem 0; }
#colophon .logos h2, #colophon .logos ul { display: none; }
#colophon .blue-end { background-color: #152f65; color: #fff; margin-top: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
#colophon .blue-end h2 { font-size: 1rem; font-weight: 400; margin: 0; }
#colophon .blue-end ul { list-style-type: none; margin: 0.5rem 0; padding: 0; }
#colophon .blue-end a { display: block; line-height: 1.5; color: #a3c8dd; text-decoration: none; }
#colophon .blue-end a:before { font-family: 'FontAwesome'; content: "\f054"; padding-right: 0.5rem; }
#colophon .blue-end a.facebook:before { content: "\f082"; }
#colophon .blue-end a.youtube:before { content: "\f166"; }
#colophon .blue-end a:hover { text-decoration: underline; }

@media only screen and (max-width: 767px) { #header-navigation { position: static; }
  h2.navtitle { display: block; color: #fff; width: 10%; }
  #masthead { width: 100%; }
  #masthead .col7-12 { float: left; width: 50%; }
  #masthead .col7-12 h2 { line-height: 1.3; padding-top: 10px; }
  #logo { width: 40%; float: left; } }
.cf:before, .cf:after, .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ }

.cf:after, .row:after { clear: both; }

.cf, .row { *zoom: 1; }

[class^="col"], [class*=" col"] { float: left; margin-left: 0; margin-right: 0; padding-right: 15px; padding-left: 15px; box-sizing: border-box; }
[class^="col"] img, [class*=" col"] img { max-width: 100%; height: auto; }

.col1-2, .col2-4, .col3-6, .col6-12 { width: 49.999999999999998%; }

.col1-1, .col2-2, .col3-3, .col4-4, .col5-5, .col6-6, .col12-12 { width: 100%; }

.col1-3, .col2-6, .col4-12 { width: 33.333333333333332%; }

.col2-3, .col4-6, .col8-12 { width: 66.666666666666664%; }

.col1-4, .col3-12 { width: 24.999999999999999%; }

.col3-4, .col9-12 { width: 74.999999999999997%; }

.col1-5 { width: 19.999999999999999%; }

.col2-5 { width: 39.999999999999999%; }

.col3-5 { width: 59.999999999999999%; }

.col4-5 { width: 79.999999999999999%; }

.col1-6, .col2-12 { width: 16.666666666666666%; }

.col5-6, .col10-12 { width: 83.333333333333330%; }

.col1-12 { width: 8.333333333333333%; }

.col5-12 { width: 41.666666666666665%; }

.col7-12 { width: 58.333333333333331%; }

.col11-12 { width: 91.666666666666663%; }

#category-navigation { height: 364px; }

.col-menu { width: 304px; padding-left: 15px; padding-right: 0; }

.col-slider { width: 974px; padding-right: 15px; padding-left: 0; }
.col-slider .slidercontent { width: 406px; }
.col-slider .image { width: 545px; }

.row { box-sizing: border-box; width: auto; max-width: 1278px; margin-left: auto; margin-right: auto; }

.row .row { max-width: none; margin-left: -15px; margin-right: -15px; }

#header-navigation .menu-header-menu-container { width: 624px; }

@media only screen and (max-width: 1340px) { html, body { font-size: 95%; }
  #category-navigation { height: 331px; }
  .col-menu { width: 282px; }
  .col-slider { width: 908px; padding-right: 10px; padding-left: 0; }
  .col-slider .slidercontent { width: 398px; }
  .col-slider .image { width: 496px; }
  .row { max-width: 1190px; }
  #header-navigation .menu-header-menu-container { width: 590px; } }
#masthead { position: fixed; z-index: 1500; top: 0; width: 100%; }

#main { margin-top: 10rem; }

body.admin-bar #masthead { top: 32px; }

@media only screen and (max-width: 1210px) { html, body { font-size: 85%; }
  .row { max-width: 994px; }
  .row [class^="col"], .row [class*=" col"] { padding-right: 10px; padding-left: 10px; }
  .row .row { margin-left: -10px; margin-right: -10px; }
  .row #header-navigation .menu-header-menu-container { width: 487px; }
  #logo { border-right-width: 10px; border-left-width: 10px; }
  #category-navigation { height: 276px; }
  #startpageMainHeader .col-menu { padding-left: 10px; padding-right: 0; width: 240px; }
  #startpageMainHeader .col-slider { width: 754px; padding-right: 10px; padding-left: 0; }
  #startpageMainHeader .col-slider .slidercontent { width: 317px; padding-left: 15px; padding-right: 15px; }
  #startpageMainHeader .col-slider .image { width: 413px; height: auto; } }
@media only screen and (max-width: 1009px) { html, body { font-size: 11px; }
  #main { min-width: 768px; }
  .row { max-width: 768px; }
  .row [class^="col"], .row [class*=" col"] { padding-right: 10px; padding-left: 10px; }
  .row .row { margin-left: -10px; margin-right: -10px; }
  .row #header-navigation .menu-header-menu-container { width: 374px; }
  #category-navigation { height: 192px; }
  #startpageMainHeader .col-menu { padding-left: 10px; padding-right: 0; width: 182px; }
  #startpageMainHeader .col-slider { width: 584px; padding-right: 10px; padding-left: 0; }
  #startpageMainHeader .col-slider .slidercontent { width: 278px; padding-left: 10px; padding-right: 10px; }
  #startpageMainHeader .col-slider .image { width: 288px; height: auto; } }
@media only screen and (max-width: 767px) { #main { min-width: auto; }
  .row { width: 90%; max-width: auto; }
  .row #header-navigation .menu-header-menu-container { width: auto; }
  .row [class^="col"], .row [class*=" col"] { padding-right: 0; padding-left: 0; float: none; width: 100%; }
  .row .row { margin-left: 0px; margin-right: 0px; width: 100%; }
  #masthead { position: relative; z-index: 1500; top: 0; width: 100%; }
  #masthead #logo { width: 30%; float: left; margin-left: 10%; position: relative; z-index: 5100; }
  #masthead #logo h1 { padding-left: 15%; }
  #masthead #headertitle { margin-top: 1rem; width: 60%; }
  #category-navigation { height: auto; }
  #main { margin-top: 0; }
  .startpageSlider, .pagecontent { margin-top: 3rem; }
  #startpageMainHeader .col-menu { z-index: 5010; padding: 0; width: 100%; }
  #startpageMainHeader .col-menu #category-navigation { height: auto; }
  #startpageMainHeader h2.navtitle { margin: 0; display: block; font-size: 3rem; position: absolute; top: -4.5rem; cursor: pointer; }
  #startpageMainHeader .col-slider { width: 100%; padding-right: 0; padding-left: 0; }
  #startpageMainHeader .col-slider .slidercontent { width: 50%; }
  #startpageMainHeader .col-slider .image { width: 49.99999999999%; }
  .startpageNav { position: relative; z-index: 3000; }
  div.archive .col5-6 { width: 83.333333333333330%; float: left; }
  div.archive .col1-6 { width: 16.666666666666666%; float: left; }
  body.admin-bar #masthead, body.admin-bar .startpageNav { top: 0; }
  #startpageMainHeader .col-menu { position: relative; } }
@media only screen and (max-width: 605px) { #startpageMainHeader .col-slider .slidercontent { float: none; width: auto; padding-top: 0.5rem; padding-bottom: 2rem; }
  #startpageMainHeader .col-slider .image { float: none; width: auto; }
  #startpageMainHeader ul.slides > li { max-width: 100%; } }
@media only screen and (max-width: 500px) { #masthead { position: relative; z-index: 1500; top: 0; width: 100%; }
  #masthead #logo { width: 130px; float: left; margin-left: 10%; position: relative; z-index: 5100; }
  #masthead #logo h1 { padding-left: 15%; }
  #masthead #headertitle { margin-top: 0; width: calc(90% - 130px); }
  #masthead #headertitle h2 { font-size: 1rem; } }
#startpageMainHeader { position: relative; }

.home h2.entry-title { font-weight: 400; font-size: 1rem; margin-top: 0.5rem; }
.home h2.entry-title a { text-decoration: none; color: #152f65; }
.home h2.entry-title a:hover { text-decoration: underline; }

/* Section 1 on Startpage*/
.home ul.article-list img { display: block; }

ul.event-list { position: relative; top: -0.5rem; }
ul.event-list li { border-bottom: 1px solid #c7ccd7; margin: 0; padding: 0.5rem 0; }
ul.event-list h2 { font-size: 1rem; font-weight: 400; margin: 0; }
ul.event-list h2 a { text-decoration: none; color: #152f65; }
ul.event-list .date { margin: 0; font-size: 0.8rem; color: #c7ccd7; }

/* article */
article h1 { font-size: 1.25rem; margin-top: 0; color: #152f65; }
article h1 a { color: #152f65; }
article h1 a:hover { color: #000; text-decoration: underline; }

.entry-content p:first-child { margin-top: 0rem; }

article .entry-footer { text-transform: uppercase; font-size: 0.75rem; }

article .entry-footer span:before { content: ' | '; }

article .entry-footer span:first-child:before { content: ''; }

article h1 a { text-decoration: none; }

a:hover { text-decoration: underline; }

/* Category Media */
div.category-9 article h1 { font-size: 1rem; font-weight: 400; margin-top: 0.3rem; margin-bottom: 1rem; }
div.category-9 article footer { display: none; }

.home-publications li { margin-bottom: 2rem; }

@media only screen and (max-width: 767px) { .home-publications ul.article-list { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .home-publications ul.article-list > li { width: 33.333333333333332%; padding-left: 10px; padding-right: 10px; }
  .home-publications ul.article-list > li img { max-width: 100%; }
  #main .home-publications { margin-left: -10px; width: calc(100% + 20px); } }
/* Galleries
*/
.gallery figure { box-sizing: border-box; margin: 0; padding-right: 1px; padding-bottom: 1px; }
.gallery figure a { display: block; }
.gallery figure img { display: block; max-width: 100%; height: auto; }

/* MEDIA */
.oEmbed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }

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

/* FILES */
.emnfiles { background-color: #152f65; color: #fff; }
.emnfiles ul { list-style-type: none; margin: 0; padding: 2rem 1rem 0 1rem; }
.emnfiles ul li { clear: both; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #a3c8dd; }
.emnfiles ul li:last-child { border: none; }
.emnfiles ul img { float: left; margin-right: 1rem; }
.emnfiles ul a { display: block; color: #fff; text-decoration: none; margin-bottom: 1rem; }
.emnfiles ul a .title { font-weight: 700; font-size: 1rem; }
.emnfiles ul a .filename { font-size: 0.75rem; }
.emnfiles ul a .description { font-size: 0.75rem; display: block; }
.emnfiles ul a:hover { text-decoration: underline; }

/* category archive */
.archive-title { text-align: right; }
.archive-title h2 { font-size: 1rem; margin-top: 0.5rem; }
.archive-title h2:after { padding-left: 0.5rem; font-family: "FontAwesome"; content: '\f054'; }

.archive article { padding-top: 1rem; border-top: 1px solid #a3c8dd; }

.thumbleft img { box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); }

.catItems { margin-bottom: 4rem; }
.catItems a.allPostsOfCat { color: #62a5e3; }
.catItems a { text-decoration: none; }
.catItems a:hover { text-decoration: underline; color: #000; }
.catItems li { padding: 0.5rem 0; border-bottom: 1px solid #eee; }
.catItems li .icon { float: left; color: #62a5e3; width: 5%; font-size: 1.1rem; }
.catItems li .title { width: 94.999999%; float: right; }
.catItems li a { display: block; }
.catItems h2 { margin-top: 0; margin-bottom: 0; height: 1.5rem; border-bottom: 1px solid #62a5e3; }
.catItems h2 .title { text-transform: uppercase; font-size: 1rem; float: left; }
.catItems .allPostsOfCat { font-weight: 400; float: right; font-size: 1rem; margin-top: 0.5rem; }

/* PAGINATION */
.nav-links { position: relative; padding: 1rem 2rem; border-top: 1px solid #a3c8dd; }
.nav-links a { text-decoration: none; color: #152f65; padding-bottom: 0.5rem; }
.nav-links .nav-next:after, .nav-links .nav-previous:before { font-family: "FontAwesome"; position: absolute; font-size: 1.5rem; top: 1rem; width: 2rem; padding: 0 0.1rem; line-height: 0.75; }
.nav-links .nav-previous:before { left: 0; content: '\f137'; }
.nav-links .nav-next:after { right: 0; content: '\f138'; }

.slidereva { background-color: #152f65; position: relative; }
.slidereva .slidercontent { color: #fff; float: left; /*    @media screen and (max-width: 1009px) { float: none; }*/ padding-left: 30px; padding-right: 20px; box-sizing: border-box; font-weight: 300; line-height: 1.3; }
.slidereva .slidercontent h2 { margin-top: 1.5rem; font-size: 1rem; line-height: 1.3; }
@media screen and (max-width: 1009px) { .slidereva .slidercontent h2 { margin-top: 0.5rem; } }
.slidereva .slidercontent h2 a { text-decoration: none; color: #a3c8dd; }
.slidereva .slidercontent h2 a:hover { text-decoration: underline; }
.slidereva .slidercontent a.button { margin-right: 0rem; }
.slidereva .slidercontent .cat-links { background-color: #001f45; display: inline-block; padding-right: 0.5rem; }
.slidereva .slidercontent .cat-links a { display: inline-block; color: #a3c8dd; text-transform: uppercase; padding: 0.25rem 0.5rem; text-decoration: none; }
.slidereva .slidercontent .cat-links a:before { padding-right: 0.25rem; font-family: 'FontAwesome'; content: ""; }
.slidereva .slidercontent .cat-links a:hover { color: #fff; }
.slidereva ul.slides { list-style-type: none; margin: 0; padding: 0; width: 100%; height: 100%; position: relative; overflow: hidden; }
.slidereva ul.slides li { position: absolute; top: 0; left: 0; }
.slidereva ul.slides li .image { float: left; /*        @media screen and (max-width: 1009px) { float: none; }*/ box-sizing: border-box; overflow: hidden; }
.slidereva ul.slides li .image img { max-width: 100%; display: block; height: auto; -webkit-transition: all 1s ease-out; transition: all 1s ease-out; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); opacity: 0; }
.slidereva ul.slides li .slidercontent { -webkit-transition: all 1.5s; transition: all 1.5s; opacity: 0; -webkit-transform: translateX(406px); -ms-transform: translateX(406px); transform: translateX(406px); }
@media screen and (max-width: 1009px) { .slidereva ul.slides li .slidercontent { font-size: 0.8rem; } }
.slidereva ul.slides li .meta { margin-top: 0rem; font-size: 0.8rem; }
.slidereva ul.slides li.active { z-index: 130; }
.slidereva ul.slides li.active .image img { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.slidereva ul.slides li.active .slidercontent { opacity: 1; -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }
.slidereva ol.pagination-eva { position: relative; width: 100%; list-style-type: none; margin: 0; padding: 0; text-align: center; line-height: 1.5; word-spacing: 0.5rem; top: 0.75rem; }
.slidereva ol.pagination-eva li { display: inline-block; width: 1rem; height: 1rem; border: 2px solid #c7ccd7; border-radius: 1rem; cursor: pointer; }
.slidereva ol.pagination-eva li:hover { background-color: #c7ccd7; }
.slidereva ol.pagination-eva li.active { background-color: #152f65; }
.slidereva ul.prevnext-eva { position: relative; list-style-type: none; margin: 0; padding: 0; line-height: 1; top: -0.75rem; font-size: 1.5rem; }
.slidereva ul.prevnext-eva li { color: #c7ccd7; }
.slidereva ul.prevnext-eva li:hover { color: #152f65; }
.slidereva ul.prevnext-eva li.prev { float: left; }
.slidereva ul.prevnext-eva li.prev:before { content: "\f137"; }
.slidereva ul.prevnext-eva li.prev:before, .slidereva ul.prevnext-eva li.next:after { padding-left: 1rem; padding-right: 1rem; font-family: 'FontAwesome'; cursor: pointer; }
.slidereva ul.prevnext-eva li.next { float: right; }
.slidereva ul.prevnext-eva li.next:after { content: "\f138"; }

nav ul { margin: 0; padding: 0; list-style-type: none; }

h2.navtitle { display: none; font-size: 2rem; }
h2.navtitle span { display: none; }

body.admin-bar #header-navigation { top: 32px; }

@media only screen and (min-width: 768px) { #header-navigation { position: fixed; right: 0; top: 0; width: 50%; z-index: 2160; padding-top: 36px; line-height: 1.25rem; }
  #header-navigation ul.menu { float: right; }
  #header-navigation ul.menu > li { display: inline-block; position: relative; z-index: 1550; }
  #header-navigation ul.menu > li ul.sub-menu { padding-top: 0.5rem; padding-bottom: 1rem; position: absolute; left: -30px; }
  #header-navigation ul.menu li.active ul.sub-menu { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }
  #header-navigation ul.menu > li:nth-child(1) { margin-right: 1rem; }
  #header-navigation a { color: #a3c8dd; text-decoration: none; text-transform: uppercase; line-height: 1; }
  #header-navigation a:hover { color: #fff; }
  #category-navigation { position: relative; z-index: 510; background-color: #152f65; padding-top: 1.5rem; }
  ul#categories > li { padding-left: 30px; padding-right: 30px; position: relative; }
  ul#categories > li > a { color: #fff; text-decoration: none; border-bottom: 1px solid #fff; display: block; text-transform: uppercase; padding: 2px 0; }
  ul#categories > li ul.sub-menu { position: absolute; z-index: 1100; left: 90%; top: -1rem; padding-top: 1rem; padding-bottom: 1.5rem; min-width: 70%; }
  ul#categories > li.menu-item-has-children > a:after { float: right; font-size: 0.8rem; line-height: 1.3rem; font-family: "FontAwesome"; content: '\f054'; }
  ul#categories > li:hover { background-color: #0084ff; padding-left: 0; padding-right: 0; /* new for javascript delay on mouseleave */ }
  ul#categories > li:hover > a { box-shadow: 0px -1px 0 #fff; padding-left: 30px; padding-right: 30px; }
  ul#categories > li.active ul.sub-menu { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  ul#categories > li.current-menu-item { background-color: #a3c8dd; padding-left: 0; padding-right: 0; }
  ul#categories > li.current-menu-item > a { box-shadow: 0px -1px 0 #fff; padding-left: 30px; padding-right: 30px; color: #152f65; }
  #body ul.sub-menu { -webkit-transition: all 0.5s; transition: all 0.5s; background-color: #eefbff; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 3px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); opacity: 0; -webkit-transform-origin: 20% 20%; -ms-transform-origin: 20% 20%; transform-origin: 20% 20%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
  #body ul.sub-menu li { position: relative; padding-left: 30px; padding-right: 30px; }
  #body ul.sub-menu li a { display: block; text-decoration: none; white-space: nowrap; color: #152f65; padding: 5px 0; box-shadow: none; border-bottom: 1px solid #a3c8dd; text-transform: none; font-weight: 300; }
  #body ul.sub-menu li:hover { background-color: #152f65; padding-left: 0; padding-right: 0; }
  #body ul.sub-menu li:hover a { color: #fff; box-shadow: 0px -1px 0 #152f65; padding-left: 30px; padding-right: 30px; border-bottom-color: #152f65; } }
@media only screen and (max-width: 767px) { #nav-container { overflow: hidden; padding-top: 1rem; padding-bottom: 2rem; }
  #nav-container a { color: #000; font-size: 1.5rem; text-decoration: none; display: block; padding: 0.25rem 0; border-bottom: 1px solid #ccc; }
  #nav-container a:before { font-family: 'FontAwesome'; content: "\f054"; padding-right: 0.5rem; }
  #header-menu ul.sub-menu, #categories ul.sub-menu { padding-left: 2rem; }
  #nav-container { -webkit-transition: opacity 0.7s; transition: opacity 0.7s; opacity: 0; }
  #main-navigation.active #nav-container { opacity: 1; } }
/*

@import "diverses";
@import "footer";
*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #152f65; }

a { background-color: transparent; color: #152f65; }

a:active, a:hover { color: #152f65; outline: 0; text-decoration: none; }

.clear { clear: both; }

.non-list-style { list-style-type: none; margin: 0; padding: 0; }

.section-title { text-transform: uppercase; color: #c7ccd7; font-size: 2rem; margin-top: 2rem; margin-bottom: 1rem; }

a.button { background-color: #62a5e3; color: #fff; padding: 0.25em 0.5rem; display: inline-block; text-decoration: none; }
a.button:hover { background-color: #0084ff; }

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