/*! normalize.css v3.0.2 | 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, menu, 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-color: 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 { -moz-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"] { 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 */ -moz-box-sizing: content-box; -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; }

@font-face { font-family: 'ntop-icons'; src: url("fonts/ntop-icons.eot?l4llm3"); src: url("fonts/ntop-icons.eot?l4llm3#iefix") format("embedded-opentype"), url("fonts/ntop-icons.ttf?l4llm3") format("truetype"), url("fonts/ntop-icons.woff?l4llm3") format("woff"), url("fonts/ntop-icons.svg?l4llm3#ntop-icons") format("svg"); font-weight: normal; font-style: normal; }

[class^="icon-"], [class*=" icon-"] { font-family: 'ntop-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before { content: "\e903"; }

.icon-arrow-left:before { content: "\e904"; }

.icon-arrow-right:before { content: "\e905"; }

.icon-arrow-up:before { content: "\e906"; }

.icon-search:before { content: "\e908"; }

.icon-mail:before { content: "\e909"; }

.icon-facebook:before { content: "\e90a"; }

.icon-instagram:before { content: "\e90b"; }

.icon-twitter:before { content: "\e90c"; }

.icon-youtube:before { content: "\e90d"; }

/* @mixin vertical-align { html.flexbox & { display:			flex; flex-direction:		column; justify-content:	center; } } */
.font-serif, h1, .h1, .site-description, .thumb__title { font-family: "Caslon 540 LT Std", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; line-height: 1; font-weight: normal; font-style: italic; text-transform: uppercase; }

.font-bold-none, h2, .h2, h3, .h3, .sidebar-nav a, .main-nav .menu-level-2 a, .latesttweets__user { font-weight: bold; text-transform: none; }

.font-bold-upper, h4, h5, h6, .h4, .h5, .h6, dt, caption, legend, .button--big, .main-nav .menu-level-1 > a, .postslist__date, .thumb__date, .thumb__more, .footer-nav .menu-level-1 > a { font-weight: bold; text-transform: uppercase; }

.font-biggest, h1, .h1 { font-size: 62px; font-size: 6.2rem; }

.font-largest, .site-description { font-size: 26px; font-size: 2.6rem; }

.font-larger, h2, .h2, .button--big { font-size: 22px; font-size: 2.2rem; }

.font-large, h3, .h3, .tabs__nav { font-size: 18px; font-size: 1.8rem; }

.font-default, body, h4, h5, h6, .h4, .h5, .h6 { font-size: 14px; font-size: 1.4rem; }

.font-small, dt, caption, legend, .join-form form, .search-form form, .thumb, .latesttweets__tweets, .prices-table, .footer-nav, .legal-nav { font-size: 12px; font-size: 1.2rem; }

.font-smaller, small, .latesttweets__date, .calendar-table { font-size: 10px; font-size: 1rem; }

.separator, .sidebar-nav, .join-form, .search-form { border-top: 1px solid #0047BA; padding-top: 20px; }

html { font-size: 62.5%; }

body { font-family: "Atlas Grotesk", Helvetica, Arial, sans-serif; line-height: 1.5; color: #0047BA; background-color: white; }

::-moz-selection { color: white; background: #0047BA; text-shadow: none; }

::selection { color: white; background: #0047BA; text-shadow: none; }

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, table, pre, blockquote, fieldset, figure { margin: 0 0 20px; }

address { font-style: inherit; }

hr { display: block; clear: both; border: none; border-top: 1px solid #0047BA; padding: 0; height: 1px; margin: 20px 0; }

h1, h2, h3, h4, h5, h6 { clear: both; }

h2, .h2 { line-height: 1.2; }

h3, .h3 { line-height: 1.4; }

h4, h5, h6, .h4, .h5, .h6 { line-height: 1.5; }

ul, ol { padding: 0 0 0 2em; }

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl { margin-bottom: 0; }

nav ul, nav ol { list-style: none; padding: 0; }

dt { font-weight: bold; margin: 1.5em 0 0; }

dd { margin: 0; }

table { width: 100%; }

caption { margin-bottom: .5em; }

td, th { padding: .5em 1em; border: 1px solid #EEE; text-align: left; vertical-align: top; }

thead td, tfoot td, thead th, tfoot th { background-color: #EEE; }

blockquote, q { font-style: italic; }

cite { font-style: normal; }

blockquote { padding: 0 2em; text-align: center; }

pre, code, kbd, samp { font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace; }

pre, code { background-color: #EEE; border-radius: 3px; }

pre { padding: .5em 1em; }

a { color: #0047BA; transition: color .5s, background-color .5s, border .5s; text-decoration: underline; }

a:hover, a:focus { color: white; background-color: #0047BA; text-decoration: none; }

img, iframe, video, audio, canvas, svg, embed, object { box-sizing: border-box; max-width: 100%; }

img { height: auto; }

figure { background: #EEE; text-align: center; padding: 20px; margin-left: 20%; margin-right: 20%; }

fieldset { padding: 1em 1.5em; border: 1px solid #EEE; }

input, input[type="search"], textarea, select { box-sizing: border-box; border: 1px solid #0047BA; color: #0047BA; padding: .5em 1em; width: 100%; }

textarea { resize: vertical; }

input[type="checkbox"], input[type="radio"], input[type="file"], input[type="image"] { border: none; padding: 0; width: auto; }

input[type="button"], input[type="submit"], input[type="reset"], button, .button { display: inline-block; width: auto; border: none; padding: 0.5em 1.5em; margin: 0; color: white; background: #0047BA; text-decoration: none; text-align: center; box-sizing: border-box; transition: color .5s, background-color .5s, border .5s; position: relative; }

input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, button:hover, button:focus, .button:hover, .button:focus { color: white; background: #5495ff; }

output, progress, meter { width: 100%; box-sizing: border-box; }

output { display: inline-block; padding: 1em; background: #EEE; }

[disabled], [readonly] { border-color: #bbbbbb; background: #EEE; }

::-webkit-input-placeholder { color: #80a3dd; }

::-moz-placeholder { color: #80a3dd; }

:-ms-input-placeholder { color: #80a3dd; }

.placeholder { color: #80a3dd; }

fieldset :invalid { color: #900; border-color: #900; }

@media screen and (max-width: 800px) { h1 { font-size: 50px; font-size: 5rem; } }

@media screen and (max-width: 600px) { h1 { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 350px) { h1 { font-size: 35px; font-size: 3.5rem; } }

a.linked-image { display: inline-block; transition: opacity .5s; opacity: 1; }

a.linked-image:hover, a.linked-image:focus { opacity: .75; }

a.linked-image img { display: block; }

.button--big { line-height: 1.2; padding: .5em; }

.message { display: block; padding: .5em 1em; border: none; margin: 0 0 20px; text-align: center; background: #EEE; border-radius: 2px; }

.message ul { padding-left: 1em; text-align: left; }

.message > :last-child { margin-bottom: 0; }

.message a { text-decoration: underline; }

.message a:hover, .message a:focus { text-decoration: none; }

.message--error { color: white; background: #900; }

.message--error a { color: white; }

.message--error a:hover, .message--error a:focus { color: #900; background: white; }

.message--success { color: white; background: #090; }

.message--success a { color: white; }

.message--success a:hover, .message--success a:focus { color: #090; background: white; }

.message--alert { color: black; background: #FD0; }

.message--alert a { color: black; }

.message--alert a:hover, .message--alert a:focus { color: #FD0; background: black; }

.lt-ie9 body { min-width: 1000px; }

.wrapper { max-width: 960px; padding: 0 20px; margin: 0 auto; zoom: 1; }

.wrapper:before, .wrapper:after { display: table; content: " "; }

.wrapper:after { clear: both; }

.media { margin-top: 20px; margin-bottom: 20px; }

.media, .media__body { overflow: hidden; }

.media__image { float: left; margin-right: 20px; }

.media__image img { display: block; }

.media--right > .media__image { float: right; margin-right: 0; margin-left: 20px; }

.row { zoom: 1; }

.row:before, .row:after { display: table; content: " "; }

.row:after { clear: both; }

ul.row { padding: 0; list-style: none; }

.column { float: left; box-sizing: border-box; position: relative; }

.\31 \/1 { width: 100%; }

.\31 \/2 { width: 50%; }

.\32 \/2 { width: 100%; }

.\31 \/3 { width: 33.33333%; }

.\32 \/3 { width: 66.66667%; }

.\33 \/3 { width: 100%; }

.\31 \/4 { width: 25%; }

.\32 \/4 { width: 50%; }

.\33 \/4 { width: 75%; }

.\34 \/4 { width: 100%; }

.\31 \/5 { width: 20%; }

.\32 \/5 { width: 40%; }

.\33 \/5 { width: 60%; }

.\34 \/5 { width: 80%; }

.\35 \/5 { width: 100%; }

@media screen and (max-width: 1000px) { .\31 \/1\@large { width: 100%; }
  .\31 \/2\@large { width: 50%; }
  .\32 \/2\@large { width: 100%; }
  .\31 \/3\@large { width: 33.33333%; }
  .\32 \/3\@large { width: 66.66667%; }
  .\33 \/3\@large { width: 100%; }
  .\31 \/4\@large { width: 25%; }
  .\32 \/4\@large { width: 50%; }
  .\33 \/4\@large { width: 75%; }
  .\34 \/4\@large { width: 100%; }
  .\31 \/5\@large { width: 20%; }
  .\32 \/5\@large { width: 40%; }
  .\33 \/5\@large { width: 60%; }
  .\34 \/5\@large { width: 80%; }
  .\35 \/5\@large { width: 100%; } }

@media screen and (max-width: 700px) { .\31 \/1\@medium { width: 100%; }
  .\31 \/2\@medium { width: 50%; }
  .\32 \/2\@medium { width: 100%; }
  .\31 \/3\@medium { width: 33.33333%; }
  .\32 \/3\@medium { width: 66.66667%; }
  .\33 \/3\@medium { width: 100%; }
  .\31 \/4\@medium { width: 25%; }
  .\32 \/4\@medium { width: 50%; }
  .\33 \/4\@medium { width: 75%; }
  .\34 \/4\@medium { width: 100%; }
  .\31 \/5\@medium { width: 20%; }
  .\32 \/5\@medium { width: 40%; }
  .\33 \/5\@medium { width: 60%; }
  .\34 \/5\@medium { width: 80%; }
  .\35 \/5\@medium { width: 100%; } }

@media screen and (max-width: 400px) { .\31 \/1\@small { width: 100%; }
  .\31 \/2\@small { width: 50%; }
  .\32 \/2\@small { width: 100%; }
  .\31 \/3\@small { width: 33.33333%; }
  .\32 \/3\@small { width: 66.66667%; }
  .\33 \/3\@small { width: 100%; }
  .\31 \/4\@small { width: 25%; }
  .\32 \/4\@small { width: 50%; }
  .\33 \/4\@small { width: 75%; }
  .\34 \/4\@small { width: 100%; }
  .\31 \/5\@small { width: 20%; }
  .\32 \/5\@small { width: 40%; }
  .\33 \/5\@small { width: 60%; }
  .\34 \/5\@small { width: 80%; }
  .\35 \/5\@small { width: 100%; } }

.row { margin-left: -20px; }

.row .column { padding-left: 20px; }

.row--nospace { margin-left: 0; }

.row--nospace > .column { padding-left: 0; }

.ratio-16-9, .ratio-4-3, .ratio-1-1, .ratio-home-slider, .slider--home .slider__items, .ratio-banner, .slider--content .slider__items, .ratio-thumb { position: relative; height: 0; padding-bottom: 56.25%; }

.ratio-16-9 > *, .ratio-4-3 > *, .ratio-1-1 > *, .ratio-home-slider > *, .slider--home .slider__items > *, .ratio-banner > *, .slider--content .slider__items > *, .ratio-thumb > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; }

.ratio-4-3 { padding-bottom: 75%; }

.ratio-1-1 { padding-bottom: 100%; }

.ratio-home-slider, .slider--home .slider__items { padding-bottom: 44.89796%; }

.ratio-banner, .slider--content .slider__items { padding-bottom: 31.25%; }

.ratio-thumb { padding-bottom: 111.11111%; }

.main-row { margin-top: 20px; }

.socialmedia-links { list-style: none; padding: 0; }

.socialmedia-links li { display: inline-block; }

.socialmedia-youtube, .socialmedia-twitter, .socialmedia-facebook, .socialmedia-instagram { display: inline-block; width: 28px; height: 28px; line-height: 32px; border-radius: 100%; text-decoration: none; text-align: center; color: white; }

.socialmedia-youtube { background: #E9644A; }

.socialmedia-youtube:hover, .socialmedia-youtube:focus { color: #E9644A; background: #EEE; }

.socialmedia-twitter { background: #78CBEF; }

.socialmedia-twitter:hover, .socialmedia-twitter:focus { color: #78CBEF; background: #EEE; }

.socialmedia-facebook { background: #547BBC; }

.socialmedia-facebook:hover, .socialmedia-facebook:focus { color: #547BBC; background: #EEE; }

.socialmedia-instagram { background: #696969; }

.socialmedia-instagram:hover, .socialmedia-instagram:focus { color: #696969; background: #EEE; }

.slider { position: relative; }

.slider__prev a, .slider__next a { position: absolute; top: 50px; bottom: 50px; z-index: 10; width: 80px; color: white; text-decoration: none; text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.75); transition: all .5s; }

.slider__prev a i, .slider__next a i { font-size: 4em; position: absolute; top: 50%; margin-top: -.5em; line-height: 1; width: 100%; text-align: center; }

.slider__prev a:hover, .slider__prev a:focus, .slider__next a:hover, .slider__next a:focus { color: #0047BA; text-shadow: -3px 0px 1px #fff, 3px 0 1px #fff; background: none; }

.slider__prev a { left: 0; }

.slider__next a { right: 0; }

.slider__items { overflow: hidden; }

.slider__item { display: none; }

.slider__item:first-child, .js .slider__item { display: block; }

.slider__item a { display: block; }

.slider__item img, .slider__item iframe { position: absolute; width: 100%; height: 100%; }

.sidebar-nav a { text-decoration: none; display: block; padding: .2em 0; }

.sidebar-nav li.current-menu-item > a { color: black; }

.sidebar-nav li.current-menu-item > a:hover { color: white; }

@media screen and (max-width: 1000px) { .sidebar-nav li { float: left; width: 25%; box-sizing: border-box; }
  .sidebar-nav li:nth-child(4n+1) { clear: both; }
  .sidebar-nav a { padding: 0.5em 1em; } }

@media screen and (max-width: 800px) { .sidebar-nav li { width: 33.33%; }
  .sidebar-nav li:nth-child(4n+1) { clear: none; }
  .sidebar-nav li:nth-child(3n+1) { clear: both; } }

@media screen and (max-width: 600px) { .sidebar-nav li { width: 50%; }
  .sidebar-nav li:nth-child(3n+1) { clear: none; }
  .sidebar-nav li:nth-child(2n+1) { clear: both; } }

@media screen and (max-width: 350px) { .sidebar-nav li { width: 100%; } }

.join-form, .search-form { margin-bottom: 20px; }

.join-form form, .search-form form { position: relative; }

.join-form button, .search-form button { position: absolute; right: 0; top: 0; bottom: 0; z-index: 1; width: 2em; line-height: 1; padding: .5em 0; background: none; color: #0047BA; }

.join-form button i, .search-form button i { position: absolute; top: 50%; left: 0; right: 0; margin-top: -.5em; font-size: 1.3em; }

.join-form button:hover, .join-form button:focus, .search-form button:hover, .search-form button:focus { color: white; background: #0047BA; }

.join-form .join-form-field { margin: 5px 0; }

.join-form ul { padding: 0; list-style: none; margin: 0; }

.join-form li { margin: 5px 0; }

@media screen and (max-width: 1000px) { .join-form, .search-form { float: left; width: 50%; box-sizing: border-box; padding-right: 20px; } }

@media screen and (max-width: 600px) { .join-form, .search-form { float: none; width: 100%; padding-right: 0; }
  .search-form { padding-top: 20px; } }

.sidebar-image { margin: 0 0 5px; }

.sidebar-image a { display: block; }

.skip-link { position: absolute !important; }

.header-row { padding: 40px 0 0; }

.site-logo { float: left; }

.site-logo a:hover, .site-logo a:focus { background: none; opacity: .75; }

.site-logo img { display: block; }

.site-description { width: 10em; text-align: right; margin: 15px 0; }

.header-row .site-description { float: right; }

.footer-row .site-description { float: left; }

.site-socialmedia { float: right; clear: right; text-align: right; }

.main-nav { clear: both; margin: 20px 0 0 -1em; position: relative; z-index: 100; }

.main-nav ul { margin: 0; }

.main-nav > ul { display: table; }

.main-nav li { position: relative; }

.main-nav li ul { display: none; position: absolute; background: white; width: 15em; z-index: 10; }

.main-nav li:hover > ul { display: block; }

.main-nav a { display: block; padding: .5em 1em; text-decoration: none; }

.main-nav li.current-menu-item > a { color: black; }

.main-nav li.current-menu-item > a:hover { color: white; }

.main-nav .menu-level-1 { display: table-cell; }

.main-nav .menu-level-1 > ul { top: 100%; left: 0; }

.main-nav .menu-level-2 ul { top: 0; left: 100%; }

.submenu-color-green li a { color: #00AD68; }

.submenu-color-green li a:hover { color: white; background: #00AD68; }

.submenu-color-red li a { color: #EB0029; }

.submenu-color-red li a:hover { color: white; background: #EB0029; }

.submenu-color-orange li a { color: #FF6C0C; }

.submenu-color-orange li a:hover { color: white; background: #FF6C0C; }

@media screen and (max-width: 800px) { .header-row { padding-top: 20px; }
  .site-logo { float: none; }
  .site-logo img { margin: 0 auto; }
  .site-description { float: none; width: auto; text-align: center; }
  .site-socialmedia { float: none; text-align: center; }
  .main-nav { margin: 0 -2px 5px; }
  .main-nav > ul { display: block; }
  .main-nav a { background: #EEE; border: 1px solid white; }
  .main-nav a:hover { background: #0047BA; }
  .main-nav .menu-level-1 { float: left; width: 33.33%; box-sizing: border-box; }
  .main-nav .menu-level-1:nth-child(3n+1) { clear: both; }
  .main-nav .menu-level-1 > ul { display: none !important; } }

@media screen and (max-width: 600px) { .main-nav .menu-level-1 { width: 50%; }
  .main-nav .menu-level-1:nth-child(3n+1) { clear: none; }
  .main-nav .menu-level-1:nth-child(2n+1) { clear: both; } }

@media screen and (max-width: 350px) { .main-nav .menu-level-1 { width: 100%; } }

.slider--home { margin-bottom: 5px; }

.postslist__item { padding: 1em 0; border-top: 1px dotted; }

.postslist__title a { text-decoration: none; }

.postslist__thumb { width: 100px; }

.postslist__excerpt p { margin: 0; }

.thumbs { overflow: hidden; margin: 0 0 20px -5px; }

.thumb { float: left; width: 25%; padding: 0 0 5px 5px; position: relative; box-sizing: border-box; }

.thumb__link { display: block; overflow: hidden; }

.thumb__image { display: block; }

.thumb__details { position: absolute; left: 5px; right: 5px; padding: 5px 10px; color: white; background: #0047BA; height: auto; width: auto; top: 100%; bottom: 0%; padding-top: 0; padding-bottom: 0; }

.thumb__overflow { position: absolute; left: 10px; top: 10px; right: 10px; bottom: 25px; text-overflow: ellipsis; }

.thumb__title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; margin-top: -20px; text-shadow: -2px 2px 2px black; transform: translateY(-100%); }

.thumb__date { margin-bottom: 5px; }

.thumb__aftertitle, .thumb__excerpt { margin-bottom: 5px; }

.thumb__more { margin-bottom: 0; position: absolute; left: 10px; bottom: -50px; }

a:hover .thumb__details { top: 5px; bottom: 5px; padding-top: 10px; padding-bottom: 10px; }

a:hover .thumb__overflow { overflow: hidden; }

a:hover .thumb__title { margin-top: 0; text-shadow: none; transform: translateY(0); }

a:hover .thumb__more { bottom: 5px; }

.lt-ie9 .thumb__details { top: 5px; bottom: 5px; background: none; }

.lt-ie9 .thumb__title { margin-top: 0; }

.lt-ie9 .thumb__date, .lt-ie9 .thumb__aftertitle, .lt-ie9 .thumb__excerpt, .lt-ie9 .thumb__more { display: none; }

.lt-ie9 a:hover .thumb__details { background: #0047BA; }

.lt-ie9 a:hover .thumb__date, .lt-ie9 a:hover .thumb__aftertitle, .lt-ie9 a:hover .thumb__excerpt, .lt-ie9 a:hover .thumb__more { display: block; }

.latestposts { margin-top: 20px; }

.latestposts ul { list-style: none; padding: 0; border-top: 1px dotted; }

.latestposts li { padding: 1em 0; border-bottom: 1px dotted; }

.latesttweets { margin-top: 20px; }

.latesttweets__tweets { padding: 0; list-style: none; }

.latesttweets__tweets .media__image { margin-right: 10px; }

.latesttweets__tweets .icon-twitter { font-size: 1.5em; color: #78CBEF; }

.latesttweets__date { color: #AAA; margin-top: 2px; display: inline-block; }

.latesttweets__user { float: left; margin-right: 5px; }

@media screen and (max-width: 1000px) { .thumb { width: 20%; }
  .sidebar-images { border-top: 1px solid #0047BA; padding-top: 20px; clear: both; text-align: center; }
  .sidebar-image { display: inline-block; margin: 0 5px; } }

@media screen and (max-width: 800px) { .thumb { width: 25%; } }

@media screen and (max-width: 600px) { .thumb { width: 33.33%; } }

@media screen and (max-width: 400px) { .thumb { width: 50%; } }

body.home .thumb { width: 33.33%; }

@media screen and (max-width: 400px) { body.home .thumb { width: 50%; } }

.tabs { margin-bottom: 20px; }

.tabs__nav { line-height: 1.2; list-style: none; padding: 0; margin: 0; display: table; width: 100%; position: relative; border-left: 1px solid #0047BA; box-sizing: border-box; }

.tabs__nav li { display: table-cell; width: 20%; height: 100%; padding: 0 0 0 5px; }

.tabs__nav li:first-child { padding-left: 0; }

.tabs__nav li:first-child a { border-left: none; }

.tabs__nav a { display: table; width: 100%; height: 100%; padding: .5em .75em; box-sizing: border-box; text-decoration: none; border: 1px solid #0047BA; transition: background .5s, color .5s; }

.tabs__nav .selected a { border-bottom-color: white; }

.tab { border: 1px solid #0047BA; padding: 20px; margin-top: -1px; }

.prices-table td, .prices-table th { border: none; padding: .25em 0 .25em 1em; }

.prices-table td:first-child, .prices-table th:first-child { padding-left: 0; }

.prices-table__price { width: 20px; }

.buttons-list .button { display: block; margin: 5px 0; }

.calendar-table { line-height: 1; width: 100%; }

.calendar-table caption { text-align: left; margin-bottom: 0; }

.calendar-table td, .calendar-table th { background: #EEE; border-color: white; padding: 10px 0 4px 4px; }

.calendar-table thead td, .calendar-table thead th, .calendar-table .blank { background: white; }

.calendar-table .marked { color: white; background: #0047BA; }

@media screen and (max-width: 600px) { .tabs__nav { display: block; overflow: hidden; border: none; }
  .tabs__nav li { display: block; float: left; width: 50%; padding: 0; margin: 0 -1px -1px 0; }
  .tabs__nav li:nth-child(2n+1) { clear: both; }
  .tabs__nav li:first-child a { border: 1px solid #0047BA; }
  .tabs__nav li.selected a { color: white; background: #0047BA; } }

@media screen and (max-width: 400px) { .tabs__nav li { width: 100%; } }

.pagination ul { text-align: center; }

.pagination li { display: inline-block; }

.pagination .page-numbers { display: block; margin: 0 .25em; text-align: center; width: 2em; height: 2em; line-height: 2; padding: 0; box-sizing: border-box; }

.pagination span { color: black; }

.pagination a { border: 1px solid #0047BA; text-decoration: none; }

.pagination a:hover, .pagination a:focus { color: white; background: #0047BA; }

.pagination .current { background: #EEE; }

.footer-row { padding-top: 20px; }

.site-address { float: right; margin: 15px 0; }

.footer-nav li { margin: .5em 0; }

.footer-nav a { text-decoration: none; }

.legal-nav ul { float: right; }

.legal-nav li { float: left; margin: .5em 1em; }

.legal-nav a { text-decoration: none; }

.float-left, .alignleft { float: left !important; }

.float-right, .alignright { float: right !important; }

.clear { clear: both !important; }

img.float-left, img.alignleft, figure.float-left, figure.alignleft { margin: 0 1em 1em 0; }

img.float-right, img.alignright, figure.float-right, figure.alignright { margin: 0 0 1em 1em; }

.show { display: block !important; }

.hide { display: none !important; }

@media screen and (max-width: 1000px) { .float-left\@large { float: left !important; }
  .float-right\@large { float: right !important; }
  .clear\@large { clear: both !important; }
  img.float-left\@large, figure.float-left\@large { margin: 0 1em 1em 0; }
  img.float-right\@large, figure.float-right\@large { margin: 0 0 1em 1em; }
  .show\@large { display: block !important; }
  .hide\@large { display: none !important; } }

@media screen and (max-width: 700px) { .float-left\@medium { float: left !important; }
  .float-right\@medium { float: right !important; }
  .clear\@medium { clear: both !important; }
  img.float-left\@medium, figure.float-left\@medium { margin: 0 1em 1em 0; }
  img.float-right\@medium, figure.float-right\@medium { margin: 0 0 1em 1em; }
  .show\@medium { display: block !important; }
  .hide\@medium { display: none !important; } }

@media screen and (max-width: 400px) { .float-left\@small { float: left !important; }
  .float-right\@small { float: right !important; }
  .clear\@small { clear: both !important; }
  img.float-left\@small, figure.float-left\@small { margin: 0 1em 1em 0; }
  img.float-right\@small, figure.float-right\@small { margin: 0 0 1em 1em; }
  .show\@small { display: block !important; }
  .hide\@small { display: none !important; } }

.visuallyhidden, .screen-reader-text { position: absolute; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); margin: -1px; border: 0; padding: 0; }

.visuallyhidden.focusable:active, .focusable.screen-reader-text:active, .visuallyhidden.focusable:focus, .focusable.screen-reader-text:focus { position: static; height: auto; width: auto; overflow: visible; clip: rect(auto auto auto auto); clip: rect(auto, auto, auto, auto); margin: 0; }

.invisible { visibility: hidden; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.clearfix { zoom: 1; }

.clearfix:before, .clearfix:after { display: table; content: " "; }

.clearfix:after { clear: both; }

.scroll { overflow: auto; -webkit-overflow-scrolling: scrolling; -webkit-overflow-scrolling: touch; }

.no-overflow { overflow: hidden; }

.no-margin { margin-bottom: 0; }

.margin-1 { margin-bottom: 20px; margin-bottom: 2rem; }

.margin-2 { margin-bottom: 40px; margin-bottom: 4rem; }

.margin-3 { margin-bottom: 60px; margin-bottom: 6rem; }

.margin-4 { margin-bottom: 80px; margin-bottom: 8rem; }

.full-width { display: block; box-sizing: border-box; width: 100%; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 400px) { img.alignleft, img.alignright { float: none !important; display: block; margin-left: auto; margin-right: auto; } }
