@font-face {
    font-family: GalaxiePolaris-Medium;
    src: url('../Fonts/Polaris-Medium.eot');
    src: url('../Fonts/Polaris-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/Polaris-Medium.woff') format('woff'), url('../Fonts/Polaris-Medium.svg#Polaris-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GalaxiePolaris-Book;
    src: url('../Fonts/Polaris-Book.eot');
    src: url('../Fonts/Polaris-Book.eot?#iefix') format('embedded-opentype'), url('../Fonts/Polaris-Book.woff') format('woff'), url('../Fonts/Polaris-Book.svg#Polaris-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

a.encrypted_mailto {
    display: none;
}

html.js a.encrypted_mailto {
    display: inline-block;
}

span.reverse_mail {
    direction: rtl;
    unicode-bidi: bidi-override;
}

object {
    height: 100%;
    max-height: inherit;
    max-width: inherit;
    width: 100%;
}

img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

p.bodytext {
    margin-top: 1rem;
}

p.bodytext:first-of-type {
    margin-top: 0;
}

.no-js .read_more:hover,
.no-touch .read_more:hover {
    color: #ec0000;
}

a {
    color: #4b4b4d;
}

a:active, a:focus {
    outline: none;
}

.no-js a:hover,
.no-touch a:hover {
    color: #ec0000;
}

ul, ol {
    list-style-position: inside;
}

b, strong {
    font-family: GalaxiePolaris-Medium, sans-serif;
    padding-right: 3px;
}

em, i {
    font-style: italic;
}

h1 {
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-decoration: none;
}

h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-decoration: none;

}

h3 {
    font-size: 1.7rem;
    line-height: 1.7rem;
    text-decoration: none;
    color: #4a4a49;
}

table, tr, td, th {
    border: 1px solid #000;
    padding: 5px;
}

.north_east_arrow {
    font-family: "GalaxiePolaris-Book", sans-serif;
    font-size: 1.5rem;
    vertical-align: bottom;
}

.tooltip {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggIES0q91HurwAAAS5JREFUeNrt2LFKHVEQBuAvRk2MckGQdCkEGxurPIOJrQQEwc438DXsrIWUNmlCupB3CFgkMYH0gmjuBdEQvRaZQuTqrd3zf81hl9PMnNmZ3aVxT+5cP8M7LGMJffzEJ3zrejLe4jeG+INDHOEvrrCP6a4Gv4LzCnj1TmUsYLcSs9fVBHzGAIsPPCofKgmvuhb8PC7wfsy+7UrAepeCn8QpXmBqzN5BrS+7lICJWq9xOWbvWq1fWxuVk9ip8v84YnR22psah0N8wWwrgc/VaQ/xA1utnfxBNceNW32iGc/rpWiz1e+DXpX+UgvBjirvPo67Nu/v8/Se+2f4jhPRZgX0MIN/9ZbYnF/VCF+32AT5/xPkspIQERERERERERERERERERERERERERER8ejcAN3pNCXBjh9ZAAAAAElFTkSuQmCC"), help;
}

img.opactiy_hover, .opacity_hover img {
    opacity: 0.8;
}

span.opacity_hover_js.js_enabled {
    display: block;
    position: absolute;
    opacity: 0.3;
    background-color: #413c35;
}

.no-js a span.opacity_hover_js.js_enabled:hover,
.no-touch a span.opacity_hover_js.js_enabled:hover,
.no-js span.opacity_hover_js.js_enabled:hover,
.no-touch span.opacity_hover_js.js_enabled:hover,
.no-js div.opacity_hover_js.js_enabled:hover span.opacity_hover_js.js_enabled,
.no-touch div.opacity_hover_js.js_enabled:hover span.opacity_hover_js.js_enabled {
    opacity: 0;
    background-color: transparent;
}

div.image_caption {
    text-align: left;
    font-size: 0.84rem;
    line-height: 1rem;
    padding-bottom: 1rem;
    color: #414141;
    display: inline-block;
}

div.image_caption:last-of-type {
    padding-bottom: 0;
}

div.image_caption img {
    display: block;
    padding: 0;
    padding-bottom: 0.5rem;
}

.red {
    color: #ec0000;
}

.polaris_medium {
    font-family: GalaxiePolaris-Medium, sans-serif;
}

.red_polaris_medium {
    color: #ec0000;
    font-family: GalaxiePolaris-Medium, sans-serif;
}

a.red_polaris_medium {
    color: #ec0000;
}

.no-js a.red_polaris_medium:hover,
.no-touch a.red_polaris_medium:hover {
    text-decoration: underline;
}

@media (max-width: 999px) {
    /* Hide on mobile */
    .mobile-hidden {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

@media (max-width: 1400px) and (min-width: 1000px) {
    .small-desktop-hidden {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

@media (min-width: 1000px) {
    /* Hide on desktop */
    .desktop-hidden {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/*From http://stackoverflow.com/questions/6879467/how-do-i-justify-a-horizontal-list*/
.stretch {
    height: 0.0001rem !important;
    z-index: -1 !important;
    display: inline-block !important;
    width: 100% !important;
}
