/**
 * Custom Publish CSS 2014. Author EE - Reviewed for 2016 & HTML5
 *
 * CONTENTS
 *
 * Basics........................... Basic and global layout settings
 * Typography....................... Settings for fonts and typography
 * Structure........................ Grid system
 * General Rules.................... OOCSS classes so you don't repeat yourself
 * General Wraps.................... Wrapper classes - page wrapper
 * General Elements................. For elements on all pages
 * Header........................... This is for your header classes
 * Menus & Search................... Styling for menu and search field
 * Forms............................ Styling for forms. Do not alter defautlt sizing
 * Listing.......................... For listing elements
 * View............................. For view elements
 * Sidebar.......................... Sidebar related classes and general box-styling
 * Footer........................... This is for you footer classes
 * Misc............................. Misc CustomPublish elements styles
 * For administrators............... For elements visible when logged into admin
 * Media Queries.................... Stying for mobiles and tablets
 *
 * To quickly jump to section: cmd/ctrl+f and search for #<section title>
 *
 */

/*------------------------------------*
	#BASICS
*------------------------------------*/

html,
body {
    font-size: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    background-color: #fefefe;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img:not([class="cboxPhoto"]) {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.body img[align="left"],
.body img[style*="float: left"] {
    margin-right: .5em;
}

.body img[align="right"],
.body img[style*="float: right"] {
    margin-left: .5em;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}

/*  cf = clearfix, add this class to elements you need to clear  */

.cf::before,
.cf::after {
    display: table;
    content: " ";
}

.cf::after {
    clear: both;
}

.clearfix,
.cpsoptionsclear,
.cpsclear {
    font-size: 1px;
    clear: both;
    height: 0;
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}


/*------------------------------------*
	#TYPOGRAPHY
*------------------------------------*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;

    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
    color: inherit;

    text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 80%;
    line-height: 0;
    color: #767676;
}

h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.25rem;
}
h3 {
    font-size: 1.1875rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.0625rem;
}
h6 {
    font-size: 1rem;
}

h1 time,
h2 time {
    line-height: 0;
    color: #767676;
}

h1 time {
    font-size: 60%;
}
h2 time {
    font-size: 70%;
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.7rem;
    }
    h3 {
        font-size: 1.6375rem;
    }
    h4 {
        font-size: 1.5625rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
}

code,
pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
}

blockquote:after {
    font-family: Georgia, serif;
    font-size: 3em;
    line-height: .3;
    position: absolute;
    z-index: -1;
    left: 0;
    display: inline-block;
    content: "201D";
    color: #e2e2e2;
}

a {
    line-height: inherit;
    cursor: pointer;
    text-decoration: underline;
    color: #007cc0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1585cf;
}

a img {
    border: 0;
}

.headlinelink {
    text-decoration: none;
}
.headlinelink:hover {
    text-decoration: underline;
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
    margin-left: 1.25rem;
    list-style-type: inherit;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    font-weight: bold;
    margin-bottom: .3rem;
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    font-size: .8125rem;
    display: block;
    color: #8a8a8a;
}

cite:before {
    content: " ";
}

abbr {
    cursor: help;
    color: inherit;
    border-bottom: 1px dotted #0a0a0a;
}

code,
pre {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: .125rem .3125rem .0625rem;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
}

kbd {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    margin: 0;
    padding: .125rem .25rem 0;
    color: #0a0a0a;
    background-color: #e6e6e6;
}

table {
    margin-bottom: 1rem;
    border-radius: 0;
}

thead,
table tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    font-weight: bold;
    padding: .5rem .625rem .625rem;
}

thead,
tfoot {
    color: #0a0a0a;
    background: #f8f8f8;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
table tfoot td {
    font-weight: bold;
    padding: .5rem .625rem .625rem;
    text-align: left;
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

tbody th,
table tbody td {
    padding: .5rem .625rem .625rem;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    overflow-y: scroll;
    width: 100%;
}

table:hover tr:hover {
    background-color: #f9f9f9;
}

table:hover tr:nth-of-type(even):hover {
    background-color: #ececec;
}




/*------------------------------------*
	#STRUCTURE
*------------------------------------*/

/* new row container element, does not need extra cf class */

.row,
body.maingeneral #main,
.listingarea.emptypage {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

body.maingeneral #main,
.listingarea.emptypage {
    max-width: 50rem;
    padding: 2rem 0;
}

.row::before,
.row::after,
body.maingeneral #main::before,
body.maingeneral #main::after {
    display: table;
    content: " ";
}

.row::after,
body.maingeneral #main:after {
    clear: both;
}

/* collapse class = no padding on columns, align improved */

