/* GENERAL */

body {
    font-style: normal;
    font-size: 68%; /* 62.5 */
    line-height: 1.2;
    overflow: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body.small {
    font-size: 46.875%;
}

body.large {
    font-size: 78.125%;
}

body.small .main-menu ul>li,
body.small .footer-sitemap>ul>li {
    font-size: 7.5px;
}

body.large .main-menu ul li,
body.large .footer-sitemap>ul>li {
    font-size: 11px;
}

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

a {
    color: #5284CF;
    /* #06F */
    text-decoration: none;
}

p {
    margin-bottom: 1em;
    font-size: 1.7em;
    line-height: 1.5;
    text-align: left;
}

p.small {
    font-size: 1.5em;
}

p.center {
    text-align: center;
}

p:last-child {
    margin-bottom: 0;
}

p a,
li a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

span.description {
    color: transparent;
    font: 0/0 a;
}

table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
}

.container {
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    overflow: hidden;
}

.map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    margin: 0 auto;
    overflow: hidden;
}

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

.video-container p {
    color: transparent;
    font: 0/0 a;
}