/* Base css, version 1.0.15 */

@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: "FA";
    font-display: swap;
    src: url("fa.woff?1.1.13") format("woff");
}

/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-size-adjust: none;
}

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 {
    border: 0 none;
    outline: 0;
    color:inherit;
    font-size: 100%;
    vertical-align: top;
    word-wrap: break-word;
    background: transparent;
}

@media (hover: hover) {
    body {
        z-index: 0;
    }
}

html {
    width: 100%;
}

/* Default class */
body,
body.default {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: #585858;
    font-size:16px;
    background-color: white;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    padding-bottom: 4px;
}

ol {
    list-style: none;
    text-align: initial;
    counter-reset: wbgcms-counter;
}
ol>li {
    position: relative;
    padding: 0 0 0.5em 2em;
    counter-increment: wbgcms-counter;
}
ol>li::before {
    position: absolute;
    top:0;
    left:0;
    font-weight: bold;
    content: counter(wbgcms-counter) ". ";
}

ul {
    list-style: circle inside;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
picture {
    display:inline-block;
}
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;
}

a {
    text-decoration: none;
}

/* Wireframe */

header, .main_bg, footer {
    width: 100%;
    margin: 0 auto;
}

/* Boxed modes */
.boxedfhd header,
.boxedfhd .main_bg,
.boxedfhd footer{
    max-width:1920px;
}

.boxedhd header,
.boxedhd .main_bg,
.boxedhd footer{
    max-width:1300px;
}

.maincontent {
    line-height: 1.5;
}