.row.collapse > .column,
.row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (min-width: 40em) {
    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 64em) {
    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* expanded = full width rows */

.row.expanded {
    max-width: none;
}

/**
 * Padding = gutter size
 */

.column,
.columns {
    float: left;
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
    float: left;
    width: 100%;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
    float: left;
    width: 50%;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
    float: left;
    width: 25%;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
    float: left;
    width: 20%;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
    float: left;
    width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}

.column.small-centered,
.small-centered.columns {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.small-uncenter,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .medium-up-1 > .column:nth-of-type(1n),
    .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n+1),
    .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1 > .column:last-child,
    .medium-up-1 > .columns:last-child {
        float: left;
    }

    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .medium-up-2 > .column:nth-of-type(1n),
    .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n+1),
    .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2 > .column:last-child,
    .medium-up-2 > .columns:last-child {
        float: left;
    }

    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .medium-up-3 > .column:nth-of-type(1n),
    .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n+1),
    .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3 > .column:last-child,
    .medium-up-3 > .columns:last-child {
        float: left;
    }

    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .medium-up-4 > .column:nth-of-type(1n),
    .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n+1),
    .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4 > .column:last-child,
    .medium-up-4 > .columns:last-child {
        float: left;
    }

    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .medium-up-5 > .column:nth-of-type(1n),
    .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n+1),
    .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5 > .column:last-child,
    .medium-up-5 > .columns:last-child {
        float: left;
    }

    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .medium-up-6 > .column:nth-of-type(1n),
    .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n+1),
    .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6 > .column:last-child,
    .medium-up-6 > .columns:last-child {
        float: left;
    }

    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .medium-up-7 > .column:nth-of-type(1n),
    .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n+1),
    .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7 > .column:last-child,
    .medium-up-7 > .columns:last-child {
        float: left;
    }

    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8 > .column:nth-of-type(1n),
    .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n+1),
    .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8 > .column:last-child,
    .medium-up-8 > .columns:last-child {
        float: left;
    }

    .column.medium-centered,
    .medium-centered.columns {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .medium-uncenter,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 > .column,
    .large-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .large-up-1 > .column:nth-of-type(1n),
    .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n+1),
    .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1 > .column:last-child,
    .large-up-1 > .columns:last-child {
        float: left;
    }

    .large-up-2 > .column,
    .large-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .large-up-2 > .column:nth-of-type(1n),
    .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n+1),
    .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2 > .column:last-child,
    .large-up-2 > .columns:last-child {
        float: left;
    }

    .large-up-3 > .column,
    .large-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .large-up-3 > .column:nth-of-type(1n),
    .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n+1),
    .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3 > .column:last-child,
    .large-up-3 > .columns:last-child {
        float: left;
    }

    .large-up-4 > .column,
    .large-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .large-up-4 > .column:nth-of-type(1n),
    .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n+1),
    .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4 > .column:last-child,
    .large-up-4 > .columns:last-child {
        float: left;
    }

    .large-up-5 > .column,
    .large-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .large-up-5 > .column:nth-of-type(1n),
    .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n+1),
    .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5 > .column:last-child,
    .large-up-5 > .columns:last-child {
        float: left;
    }

    .large-up-6 > .column,
    .large-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .large-up-6 > .column:nth-of-type(1n),
    .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n+1),
    .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6 > .column:last-child,
    .large-up-6 > .columns:last-child {
        float: left;
    }

    .large-up-7 > .column,
    .large-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .large-up-7 > .column:nth-of-type(1n),
    .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n+1),
    .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7 > .column:last-child,
    .large-up-7 > .columns:last-child {
        float: left;
    }

    .large-up-8 > .column,
    .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8 > .column:nth-of-type(1n),
    .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n+1),
    .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8 > .column:last-child,
    .large-up-8 > .columns:last-child {
        float: left;
    }

    .column.large-centered,
    .large-centered.columns {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .large-uncenter,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
}







/*------------------------------------*
	#GENERAL RULES
*------------------------------------*/

.fl {
    float: left;
}
.fr {
    float: right;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.di {
    display: inline;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.formobile {
    display: none;
}
.fortablet {
    display: none;
}
.fordesktop {
    /*display: block;*/
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.donotshow {
    display: none;
    visibility: hidden;
}
.show {
    display: block;
    visibility: visible;
}
.hidewhitespace {
    display: none;
}

.googlemapcontainer {
    clear: both;
    width: 75% !important;
    height: 250px !important 	;
    margin-top: 15px;
    x-margin-bottom: 15px;
	margin-bottom:20px;
}

.basicgmap
{
	height:250px !important;
}


/*------------------------------------*
	#GENERAL WRAPS
*------------------------------------*/

/**
 * max-width = page width - margin 0 auto = centered page
 *
 * WRAPPER CLASS REPLACED BY CLASS "ROW" (see .row) - Endre dec. 2015
 */

/*.wrap {
	display: block;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}*/

#page {
    background-color: rgba(238,250,255,1);
}




/*------------------------------------*
	#GENERAL ELEMENTS
*------------------------------------*/

.skiplink a {
    position: absolute;
    top: -190px;
}

.skiplink a:focus,
.skiplink a:hover {
    position: static;
    left: 0;
    width: auto;
}

#content {
}

#main {
    min-height: 500px;
    padding-left: 0;
}

.pagedescription {
    margin-bottom: 2rem;
    padding: 2rem 0;
}



#path {
    /* margin-bottom: 2rem; */
    padding: 0 1rem;
    background-color: #fafafa;
}

#path a,
#path .pathdelimiter {
    font-size: .75rem;
    text-transform: uppercase;
    /*float: left;*/
    color: #0a0a0a;
}

#path .pathdelimiter {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0 .75rem;
    opacity: 1;
    color: #cacaca;
}

#path a {
    text-decoration: none;
    color: #2199e8;
}

#path a:last-of-type {
    font-weight: 600;
    color: #333;
}

#path a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 40em) {
    #path {
        padding: 0;
    }
}

@media screen and (min-width: 64em) {

    #content {
        padding-top: 7.3em;
    }
}





/*------------------------------------*
	#HEADER
*------------------------------------*/



#header {
    padding: 0 0 0;
    transition: all .5s ease;
    background:    -moz-linear-gradient(top,  rgba(209,237,255,1) 0%, rgba(238,250,255,1) 87%, rgba(242,252,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(209,237,255,1) 0%,rgba(238,250,255,1) 87%,rgba(242,252,255,0) 100%);
    background:         linear-gradient(to bottom,  rgba(209,237,255,1) 0%,rgba(238,250,255,1) 87%,rgba(242,252,255,0) 100%);
    background-color: #fff;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1edff', endColorstr='#00f2fcff',GradientType=0 );
}

#header > .row {
    padding: 2rem 0;
}

.logo {
    text-align: center;
}

.logo img {
    max-height: 61px;
    transition: all .5s ease;
}

.logoimg {
    /* max-height: 131px; */
}

.header-bar {
    padding: .5em 0 .25em 0;
    background-color: #223;
}

.header-bar .columns {
    margin: 0;
}

.header-bar .topmenu > li {
    display: inline-block;
}

.header-bar .topmenu > li a {
    font-size: .9em;
    margin-right: 1em;
    text-decoration: none;
    text-decoration: none;
    color: #acf;
}

.header-bar .topmenu > li a:hover {
    text-decoration: underline;
}


