/* GENERAL */

body {
    font-style: normal;
    font-weight: 400;
    /* regular */
    font-size: 62.5%;
    /* 10px */
    line-height: 1.2;
    overflow: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

body.small {
    font-size: 52%;
}

body.large {
    font-size: 75%;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 1em;
    font-size: 1.6em;
    line-height: 1.4;
    text-align: justify;
}

p.small {
    font-size: 1.3em;
}

p.center {
    text-align: center;
}

p:last-child {
    margin-bottom: 0;
}

.content p a,
.content li a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.content table {
    width: 100%;
    table-layout: fixed;
}

.content td,
.content th {
    padding: 5px 10px;
    border: 1px solid #CCC;
    font-size: 1.6em;
    vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

sup {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

span.description {
    color: transparent;
    font: 0/0 a;
}

.content ul {
    list-style: outside disc;
    margin-left: 2em;
    margin-bottom: 2em;
}

.content ol {
    list-style: outside decimal;
    margin-left: 2em;
    margin-bottom: 2em;
}

.content li {
    margin-bottom: 0.5em;
    font-size: 1.6em;
}

table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.content li p,
.content p li,
.content p p,
.content li li,
.content th p,
.content td p,
.content th li,
.content td li {
    font-size: 1em;
}

.content th ul,
.content th ol,
.conten td ul,
.content td ol {
    margin-left: 1em;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-container p {
    color: transparent;
    font: 0/0 a;
}

/* Sitemap */

.content-sitemap .sitemap-menu {
    margin-bottom: 4em;
}
.content-sitemap ul li {
    margin-bottom: 2em;
}
.content-sitemap ul ul li {
    margin-bottom: 1em;
}
.content-sitemap a {
    font-size: 1.4em;
    color: #822E6B;
}
.content-sitemap ul ul a {
    font-size: 1.2em;
}

/* Search */

.content-search-form {
    margin-bottom: 30px;
    border: 2px solid #00AAE3;
    padding: 5px 5px 5px 12px;
    border-radius: 30px;
    font-size: 2em;
    max-width: 300px;
}
.content-search-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-search-form input[type="search"] {
    flex-grow: 1;
}
.content-search-form input[type="submit"] {
    width: 34px;
    height: 34px;
    font: 0/0 a;
    background-color: transparent;
    background-image: url(../images/arrow-blue-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.search-page-heading {
    font-size: 2em;
    font-weight: 700;
    color: #822E6B;
    margin-bottom: 1em;
}
.search-page-count {
    margin-bottom: 30px;
}
a.search-result {
    display: block;
    margin-bottom: 20px;
}
h3.search-result-title {
    font-size: 2em;
    color: #822E6B;
}
p.search-result-link {
    font-size: 1.6em;
    font-style: italic;
    color: #888;
}