/* RTE content formatting */
.rtecontent {
    line-height: 1.5;
}
.rtecontent a {
    color:#003380;
}
.rtecontent blockquote {
    margin-left: 0;
    padding-left: 20px;
}
.rtecontent p:empty,
.rtecontent div:empty,
.rtecontent td:empty {
    height:1.75rem;
}
.rtecontent p {
    text-align: inherit;
}
.rtecontent q {
    display: block;
    opacity: 0.95;
    position: relative;
    margin: 0.5em 3em;
    padding: 1em 0em;
    font-style: italic;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.rtecontent q:before {
    position: absolute;
    top: 50%;
    left: -0.6em;
    height: 100%;
    margin-right: 0.25em;
    font-size: 6em;
    line-height: 0.1;
    font-family: "Times New Roman", Times, serif;
    vertical-align: -0.4em;
    content: open-quote;
}

.rtecontent ul {
    margin-left: 1.2em;
    list-style: disc outside;
}

.rtecontent table {
    position:relative;
    width:100%;
    line-height:1.5;
}
.rtecontent table td,
.rtecontent table th {
    padding:5px;
}
#wbg_editable_content,
body.rte_body {
    overflow-x: auto;
    overflow-y: auto;
}

pre {
    white-space: pre-wrap;
}

.rtecontent .rte_justify_left {
    text-align: left;
}

.rtecontent .rte_justify_right {
    text-align: right;
}

.rtecontent .rte_justify_center,
.centered {
    text-align: center;
}

.rtecontent .rte_justify_full,
.rtecontent .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;
}
figcaption {
    display:none;
}
figure figcaption {
    display:block;
    text-align:inherit;
}
.rte_font_55DDFF {color: #55DDFF;}
.rte_font_009999 {color: #009999;}
.rte_font_0066FF {color: #0066ff;}
.rte_font_003380 {color: #003380;}
.rte_font_D2DE00 {color: #d2de00;}
.rte_font_00FF00 {color: #00ff00;}
.rte_font_43B64E {color: #43B64E;}
.rte_font_005500 {color: #005500;}
.rte_font_FCAF1C {color: #FCAF1C;}
.rte_font_FF6600 {color: #ff6600;}
.rte_font_FF0000 {color: #ff0000;}
.rte_font_800000 {color: #800000;}
.rte_font_FFAAAA {color: #FFAAAA;}
.rte_font_FF00CC {color: #FF00CC;}
.rte_font_9F4499 {color: #9F4499;}
.rte_font_784421 {color: #784421;}
.rte_font_FFFFFF {color: #ffffff;}
.rte_font_808080 {color: #808080;}
.rte_font_4D4D4D {color: #4D4D4D;}
.rte_font_000000 {color: #000000;}

.rte_bg_55DDFF {background-color: #55DDFF;}
.rte_bg_009999 {background-color: #009999;}
.rte_bg_0066FF {background-color: #0066ff;}
.rte_bg_003380 {background-color: #003380;}
.rte_bg_D2DE00 {background-color: #d2de00;}
.rte_bg_00FF00 {background-color: #00ff00;}
.rte_bg_43B64E {background-color: #43B64E;}
.rte_bg_005500 {background-color: #005500;}
.rte_bg_FCAF1C {background-color: #FCAF1C;}
.rte_bg_FF6600 {background-color: #ff6600;}
.rte_bg_FF0000 {background-color: #ff0000;}
.rte_bg_800000 {background-color: #800000;}
.rte_bg_FFAAAA {background-color: #FFAAAA;}
.rte_bg_FF00CC {background-color: #FF00CC;}
.rte_bg_9F4499 {background-color: #9F4499;}
.rte_bg_784421 {background-color: #784421;}
.rte_bg_FFFFFF {background-color: #ffffff;}
.rte_bg_808080 {background-color: #808080;}
.rte_bg_4D4D4D {background-color: #4D4D4D;}
.rte_bg_000000 {background-color: #000000;}

.rte_img_float_left {
    float: left;
    margin: 5px 5px 5px 0;
}

.rte_img_float_right {
    float: right;
    margin: 5px 0 5px 5px;
}
.rte_img_r25 {
    width:25vw;
    height:auto;
}

.rte_img_r50 {
    width:50vw;
    height:auto;
}

.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 {
    height: 1.5em;
    max-height: 1.5em;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s height ease-out;
}
.rte_class_folded::before {
    padding-right: 1em;
    font-size: 50%;
    font-family: FA;
    cursor: s-resize;
    content: "\ef34";
}
.rte_class_folded.opened {
    height: 100%;
    max-height: 10000px;
    cursor: n-resize;
    transition: 0.4s height ease-in;
}
#wbg_editable_content .rte_class_folded {
    height: auto;
    max-height: initial;
    overflow: visible;
    cursor: auto;
    background-color: #eeeeee;
}

.rte_class_narrow,
.rte_class_c1narrow,
.rte_class_c2narrow {
    padding-right: 60px;
    padding-left: 60px;
}
.rte_table_withborder td {
    border:1px solid currentColor;
    border-collapse: collapse;
}
.rte_table_withborder2 td {
    border:3px double currentColor;
    border-collapse: collapse;
}
.rte_table_firstcolumn tr>td:first-child {
    width:40%;
}
.btn,
.download {
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    border-radius: 5px;
    line-height: 2;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in, border 0.2s ease-in;
}
.btn:hover {
    transition: background-color 0.2s ease-in, border 0.2s ease-in;
}
.download {
    min-height: 3em;
    padding-left: 40px;
}
.download::after {
    position: absolute;
    top: 0.8em;
    left: 10px;
    width: 20px;
    font-size: 100%;
    font-family: FA;
    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;
    font-size: 70%;
    font-family: FA;
    text-align: center;
}
.phoneicon::before {
    padding: 0.1em 0 0.1em 0.5em;
    content: "\ef40";
}
.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 {
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    background-color: rgba(200, 200, 200, 0.2);
}

.rte_class_fancyquote:before {
    opacity:0.5;
    margin-right: 0.25em;
    font-size: 4em;
    line-height: 0.1;
    vertical-align: -0.4em;
    content: open-quote;
}

.rte_class_reference {
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    background-color: rgba(10, 10, 10, 0.1);
}

.rte_class_withmarker {
    position: relative;
    padding-left: 1em;
}

.rte_class_withmarker::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    font-size: 70%;
    line-height: 1;
    font-family: FA;
    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_coloredfancy {
    line-height: 1.5;
    text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.56);
}
.rte_class_sourcecode {
    padding: 10px;
    border: 0px solid #888;
    overflow-x: auto;
    color: #F1F2F3;
    font-size: 14px;
    font-family: monospace;
    white-space: nowrap;
    background-color: #333;
}
.rte_class_asciiart {
    font-size: 14px;
    font-family: monospace;
}
address {
    display: inline-block;
}

/* Error page message */
.container.error {
    padding: 2em;
    color: red;
    font-size: 200%;
    text-align: center;
}

/* Error bubbles */
.wbg_formfield_error,
.wbg_formfield_validator {
    display: none;
    z-index: 150;
    position: absolute;
    left: 50%;
    margin: 0 1em 0 1em;
    padding: 0.4em;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 110%;
    line-height: 1.5;
    background-color: #f04349;
    transform: translateX(-25%);
}

.wbg_formfield_error:before,
.wbg_formfield_validator:before {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 40px;
    width: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #f04349 transparent;
    content: "";
}

.wbg_formfield_error.wbg_formfield_error_top:before,
.wbg_formfield_validator.wbg_formfield_error_top:before {
    top: -8px;
    right: 47%;
    bottom: auto;
    left: auto;
    border-width: 0 20px 20px;
}

.g-recaptcha {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Modal upload */

.wbg_modal_container {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.wbg_touch .wbg_view_container,
.wbg_touch .wbg_modal_container {
    max-width: 100%;
    margin: 0;
}

.wbg_panel_container {
    z-index: 10001;
    position: relative;
    text-align: center;
    background-color: white;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
}

.wbg_upload_container {
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    transition: width 0.8s ease, height 0.8s ease;
}

.wbg_crop_container {
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    margin: 0 auto;
    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;
    border: 1px dashed white;
    box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.6);
}

.wbg_cropbox_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px dashed black;
    cursor: move;
}

.wbg_cropbox_inner > div {
    position: absolute;
    margin: 0;
    padding: 0;
}

.wbg_cropbox_nw {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    cursor: nw-resize;
}

.wbg_cropbox_n {
    top: 0;
    right: 15px;
    left: 15px;
    height: 15px;
    cursor: n-resize;
}

.wbg_cropbox_ne {
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    cursor: ne-resize;
}

.wbg_cropbox_e {
    top: 15px;
    right: 0;
    bottom: 15px;
    width: 15px;
    cursor: e-resize;
}

.wbg_cropbox_se {
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    cursor: se-resize;
}

.wbg_cropbox_s {
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 15px;
    cursor: s-resize;
}

.wbg_cropbox_sw {
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    cursor: sw-resize;
}

.wbg_cropbox_w {
    top: 15px;
    bottom: 15px;
    left: 0;
    width: 15px;
    cursor: w-resize;
}

.wbg_crop_image {
    position: absolute;
    top: 0;
    left: 0;
}

.wbg_crop_preview {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 178px;
    background-repeat: no-repeat;
}

.wbg_crop_selectwindow {
    position: absolute;
    top: 25%;
    right: 10px;
    width: 178px;
}

.wbg_crop_select {
    width: 178px;
    height: 2em;
    padding-top: 3px;
    font-size: 18px;
    line-height: 2;
}

.wbg_crop_select:after {
    font-family: FA;
    content: "\ef07";
}

.wbg_panel_container > button,
.wbg_panel_container > button:active,
.wbg_panel_container > button:focus {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}

.wbg_panel_container > button:before {
    font-size: 1.66666em;
    line-height: 1.6666;
    font-family: FA;
    vertical-align: -15%;
    content: "\ef2d";
}

.wbg_progress {
    z-index: 10002;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    width: 80%;
}

.wbg_progress:after {
    display: block;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    padding: 0;
    font-size: 2.66666em;
    line-height: 2.6666;
    font-family: FA;
    content: "\ef12";
    animation: spin 2s infinite linear;
}

.wbg_progress p {
    display: block;
    width: 100%;
    height: 2em;
    font-size: 2em;
    line-height: 2.2;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.wbg_progress_bar {
    position: relative;
    width: 80%;
    height: 2em;
    margin: 1em auto 1em auto;
    background-color: white;
}

.wbg_progress_bar span {
    display: block;
    z-index: 10003;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
}

#logged_widget {
    padding: 5px;
    border: 1px solid #f0f0f0;
    background-color: #f3f3f3;
}

.loggedhead {
    margin-bottom: 1em;
    font-size: 110%;
    text-align: center;
}

.loggedtext {
    margin-bottom: 5px;
}

.loggedtext a {
    display: block;
    width: 100%;
    padding: 4px;
    font-weight: 500;
    text-align: center;
}
.boxhead h2 {
    padding:0 0 1em 0;
    font-weight: normal;
    font-size: 150%;
    text-align: center;
}

/* 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%;
}
.boxcontainer {
    padding: 0 0 7px 0;
}

/* Logo */

#logo,
.logo {
    display: inline-block;
    width: 30%;
}

#logo > a,
.logo > a {
    display: block;
    width: 100%;
    padding: 10px;
}
.pagelogo {
    width:auto;
    max-height: 10rem;
}
body.touch {
    overflow-x: hidden;
}

/* High res touch device */
@media screen and (min-width: 1025px) {
    body.touch .horizontal-nav,
    body.touch .horizontal-nav > ul {
        width: 25vw;
    }

    #wbgmainmenuswitch > 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.touch .horizontal-nav,
    body.touch .horizontal-nav > ul {
        display:block;
        width: 55vw;
    }
}

/* Responsive menu definitions for portrait view */
@media screen and (max-width: 599px) {
    body .horizontal-nav,
    body .horizontal-nav > ul {
        display:block;
        width: 100vw;
    }
}

/* Vertical menu */

.vertical-nav {
    display: block;
    position: relative;
    width: 100%;
}

.vertical-nav > ul {
    width: 100%;
}

.vertical-nav > ul > li {
    margin: 5px 0 5px 0;
    padding: 3px 3px 0 10px;
    font-size: 110%;
}

.vertical-nav > ul > li > a,
.vertical-nav > ul > li > span {
    display: block;
    padding: 0 0 5px 0;
}

/* Slider */

.slider_wrapper,
.gallery_wrapper,
.media_wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.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%;
}
.pagegallery_wrapper {
    clear:both;
}
.slider_wrapper > div,
.media_wrapper > div{
    position: relative;
    width: 100%;
    max-width: 100%;
    height:0;
    margin: 0;
    padding-bottom: 56.25%;
}
.gallery_wrapper.gallery_compact>div {
    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;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
}

.rowlist_body > ul > li {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rowlist_body > ul > li .contentbox {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
}

.rowlist_body > ul > li .contentbox .item_body {
    flex-grow: 1;
    width: auto;
    padding: 0 1em 1em 1em;
}

.rowlist_body a.item_thumbnail {
    display: inline-block;
    flex-shrink: 0;
    width: 30%;
}

.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;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.gridlist_body > ul > li {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 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;
    box-sizing: border-box;
    padding: 0;
}

/* Common contentlist */

.contentlist_wrapper {
    display: block;
    width: 100%;
}

.contentlist_container {
    width: 100%;
}

.contentlist_body > ul {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
}

.contentlist_body > ul > li {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contentlist_body > ul > li .contentbox {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
}

.contentlist_body > ul > li .contentbox .item_body {
    flex-grow: 1;
    width: auto;
    padding: 0 1em 1em 1em;
}

.contentlist_body a.item_thumbnail {
    display: inline-block;
    flex-shrink: 0;
    width: 30%;
}

.contentlist_body a.item_thumbnail > img {
    width: 100%;
    height: auto;
}
/* Related files */

.wbg_attachments_container {
    padding: 10px 1em;
    border-left: 10px solid #ececec;
}

.wbg_attachments_body > li {
    height: 60px;
    list-style: none;
    line-height: 60px;
}

.wbg_attachments_body > li a {
    display: block;
    width: 100%;
}

.wbg_attachments_body > li a::before {
    display: inline-block;
    width: 40px;
    height: 45px;
    padding-right: 20px;
    content: "";
    background-image: url("icon_file.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
}

.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 {
    display: inline-block;
    opacity: 0.6;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    border: 2px solid #404040;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}
.pagecarousel_pager button.current {
    background-color: #404040;
}

/* pager */
.pager {
    width: 100%;
    padding: 1em 0 0 0;
    text-align: center;
}

.pager p {
    min-height: 1.5em;
    text-align: center;
}

.pager p a,
.pager p strong {
    display: inline-block;
    height: auto;
    margin-right: 0.8em;
    padding: 2px 5px;
    border-radius: 2px;
}

.pager p .next,
.pager p .next:hover {
    margin-right: 0;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
}

article section {
    padding-top: 0;
    padding-bottom: 0;
}

aside {
    margin: 0;
}

/**Content**/

.page1 .content {
    padding-bottom: 0;
}

/**Footer**/

footer {
    display: block;
    width: 100%;
    padding:20px;
    text-align: center;
}
.footermenu {
    display:flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0 0 0;
}
.footermenu>span {
    padding: 0 10px;
}
.listcontent {
    position: relative;
    width: 100%;
}

.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;
}

.imgresized {
    max-width: 100%;
    height: auto;
}

.imgreduced {
    max-width: 70%;
    height: auto;
}

.imghalf {
    max-width: 50%;
    height: auto;
}

.mediavideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 25px;
    overflow: hidden;
    text-align: center;
}

.mediavideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mediaaudio {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.mediaaudio audio {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mediaimage {
    position: relative;
    width: 100%;
    height: 0;
    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;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.media31 {
    padding-bottom: 25%;
    /* 3:1 */
}

.media169 {
    padding-bottom: 56.25%;
    /* 16:9 */
}

.media43 {
    padding-bottom: 75%;
    /* 4:3 */
}

.mediaembed {
    position: relative;
    height: 0;
    padding-top: 25px;
}

.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;
    padding: 0;
    border-radius: 4px;
    vertical-align: top;
}

.round {
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    vertical-align: top;
}

.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 {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.wbg_image_contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.wbg_image_cover {
    background-position: center center;
    background-size: cover;
}

.wbg_image_contain img,
img.wbg_image_contain {
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
}
.wbg_image_cover img,
img.wbg_image_cover {
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
#fb-widget {
    width: 100%;
}

.fbwidget-container h2.fb {
    padding: 5px;
    font-size: 130%;
    line-height: 1.5;
}
.fbwidget-container  h2.fb::before {
    position: relative;
    height: 2em;
    margin-right: 10px;
    border-radius: 5px;
    color: #3b5998;
    font-size: 90%;
    line-height: 1;
    font-family: FA;
    content: "\ef3d";
    background-color: white;
}
#fb-container {
    overflow-y: hidden;
}

#fb-container::-webkit-scrollbar {
    width: 12px;
}

#fb-container::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#fb-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    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-weight: normal;
    font-size: 100%;
}

#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;
}
.sharing {
    width: 100%;
    height:2rem;
    min-height: 2rem;
}
.wbgcms_map_horizontal {
    display:flex;
    flex-direction: column;
}
.wbgcms_map_vertical {
    display:flex;
    flex-direction: row;
}
.wbgcms_map_vertical .wbgcms_map_addresses {
    display:flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y:auto;
}
.wbg_map_container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.wbgcms_map_horizontal .wbg_map_container {
    width:100%;
}
.wbgcms_map_vertical .wbg_map_container {
    flex-shrink: 1;
    width:75%;
    min-width: 50%;
}
.wbgcms_map_location {
    flex-grow:1;
    flex-shrink: 1;
    padding:0.3rem;
}
.wbgcms_map_vertical .wbgcms_map_location {
    flex-grow:0;
    padding-bottom: 1rem;
}

.wbgcms_map_name {
    display:block;
    font-weight: bold;
    font-size:110%;
}
.wbgcms_map_address,
.wbgcms_map_phone,
.wbgcms_map_email {
    display:block;
    cursor: pointer;
}
.wbgcms_map_target {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wbgcms_map_horizontal .wbgcms_map_addresses {
    display: flex;
    width: 100%;
}

.wbgcms_map_horizontal .wbgcms_map_location {
    display: inline-block;
    flex-grow:0;
    flex-shrink:1;
    box-sizing: border-box;
}

.wbgcms_map_horizontal
    .wbgcms_map_location:first-child:nth-last-child(1) {
    width: 100%;
}

.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 {
    z-index: 0;
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
}

/* Cookie Warning */

#cookieWarning {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 6em;
    background-color:rgba(20,20,20,0.8);
}

#cookieWarningContainer {
    display: table;
    width: 100%;
    height: auto;
    min-height: 6em;
    margin: 0 auto 0 auto;
    padding: 15px;
    color: #eee;
    text-align: center;
    vertical-align: middle;
}

#cookieWarningText {
    display: table-cell;
    text-align: justify;
}

#cookieWarningConfirm {
    display: table-cell;
    padding-left: 10px;
    text-align: center;
}

#cookieWarningConfirm button {
    margin-top: 1.5em;
    padding: 10px;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

/* 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 {
        height: auto;
        margin: 0;
        padding: 0;
    }
    .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%;
    }
    .contentlist_body > ul > li .contentbox .mediaimage.fullsize {
        width:50%;
    }
    .rowlist_body a.item_thumbnail {
        width:50%;
    }
    img {
        max-width:100%;
        height:auto;
    }
    .rte_img_r50, .rte_img_r25 {
        width: 70%;
        height:auto;
    }
}

/* Responsive definitions for portrait view */

@media screen and (orientation: portrait) and (max-width: 599px) {
    body {
        max-width: 100%;
    }
    header {
        height: auto;
        margin: 0;
        padding: 0;
    }
    #logo {
        width:100%;
        margin:0;
    }
    #logo a {
        width:100%;
    }
    #logo img {
        width:100%;
        margin:0;
    }
    .container {
        width: 100%;
    }
    h1, h2, h3, h4 {
        text-align:center;
    }
    .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-right: 0;
        margin-left: 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 {
        display: block;
        width: 100%;
        height: auto;
    }
    #cookieWarningText {
        display: block;
        float: none;
        width: 100%;
    }
    #cookieWarningConfirm {
        display: block;
        float: none;
        width: 100%;
        min-width: 0;
        text-align: center;
    }
    #cookieWarningConfirm button {
        margin-top: 10px;
    }
    .wbg_formfield_container input[type="text"], .wbg_formfield_container input[type="password"], .wbg_formfield_container select {
        width: 100%;
        margin-top: 10px;
    }
    .wbg_formfield_caption {
        display:block;
        width:100%;
        border-top:1px solid #dddddd;
    }
    .wbg_formfield_container .wbg_location {
        width: 100%;
    }
    .wbg_formfield_container textarea {
        width:100%;
    }
    .wbg_formfield_container > label {
        display: inline-block;
        width:80%;
    }
    .wbg_formfield_container input[type="checkbox"], .wbg_formfield_container input[type="radio"] {
        width:10%;
    }
    .rowlist_body > ul > li .contentbox {
        flex-direction: column;
    }
    .contentlist_body > ul > li .contentbox {
        flex-direction: column;
    }
    .contentlist_body > ul > li .contentbox .mediaimage.fullsize {
        width:100%;
    }
    .rowlist_body a.item_thumbnail {
        width:100%;
    }
    img {
        max-width:100%;
        height:auto;
    }
    .rte_img_r50, .rte_img_r25, .imgreduced {
        width: 100%;
        max-width:100%;
    }
}

time.datetime strong {
    margin-right: 1em;
}

time.datetime em {
    font-style: normal;
}

#wbg_locales_flags a img {
    width: 2em;
    height: auto;
}

/* Color settings */
/* Blue */
.color_blue .pager p a,
.color_blue .wbg_progress_bar {
    border: 1px solid #159cb4;
    background-color: white;
}
.color_blue .pager p strong,
.color_blue .pager p a:hover,
.color_blue .wbg_progress_bar span {
    color: white;
    background-color: #159cb4;
}

.color_blue .wbg_formfield_media_url_container button:after,
.color_blue .wbg_uploaded_file::after,
.color_blue .wbg_crop_select,
.color_blue .wbg_panel_container > button,
.color_blue .wbg_progress:after,
.color_blue #cookieWarningText a,
.color_blue .rtecontent q:before,
.color_blue .rte_class_fancyquote:before,
.color_blue .rte_class_colored,
.color_blue .rte_class_coloredfancy,
.color_blue h1,
.color_blue h2 {
    color: #159cb4;
}
.color_blue h1,
.color_blue h2 {
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.5);
}
.color_blue .rte_class_fancyquote,
.color_blue .rte_class_reference {
    border-left: 10px solid #159cb4;
}

.color_blue .wbg_fileupload {
    border: 3px solid #159cb4;
}
 
.color_blue button,
.color_blue .btn,
.color_blue .download {
    background-color: #159cb4;
}
.color_blue button:hover,
.color_blue .btn:hover,
.color_blue .download:hover {
    border: 1px solid #159cb4;
    background-color: #358ca4;
}

/* Light green */
.color_lightgreen .pager p a,
.color_lightgreen .wbg_progress_bar {
    border: 1px solid #86ba50;
    background-color: white;
}
.color_lightgreen .pager p strong,
.color_lightgreen .pager p a:hover,
.color_lightgreen .wbg_progress_bar span {
    color: white;
    background-color: #86ba50;
}

.color_lightgreen .wbg_formfield_media_url_container button:after,
.color_lightgreen .wbg_uploaded_file::after,
.color_lightgreen .wbg_crop_select,
.color_lightgreen .wbg_panel_container > button,
.color_lightgreen .wbg_progress:after,
.color_lightgreen #cookieWarningText a,
.color_lightgreen .rtecontent q:before,
.color_lightgreen .rte_class_fancyquote:before,
.color_lightgreen .rte_class_colored,
.color_lightgreen .rte_class_coloredfancy,
.color_lightgreen h1,
.color_lightgreen h2 {
    color: #86ba50;
}
.color_lightgreen h1,
.color_lightgreen h2 {
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.5);
}
.color_lightgreen .rte_class_fancyquote,
.color_lightgreen .rte_class_reference {
    border-left: 10px solid #86ba50;
}

.color_lightgreen .wbg_fileupload {
    border: 3px solid #86ba50;
}
 
.color_lightgreen button,
.color_lightgreen .btn,
.color_lightgreen .download {
    background-color: #86ba50;
}
.color_lightgreen button:hover,
.color_lightgreen .btn:hover,
.color_lightgreen .download:hover {
    border: 1px solid #86ba50;
    background-color: #358ca4;
}

/* Green */
.color_green .pager p a,
.color_green .wbg_progress_bar {
    border: 1px solid #3bb294;
    background-color: white;
}
.color_green .pager p strong,
.color_green .pager p a:hover,
.color_green .wbg_progress_bar span {
    color: white;
    background-color: #3bb294;
}

.color_green .wbg_formfield_media_url_container button:after,
.color_green .wbg_uploaded_file::after,
.color_green .wbg_crop_select,
.color_green .wbg_panel_container > button,
.color_green .wbg_progress:after,
.color_green #cookieWarningText a,
.color_green .rtecontent q:before,
.color_green .rte_class_fancyquote:before,
.color_green .rte_class_colored,
.color_green .rte_class_coloredfancy,
.color_green h1,
.color_green h2 {
    color: #3bb294;
}
.color_green h1,
.color_green h2 {
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.5);
}
.color_green .rte_class_fancyquote,
.color_green .rte_class_reference {
    border-left: 10px solid #3bb294;
}

.color_green .wbg_fileupload {
    border: 3px solid #3bb294;
}
 
.color_green button,
.color_green .btn,
.color_green .download {
    background-color: #3bb294;
}
.color_green button:hover,
.color_green .btn:hover,
.color_green .download:hover {
    border: 1px solid #3bb294;
    background-color: #358c84;
}

/* Orange */
.color_orange .pager p a,
.color_orange .wbg_progress_bar {
    border: 1px solid #fe9669;
    background-color: white;
}
.color_orange .pager p strong,
.color_orange .pager p a:hover,
.color_orange .wbg_progress_bar span {
    color: white;
    background-color: #fe9669;
}

.color_orange .wbg_formfield_media_url_container button:after,
.color_orange .wbg_uploaded_file::after,
.color_orange .wbg_crop_select,
.color_orange .wbg_panel_container > button,
.color_orange .wbg_progress:after,
.color_orange #cookieWarningText a,
.color_orange .rtecontent q:before,
.color_orange .rte_class_fancyquote:before,
.color_orange .rte_class_colored,
.color_orange .rte_class_coloredfancy,
.color_orange h1,
.color_orange h2 {
    color: #fe9669;
}
.color_orange h1,
.color_orange h2 {
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.5);
}
.color_orange .rte_class_fancyquote,
.color_orange .rte_class_reference {
    border-left: 10px solid #fe9669;
}

.color_orange .wbg_fileupload {
    border: 3px solid #fe9669;
}
 
.color_orange button,
.color_orange .btn,
.color_orange .download {
    background-color: #fe9669;
}
.color_orange button:hover,
.color_orange .btn:hover,
.color_orange .download:hover {
    border: 1px solid #fe9669;
    background-color: #ee6649;
}

/* Pink */
.color_pink .pager p a,
.color_pink .wbg_progress_bar {
    border: 1px solid #e44374;
    background-color: white;
}
.color_pink .pager p strong,
.color_pink .pager p a:hover,
.color_pink .wbg_progress_bar span {
    color: white;
    background-color: #e44374;
}

.color_pink .wbg_formfield_media_url_container button:after,
.color_pink .wbg_uploaded_file::after,
.color_pink .wbg_crop_select,
.color_pink .wbg_panel_container > button,
.color_pink .wbg_progress:after,
.color_pink #cookieWarningText a,
.color_pink .rtecontent q:before,
.color_pink .rte_class_fancyquote:before,
.color_pink .rte_class_colored,
.color_pink .rte_class_coloredfancy,
.color_pink h1,
.color_pink h2 {
    color: #e44374;
}
.color_pink h1,
.color_pink h2 {
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.5);
}
.color_pink .rte_class_fancyquote,
.color_pink .rte_class_reference {
    border-left: 10px solid #e44374;
}

.color_pink .wbg_fileupload {
    border: 3px solid #e44374;
}
 
.color_pink button,
.color_pink .btn,
.color_pink .download {
    background-color: #e44374;
}
.color_pink button:hover,
.color_pink .btn:hover,
.color_pink .download:hover {
    border: 1px solid #e44374;
    background-color: #c43364;
}

/* Purple */
.color_purple .pager p a,
.color_purple .wbg_progress_bar {
    border: 1px solid #6c94c3;
    background-color: white;
}
.color_purple .pager p strong,
.color_purple .pager p a:hover,
.color_purple .wbg_progress_bar span {
    color: white;
    background-color: #6c94c3;
}

.color_purple .wbg_formfield_media_url_container button:after,
.color_purple .wbg_uploaded_file::after,
.color_purple .wbg_crop_select,
.color_purple .wbg_panel_container > button,
.color_purple .wbg_progress:after,
.color_purple #cookieWarningText a,
.color_purple .rtecontent q:before,
.color_purple .rte_class_fancyquote:before,
.color_purple .rte_class_colored,
.color_purple .rte_class_coloredfancy,
.color_purple h1,
.color_purple h2 {
    color: #6c94c3;
}
.color_purple h1,
.color_purple h2 {
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.5);
}
.color_purple .rte_class_fancyquote,
.color_purple .rte_class_reference {
    border-left: 10px solid #6c94c3;
}

.color_purple .wbg_fileupload {
    border: 3px solid #6c94c3;
}
 
.color_purple button,
.color_purple .btn,
.color_purple .download {
    background-color: #6c94c3;
}
.color_purple button:hover,
.color_purple .btn:hover,
.color_purple .download:hover {
    border: 1px solid #6c94c3;
    background-color: #5c74a3;
}

/* Red */
.color_red .pager p a,
.color_red .wbg_progress_bar {
    border: 1px solid #fe9669;
    background-color: white;
}
.color_red .pager p strong,
.color_red .pager p a:hover,
.color_red .wbg_progress_bar span {
    color: white;
    background-color: #fe9669;
}

.color_red .wbg_formfield_media_url_container button:after,
.color_red .wbg_uploaded_file::after,
.color_red .wbg_crop_select,
.color_red .wbg_panel_container > button,
.color_red .wbg_progress:after,
.color_red #cookieWarningText a,
.color_red .rtecontent q:before,
.color_red .rte_class_fancyquote:before,
.color_red .rte_class_colored,
.color_red .rte_class_coloredfancy,
.color_red h1,
.color_red h2 {
    color: #fe9669;
}
.color_red h1,
.color_red h2 {
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.5);
}
.color_red .rte_class_fancyquote,
.color_red .rte_class_reference {
    border-left: 10px solid #fe9669;
}

.color_red .wbg_fileupload {
    border: 3px solid #fe9669;
}
 
.color_red button,
.color_red .btn,
.color_red .download {
    background-color: #fe9669;
}
.color_red button:hover,
.color_red .btn:hover,
.color_red .download:hover {
    border: 1px solid #fe9669;
    background-color: #ce7649;
}
[data-highlight=on] {
    background-color: #ffc;
}