@media screen and (min-width: 40em) {

    #header .mainmenu {
        padding-top: .9rem;
    }

    #header.is-sticky {
        padding: 0;
    }

    #header.is-sticky .logo img {
        /* height: 40px; */
    }

    #header.is-sticky .mainmenu {
        /* padding-top: 0; */
    }

    #header > .row {
        padding: 1rem 0;
    }

    .logo {
        margin-bottom: 0;
        text-align: left;
    }
}

@media screen and (min-width: 64em) {

    #header {
        position: fixed;
        z-index: 9999;
        width: 100%;
    }
}





/*------------------------------------*
	#MENUS AND SEARCH
*------------------------------------*/



/* begin fancy menu styles */

/* uncomment this to use slideout menu
#menupanel{
	background-color: #1d1d1d;
	color: #fff;
	padding: 1em;
	display: none;
}

#menupanel a{
	color: rgb(255,255,255);
	color: rgba(255,255,255, 0.8);
}

#menupanel .search{
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.slideout-open #menupanel{
	display: block;
}

.menubtnslideout{
	float: right;
} */

/* slideoutjs styles */
/*
.slideout-menu {
	position: fixed;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 75%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.slideout-panel {
	position: relative;
	z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}
*/
/* end fancy menu styles */

/*.menubtnbasicmenu,*/
.menubtnslideout {
    display: none;
}

/*.menubtnslideout,*/
.menubtnbasicmenu {
    display: block;
}

.menu,
.menu ul,
.submenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mainmenu {
    display: none;
    transition: padding-top .5s ease;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    position: absolute;
    left: 0;
}

.mainmenu > li {
    display: block;
    margin-right: 0;
}

.mainmenu > li > a {
    font-weight: 300;
    display: block;
    padding: 1rem 2rem;
    text-decoration: none;
    color: rgb(63,76,107);
}

.burger {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.burger li {
    width: 30px;
    height: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #333;
}

.landingpagearea .pagesubmenucontainer {
    padding: 4rem 0;
    text-align: center;
}

.pagesubmenu{
    display: none;
}

.landingpagearea .pagesubmenu{
    display: block;
    padding: 0 1rem;
}

.pagesubmenu > li {
    margin-bottom: 1em;
}

.pagesubmenu > li > a {
    font-size: 1.2em;
    font-weight: 300;
    display: block;
    padding: 1em;
    transition: all .2s ease;
    text-decoration: none;
    color: #223;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.landingpagearea .pagesubmenu > li > a {
    background-color: rgba(209,237,255,1);
}

.pagesubmenu > li > a:hover,
.pagesubmenu > li.itemselected > a {
    border-color: #acf;
    background-color: #dbeaff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.pagesubmenu > li.hassubitem.itemselected > a {
    margin-bottom: 0;
    border-bottom: 0;
}

.pagesubmenu > li.hassubitem.itemselected > ul {
    margin-bottom: 1em;
    border: 1px solid #acf;
    border-top: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.pagesubmenu > li.hassubitem.itemselected > ul a {
    display: block;
    padding: .25em 1em;
    transition: all .2s ease;
    text-decoration: none;
    color: #333;
    background-color: #dbeaff;
}

.pagesubmenu > li.hassubitem.itemselected > ul a:hover,
.pagesubmenu > li.hassubitem.itemselected > ul .itemselected a {
    background-color: #acf;
}

.pagesubmenu a .bgimg {
    display: block;
    padding-top: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.landingpagearea .pagesubmenu a {
    padding: 0;
}

.landingpagearea .pagesubmenu div {
    padding: 1rem;
}





/**
 * Searchform
 */

.language,
.search {
    vertical-align: middle;
}

.language img {
    vertical-align: inherit;
}

.search {
    z-index: 9999;
    right: 1em;
    display: none;
    min-width: 280px;
    padding: 1em;
    border: 1px solid #eee;
    background-color: #fff;
}

#searchform {
    display: inline-block;
    overflow: hidden;
    height: 1.8rem;
    border-bottom: 2px solid #acf;
}

.searchinput[type="text"]:not([size]) {
    font-size: 1em;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 1.8rem;
    padding-left: 0;
    vertical-align: middle;
    color: #acf;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.searchsubmit[type="submit"] {
    display: inline-block;
    height: 100%;
    margin: -2px 0 0 0;
    padding: 0 1rem;
    cursor: pointer;
    vertical-align: middle;
    color: #223;
    border: 0;
    border-radius: 0;
    background-color: #acf;
}

.searchtrigger {
    line-height: 1;
    float: right;
    overflow: hidden;
    width: 35px;
    height: 35px;
    padding: 7px;
    vertical-align: middle;
    border-radius: 100%;
    background-color: #1c1c4c;
}

.mobiletogglebtn a{
    font-size: 1.2em;
    font-weight: 300;
    display: block;
    padding: 1em;
    transition: all .2s ease;
    text-decoration: none;
    color: #223;
    border: 1px solid #e0e0e0;
    background-color: #e6edf0;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    margin-bottom: 0.5rem;
}



@media screen and (min-width: 40em) {
    .headertools {
        padding-top: .6em;
        transition: all .5s ease;
        text-align: right;
    }

    #header.is-sticky .headertools {
        padding-top: 0;
    }


    .burger {
        margin: 0;
        padding: .5rem 2rem;
    }

    .mainmenu {
        display: block;
        margin-left: auto;
        /* border-left: 1px solid #222233; */
        /* padding-left: 3rem; */
        padding-top: .6em;
        background-color: transparent;
        position: relative;
        width: auto;
    }

    .mainmenu > li {
        position: relative;
        display: inline-block;
        /* width: 48%; */
        vertical-align: top;
    }

    .mainmenu > li > a {
        font-size: 1.15em;
        line-height: 1;
        display: block;
        display: inline-block;
        margin-right: 1rem;
        padding: .5rem 0;
        transition: all .2s ease;
        text-decoration: none;
    }

    .mainmenu > li > a:hover,
    .mainmenu > li.itemselected > a {
        color: #05abe0;
    }

    /* .mainmenu > li > a:after{
		content: " ";
		height: 3px;
		background-color: #eee;
		width: 100%;
		display: block;
		margin: 0.25em 0 0;
		transition: all 0.15s ease;
	}

	.mainmenu > li > a:hover:after,
	.mainmenu > li.itemselected > a:after{
		background-color: #222233;
	} */

    .menubtn {
        display: none;
    }

    .searchtrigger{
        margin-top: 0.7rem;
    }

    .searchinput[type="text"]:not([size]) {
        min-width: 180px;
    }

    .subpagemenucontainer,
    .subpagemenucontainer ul {
        padding-right: 3rem;
    }

    .submenucontainerinner {
        border-right: 1px solid #ccc;
    }

    .landingpagearea .pagesubmenu > li {
        display: inline-block;
        width: 33%;
        padding: 1em;
        vertical-align: top;
    }

    .pagesubmenu li {
        display: block;
        width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 64em) {

    .mobiletogglebtn{
        display: none;
    }

    .pagesubmenu{
        display: block;
    }
}





/*------------------------------------*
	#FORMS
*------------------------------------*/

form.cpsimpleform {
    clear: both;
    margin: 1rem 0;
    padding: 1em;
    /*border: 1px solid #eee;*/
    border-radius: 3px;
    background-color: #fafafa;
}

.cpadminmode form.cpsimpleform {
    margin-bottom: 0;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
    /*width: 100%;*/
    height: 2.4375rem;
    /*margin: 0 0 1rem;*/
    margin: 0;
    padding: .5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);

    -webkit-appearance: none;
       -moz-appearance: none;
}

[type="text"]:not([size]),
[type="password"]:not([size]),
[type="date"]:not([size]),
[type="datetime"]:not([size]),
[type="datetime-local"]:not([size]),
[type="month"]:not([size]),
[type="week"]:not([size]),
[type="email"]:not([size]),
[type="number"]:not([size]),
[type="search"]:not([size]),
[type="tel"]:not([size]),
[type="time"]:not([size]),
[type="url"]:not([size]),
[type="color"]:not([size]) {
    width: 100%;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
    transition: box-shadow .5s, border-color .25s ease-in-out;
    border: 1px solid #8a8a8a;
    outline: none;
    background: #fefefe;
    box-shadow: 0 0 5px #cacaca;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    cursor: default;
    background-color: #e6e6e6;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
    margin: 0 0 1rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: .5rem;
    cursor: pointer;
    vertical-align: baseline;
}

#sitefeedbackbox [type="checkbox"] + label,
#sitefeedbackbox [type="radio"] + label {
    margin-left: 2px;
}

