/* Base css, version 1.0.13 */

@font-face {
    font-family: "FA";
    src: url("fa.woff?1.0.10") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* Reset */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
    box-sizing: border-box;
}

@media (hover: hover) {
    body {
        z-index: 0;
    }
}

ol {
    list-style: decimal inside;
}
ul {
    list-style: circle inside;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

h1 {
    font-size: 180%;
    line-height: 1.4;
}

h2 {
    font-size: 170%;
    line-height: 1.4;
}

h3 {
    font-size: 160%;
    line-height: 1.4;
}

h4 {
    font-size: 140%;
    line-height: 1.4;
}

h5 {
    font-size: 120%;
    line-height: 1.4;
}

h6 {
    font-size: 110%;
    line-height: 1.4;
}

input[type="text"],
textarea {
    outline: none;
    border-radius: 0;
}

a {
    text-decoration: none;
}

/* Wireframe */

header,
.main_bg,
footer {
    width: 100%;
    margin: 0 auto;
}

/* Forms */

fieldset {
    border: 1px solid #444;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

fieldset legend {
    background: rgba(0, 0, 0, 0);
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0;
    font-size: 120%;
}

.wbg_formfield_container {
    position: relative;
}

.wbg_formfield_caption {
    display: inline-block;
    width: 30%;
}
.wbg_formfield_flags {
    display: inline-block;
    width: 70%;
    border-radius: 2px;
    border: 1px solid #808080;
    padding: 0.5em;
}
.wbg_formfield_checkbox_container {
    display: inline-block;
}
.wbg_formfield_flags label {
    font-size: 110%;
    height: 1.5em;
    line-height: 2;
    display: inline-block;
    padding-right: 1em;
}
.wbg_formfield_flags input[type="checkbox"] {
    margin-right: 0.5em;
}
form .wbg_formfield_container input[type="text"],
form .wbg_formfield_container input[type="password"],
form .wbg_formfield_container select {
    font-size: 110%;
    height: 1.5em;
    width: 70%;
    border-radius: 2px;
    margin-bottom: 0.5em;
    padding: 0.2em;
}
.wbg_formfield_container[data-input="multiselect"] .wbg_formfield_caption {
    display: block;
    width: 100%;
    padding-bottom:1em;
}
.wbg_formfield_multiselect {
    width:100%;
}
form .wbg_formfield_container .wbg_formfield_multiselect select {
    width:100%;
}
.wbg_img_delete {
    font-size: 70%;
    color: black;
    background-color: white;
    display: block;
    margin: 0 auto;
}
.wbg_datetime {
    display: inline-block;
    width: 70%;
    position: relative;
}
.wbg_datetime_datecontainer,
.wbg_datetime_timecontainer {
    width: 10em;
    display: inline-block;
    position: relative;
    margin-right: 0;
}
.wbg_datetime_datecontainer::after {
    position: absolute;
    top: 1.2em;
    right: 1em;
    width: 1em;
    font-family: FA;
    font-size: 12px;
    color: #5c5c5c;
    content: "\ef37";
}
form .wbg_formfield_container input[type="text"].wbg_datetime_date {
    width: 100%;
}
form .wbg_formfield_container[data-input="datetime"] input[type="text"].wbg_datetime_date {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
form .wbg_formfield_container input[type="text"].wbg_datetime_time {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 2em;
    margin-left: 0;
}
.wbg_datepicker {
    position: absolute;
    top: 2em;
    left: 0;
    width: 14em;
    z-index: 10;
    background-color: #ececec;
}
.wbg_datepickertable {
    width: 100%;
    border: 1px solid #808080;
    padding: 3px;
}
.wbg_datepickertable > tr > td {
    width: 2em;
    padding: 2px;
}
.wbg_datepickertable > tr > td select,
.wbg_datepickertable > tr > td button {
    display: inline-block;
    width: 100%;
    height: 1.5em;
    outline: none;
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    border-radius: 3px;
    background-color: white;
    font-size: 1.2em;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.wbg_datepickertable > tr > td button.wbg_datepicker_bottom {
    width: 50%;
    border: none;
}
.wbg_datepickertable > tr > td span,
.wbg_datepickertable > tr > td a.wbg_datepicker_day {
    display: block;
    width: 100%;
    height: 1.5em;
    background-color: white;
    font-size: 100%;
    padding-top: 0.2em;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.wbg_datepicker_day {
    cursor: pointer;
}
.wbg_datepicker_dows {
    font-size: 90%;
    text-align: center;
}
.wbg_datepickertable > tr > td span.wbg_datepicker_active {
    background-color: #cccccc;
}
form .wbg_formfield_container textarea {
    font-size: 110%;
    width: 70%;
    border-radius: 2px;
    margin-bottom: 0.5em;
    padding: 0.2em;
}
.wbg_multitext {
    display: inline-block;
    width: 70%;
}
form .wbg_formfield_container .wbg_multitext input[type="text"] {
    width: 100%;
}
.wbg_formfield.wbg_media,
.wbg_formfield_media_data {
    display: inline-block;
    height: 100%;
    min-height: 140px;
    margin: 0;
}

.wbg_formfield.wbg_media {
    width: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.wbg_formfield_media_data {
    width: 60%;
}

.wbg_formfield_media_url_container {
    width: 100%;
    position: relative;
}

.wbg_formfield_media_url_container button,
.wbg_formfield_media_url_container button:active,
.wbg_formfield_media_url_container button:focus {
    position: absolute;
    width: 1em;
    height: 1em;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.wbg_formfield_media_url_container button:after {
    font-family: FA;
    content: "\ef0d";
    color: #f04349;
}

.wbg_formfield_media_input_url {
    width: 100%;
    padding-right: 1em;
}
.wbg_formfield.wbg_file {
    width: 70%;
    display: inline-block;
    height: 5em;
    background-color: #efefef;
    position: relative;
    margin-bottom: 20px;
}
.wbg_formfield.wbg_file:after {
    position: absolute;
    top: 1em;
    left: 1em;
    font-family: FA;
    font-size: 18px;
    content: "\ef79";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.wbg_formfield.wbg_file span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 120%;
    color: #5c5c5c;
    line-height: 4em;
}
.wbg_formfield.wbg_file .advanced,
.wbg_formfield.wbg_file.advanced .normal {
    display: none;
}
.wbg_formfield.wbg_file.advanced .advanced {
    display: inline-block;
}

/* Error page message */

.container.error {
    text-align: center;
    font-size: 200%;
    padding: 2em;
    color: red;
}

/* Error bubbles */

.wbg_formfield_error,
.wbg_formfield_validator {
    display: none;
    position: absolute;
    padding: 0.4em;
    margin: 0 1em 0 1em;
    border: none;
    color: #fff;
    font-size: 110%;
    line-height: 1.5;
    background-color: #f04349;
    border-radius: 10px;
    z-index: 150;
}

.wbg_formfield_error:before,
.wbg_formfield_validator:before {
    content: "";
    position: absolute;
    bottom: -20px;
    /* value = - border-top-width - border-bottom-width */
    left: 40px;
    /* controls horizontal position */
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #f04349 transparent;
    display: block;
    width: 0;
}

.wbg_formfield_error.wbg_formfield_error_top:before,
.wbg_formfield_validator.wbg_formfield_error_top:before {
    top: -8px;
    /* value = - border-top-width - border-bottom-width */
    bottom: auto;
    left: auto;
    right: 47%;
    /* controls horizontal position */
    border-width: 0 20px 20px;
}

.g-recaptcha {
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
}

/* Full name field */

.wbg_fullname,
.wbg_yearinterval {
    display: inline-block;
    position: relative;
    width: 70%;
}

form .wbg_formfield_container .wbg_fullname input[type="text"] {
    display: inline-block;
    position: relative;
    width: 46%;
}

.wbg_fullname select {
    display: block;
}

/* Modal upload */

.wbg_modal_container {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.wbg_touch .wbg_view_container,
.wbg_touch .wbg_modal_container {
    margin: 0;
    max-width: 100%;
}

.wbg_panel_container {
    position: relative;
    background-color: white;
    z-index: 10001;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.wbg_upload_container {
    left: 25%;
    width: 50%;
    top: 25%;
    height: 50%;
    transition: width 0.8s ease, height 0.8s ease;
}

.wbg_crop_container {
    left: 0;
    margin: 0 auto;
    width: 100%;
    top: 10%;
    height: 80%;
    transition: max-width 0.8s ease, max-height 0.8s ease;
}

.wbg_cropholder {
    position: relative;
    margin: 0;
    padding: 10px;
}

.wbg_cropper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wbg_cropbox {
    position: absolute;
    box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.6);
    border: 1px dashed white;
}

.wbg_cropbox_inner {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: move;
    border: 1px dashed black;
}

.wbg_cropbox_inner > div {
    position: absolute;
    padding: 0;
    margin: 0;
}

.wbg_cropbox_nw {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    cursor: nw-resize;
}

.wbg_cropbox_n {
    top: 0;
    left: 15px;
    right: 15px;
    height: 15px;
    cursor: n-resize;
}

.wbg_cropbox_ne {
    top: 0;
    width: 15px;
    right: 0;
    height: 15px;
    cursor: ne-resize;
}

.wbg_cropbox_e {
    top: 15px;
    width: 15px;
    bottom: 15px;
    right: 0;
    cursor: e-resize;
}

.wbg_cropbox_se {
    height: 15px;
    width: 15px;
    bottom: 0;
    right: 0;
    cursor: se-resize;
}

.wbg_cropbox_s {
    height: 15px;
    left: 15px;
    bottom: 0;
    right: 15px;
    cursor: s-resize;
}

.wbg_cropbox_sw {
    height: 15px;
    left: 0;
    bottom: 0;
    width: 15px;
    cursor: sw-resize;
}

.wbg_cropbox_w {
    top: 15px;
    left: 0;
    bottom: 15px;
    width: 15px;
    cursor: w-resize;
}

.wbg_crop_image {
    position: absolute;
    top: 0;
    left: 0;
}

.wbg_crop_preview {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 178px;
    background-repeat: no-repeat;
}

.wbg_crop_selectwindow {
    position: absolute;
    top: 25%;
    right: 10px;
    width: 178px;
}

.wbg_crop_select {
    height: 2em;
    font-size: 18px;
    line-height: 2;
    padding-top: 3px;
    width: 178px;
    color: green;
}

.wbg_crop_select:after {
    font-family: FA;
    content: "\ef07";
}

.wbg_panel_container > button,
.wbg_panel_container > button:active,
.wbg_panel_container > button:focus {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    outline: none;
    border: none;
    color: red;
    background: none;
    display: block;
    cursor: pointer;
}

.wbg_panel_container > button:before {
    content: "\ef2d";
    font-family: FA;
    font-size: 1.66666em;
    line-height: 1.6666;
    vertical-align: -15%;
}

.wbg_progress {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 10%;
    bottom: 10%;
    z-index: 10002;
}

.wbg_progress:after {
    content: "\ef12";
    font-family: FA;
    font-size: 2.66666em;
    line-height: 2.6666;
    height: 2em;
    width: 2em;
    margin: 0 auto;
    padding: 0;
    display: block;
    color: red;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.wbg_progress p {
    height: 2em;
    font-size: 2em;
    line-height: 2.2;
    display: block;
    width: 100%;
    text-align: center;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.wbg_progress_bar {
    position: relative;
    width: 80%;
    height: 2em;
    margin: 1em auto 1em auto;
    border: 1px solid red;
    background-color: white;
}

.wbg_progress_bar span {
    display: block;
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: red;
    z-index: 10003;
}

#logged_widget {
    background-color: #f3f3f3;
    border: 1px solid #f0f0f0;
    padding: 5px;
}

.loggedhead {
    font-size: 110%;
    text-align: center;
    margin-bottom: 1em;
}

.loggedtext {
    margin-bottom: 5px;
}

.loggedtext a {
    padding: 4px;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%;
}

/* RTE */

#wbg_editable_content,
body.rte_body {
    background-color: white;
    overflow-x: auto;
    overflow-y: auto;
}

pre {
    white-space: pre-wrap;
}

.rte_justify_left {
    text-align: left;
}

.rte_justify_right {
    text-align: right;
}

.rte_justify_center,
.centered {
    text-align: center;
}

.rte_justify_full,
.rte_justify_justify,
.justified {
    text-align: justify;
}

.rte_font_1 {
    font-size: 60%;
}

.rte_font_2 {
    font-size: 80%;
}

.rte_font_3 {
    font-size: 100%;
}

.rte_font_4 {
    font-size: 120%;
}

.rte_font_5 {
    font-size: 140%;
}

.rte_font_6 {
    font-size: 160%;
}

.rte_font_7 {
    font-size: 180%;
}

.rte_font_default {
    font-family: inherit;
}

.rte_font_Arial {
    font-family: Arial, Helvetica, sans-serif;
}

.rte_font_Comic {
    font-family: "Comic Sans MS", fantasy;
}

.rte_font_Courier {
    font-family: "Courier New", Courier, monospace;
}

.rte_font_Georgia {
    font-family: Georgia, serif;
}

.rte_font_Impact {
    font-family: Impact, sans-serif;
}

.rte_font_Times {
    font-family: "Times New Roman", Times, serif;
}

.rte_font_Trebuchet {
    font-family: "Trebuchet MS", sans-serif;
}

.rte_font_Verdana {
    font-family: Verdana, Helvetica, sans-serif;
}

.rte_img_left {
    float: left;
}

.rte_img_right {
    float: right;
}

.rte_img_border {
    border: 1px solid black;
}

.rte_font_000000 {
    color: #000000;
}

.rte_font_663333 {
    color: #663333;
}

.rte_font_0066FF {
    color: #0066ff;
}

.rte_font_009999 {
    color: #009999;
}

.rte_font_0000FF {
    color: #0000ff;
}

.rte_font_00FF00 {
    color: #00ff00;
}

.rte_font_D2DE00 {
    color: #d2de00;
}

.rte_font_FF0000 {
    color: #ff0000;
}

.rte_font_FF6600 {
    color: #ff6600;
}

.rte_font_FFFFFF {
    color: #ffffff;
}

.rte_img_float_left {
    float: left;
    margin: 5px 5px 5px 0;
}

.rte_img_float_right {
    float: right;
    margin: 5px 0 5px 5px;
}

.rte_img_float_border {
    padding: 5px;
    border: 1px solid black;
}

.rte_class_gap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rte_class_gapt {
    padding-top: 20px;
}

.rte_class_gapb {
    padding-bottom: 20px;
}
.rte_class_folded {
    overflow: hidden;
    max-height: 1.5em;
    height: 1.5em;
    padding: 0;
    cursor: pointer;
    transition: 0.4s height ease-out;
}
.rte_class_folded::before {
    font-family: FA;
    font-size: 50%;
    padding-right: 1em;
    content: "\ef34";
    cursor: s-resize;
}
.rte_class_folded.opened {
    max-height: 10000px;
    height: 100%;
    transition: 0.4s height ease-in;
    cursor: n-resize;
}
#wbg_editable_content .rte_class_folded {
    overflow: visible;
    max-height: initial;
    height: auto;
    cursor: auto;
    background-color: #eeeeee;
}

.rte_class_narrow,
.rte_class_c1narrow,
.rte_class_c2narrow {
    padding-left: 60px;
    padding-right: 60px;
}

.btn,
.download {
    position: relative;
    display: inline-block;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 5px;
    text-align: center;
    line-height: 2;
    padding: 5px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease-in, border 0.2s ease-in;
}
.btn:hover {
    background-color: #bbbbbb;
    border: 1px solid #cccccc;
    transition: background-color 0.2s ease-in, border 0.2s ease-in;
}
.download {
    height: 3em;
    padding-left: 40px;
}
.download::after {
    width: 20px;
    position: absolute;
    top: 0.8em;
    left: 10px;
    font-family: FA;
    font-size: 100%;
    content: "\ef79";
}
.highlighted {
    font-weight: bold;
}

.phoneicon,
.emailicon {
    display: inline-block;
}

.phoneicon::before,
.emailicon::before {
    display: inline-block;
    width: 2em;
    padding: 0.1em 0.2em;
    text-align: center;
    font-family: FA;
    font-size: 70%;
}
.phoneicon::before {
    content: "\ef40";
    padding: 0.1em 0 0.1em 0.5em;
}
.emailicon::before {
    content: "\ef75";
}

.rte_class_quote {
    quotes: "“" "”" "‘" "’";
}

.rte_class_quote:before {
    content: open-quote;
}

.rte_class_quote:after {
    content: close-quote;
}

.rte_class_fancyquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.rte_class_fancyquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.rte_class_reference {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

.rte_class_withmarker {
    padding-left: 1em;
    position: relative;
}

.rte_class_withmarker::before {
    position: absolute;
    font-family: FA;
    font-size: 70%;
    top: 0.5em;
    left: 0;
    line-height: 1;
    content: "\ef74";
}

.rte_class_warning {
    color: #700808;
}

.rte_class_fancy {
    line-height: 1.5;
    text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.56);
}

.rte_class_colored {
    color: #1f2026;
}

.rte_class_coloredfancy {
    color: #1f2026;
    line-height: 1.5;
    text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.56);
}

address {
    display: inline;
}

wbgobject {
    width: 300px;
    max-width: 950px;
    border: 3px double white;
    overflow: hidden;
    background-color: #eeeeee;
    display: block;
    min-height: 30px;
    text-align: center;
    font-size: 20px;
}

wbgobject[type="gallery"] {
    max-height: none;
}

wbgobject img {
    display: none;
}

wbgobject img:first-child {
    display: block;
}

wbgobject[type="itemlist"],
wbgobject[type="gridlist"],
wbgobject[type="form"],
wbgobject[type="simplegallery"],
wbgobject[type="numberedlist"] {
    height: 300px;
    max-height: 300px;
}

wbgobject[type="itemlist"]:after {
    content: "Itemlist";
}

wbgobject[type="gridlist"]:after {
    content: "Gridlist";
}

wbgobject[type="numberedlist"]:after {
    content: "Numberedlist";
}

wbgobject[type="simplegallery"]:after {
    content: "Simple Gallery";
}

wbgobject[type="featured"] {
    height: 400px;
    max-height: 400px;
}

wbgobject[type="featured"]:after {
    content: "Featured";
}

wbgobject[type="media"] {
    height: 150px;
    font-size: 20px;
}

wbgobject[mediatype="image"]:after {
    content: "Image";
}
wbgobject[type="media"]:after {
    content: "Media";
}
wbgobject[mediatype="video"]:after {
    content: "Video";
}

wbgobject[mediatype="audio"]:after {
    content: "Audio";
}

wbgobject[mediatype="pdf"]:after {
    content: "PDF";
}

wbgobject[mediatype="file"]:after {
    content: "File";
}

wbgobject[type="addresses"] {
    height: 150px;
    font-size: 20px;
}

wbgobject[type="addresses"] address {
    font-size: 15px;
    display: block;
}

wbgobject[type="addresses"] a {
    font-size: 13px;
    display: block;
}

wbgobject[type="addresses"] div.wbgcontact_gpscoord {
    display: none;
}

wbgobject[data-layout="vertical"] {
    text-align: right;
}

wbgobject[data-layout="vertical"] div.wbgcontact {
    width: 25%;
    display: block;
    clear: none;
}

wbgobject[data-layout="horizontal"] div.wbgcontact {
    width: 25%;
    display: inline-block;
}

wbgobject[data-layout="horizontal"] {
    text-align: left;
}
.rtecontent {
    line-height: 1.5;
}
.rtecontent blockquote {
    margin-left: 0;
    padding-left: 20px;
}

.rtecontent q {
    display: block;
    position: relative;
    padding: 1em 0em;
    font-style: italic;
    margin: 0.5em 3em;
    quotes: "\201C" "\201D" "\2018" "\2019";
    color: #919191;
}

.rtecontent q:before {
    position: absolute;
    top: 50%;
    left: -0.6em;
    height: 100%;
    font-family: "Times New Roman", Times, serif;
    content: open-quote;
    color: #f8f9fb;
    font-size: 6em;
    line-height: 0.1;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.rtecontent ul {
    list-style-type: disc;
    margin-left: 1.2em;
}

/* Grids */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline-block;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.66%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 41.66%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.66%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.66%;
}

.grid_12 {
    width: 100%;
}

.container .indentleft_1 {
    padding-left: 8.33%;
}

.container .indentleft_2 {
    padding-left: 16.66%;
}

.container .indentleft_3 {
    padding-left: 25%;
}

.container .indentleft_4 {
    padding-left: 33.33%;
}

.container .indentleft_5 {
    padding-left: 41.66%;
}

.container .indentleft_6 {
    padding-left: 50%;
}

.container .indentleft_7 {
    padding-left: 58.33%;
}

.container .indentleft_8 {
    padding-left: 66.66%;
}

.container .indentleft_9 {
    padding-left: 75%;
}

.container .indentleft_10 {
    padding-left: 83.33%;
}

.container .indentleft_11 {
    padding-left: 91.66%;
}

.container .indentright_1 {
    padding-right: 8.33%;
}

.container .indentright_2 {
    padding-right: 16.66%;
}

.container .indentright_3 {
    padding-right: 25%;
}

.container .indentright_4 {
    padding-right: 33.33%;
}

.container .indentright_5 {
    padding-right: 41.66%;
}

.container .indentright_6 {
    padding-right: 50%;
}

.container .indentright_7 {
    padding-right: 58.33%;
}

.container .indentright_8 {
    padding-right: 66.66%;
}

.container .indentright_9 {
    padding-right: 75%;
}

.container .indentright_10 {
    padding-right: 83.33%;
}

.container .indentright_11 {
    padding-left: 91.66%;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.clear {
    float: none;
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
}

.boxcontainer {
    padding: 0 0 7px 0;
}

html {
    width: 100%;
}

* {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/* Default class */

body,
body.default {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: white;
    overflow-x: hidden;
}

/* Simple background */

body.simple {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: white;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    padding-bottom: 4px;
}

/* Logo */

#logo,
.logo {
    display: inline-block;
    width: 30%;
}

#logo > a,
.logo > a {
    width: 100%;
    display: block;
    padding: 10px;
}

/* Horizontal menu */

.horizontal-nav {
    position: relative;
    display: inline-block;
    width: 69%;
}

.horizontal-nav > label {
    display: none;
}

.horizontal-nav input[type="checkbox"] {
    display: none;
}

/* 1st level */

.horizontal-nav > ul {
    position: relative;
    width: 100%;
    text-align: right;
    display: inline-block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.horizontal-nav > ul > li {
    display: inline-block;
    position: relative;
    text-align: left;
}

.horizontal-nav > ul > li > a,
.horizontal-nav > ul > li > span {
    text-decoration: none;
    font-size: 120%;
    color: black;
    margin-right: 1em;
}

.horizontal-nav > ul > li:last-child > a,
.horizontal-nav > ul > li:last-child > span {
    margin-right: 0;
}

/* 2nd level */

.horizontal-nav > ul > li > ul {
    display: block;
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 12em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    max-height: 0;
    transition: 350ms;
    overflow: hidden;
    z-index: 100;
}

.horizontal-nav > ul > li:hover > ul,
.horizontal-nav > ul > li:focus > ul {
    max-height: 300px;
    transition: 350ms;
}

.horizontal-nav > ul > li > ul > li {
    display: block;
}

.horizontal-nav > ul > li > ul > li > a,
.horizontal-nav > ul > li > ul > li > span {
    text-align: left;
}

/* Menu for touch devices */

body.touch {
    overflow-x: hidden;
}

body.touch .horizontal-nav {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: -100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.touch .horizontal-nav > label {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    z-index: 2001;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.26);
}

body.touch .horizontal-nav > label::after {
    content: "\2261";
}

body.touch .horizontal-nav > input[type="checkbox"]:checked + label::after {
    margin-top: -10px;
    content: "\2716";
}

body.touch .horizontal-nav > ul {
    display: block;
    height: 100vh;
    transform: translateX(-100%);
    will-change: transform;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition: transform 0.2s ease-out;
    background-color: #2f3036;
    color: white;
    padding: 40px 0 0 0;
    z-index: 2000;
}

body.touch .horizontal-nav ul {
    text-align: left;
}

body.touch .horizontal-nav > input[type="checkbox"]:checked ~ ul {
    transform: translateX(0);
    transition: transform 0.2s ease-in;
}

body.touch .horizontal-nav > ul > li {
    display: block;
    line-height: 1.2;
    border-bottom: 1px solid white;
    background-color: #2f3036;
    padding: 0;
}

body.touch .horizontal-nav > ul > li > a,
body.touch .horizontal-nav > ul > li > span {
    color: white;
    padding: 1em 0 1em 1em;
    display: inline-block;
}

body.touch .horizontal-nav > ul > li > label {
    margin: 0.7em 0 0.7em 1em;
    padding: 0.3em 0.5em;
    display: inline-block;
    border: 1px solid white;
    border-radius: 4px;
    background-color: #ededed;
    color: #2f3036;
}

body.touch .horizontal-nav > ul > li label::after {
    content: "\25bc";
}

body.touch .horizontal-nav > ul > li input:checked + label::after {
    content: "\25b2";
}

body.touch .horizontal-nav > ul > li > ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

body.touch .horizontal-nav > ul > li input ~ ul {
    max-height: 0;
    transition: height 0.3s ease;
    background-color: #1f2026;
}

body.touch .horizontal-nav > ul > li input:checked ~ ul {
    height: 100%;
    max-height: 100vh;
    transition: height 0.3s ease;
}

body.touch .horizontal-nav > ul > li > ul > li {
    border-bottom: 1px solid white;
    padding: 0;
}

body.touch .horizontal-nav > ul > li > ul > li:last-child {
    border-bottom: none;
}

/* High res touch device */
@media screen and (min-width: 1025px) {
    body.touch .horizontal-nav,
    body.touch .horizontal-nav > ul {
        width: 25vw;
    }

    body.touch .horizontal-nav > label {
        top: 70px;
        width: 60px;
        height: 60px;
        font-size: 60px;
    }
}

/* Responsive menu definitions for landscape view */
@media screen and (min-width: 600px) and (max-width: 1024px),
    screen and (orientation: landscape) and (max-width: 1024px) {
    body .horizontal-nav,
    body .horizontal-nav > ul {
        width: 50vw;
    }
}

/* Responsive menu definitions for landscape view */
@media screen and (max-width: 599px) {
    body .horizontal-nav,
    body .horizontal-nav > ul {
        width: 100vw;
    }
}

/* Vertical menu */

.vertical-nav {
    position: relative;
    display: block;
    width: 100%;
}

.vertical-nav > ul {
    width: 100%;
}

.vertical-nav > ul > li {
    font-size: 110%;
    padding: 3px 3px 0 10px;
    margin: 5px 0 5px 0;
}

.vertical-nav > ul > li > a,
.vertical-nav > ul > li > span {
    display: block;
    padding: 0 0 5px 0;
}

/* Slider */

.slider_wrapper,
.gallery_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.media_wrapper.media_cropped {
    position: relative;
    height: 0;
    overflow: hidden;
}
.media_wrapper.media_cropped > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_wrapper > div,
.gallery_wrapper > div {
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.gallery_wrapper.gallery_compact {
    height: 0;
    padding-bottom: 75.83%;
}
.gallery_wrapper.gallery_stripe > div {
    height: 8em;
}

.slider_wrapper > div > ul,
.gallery_wrapper.gallery_compact > div ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box_inner {
    margin: 0;
    padding: 0;
}

.box_inner.fbcolor {
    background-color: white;
}

a.item_thumbnail > img {
    max-width: 100%;
}

/* Common rowlist */

.rowlist_wrapper {
    display: block;
    width: 100%;
}

.rowlist_container {
    width: 100%;
}

.rowlist_body > ul {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.rowlist_body > ul > li {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.rowlist_body > ul > li .contentbox {
    position: relative;
    margin: 0;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
}

.rowlist_body > ul > li .contentbox .item_body {
    width: auto;
    flex-grow: 1;
    padding: 0 1em 1em 1em;
}

.rowlist_body a.item_thumbnail {
    width: 30%;
    display: inline-block;
    flex-shrink: 0;
}

.rowlist_body a.item_thumbnail > img {
    width: 100%;
    height: auto;
}

/* Common gridlist */

.gridlist_wrapper {
    display: block;
    width: 100%;
}

.gridlist_container {
    width: 100%;
}

.gridlist_body > ul {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.gridlist_body > ul > li {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.gridlist_col1 > li {
    width: 100%;
}

.gridlist_col2 > li {
    width: 50%;
}

.gridlist_col3 > li {
    width: 33.33%;
}

.gridlist_col4 > li {
    width: 25%;
}

.gridlist_col5 > li {
    width: 20%;
}

.gridlist_col6 > li {
    width: 16.66%;
}
.gridlist_col7 > li {
    width: 14.28%;
}
.gridlist_col8 > li {
    width: 12.5%;
}
.gridlist_col9 > li {
    width: 11.11%;
}
.gridlist_col10 > li {
    width: 10%;
}
.gridlist_wrapper a {
    display: block;
    padding: 0;
    box-sizing: border-box;
}

/* Related files */

.wbg_attachments_container {
    padding: 10px 1em;
    border-left: 10px solid #ececec;
}

.wbg_attachments_body > li {
    height: 60px;
    line-height: 60px;
    list-style: none;
}

.wbg_attachments_body > li a {
    display: block;
    width: 100%;
}

.wbg_attachments_body > li a::before {
    content: "";
    display: inline-block;
    height: 45px;
    width: 40px;
    background-image: url("icon_file.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    padding-right: 20px;
}

.wbg_attachments_body > li a.pdf::before {
    background-image: url("icon_pdf.svg");
}

.wbg_attachments_body > li a.document::before {
    background-image: url("icon_doc.svg");
}

.wbg_attachments_body > li a.spreadsheet::before {
    background-image: url("icon_spreadsheet.svg");
}

.wbg_attachments_body > li a.mp3::before {
    background-image: url("icon_mp3.svg");
}

.wbg_attachments_body > li a.movie::before {
    background-image: url("icon_video.svg");
}

.wbg_attachments_body > li a.img::before {
    background-image: url("icon_img.svg");
}

.pagecarousel_pager {
    height: 1.5em;
    padding: 0.25em;
}
.pagecarousel_pager button,
.pagecarousel_pager button:active,
.pagecarousel_pager button:focus {
    width: 1em;
    height: 1em;
    display: inline-block;
    border: 2px solid #404040;
    background-color: transparent;
    outline: none;
    border-radius: 50%;
    margin-right: 0.5em;
    cursor: pointer;
    opacity: 0.6;
}
.pagecarousel_pager button.current {
    background-color: #404040;
}
/* pager */

.pager {
    width: 100%;
    padding: 1em 0 0 0;
    text-align: center;
}

.pager p {
    text-align: center;
    min-height: 1.5em;
}

.pager p a {
    padding: 2px 5px;
    border: 1px solid black;
    border-radius: 2px;
    margin-right: 0.8em;
    display: inline-block;
    height: auto;
}

.pager p strong,
.pager p a:hover {
    padding: 2px 5px;
    border: 1px solid black;
    background-color: black;
    color: white;
    border-radius: 2px;
    margin-right: 0.8em;
    display: inline-block;
}

.pager p .next,
.pager p .next:hover {
    margin-right: 0;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
}

article section {
    padding-top: 0;
    padding-bottom: 0;
}

aside {
    margin: 0;
}

/**Content**/

.page1 .content {
    padding-bottom: 0;
}

/**Footer**/

footer {
    display: block;
    width: 100%;
    text-align: center;
    height: 54px;
}

.listcontent {
    width: 100%;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fullcolumn {
    width: 100%;
}

.halfcolumn {
    width: 50%;
}

.alignleft {
    margin-right: auto;
    margin-left: 0;
}

.alignright {
    margin-right: 0;
    margin-left: auto;
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;
}

img.imgresized {
    max-width: 100%;
    height: auto;
}

img.imgreduced {
    max-width: 70%;
    height: auto;
}

img.imghalf {
    max-width: 50%;
    height: auto;
}

.mediavideo {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

.mediavideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mediaaudio {
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 0;
}

.mediaaudio audio {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.mediaimage {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.mediaimage > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mediaimage.fullsize {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mediaimage.fullsize > div {
    position: relative;
}
.mediaimage img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.media31 {
    padding-bottom: 25%;
    /* 3:1 */
}

.media169 {
    padding-bottom: 56.25%;
    /* 16:9 */
}

.media43 {
    padding-bottom: 75%;
    /* 4:3 */
}

.mediaembed {
    position: relative;
    padding-top: 25px;
    height: 0;
}

.mediaembed iframe,
.mediaembed object,
.mediaembed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mediaembed img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.rounded {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-radius: 4px;
}

.round {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-radius: 50%;
}

.img60 {
    width: 60px;
    height: 60px;
}

.img50 {
    width: 50px;
    height: 50px;
}

.img40 {
    width: 40px;
    height: 40px;
}

.image {
    width: 240px;
    height: 180px;
}

.square {
    width: 180px;
    height: 180px;
}

.inline {
    display: inline-block;
}

.crop {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
}

#fb-widget {
    width: 100%;
}

.fbwidget-container > h1 {
    padding: 5px;
    font-size: 130%;
    line-height: 1.5;
}
.fbwidget-container > h1::before {
    font-family: FA;
    position: relative;
    font-size: 90%;
    line-height: 1;
    height: 2em;
    content: "\ef3d";
    background-color: white;
    color: #3b5998;
    border-radius: 5px;
    margin-right: 10px;
}
#fb-container {
    overflow-y: hidden;
}

#fb-container::-webkit-scrollbar {
    width: 12px;
}

#fb-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#fb-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#fb-container > div {
    position: relative;
}

#fb-container .post-message {
    position: relative;
    clear: both;
    font-size: 100%;
    font-weight: normal;
}

#fb-container .post-title {
    display: block;
    margin-bottom: 10px;
}
#fb-container .post-item {
    position: relative;
    min-height: 80px;
}
#fb-container .post-item > span {
    display: block;
    width: 100%;
}
#fb-container .post-item:nth-child(even) {
    background-color: #f5f6f8;
}

#fb-container .inline {
    display: inline-block;
    float: none;
    margin: 0;
}

.fbpostphoto {
    max-width: 100%;
    height: auto;
}

.wbgcms_map > div:last-child {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.wbgcms_map_target {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wbgcms_map.wbgcms_map_horizontal .wbgcms_map_addresses {
    display: block;
    width: 100%;
}

.wbgcms_map.wbgcms_map_horizontal .wbgcms_map_location {
    display: inline-block;
    box-sizing: border-box;
}

.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(1) {
    width: 100%;
}

.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(2),
.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(2)
    ~ .wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location {
    width: 50%;
}

.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(3),
.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(3)
    ~ .wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location {
    width: 33.33%;
}

.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(4),
.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(4)
    ~ .wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location {
    width: 25%;
}

.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(5),
.wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(5)
    ~ .wbgcms_map.wbgcms_map_horizontal
    .wbgcms_map_location {
    width: 20%;
}

.wbgcms_map_latlng {
    display: none;
}

#footer_wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: 0;
    position: relative;
    padding: 0;
}

/* Cookie Warning */

#cookieWarning {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 6em;
    z-index: 10000;
}

#cookieWarningContainer {
    width: 100%;
    margin: 0 auto 0 auto;
    height: auto;
    min-height: 6em;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    display: table;
}

#cookieWarningText {
    display: table-cell;
    text-align: justify;
}

#cookieWarningText a {
    color: #800000;
}

#cookieWarningConfirm {
    display: table-cell;
    text-align: center;
    padding-left: 10px;
}

#cookieWarningConfirm button {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    background-color: #f4ec3b;
    border: 1px solid #f4ec3b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 1.5em;
}

/* Ajax helper */

.wbg_linkedfield {
    display: inline-block;
    position: relative;
    min-width: 50%;
    width: 70%;
}

.wbg_linkedoverlay {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

form .wbg_formfield_container input[type="text"].wbg_linkedshow {
    width: 100%;
}

.wbg_linkedshow {
    color: gray;
}

.wbg_linkedhits {
    position: absolute;
    visibility: hidden;
    margin: 5px 0 3px 3px;
    padding: 2px;
    border-bottom: solid 1px #4d6185;
    border-left: solid 1px #4d6185;
    border-right: solid 1px #4d6185;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    background-color: white;
    color: black;
    font-size: 13px;
    line-height: 1;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    z-index: 100;
    max-height: 16em;
    overflow-y: auto;
    overflow-x: hidden;
}

.wbg_linkedhits p {
    margin: 0;
    padding: 0.5em;
    background-color: white;
}

.wbg_linkedhits p:hover,
.wbg_linkedhits .wbg_linkeditem.wbg_hit_selected {
    background-color: #bbddbb;
    cursor: pointer;
}

.wbg_fileupload {
    z-index: 3;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    border: 3px solid #ececec;
}
.wbg_fileupload:hover {
    cursor: copy;
}
.wbg_thumbnail {
    display: inline-block;
    position: relative;
    box-sizing: content-box;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 178px;
    height: 178px;
    margin-bottom: 10px;
    border: 3px solid #ececec;
}

/* Responsive definitions for landscape view */
@media screen and (min-width: 600px) and (max-width: 1024px),
    screen and (orientation: landscape) and (max-width: 1024px) {
    body {
        max-width: 100%;
    }
    header {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .container {
        width: 100%;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5 {
        display: block;
    }
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        float: none;
        clear: both;
    }
    .grid_1,
    .grid_2 {
        width: 33.33%;
    }
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6 {
        width: 50%;
    }
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        width: 100%;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin: 0;
    }
    aside .grid_1,
    aside .grid_2,
    aside .grid_3,
    aside .grid_4,
    aside .grid_5,
    aside .grid_6,
    aside .grid_7,
    aside .grid_8,
    aside .grid_9,
    aside .grid_10,
    aside .grid_11,
    aside .grid_12 {
        float: none;
        clear: both;
        width: 100%;
    }
}

/* Responsive definitions for portrait view */

@media screen and (orientation: portrait) and (max-width: 599px) {
    body {
        max-width: 100%;
    }
    header {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .container {
        width: 100%;
    }
    .gridlist_col3 > li,
    .gridlist_col2 > li {
        width: 100%;
    }
    .gridlist_col4 > li,
    .gridlist_col5 > li,
    .gridlist_col6 > li {
        width: 50%;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5 {
        display: inline;
    }
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        float: none;
        clear: both;
    }
    .grid_1,
    .grid_2 {
        width: 33.33%;
    }
    .grid_3,
    .grid_4,
    .grid_5 {
        width: 50%;
    }
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        width: 100%;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin-left: 0;
        margin-right: 0;
    }
    aside .grid_1,
    aside .grid_2,
    aside .grid_3,
    aside .grid_4,
    aside .grid_5,
    aside .grid_6,
    aside .grid_7,
    aside .grid_8,
    aside .grid_9,
    aside .grid_10,
    aside .grid_11,
    aside .grid_12 {
        float: none;
        clear: both;
        width: 100%;
    }
    /* Cookie Warning */
    #cookieWarningContainer {
        width: 100%;
        height: auto;
        display: block;
    }
    #cookieWarningText {
        display: block;
        width: 100%;
        float: none;
    }
    #cookieWarningConfirm {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        min-width: 0;
    }
    #cookieWarningConfirm button {
        margin-top: 10px;
    }
}

time.datetime strong {
    margin-right: 1em;
}

time.datetime em {
    font-style: normal;
}

#wbg_locales_flags a img {
    width: 2em;
    height: auto;
}