label > [type="checkbox"],
label > [type="label"] {
    margin-right: .5rem;
}

label,
.cpstextheading {
    font-size: .875rem;
    font-weight: normal !important;
    line-height: 1.8;
    display: block;
    margin: 0;
    color: #0a0a0a;
}

.cpselementcontainer > div > .cpsstatictext {
    font-size: .8125rem;
    font-style: italic;
    margin-top: -.5rem;
    color: #333;
}

fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem;
    background: #fefefe;
}

select {
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem 1.5rem .5rem .5rem;
    cursor: pointer;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb(51, 51, 51)\"></polygon></svg>");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 9px 6px;

    -webkit-appearance: none;
       -moz-appearance: none;
}

@media screen and (min-width: 40em) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:disabled {
    cursor: default;
    background-color: #e6e6e6;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
}

input:invalid {
    border-color: #ec5840;
    background-color: rgba(236, 88, 64, .1);
}

.is-invalid-label {
    color: #ec5840;
}

.cpsimpleform input[type="text"]:not([size]),
.cpsimpleform input[type="email"]:not([size]),
.cpsimpleform input[type="tel"]:not([size]) {
    width: 98%;
    max-width: 20em;
}

.cpsimpleform input[type="tel"]:not([size]),
.cpsimpleform input.sfx-phone:not([size]) {
    width: 10em;
}

input.sfx-phone[type="tel"]:not([size]),
input.sfx-telefon[type="tel"]:not([size]) {
    width: 8em;
}

input.sfx-postal-code[type="text"]:not([size]),
input.sfx-zip-code[type="text"]:not([size]),
input.sfx-postnr[type="text"]:not([size]) {
    width: 8em;
}

/*.cpsimpleform input[type="submit"],
.cpsimpleform input[type="button"],
.cpsimpleform button*/

input[type="submit"],
input[type="button"],
button {
    font-size: .9rem;
    line-height: 1;
    display: inline-block;
    margin: 0 1rem 1rem 0;
    padding: .85em 1em;
    cursor: pointer;
    transition: all .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #2199e8;

    -webkit-appearance: none;
}

/*.cpsimpleform input[type="submit"]:hover,
.cpsimpleform input[type="button"]:hover,
.cpsimpleform button:hover*/

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    color: #fff;
    background: #1583cc;
}

#main .cpselementcontainer {
    margin-bottom: 1rem;
}

#main .cpselementcontainer.horizontal > div > label,
#main .cpselementcontainer.horizontal > div > .cpstextheading,
#main .cpselementcontainer.horizontal > div > .cpsoptions {
    display: inline-block;
    min-width: 15%;
    margin-right: 1rem;
    vertical-align: top;
}

.cpselementcontainer .cpsstatictext {
    margin: 2px 0 5px;
    padding-top: 2px;
}

#main .optionshorizontal .cpsradiooption,
#main .optionshorizontal .cpscheckboxoption {
    float: left;
    margin-right: 5px;
    white-space: nowrap;
}

#main .cpsimpleform div.cpsfile {
    padding: .5em;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #eee;
}

span.mandatory {
    font-size: 1.4em;
    margin-left: 2px;
    color: #ec5840;
}

.formpropertiesbox {
    font-size: 80%;
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 2rem !important;
    padding: 1rem !important;
    border: 1px solid #2199e8 !important;
    border-bottom-width: 3px !important;
    background-color: #fafafa !important;
}

.formpropertiesbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.formpropertiesbox ul li {
    display: inline-block;
    margin-right: 1rem;
}






/*------------------------------------*
	#LISTING
*------------------------------------*/



.regularlistingarea {
    padding-top: 2rem;
}

.pageinfobox .pageinfoboxcontent {
    margin: 2rem auto;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.pageinfobox .pagetitle {
    font-size: 2.4em;
}

.articlelist .articleblock {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1.0);
}

.articlelist .articleblock figure {
    margin: 0 1rem 0 0;
}

.articlelist .articleblock .textwrap {
    text-rendering: optimizeLegibility;
}

.articlelist .articleblock.nopic .textwrap {
    float: none;
    width: 100%;
}

.articlelist .buybtn{
    display: none;
}

.articlelist .artisproduct .buybtn{
    display: block;
}

.articlelist .artisproduct .buybtn a{
    display: inline-block;
    text-decoration: none;
    background-color: #007cc0;
    color: #fff;
    margin-top: 0.5rem;
    padding: 0.5rem 1.5rem;
    transition: all 0.2s ease;
}

.articlelist .artisproduct .buybtn a:hover{
    background-color: #0593e1;
}

.listingarea hr,
.hr {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
}



.articlelist .headline {
    text-rendering: optimizeLegibility;
}

.articlelist .subheadline {
    font-size: 1.3em;
    margin-top: 0;
}

div.pagebar {
    text-align: center;
}

.slideshowwrap {
    margin: 2rem auto 0 auto;
    transition: opacity 1s ease;
    /* padding: 2rem 0; */
    opacity: 0;
}

.slideshow .slide {
    height: 100%;
    padding: 1rem;
}

.slideshow .slideinner {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.slideshow figure.listingpic {
    margin: 0;
    padding: 1rem;
    text-align: center;
    background-color: #eee;
}

.slideshow img.dynimage{
    margin: 0 0 0.5rem 0;
}

.slideshow .imgcontainer {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slideshow .headline {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #445;
}

.slideshow .ingress {
    font-weight: 300;
}

.slideshow .ingress p {
    font-size: .9em;
    line-height: 1.6;
    margin-bottom: 1rem;
    letter-spacing: .02em;
}

.articlelist.gridlisting .articleblock {
    padding-top: 0;
    background-color: transparent;
}

.articlelist.gridlisting .articleblockinner {
    height: 100%;
    padding: 1rem;
    background-color: #fff;
}

.articlelist.gridlisting .articleblock .headline {
    font-size: 1.3em;
    margin: 1rem 0;
}

.extrainfo {
    margin-bottom: 2rem;
}

.extrainfo .sidebar > div {
    height: 100%;
}

.extrainfo img {
    vertical-align: middle;
}


@media screen and (min-width: 40em) {
    .slidetextwrap {
        padding: 2rem 4rem;
    }

    .slideshow .slidetextwrapinner {
        padding: 0 2rem;
        /* margin-top: 1rem; */
    }

    .slideshow .slideinner {
        padding: 2rem;
    }
}

@media screen and (min-width: 64em) {
}



/*------------------------------------*
	#VIEW
*------------------------------------*/

.viewarea {
    margin: 2rem auto;
}

.viewareacontent {
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.viewareacontent > section,
.viewareacontent > article {
    padding: 0 1rem;
}

.viewarea .listingpic {
    margin: 0 0 2rem 0;
}

.viewarea .listingpic img {
    margin-bottom: 1rem;
}

.viewarea .listingpic figcaption {
    font-size: .813em;
    font-style: italic;
    padding: 0 1rem;
    color: #767676;
}

.viewarea .articleheader {
    padding: 0 1rem;
}

.body,
.headlineview,
.ingressview {
    text-rendering: optimizeLegibility;
}

.tools {
    margin-bottom: 1rem;
}

.tools a {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 3px;
}

.headlineview {
    font-size: 2em;
}



.viewarea .byline {
    font-size: 80%;
    line-height: 1;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.paragraphpictable {
    display: block;
    width: 100%;
    height: auto;
}

.paragraphpictable .paragraphpictext {
    font-size: .9em;
    font-style: italic;
    padding-top: .3rem;
    color: #767676;
}

.articlemedia.articlemediaimages {
    margin-top: 2rem;
}

.articlemediaimages .articleimage img {
    line-height: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    transition: box-shadow 200ms ease-out;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
}

.articlemediaimages .articleimage img:hover,
.articlemediaimages .articleimage img:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, .5);
}

.viewarea .forum {
    margin: 2rem 0;
    padding: 0 1rem 1rem;
    background-color: #fbfbfb;
}

.viewarea .forum h3 {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.viewarea .forum .cpforumformwrapper fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.viewarea .forum .cpforumformwrapper legend {
    display: none;
}

.viewarea .forum .cpforumformwrapper .mandatory {
    font-size: .875em;
}

.viewarea .forum .cpforumformwrapper br {
    display: none;
}

.viewarea .forum .cpforumformwrapper input[type="text"]:not([size]) {
    width: 100%;
    max-width: 100%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfname input[type="text"]:not([size]) {
    width: 98%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfbody textarea {
    width: 100%;
    max-width: 100%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfreplyto {
    display: none;
}

.viewarea .forum .cpforum .forumpost {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.viewarea .forum .cpforum > .posting > li > .forumpost {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 3px solid #eee;
}

.viewarea .forum .cpforum .posting .posting {
    margin-top: 1rem;
    border-left: 3px solid #f0f0f0;
}

.viewarea .forum .cpforum .subject {
    font-size: 1.2em;
}

.viewarea .forum .cpforum .postingdate {
    font-style: italic;
    margin-bottom: 1rem;
    color: #767676;
}


/* accordion style extended article
 * usage: check "Dynamic" on the article paragraphs
 */

.articleparagraphdynamic {
    transition: all .25s ease-out;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
}

.articleparagraphdynamic h2.paragraphheadline {
    font-size: .75rem;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1.25rem 1rem;
    transition: all .2s ease-out;
    color: #2199e8;
    border-bottom: 1px solid #e6e6e6;
}

.articleparagraphdynamic h2.paragraphheadline:hover,
.articleparagraphdynamic h2.paragraphheadline:focus {
    cursor: pointer;
    background-color: #e6e6e6;
}

:last-child > .articleparagraphdynamic h2.paragraphheadline {
    border-bottom-width: 0;
}

.articleparagraphdynamic h2.paragraphheadline::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+";
}

.articleparagraphdynamic.is-active > h2.paragraphheadline::before {
    content: "–";
}

.articleparagraphdynamic .paragraphtext {
    display: none;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #e6e6e6;
}

.articleparagraphdynamic.is-active {
    background: #fafafa;
}

.articleparagraphdynamic.is-active .paragraphtext {
    display: block;
}

.articleparagraphdynamic:not(:last-of-type),
.articleparagraphdynamic .paragraphtext {
    border-bottom: 0;
}

.articleparagraphdynamic:last-child {
    margin-bottom: 1rem;
}


@media screen and (min-width: 40em) {
    .viewareacontent > section,
    .viewareacontent > article {
        padding: 0;
    }

    .viewarea figcaption {
        padding: 0;
    }

    .viewarea .articleheader {
        padding: 0;
    }

    .ingressview {
        font-size: 1.2em;
    }

    .viewarea .byline {
        padding: .5rem 0;
    }

    .viewarea .byline .date {
        padding-left: 1.9rem;
        border-left: 1em solid #eee;
    }

    .paragraphpictable {
        float: right;
        width: 35%;
        padding: 1rem 0 1rem 1rem;
    }

    .viewarea .forum .cpforumformwrapper .cpselementcontainercpfname,
    .viewarea .forum .cpforumformwrapper .cpselementcontainercpfemail {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 64em) {
}





/*------------------------------------*
	#SIDEBAR
*------------------------------------*/

#mainsidebar {
    padding-right: 0;
}

/**
 * standard box/widget
 */

.box {
    margin: 0;
    padding: 0;
}

.caption {
    font-size: 1.350em;
    font-weight: 300;
    margin: 0 0 .25em 0;
    padding: 0 0 .25em 0;
}

.box ul,
.box ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}





/*------------------------------------*
	#FOOTER
*------------------------------------*/

#footer {
    /* padding-bottom: 2rem;
	padding-top: 1rem; */
    /* background-color: #222233;
	color: #AACCFF; */
    background:    -moz-linear-gradient(top,  rgba(209,237,255,1) 0%, rgba(238,250,255,1) 87%, rgba(242,252,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(209,237,255,1) 0%,rgba(238,250,255,1) 87%,rgba(242,252,255,0) 100%);
    background:         linear-gradient(to bottom,  rgba(209,237,255,1) 0%,rgba(238,250,255,1) 87%,rgba(242,252,255,0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1edff', endColorstr='#00f2fcff',GradientType=0 );
}

#footer a {
    color: rgb(63,76,107);
}

#footer h3 {
    font-size: 1.3em;
    font-weight: 500;
}

#footer .cell {
    font-size: 90%;
    padding: 2rem;
}

#footer .contactinfo {
    /* background-color: #2F2F7F; */
}

#footer .contactnumbers {
    /* background-color: #1C1C4C; */
}

#footer address {
    font-style: normal;
}

.cpcredits {
    font-size: .8em;
    margin-bottom: 2em;
    text-decoration: none;
    color: #ccc;
}

#copyright {
    font-size: .8em;
}

@media screen and (min-width: 40em) {
    #footer .contactnumbers .cell {
        /* padding-top: 4.4rem; */
    }
}

@media screen and (min-width: 64em) {
}




/*------------------------------------*
	#MISC
*------------------------------------*/

#main > center {
    /* display: none; */
}

.errmsg {
    font-weight: bold;
    padding: .5em;
    color: #a00;
    border: 1px solid #a00;
    background: #ffd9d9;
}

.searchpage .headline{
    font-size: 1.3rem;
}

/**
 * weather forecast
 */



.weathertablefivedays td {
    padding: 5px;
}

.weathertablefivedays .weatherlocname {
    font-weight: bold;
}

/**
 * Calendar
 */

.icalendardayhead {
    background-color: #f0f0f0;
}

.monthlycalendartable {
    width: 100%;
}

.calendardate {
    color: #333;
}

.caltime {
    margin-right: 15px;
}

.vevent {
    padding: .5em 0 .5em 2em;
    border: 1px solid #666;
    background-color: #eee;
}

.calevent {
    margin: 0 0 .5em;
    padding: .5em;
}

.calevent .eventwhen {
    margin-right: 10px;
}

/* calendarview v3 */

.articlecalendarwrapper .articlecalendarwrapper {
    margin-bottom: 2em;
    margin-bottom: 2rem;
}

.articlecalendarwrapper h5.caldayheader {
    font-weight: 200;
    margin: .5em 0;
    padding: .5em;
    border-top: 1px solid #ccc;
    background: #fafafa;
}

.articlecalendarwrapper .calevent {
    padding: 0 0 .5em 1em;
}

.articlecalendarwrapper .calevent .caleventtime,
.articlecalendarwrapper .calevent .caleventwhat,
.articlecalendarwrapper .calevent .caleventcat,
.articlecalendarwrapper .calevent .caleventicallink {
    display: inline-block;
}

.articlecalendarwrapper .calevent .caleventtime {
    width: 25%;
}

.articlecalendarwrapper .calevent .caleventwhat {
    width: 50%;
}

.articlecalendarwrapper .calevent .caleventcat {
    width: 15%;
}

.articlecalendarwrapper .calevent .caleventicallink {
    width: 10%;
}

/* calendarlist v3 */

.calendarlistblockver3 .caleventdisplay {
    margin: 0 0 1em 0;
    padding: .5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.calendarlistblockver3 .calendarwhenwrap,
.calendarlistblockver3 .calendarwhatwrap {
    display: inline-block;
    vertical-align: top;
}

.calendarlistblockver3 .calendarwhenwrap {
    width: 28%;
    text-align: center;
}

.calendarlistblockver3 .calendarwhatwrap {
    width: 72%;
    margin-left: -5px;
}

.calendarlistblockver3 .calendardatedaynum {
    font-size: 2.8em;
    line-height: 1;
    display: block;
}

.calendarlistblockver3 .calendardatedaymonth {
    display: block;
}

.calendarlistblockver3 .caleventsummary {
    font-size: 1.1875rem;
}

.calendarlistblockver3 .caleventsummary a {
    text-decoration: none;
}

.calendarlistblockver3 .caleventsummary a:hover {
    text-decoration: underline;
}

.calendarlistblockver3 .calendarwhatwrap .caleventdescription {
    display: none;
    padding-left: 1em;
    border-left: 1px solid #ccc;
}

.calendarlistblockver3 .caleventtmeta > div,
.calendarlistblockver3 .caleventtmeta > time {
    padding-left: 1.5em;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.calendarlistblockver3 .caleventtmeta .caleventlocation {
    background-image: url(../images/location.png);
}

.calendarlistblockver3 .caleventtmeta time {
    background-image: url(../images/clock.png);
}

.calendarlistblockver3 .caleventtmeta .caleventcategory,
.calendarlistblockver3 .caleventtmeta .caleventorganizator,
.calendarlistblockver3 .caleventtmeta .caleventemail,
.calendarlistblockver3 .caleventtmeta .caleventweekno {
    display: none;
}

@media screen and (min-width: 40em) {
    .calendarlistblockver3 .caleventtmeta > div,
    .calendarlistblockver3 .caleventtmeta > time {
        display: inline-block;
        min-width: 48%;
    }

    .calendarlistblockver3 .calendarwhenwrap {
        width: 20%;
    }

    .calendarlistblockver3 .calendarwhatwrap {
        width: 80%;
        margin-left: -5px;
    }

    .calendarlistblockver3 .caleventsummary {
        font-size: 1.6375rem;
    }
}

@media screen and (min-width: 64em) {
    .calendarlistblockver3 .calendarwhenwrap {
        width: 15%;
    }

    .calendarlistblockver3 .calendarwhat {
        width: auto;
        margin-left: 0;
    }
}


/**
 * Effects of wide page classes
 */



.widemain #mainsidebar,
.widefull #mainsidebar,
.widefull .subpagemenucontainer {
    display: none;
}

.widefull #main {
    float: none;
    width: 100%;
}

.nostyle {
    margin: 0;
    padding: 0;
    list-style: none;
}

.scaletext .small {
    font-size: .8em;
}
.scaletext .medium {
    font-size: 1em;
}
.scaletext .large {
    font-size: 1.3em;
}

#colorbox:focus {
    outline: 0;
}

#cboxOverlay {
    background: #000 !important;
}

/**
 * Search
 */

#mngogosearchform > table,
#mngogosearchform > table td {
    display: block;
    width: 100%;
    text-align: left;
}

.solrsearch .solrsearch.block .ingress {
    padding-left: 0;
}


/**
 * Calendar v3
 */


/**
 * Sitemap
 *
 * - This design is just an example. Sitemap using flexbox
 * to achieve equal height columns.
 *
 */

#sitetree ul {
    list-style: none;
}

#sitetree > ul {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

#sitetree > ul > li {
    float: left;
    width: 24%;
    margin-bottom: 1em;
    margin-bottom: 1%;
    padding: 1em;
    background-color: #fafafa;
}

#sitetree > ul > li > a {
    font-size: 1.1em;
    font-weight: 600;
    color: #454545;
}

#sitetree ul a {
    text-decoration: none;
}

#sitetree ul a:hover {
    text-decoration: underline;
}


/**
 * Article archive
 */

.artarchiveweekhead {
    margin-bottom: .25em;
    padding-bottom: .25em;
    border-bottom: 1px solid #ccc;
}

.articlearchive .artarchiveweekhead {
    margin-top: 2em;
}

.articlearchive .artarchivedate {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top;
}

.articlearchive .artarchiveupdated {
    display: none;
}

.articlearchive .artarchivetitle {
    display: inline-block;
    float: none;
    width: auto;
}

#main .shoppingcartver3 .priceinfo,
#main .shoppingcartver3 .buyproductmodule-toprow,
#main .shoppingcartver3 .buyproductmodule .addtocartoption {
    float: none;
    width: 100%;
}

#main .shoppingcartver3 .buyproductmodule .addtocartoption {
    max-width: 230px;
    margin-left: 0;
}

#main .shoppingcartver3 .priceinfo {
    text-align: left;
}

#main .buyproductmodule-toprow,
.checkoutcouponrow {
    display: none;
}

.checkoutpage #main {
    max-width: 55rem;
    margin: 0 auto;
    padding: 2rem !important;
    background-color: #fff;
}

.prodview .headlineview {
    font-size: 1.4rem;
}



/**
 * Product add to cart fix
 */

#main .shoppingcartver3 .buyproductmodule .addtocartoption {
    max-width: 500px;
}

.shoppingcartver3 .buyproductmodule .btnwrap {
    height: auto;
}

.shoppingcartver3 .buyproductmodule .buybtn {
    max-width: 230px;
}

.shoppingcartver3 .buyproductmodule .addedtocartsecondarymsg {
    background-color: #26A65B;
    font-size: 1rem;
    border-radius: 3px;
}

.shoppingcartver3 .buyproductmodule .btnhasbeenactivated .addedtocartsecondarymsg {
    height: 61px;
}

.shoppingcartver3 .buyproductmodule .addedtocartsecondarymsg:hover {
    background-color: #26A65B;
}

.shoppingcartver3 .buyproductmodule .addedtocartsecondarymsg a {
    width: auto;
    height: 45px;
    display: inline-block;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0.5em 2em 0.5em 3em;
    text-align: center;
    border-bottom: 3px solid #2C3E50;
    border-radius: 3px;
    background-color: #4183D7;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.shoppingcartver3 .buyproductmodule .addedtocartsecondarymsg a:hover {
    background-color: #2C3E50;
}




/**
 * Shop4 checkout
 */

#main #checkoutcustomerdetails .cpselementcontainer {
    margin-bottom: 0;
}

#checkoutcustomerdetails .cpselementcontainerfirstname,
#checkoutcustomerdetails .cpselementcontainerlastname,
#checkoutcustomerdetails .cpselementcontaineraddress,
#checkoutcustomerdetails .cpselementcontaineraddress2,
#checkoutcustomerdetails .cpselementcontainerzipcode,
#checkoutcustomerdetails .cpselementcontainercity,
#checkoutcustomerdetails .cpselementcontaineremail,
#checkoutcustomerdetails .cpselementcontaineremail2 {
    float: left;
    width: 50%;
}

#checkoutcustomerdetails .cpselementcontainerzipcode {
    width: 10%;
}

#checkoutcustomerdetails .cpselementcontainercity {
    width: 32%;
}

#checkoutcustomerdetails .cpselementcontainerzipcode input {
    max-width: 4em;
}


/**
 * Mypage
 */

ul.editmyinfomenu {
    list-style: none;
}

ul.editmyinfomenu > li {
    display: inline-block;
    margin-right: 1em;
}

ul.editmyinfomenu > li > a {
    display: block;
}


@media screen and (min-width: 40em) {
    .artarchivedate {
        float: left;
        width: 25%;
        padding-right: 1em;
        text-align: right;
    }

    .articlearchive .artarchiveupdated {
        font-size: .75em;
        display: block;
    }

    .artarchivetitle {
        float: left;
        width: 75%;
    }

    #mngogosearchform > table {
        display: table;
        width: auto;
        text-align: inherit;
    }

    #mngogosearchform > table td {
        display: table-cell;
        width: inherit;
    }

    .solrsearch .solrsearch.block .ingress {
        padding-left: 1rem;
    }

    .prodview figure.listingpic {
        float: right;
    }
}

@media screen and (min-width: 64em) {
}





/*------------------------------------*
	#FOR ADMINISTRATORS
*------------------------------------*/

.empty-page-message {
    font-size: 1.1em;
    margin: 0 0 .5em 0;
    padding: 1.5em;
    color: #446cb3;
    border-radius: 3px;
    background-color: #e4f1fe;
}

.empty-page-message .new-article-btn {
    display: inline-block;
    padding: .5em 1em;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-bottom: 3px solid #3a539b;
    border-radius: 2px;
    background-color: #4183d7;
}

.empty-page-message .new-article-btn:hover {
    border-top: 1px solid #e4f1fe;
    border-bottom: 2px solid #3a539b;
}

.empty-page-message .new-article-btn:active {
    border-top: 3px solid #e4f1fe;
    border-bottom: 0;
}

.empty-page-menu {
    margin: 2em 0;
}
.empty-page-menu span {
    display: block;
    margin-bottom: .5em;
}

.empty-page-menu ul li a {
    display: block;
    margin-bottom: .5em;
    padding: .4em;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fafafa;
}

.empty-page-menu li a:hover {
    background-color: #eaeaea;
}

.articleadminbar {
    font-size: .66em;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    display: none;
    width: 150px;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: 0;
    padding: .35rem .5rem;
    text-align: center;
    color: #666;
    border: 1px dotted #d2d7d3;
    background-color: #f0f0f0;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.articleheader .articleadminbar {
    top: 0;
    right: 0;
    bottom: auto;
    display: inline-block;
    opacity: .3;
}

.articleblock:hover .articleadminbar,
.articleheader:hover .articleadminbar {
    display: inline-block;
    opacity: 1;
}

.articleadminbar > span {
    font-weight: 600;
    margin-right: 4px;
    vertical-align: middle;
    text-transform: uppercase;
}

/* how to scale text msg */

.howtoscaletext {
    font-size: 1.4em;
    position: absolute;
    z-index: 10000;
    top: 10px;
    display: none;
    min-width: 30em;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 50px 10px 10px;
    color: #333;
    border: 1px solid #999;
    background-color: #ffd;
    box-shadow: 0 0 10px #999;
}
.howtoscaletext .close {
    font-weight: bold;
    line-height: 1.0em;
    position: absolute;
    top: 7px;
    right: 5px;
    display: inline-block;
    margin: 0;
    padding: 3px;
    color: #333;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 3px #999;
    text-shadow: none;
}
.howtoscaletext .close:hover,
.howtoscaletext .close:focus {
    margin: 0;
    cursor: pointer;
    color: #000;
    border-color: #000;
    background-color: #ddd;
}

@media screen and (min-width: 40em) {
    .empty-page-message {
        width: 45%;
    }

    .empty-page-menu ul li a {
        max-width: 45%;
    }
}

@media screen and (min-width: 64em) {
}





/*------------------------------------*
	#MEDIA QUERIES
*------------------------------------*/

@media all and (max-width: 768px) {
    #main {
        min-height: 0;
    }

    .fortablet {
        display: block;
    }
    .fordesktop {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .fl,
    .fr {
        float: none;
    }

    body.maingeneral #main,
    .listingarea.emptypage {
        padding-right: 1em;
        padding-left: 1em;
    }

    #sitetree > ul > li {
        float: none;
        width: 100%;
    }
}

@media print {
    * {
        color: #000 !important;
        border-color: #666 !important;
        background-color: #fff !important;
        background-image: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
        font-size: 11pt;
    }

    #header,
    #topnav,
    #navigation,
    #subnavbar,
    #mainsidebar,
    #footer,
    #cp,
    #searchform,
    .corner,
    #taleweb,
    #talewebholder,
    #PAFTOOLBAR,
    #skiplink,
    .skiplink,
    .adminbar,
    .cpeditlinks {
        display: none !important;
    }

    #page,
    #main {
        float: none !important;
        width: auto !important;
        min-width: 0 !important;
        border: none !important;
    }

    .side {
        padding: 0;
    }

    .box,
    .articleblock {
        page-break-inside: avoid;
    }

    th {
        color: #000 !important;
        background-color: #ccc !important;
    }

    tr:nth-child(2n+1) {
        background-color: #dedede !important;
    }
    tr:nth-child(2n+1) {
        background-color: transparent !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
}