/* input(3908,5): run-time error CSS1019: Unexpected token, found '}' */
/* input(3907,5): run-time error CSS1019: Unexpected token, found '}' */
/*!
 * jQuery UI Tabs 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/*!
 * jQuery UI Slider 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.6em;}
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.

    #CA992C = gold
----------------------------------------------------------*/

html {
    height  : auto;
    overflow: hidden;
}
body{
     width:100%;
     height:auto;
     min-height:1000px !important;
     overflow: auto;
     font-size:12pt !important;
     font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
     margin: 0px auto;
     padding: 0;
     color: #666;
     -webkit-background-size: cover;
     -moz-background-size:cover;
     -o-background-size:cover;
     -webkit-font-smoothing: antialiased;
     /*Custom scrollbars for Internet Explorer*/
     scrollbar-base-color: #FFFFFF;
     scrollbar-3dlight-color: #FFFFFF;
     scrollbar-highlight-color: #FFFFFF;
     scrollbar-track-color: #EBEBEB;
     scrollbar-arrow-color: #CA992C;
     scrollbar-shadow-color: #FFFFFF;
     scrollbar-dark-shadow-color: #FFFFFF;
     -ms-overflow-style: -ms-autohiding-scrollbar;
}

:root {
    --wz-primary: #007599; /* Wenziton Blue */
    --wz-primary-contrast: white;
    --wz-primary-alt: powderblue;
    --wz-primary-alt-contrast: black;
    --wz-secondary: #C67CFF; /* Wenziton Purple */
    --wz-secondary-contrast: black;
    --wz-secondary-alt: blueviolet;
    --wz-secondary-alt-contrast: white;
    --wz-tertiary: #FCB34B; /* Wenziton Gold */
    --wz-icon-button-bg: white;
    --wz-icon-button-bg-hover: powderblue;
    --wz-icon-button-border: black;
}

/*Custom scrollbars for Firefox*/
scrollbar {

}

header,footer,nav,section {display: block;}

#body-main-outer{ margin: 0 auto;}
.body-main{ max-width: 100% !important; margin: 0 auto;}

.body-mainWithMenuLeft{ max-width: 100% !important; margin: 0 auto; margin-left: 11% !important;}
.body-mainWithMenuRight{ max-width: 100% !important; margin: 0 auto; margin-right: 18% !important;}

.body-top-resize {width: 82% !important; overflow: hidden !important; height: auto;}
#body-top.events {background-color:#161b39; background-position:center center;background-repeat:repeat-y;background-image:url(/css/Images/events-back.jpg?v=DDAUyIBziRnhOC7rXPuktwOW0Uk&v=DDAUyIBziRnhOC7rXPuktwOW0Uk);background-size: cover; }

#body-top.others {
    background-color: whitesmoke;
    background-position: center center;
    background-repeat: repeat;
    background-image: url(/css/Images/dust.png?v=khb8M6gX8cI2nSntFKcsw92J1h0&v=khb8M6gX8cI2nSntFKcsw92J1h0);
    background-size: auto;
}

#sb-site{top:80px;min-height: 1000px !important;background-color:transparent !important;}
.pointer{cursor: pointer;}

.body-main {
    max-width: 1280px !important;
    margin: 0 auto;
}

    .query-more-previous-next-div .k-button {
        background-color: transparent !important;
        border: 1px solid white !important;
    }

    .container-list .query-more-previous-next-div .k-icon {
        background-color: transparent !important;
    }


.pointer {
    cursor: pointer;
}

.container-allevents{min-height:300px !important;}

a.white{color: #fff !important;}

a.white:link, a.white:visited,
    a.white:active, a.white:hover {
         color: #fff;      
    }

    a {
        color: #666 !important;
        outline: none;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: none !important;    
    }

    a:link, a:visited,
    a:active, a:hover {
         color: #666;      
    }

    a:hover {
        color: #5c87b2 !important;
    }

 hr{margin-top:0px !important;margin-bottom:0px !important;}
 ol, ul {margin-bottom:0px !important; margin-top:0px !important;}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {font-size: 1.5em;color:#666666; }
h1 {font-size: 2em;padding-bottom: 0;margin-bottom: 0;}
h2 {padding: 0 0 10px 0;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6 {font-size: 1em;}
a {color: #696969;}
li {line-height: 1.6;}

.uppercase {text-transform: uppercase !important;}
.lowercase {text-transform: lowercase !important;}
.capitalize {text-transform: capitalize !important;}
/*.gold {color: #CA992C !important;}*/
.background-gold {
    background-color: #CA992C !important;
}
.border-gold {
    border-color: #CA992C !important;
    border-style: solid !important;
    border-width: 1.5px !important;
}

.feature-event-text {
    color: #CA992C !important;
}

.feature-event-panel-style {
    box-shadow: 5px 5px 10px #CA992C;
    border-color: #CA992C !important;
    border-style: solid !important;
    border-width: 1.5px !important;
}

.default-event-panel-style {
    box-shadow: 5px 5px 10px #888888;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {margin-top: 0;}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {width: 1200px;margin-left: auto;margin-right: auto;}
#main {background: #fff;padding: 30px 30px 15px 30px;margin-bottom: 30px; _height: 1px; /* only IE6 applies CSS properties starting with an underscore */}
footer, #footer { color: #999;padding: 10px 0;text-align: center;line-height: normal;margin: 0;font-size: .9em;}

/* MENU   
----------------------------------------------------------*/

#windowMenu{margin: 0 !important;padding: 0 10px 0 20px !important;color: #696969 !important;}
#menu{height:25px;margin: 0 !important;padding: 0 0 0 0 !important;color: #696969 !important;}
#menu .t-item{border-width: 0 0 0 0px;}
#menu .t-link{padding: 0px 0px;font-weight: bold;text-decoration: none;line-height: 0.8em;}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {border:1px solid #ddd;padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;}
legend {font-size:1.2em;font-weight: bold;}
textarea {min-height: 75px;/* text-indent: 0.4em; */}
input[type="text"] {
    border: 1px solid #cccccc !important;
}

/* TABLE
----------------------------------------------------------*/

table {border: solid 1px #e8eef4;border-collapse: collapse;}
table td {padding: 5px;   border: solid 1px #e8eef4;}
table th{padding: 6px 5px;text-align: left;background-color: #e8eef4;  border: solid 1px #e8eef4;   }

/* MISC  
----------------------------------------------------------*/
.clear{clear:both; height:1px; }
.error{color:Red !important;}
div#title{display:block;text-align:left;}
#logindisplay{font-size:1.1em;display:block;text-align:right;margin:10px;color:White;}
#logindisplay a:link{color: white;text-decoration: underline;}
#logindisplay a:visited{color: white;text-decoration: underline;}
#logindisplay a:hover{color: white;text-decoration: none;}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error{color: #ff0000; font-size:7.5pt;text-align:left !important;}
.field-validation-valid{display: none; font-size:7.5pt;}
.input-validation-error{border: 1px solid #ff0000;background-color: #ffeeee;font-size:7.5pt;}
.validation-summary-errors{color: #ff0000;}
.validation-summary-valid{display: none;}

/* Styles for editor and display helpers
----------------------------------------------------------*/

.editor-label{font-style:normal !important;}
.display-label, .editor-label{margin: 0 0 0 0;}
.display-field, .editor-field{ margin:0 0 0 0;}
.text-box{width: 30em;}
.text-box.multi-line{height: 6.5em;}
.tri-state{width: 6em;}
.primary-nav {width: 1200px;height: 0px;margin-left: auto ;margin-right: auto ;}
.primary-nav-maintenance {background: #fff;color:#0f75bc;border-left: 1px solid #004C81;border-right: 1px solid #004C81;font-size: 12px !important;line-height: 20px !important;width: 137px !important;height: 18px !important;padding: 5px;text-decoration: none;display:inline-block;text-align:center;}
.primary-nav-maintenance:hover {background-color:Red;color:#fff;}
.primary-nav-enquiry {background: #fff;color:#0f75bc;border-left: 1px solid #004C81;border-right: 1px solid #004C81;font-size: 12px !important;line-height: 20px !important;width: 182px !important;height: 18px !important;padding: 5px;text-decoration: none;display:inline-block;text-align:center;}
.primary-nav-enquiry:hover {background-color:Red;color:#fff;}
.primary-nav-utility {background: #fff;color:#0f75bc;border-left: 1px solid #004C81;border-right: 1px solid #004C81;font-size: 12px !important;line-height: 20px !important;width: 100px !important; height: 18px !important;padding: 5px;text-decoration: none;display:inline-block;text-align:center;}
.primary-nav-utility:hover {background-color:Red;color:#fff;}

/* Header Elements
----------------------------------------------------------- */

#logo { margin-left: 0px !important;	top: 0px !important;left: 0px !important;}
#contact-details {margin: 0;}
#contact-details li {background: none;color: #858484;font-size: 11px;line-height: 18px;margin: 0;padding: 0;position: absolute;top: 10px;width: 155px;}
#contact-details li.numbers {left:640px;}
#contact-details li.address {left:840px;}
#contact-details li.postal {left:1000px;}
#contact-details li strong {color: #0f75bc;margin-right: 5px;text-transform: uppercase;}
#contact-details li a {font-weight: normal;}
.spacer {width: 100px !important;}
li { list-style-type: none;}  
ul {list-style-type: none;}
ul.sb-menu-filter li{width: auto;float: left; padding: 2px;}
.verticalLine {  border-left:medium solid #fff; height:20px !important; margin-left:100px !important;}
.verticalLineSub { border-left:medium solid #fff; height:20px !important; margin-left:100px !important;}
.horizontalLine { border-top: medium solid #fff; width:200px !important;  margin-right:5px !important; margin-top:-50px !important;}
.horizontalLineSub {border-top: medium solid #fff;width:200px !important; margin-right:5px !important;margin-top:-50px !important;}
.margin50 {margin-left:50px !important;margin-right:5px !important;}
.margin60 {margin-left:60px !important;margin-right:5px !important;}
.margin100 {margin-left:100px !important;margin-right:5px !important;}
.margin150 {margin-left:150px !important;margin-right:5px !important;}
.margin200 {margin-left:200px !important;margin-right:5px !important;}
.margin250 {margin-left:250px !important;margin-right:5px !important;}
.margin300 {margin-left:300px !important;margin-right:5px !important;}
.margin350 {margin-left:300px !important;margin-right:5px !important;}
.margin400 {margin-left:400px !important;margin-right:5px !important;}
.margin450 {margin-left:450px !important;margin-right:5px !important;}
.margin500 {margin-left:500px !important;margin-right:5px !important;}
.marginTop2 {margin-top:-20px !important;}

.div-center {margin-left: auto ;margin-right: auto ;}
.backgroundTransparent{background-color:transparent !important;padding:10px;}
.backgroundWhite{background-color:#fff !important;padding:10px;}
.backgroundGray{background-color:gray !important;padding:10px;}
.backgroundLightGray{background-color:lightgray !important;padding:10px;}
.backgroundDarkBlue {
    background-color: #161b39 !important;
    padding: 10px;
}
.backgroundRed{background-color:Red !important;padding:10px;}
.backgroundLightseagreen{background-color:lightseagreen !important;padding:10px;}
.backgroundDodgerblue{background-color:dodgerblue !important;padding:10px;}
.SectionBackgroundWhite{background-color:#fff !important;padding:10px;}
.SectionBackgroundGray{background-color:#8E8E93 !important;padding:10px;}
.SectionBackgroundBlack{background-color:#000 !important;padding:10px;}
.spaceDiv2 {height: 2px !important;}
.spaceDiv3 {height: 3px !important;}
.spaceDiv4 {height: 4px !important;}
.spaceDiv5 {height: 5px !important;}
.spaceDiv6 {height: 6px !important;}
.spaceDiv7 {height: 7px !important;}
.spaceDiv8 {height: 8px !important;}
.spaceDiv9 {height: 9px !important;}
.spaceDiv10 {height: 10px !important;}
.spaceDiv20 {height: 20px !important;}
.spaceDiv30 {height: 30px !important;}
.spaceDiv40 {height: 40px !important;}
.spaceDiv50 {height: 50px !important;}
.spaceDiv60 {height: 60px !important;}
.spaceDiv70 {height: 70px !important;}
.spaceDiv80 {height: 80px !important;}
.spaceDiv90 {height: 90px !important;}
.spaceDiv100 {height: 100px !important;}
.spaceDiv150 {height: 150px !important;}
.spaceDiv200 {height: 200px !important;}

.pct90{width:90% !important;}
.pct100{width:100% !important;}

/*Button*/
/*.btn{background-color:transparent !important;}*/
.btn:hover{border: solid 1px #4195aa;box-shadow: 0 0 5px 1px;}
.btn-small{font-size:12pt !important; padding:5px !important;margin:1px !important;}
button.l-button, input[type="submit"].l-button {height: 30px;line-height: 15px;vertical-align: bottom;margin: 0;display: inline-block;}
.btn-default {color: #333 !important;background-color: transparent !important;border-color: #CA992C !important;box-shadow: 0 0 15px 0;}
.l-button {display: inline-block;min-width: 25px;text-align: center;color: #444;font-size: 1em;font-weight:normal;height: 27px;padding: 0 8px 0 8px;margin: 0 0 0 3px !important;line-height: 27px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;-webkit-transition: all 0.218s;-moz-transition: all 0.218s;-ms-transition: all 0.218s;-o-transition: all 0.218s;
transition: all 0.218s;border: 1px solid gainsboro;background-color: whiteSmoke;background-image: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#F1F1F1));background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);background-image: -ms-linear-gradient(top,whiteSmoke,#F1F1F1);background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);background-image: linear-gradient(top,whiteSmoke,#F1F1F1);-webkit-user-select: none;-moz-user-select: none;user-select: none;cursor: default;}

.l-button:hover {-moz-transition: all 0s ease 0s;background-color: #F8F8F8;background-image: -moz-linear-gradient(center top , #F8F8F8, #F1F1F1);border: 1px solid #C6C6C6;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);color: #333333;text-decoration: none;}
.l-button:active {background-image: -moz-linear-gradient(center top , #F6F6F6, #F1F1F1);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;}
.l-button:visited {color: #666666;}

.l-button-submit {border: 1px solid #CA992C;color: white;text-shadow: 0 1px rgba(0, 0, 0, 0.1);background-color: #019bb8;background-image: -webkit-gradient(linear,left top,left bottom,from(#019bb8),to(#4787ED));background-image: -webkit-linear-gradient(top,#019bb8,#4787ED);background-image: -moz-linear-gradient(top,#019bb8,#4787ED);background-image: -ms-linear-gradient(top,#019bb8,#4787ED);background-image: -o-linear-gradient(top,#019bb8,#4787ED);background-image: linear-gradient(top,#019bb8,#4787ED);}

.l-button-active {border: 1px solid #CA992C;color: white;text-shadow: 0 1px rgba(0, 0, 0, 0.1);background-color: #019bb8;background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(77, 144, 254)),to(#4787ED));background-image: -webkit-linear-gradient(top,rgb(77, 144, 254),#4787ED);background-image: -moz-linear-gradient(top,rgb(77, 144, 254),#4787ED);background-image: -ms-linear-gradient(top,rgb(77, 144, 254),#4787ED);background-image: -o-linear-gradient(top,rgb(77, 144, 254),#4787ED);background-image: linear-gradient(top,rgb(77, 144, 254),#4787ED);}

.l-button-submit:hover {background-color: #d5aa25;background-image: -moz-linear-gradient(center top , #d5aa25, #FF9640);border: 1px solid #FF9640;color: #FFFFFF;text-shadow: 0 1px rgba(0, 0, 0, 0.3);}
.l-button-submit:active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;}
.nav-search-icon-clear {height:12px;padding:6px 10px 5px 13px !important;margin-left:-1px; margin-top:0px; float:left;}
.nav-search-icon {height:12px;padding:6px 10px 5px 13px !important;margin-left:10px; margin-top:0px; float:left;}
.detail {background-color:#808080 !important; padding:10px !important;}
.fontXSSmall {font-size:xx-small !important;}
.fontXSmall {font-size:x-small !important;}
.fontSmaller {font-size:smaller !important;}
.fontSmall {font-size:small !important;}
.fontMedium {font-size:medium !important;}
.fontLarge {font-size:large !important;}
.fontLarger {font-size:larger !important;}
.fontXLarger {font-size:x-large !important;}
.fontXXLarger {font-size:xx-large !important;}
.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align:center !important;}
.white {color:white !important;}
.floatLeft {float:left !important;}
.floatRight {float:right !important;}
.k-button-submit {padding:4px 15px 4px 15px !important;}
/* start notification*/

.k-notification {border: 0 !important;}


/* new Mail template */
.k-notification-info.k-group { background: rgba(0%,0%,0%,.7) !important; color: #fff !important;}
.new-mail {min-width: 300px !important;min-height: 100px !important;}
.new-mail h3 {font-size: 1em !important;padding: 32px 10px 5px !important;}
.new-mail img {float: left !important; margin: 30px 15px 30px 30px !important;}

/* Error template */
/*.k-notification-error.k-group {background: rgba(100%,0%,0%,.7) !important;color: #ffffff !important;}
.wrong-pass {min-width: 300px !important;min-height: 100px !important;}
.wrong-pass h3 {font-size: 1em !important;padding: 32px 10px 5px !important;color:white !important;}
.wrong-pass img {float: left !important;margin: 30px 15px 30px 30px !important;}*/

/* Error template */
.k-notification-error.k-group {
    background-color: #b0e0e6;
    color: black;
}
.wrong-pass {min-width: 300px !important;min-height: 100px !important;}
.wrong-pass h3 {font-size: 1em !important;padding: 32px 10px 5px !important;color:black !important;}
.wrong-pass img {float: left !important;margin: 30px 15px 30px 30px !important;}


.k-notification-error {
    background-color: #b0e0e6;
    color: black;
}

.wrong-pass h3
/* Success template */
.k-notification-upload-success.k-group {
    background: rgba(0%,60%,0%,.7) !important;
    color: #fff !important;
}
.upload-success {min-width: 240px !important;min-height: 100px !important;padding: 0 30px !important;line-height: 100px !important;border-radius: 4px;}
.upload-success h3 {font-size: 1.7em !important;font-weight: normal !important;display: inline-block !important;vertical-align: middle !important;color:white !important;}
.upload-success img {display: inline-block !important;vertical-align: middle !important;margin-right: 10px !important;}

/* new Mail template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7) !important;
    color: #fff !important;
}

.info {
    width: 300px !important;
    height: 100px !important;
    border-radius: 4px !important;
    background-color: wheat !important;
    margin: 0px !important;
}

    .info h3 {
        font-size: 1.2em !important;
        padding: 4px !important;
        text-align: center;
        color: blue;
        border:solid;
        border-width:thin;
    }

    .info img {
        float: left !important;
        margin: 30px 15px 30px 10px !important;
        text-align: center;
        color: blue;
    }

    .info p {
        padding-top: 36px !important;
        text-align: center;
        color: blue;
        white-space: normal;
    }



/* end notification*/

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}



/*#region MobileStyles*/


    @media only screen and (max-width: 900px) {

        /* header
    ----------------------------------------------------------*/
        header .float-left,
        header .float-right {
            float: none;
        }

        /* start billboard */
        .a-billboard-headline {
            font-size: 25pt !important;
            line-height: 30px !important;
        }

        .a-billboard-text {
            font-size: 20pt !important;
        }
        /* end billboard */

        /* logo */
        header .site-title {
            margin: 10px;
            text-align: center;
        }

        /* login */
        #login {
            font-size: .85em;
            margin: 0 0 12px;
            text-align: center;
        }

            #login ul {
                margin: 5px 0;
                padding: 0;
            }

            #login li {
                display: inline;
                list-style: none;
                margin: 0;
                padding: 0;
            }

            #login a {
                background: none;
                color: #999;
                font-weight: 600;
                margin: 2px;
                padding: 0;
            }

                #login a:hover {
                    color: #333;
                }

        /* menu */
        nav {
            margin-bottom: 5px;
        }

        ul#menu {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            ul#menu li {
                margin: 0;
                padding: 0;
            }


        /* main layout
    ----------------------------------------------------------*/

        .main-content,
        .featured + .main-content {
            background-position: 10px 0;
        }

        .content-wrapper {
            padding-right: 100px;
            padding-left: 100px;
        }

        .featured .content-wrapper {
            padding: 10px;
        }

        /* page content */
        article {
            float: none;
            width: 100%;
        }

        /* ordered list */
        ol.round {
            list-style-type: none;
            padding-left: 0;
        }

            ol.round li {
                padding-left: 10px;
                margin: 25px 0;
            }

                ol.round li.zero,
                ol.round li.one,
                ol.round li.two,
                ol.round li.three,
                ol.round li.four,
                ol.round li.five,
                ol.round li.six,
                ol.round li.seven,
                ol.round li.eight,
                ol.round li.nine {
                    background: none;
                }

        /* features */
        section.feature {
            float: none;
            padding: 10px;
            width: auto;
        }

            section.feature img {
                color: #999;
                content: attr(alt);
                font-size: 1.5em;
                font-weight: 600;
            }

        /* login page */
        #loginForm {
            border-right: none;
            float: none;
            width: auto;
        }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

        #socialLoginForm {
            margin-left: 0;
            float: none;
            width: auto;
        }


        /* footer
    ----------------------------------------------------------*/
        footer .float-left,
        footer .float-right {
            float: none;
        }

        footer {
            text-align: center;
            height: auto;
            padding: 10px 0;
        }

        footer p {
            margin: 0;
        }
    }

    @media only screen and (max-width: 768px) {
        .wz-rb-indent {
            margin-left: 0px !important;
        }

        .k-button.wz-rb-indent {
            margin-left: 0px !important;
        }
    }


    @media only screen and (max-width: 600px) {
        /* start billboard */
        .a-billboard-headline {
            font-size: 20pt !important;
            line-height: 30px !important;
        }

        .a-billboard-text {
            font-size: 15pt !important;
        }
        /* end billboard */

    }

    @media only screen and (max-width: 470px) {
        /*input {
            width: 65%;
        }*/
    }


    @media only screen and (max-width: 350px) {
        /* start billboard */
        .a-billboard-headline {
            font-size: 15pt !important;
            line-height: 20px !important;
        }

        .a-billboard-text {
            font-size: 12pt !important;
        }
        /* end billboard */

    }

    /*#endregion MobileStyles*/

    .spacer {
        width: 100px !important;
    }

    li {
        list-style-type: none;
    }

    ul {
        list-style-type: none;
    }

    .verticalLine {
        border-left: medium solid #fff;
        height: 20px !important;
        margin-left: 100px !important;
    }

    .verticalLineSub {
        border-left: medium solid #fff;
        height: 20px !important;
        margin-left: 100px !important;
    }

    .horizontalLine {
        border-top: medium solid #fff;
        width: 200px !important;
        margin-right: 5px !important;
        margin-top: -50px !important;
    }

    .horizontalLineSub {
        border-top: medium solid #fff;
        width: 200px !important;
        margin-right: 5px !important;
        margin-top: -50px !important;
    }

    .margin50 {
        margin-left: 50px !important;
        margin-right: 5px !important;
    }

    .margin60 {
        margin-left: 60px !important;
        margin-right: 5px !important;
    }

    .margin100 {
        margin-left: 100px !important;
        margin-right: 5px !important;
    }

    .margin150 {
        margin-left: 150px !important;
        margin-right: 5px !important;
    }

    .margin200 {
        margin-left: 200px !important;
        margin-right: 5px !important;
    }

    .margin250 {
        margin-left: 250px !important;
        margin-right: 5px !important;
    }

    .margin300 {
        margin-left: 300px !important;
        margin-right: 5px !important;
    }

    .margin350 {
        margin-left: 300px !important;
        margin-right: 5px !important;
    }

    .margin400 {
        margin-left: 400px !important;
        margin-right: 5px !important;
    }

    .margin450 {
        margin-left: 450px !important;
        margin-right: 5px !important;
    }

    .margin500 {
        margin-left: 500px !important;
        margin-right: 5px !important;
    }

    .marginTop2 {
        margin-top: -20px !important;
    }

    .fieldsetRed {
        width: 400px;
        padding: 10px 20px 0px 20px;
        background-color: red;
        border: 1px solid #E5E5E5;
        border-radius: 0px;
        float: left;
    }

    .fieldsetYellow {
        width: 400px;
        padding: 10px 20px 0px 20px;
        background-color: yellow;
        border: 1px solid #E5E5E5;
        border-radius: 0px;
        float: left;
    }

    .fieldsetGreen {
        width: 400px;
        padding: 10px 20px 0px 20px;
        background-color: green;
        border: 1px solid #E5E5E5;
        border-radius: 0px;
        float: left;
    }

    .fieldsetGray {
        width: 400px;
        padding: 10px 20px 0px 20px;
        background-color: #e2e2e2;
        border: 1px solid #E5E5E5;
        border-radius: 0px;
        float: left;
    }

    .fieldset {
        min-width: 900px;
        padding: 10px;
        background-color: white;
        border: 1px solid #E5E5E5;
        float: left;
        text-align: center;
    }

    .fieldset2 {
        min-width: 360px;
        margin: 4.5em 7.5em;
        padding: 20px 0 20px 0;
        background-color: rgba(20,53,80,0.038);
        border: 1px solid rgba(20,53,80,0.05);
    }

    .fieldset3 {
        min-width: 360px;
        margin: 4.5em auto;
        padding: 20px 0 20px 0;
        border: 1px solid rgba(20,53,80,0.05);
    }

    .fieldsetleft440 {
        width: 440px;
        padding: 10px;
        background-color: ButtonFace;
        border: 1px solid #E5E5E5;
        border-radius: 20px;
        float: left;
        text-align: left;
    }

    .fieldset200 {
        width: 300px;
        padding: 10px;
        background-color: ButtonFace;
        border: 1px solid #E5E5E5;
        border-radius: 20px;
        float: left;
        text-align: center;
    }

    .fieldset-white {
        background-color: white !important;
        padding: 20px !important;
        box-shadow: 5px 5px 10px #888888;
    }

    .fieldset-white-opacity {
        background-color: white !important;
        padding: 5px !important;
        opacity: 0.90 !important;
        box-shadow: 5px 5px 10px #888888;
    }

    .fieldset-white-opacity-90 {
        background-color: whitesmoke !important;
        opacity: 0.90 !important;
    }

    .fieldset-white-opacity-85 {
        background-color: whitesmoke !important;
        opacity: 0.85 !important;
    }

    .fieldset-white-opacity-80 {
        background-color: whitesmoke !important;
        opacity: 0.80 !important;
    }

    .fieldset-white-opacity-75 {
        background-color: whitesmoke !important;
        opacity: 0.75 !important;
    }

    .fieldset-white-opacity-70 {
        background-color: whitesmoke !important;
        opacity: 0.70 !important;
    }

    .fieldset-white-opacity-65 {
        background-color: whitesmoke !important;
        opacity: 0.65 !important;
    }

    .fieldset-white-opacity-60 {
        background-color: whitesmoke !important;
        opacity: 0.60 !important;
    }

    .fieldset-white-opacity-55 {
        background-color: whitesmoke !important;
        opacity: 0.55 !important;
    }

    .fieldset-white-opacity-50 {
        background-color: whitesmoke !important;
        opacity: 0.50 !important;
    }

    .fieldset-white-opacity-45 {
        background-color: whitesmoke !important;
        opacity: 0.45 !important;
    }

    .fieldset-white-opacity-40 {
        background-color: whitesmoke !important;
        opacity: 0.40 !important;
    }

    .fieldset-white-opacity-35 {
        background-color: whitesmoke !important;
        opacity: 0.35 !important;
    }

    .fieldset-white-opacity-30 {
        background-color: whitesmoke !important;
        opacity: 0.30 !important;
    }

    .fieldset-white-opacity-25 {
        background-color: whitesmoke !important;
        opacity: 0.25 !important;
    }

    .fieldset-white-opacity-20 {
        background-color: whitesmoke !important;
        opacity: 0.20 !important;
    }

    .fieldset-white-opacity-15 {
        background-color: whitesmoke !important;
        opacity: 0.15 !important;
    }

    .fieldset-white-opacity-10 {
        background-color: whitesmoke !important;
        opacity: 0.10 !important;
    }

    .fieldset-white-opacity-05 {
        background-color: whitesmoke !important;
        opacity: 0.05 !important;
    }

    .padding-10 {
        padding: 10px !important;
    }

    .padding-20 {
        padding: 20px !important;
    }

    .padding-40 {
        padding: 40px !important;
    }

    .padding-left-10 {
        padding-left: 10px !important;
    }

    .padding-left-20 {
        padding-left: 20px !important;
    }

    .padding-left-40 {
        padding-left: 40px !important;
    }

    .padding-right-10 {
        padding-right: 10px !important;
    }

    .padding-right-20 {
        padding-right: 20px !important;
    }

    .padding-right-40 {
        padding-right: 40px !important;
    }

    .padding-top-bottom-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .padding-top-bottom-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .padding-top-bottom-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .padding-top-10 {
        padding-top: 10px !important;
    }

    .padding-top-20 {
        padding-top: 20px !important;
    }

    .padding-top-40 {
        padding-top: 40px !important;
    }

    .padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .padding-bottom-40 {
        padding-bottom: 40px !important;
    }

    .greenSubmitEvent {
        padding: 10px 20px 0px 20px;
        color: white;
        background-color: green;
        border: 1px solid #E5E5E5;
        border-radius: 0px;
    }

    /* main layout
----------------------------------------------------------*/
    .ch-header1 {
        background-image: url(../Images/UpcomingEvents.jpg);
    }

    .ch-header2 {
        background-image: url(../Images/2.jpg?v=2glzUvLbG8IOSyjIFTDdCBklG20&v=2glzUvLbG8IOSyjIFTDdCBklG20);
    }

    .ch-header3 {
        background-image: url(../Images/4.jpg);
    }

    .content-wrapper {
        margin: 0 auto;
        /*margin-top: 70px;*/
        padding: 10px 0 10px 0;
    }

    header .content-wrapper {
        padding-top: 2px;
        padding-left: 20px;
        padding-right: 20px;
        background: #f1f3f3;
    }

    footer {
        clear: both;
        font-size: .8em;
        height: 200px;
    }

    .page-footer-link-list > li {
        display: inline-block;
        color: white !important;
    }

    /*#region billboard*/

    .a-homepage-billboard {
        clear: both;
        height: 120px;
        width: 100%;
        margin: 0 auto;
    }

    .a-homepage-billboard-left {
        clear: both;
        height: 100px;
        width: 100%;
        margin: 0 auto;
        float: left;
    }

    .a-homepage-billboard-right {
        clear: both;
        height: 100px;
        width: 100%;
        margin: 0 auto;
        float: right;
    }

    .a-position-relative {
        position: relative;
    }

    #a-homepage-billboard-heading {
        position: absolute;
        top: 2px;
        width: 100%;
    }

    .a-white {
        color: white !important;
    }

    .a-shadow {
        text-shadow: 0.5px 0.5px white !important;
    }

    .a-text-center {
        text-align: center;
    }

    .a-billboard-headline {
        font-size: 30pt;
        line-height: 60px;
    }

    .a-billboard-text {
        font-size: 20pt;
    }

    .a-bold {
        font-weight: bold;
    }

    .a-italic {
        font-style: italic;
    }

    .a-small {
        font-size: 10pt;
    }

    .a-smaller {
        font-size: 9pt;
    }

    /*#endregion billboard*/

    /*#region site-title*/
    /*----------------------------------------------------------*/
    .site-title {
        color: #c8c8c8;
        font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
        font-size: 2.3em;
        margin: 0;
    }

        .site-title a, .site-title a:hover, .site-title a:active {
            background: none;
            color: #c8c8c8;
            outline: none;
            text-decoration: none;
        }

    /*#endregion site-title*/


    /*#region menu*/

    ul#menu {
        margin: 0 0 5px;
        padding: 0;
        text-align: right;
    }

        ul#menu li {
            display: inline;
            list-style: none;
            padding-left: 15px;
        }

            ul#menu li a {
                background: none;
                color: #999;
                text-decoration: none;
            }

                ul#menu li a:hover {
                    color: #333;
                    text-decoration: none;
                }

    /*#endregion menu*/


    /* page elements
----------------------------------------------------------*/
    /* featured */
    .featured {
        background-color: #fff;
    }

        .featured .content-wrapper {
            background-color: #7ac0da;
            background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
            background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            color: #3e5667;
            padding: 20px 40px 30px 40px;
        }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

    /* page titles */
    hgroup.title {
        margin-bottom: 10px;
    }

        hgroup.title h1, hgroup.title h2 {
            display: inline;
        }

        hgroup.title h2 {
            font-weight: normal;
            margin-left: 3px;
        }

    /* features */
    section.feature {
        width: 300px;
        float: left;
        padding: 10px;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            margin: 25px 0;
            padding-left: 45px;
        }

            ol.round li.zero {
                background: url("../Images/orderedList0.png") no-repeat;
            }

            ol.round li.one {
                background: url("../Images/orderedList1.png") no-repeat;
            }

            ol.round li.two {
                background: url("../Images/orderedList2.png") no-repeat;
            }

            ol.round li.three {
                background: url("../Images/orderedList3.png") no-repeat;
            }

            ol.round li.four {
                background: url("../Images/orderedList4.png") no-repeat;
            }

            ol.round li.five {
                background: url("../Images/orderedList5.png") no-repeat;
            }

            ol.round li.six {
                background: url("../Images/orderedList6.png") no-repeat;
            }

            ol.round li.seven {
                background: url("../Images/orderedList7.png") no-repeat;
            }

            ol.round li.eight {
                background: url("../Images/orderedList8.png") no-repeat;
            }

            ol.round li.nine {
                background: url("../Images/orderedList9.png") no-repeat;
            }

    /* content */
    article {
        float: left;
        width: 70%;
    }

    .label {
        font-weight: 700;
    }

    /* login page */
    #loginFormA {
    }

        #loginFormA .validation-error {
            display: block;
            margin-left: 0px;
        }

    #loginForm {

    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

        #loginForm .validation-summary-errors ul {
            margin: 0;
            padding: 0;
        }

        #loginForm .validation-summary-errors li {
            display: inline;
            list-style: none;
            margin: 0;
        }

        #loginForm input {
            width: 250px;
        }

            #loginForm input[type="checkbox"],
            #loginForm input[type="submit"],
            #loginForm input[type="button"],
            #loginForm button {
                width: auto;
            }

    #socialLoginForm {
        margin-left: 40px;
        float: left;
        width: 40%;
    }

        #socialLoginForm h2 {
            margin-bottom: 5px;
        }

    #socialLoginList button {
        margin-bottom: 12px;
    }

    #logoutForm {
        display: inline;
    }

    /* contact */
    .contact h3 {
        font-size: 1.2em;
    }

    .contact p {
        margin: 5px 0 0 10px;
    }

    .contact iframe {
        border: 1px solid #333;
        margin: 5px 0 0 10px;
    }

    .green-back {
        background: -webkit-linear-gradient(#99D1D3, #009CA4) !important; /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#99D1D3, #009CA4) !important; /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#99D1D3, #009CA4) !important; /* For Firefox 3.6 to 15 */
        background: linear-gradient(#99D1D3, #009CA4) !important; /* Standard syntax */
        color: white !important;
        border-color: #009CA4 !important;
    }

        .green-back:hover {
            background: -webkit-linear-gradient(#008E96, #99D1D3) !important; /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#008E96, #99D1D3) !important; /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#008E96, #99D1D3) !important; /* For Firefox 3.6 to 15 */
            background: linear-gradient(#008E96, #99D1D3) !important; /* Standard syntax */
            color: white !important;
            border-color: #4DBABF !important;
        }

    .green-light-back {
        background: -webkit-linear-gradient(#7ac0da, #019bb8) !important; /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#7ac0da, #019bb8) !important; /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#7ac0da, #019bb8) !important; /* For Firefox 3.6 to 15 */
        background: linear-gradient(#7ac0da, #019bb8) !important; /* Standard syntax */
        color: white !important;
        border-color: #7ac0da !important;
    }

        .green-light-back:hover {
            background: -webkit-linear-gradient(#008E96, #7ac0da) !important; /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#008E96, #7ac0da) !important; /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#008E96, #7ac0da) !important; /* For Firefox 3.6 to 15 */
            background: linear-gradient(#008E96, #7ac0da) !important; /* Standard syntax */
            color: white !important;
            border-color: #008E96 !important;
        }

    #standard {
        width: 100%;
        margin: auto;
    }

        #standard label {
            min-width: 125px;
            float: left;
            display: block;
            height: 16px;
            text-align: left;
            margin-left: 0;
            margin-right: 0;
            margin-top: 4px;
            color: #000;
            font-style: normal;
            font-weight: 200;
        }

        #standard .label180 {
            width: 180px;
            float: left;
            display: block;
            margin: 8px 0 0 0;
            height: 16px;
            text-align: left
        }

        #standard label.biglabel {
            width: 900px;
            font-size: 20px;
            font-weight: normal;
            text-align: center
        }

        #standard label.biglabel30 {
            width: 900px;
            font-size: 30px;
            font-weight: normal;
            text-align: center
        }

        #standard label.biglabel40 {
            width: 900px;
            font-size: 40px;
            font-weight: normal;
            text-align: center
        }

        #standard label.small {
            width: 80px;
            float: left;
            display: block;
            margin: 8px 0 0 0;
            height: 16px;
        }

        #standard .clearfloat {
            float: none;
        }

        #standard .criteriaOuter {
            width: 900px;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria10 {
            width: 10%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria15 {
            width: 15%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria20 {
            width: 20%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria25 {
            width: 25%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria30 {
            width: 30%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria35 {
            width: 35%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria40 {
            width: 40%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria45 {
            width: 45%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria {
            width: 50%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria55 {
            width: 55%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria60 {
            width: 60%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria65 {
            width: 65%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria70 {
            width: 70%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria75 {
            width: 75%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria80 {
            width: 80%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria85 {
            width: 85%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria90 {
            width: 90%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria95 {
            width: 95%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteria100 {
            width: 100%;
            text-align: left;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter10 {
            width: 10%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter15 {
            width: 15%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter20 {
            width: 20%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter25 {
            width: 25%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter30 {
            width: 30%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter35 {
            width: 35%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter40 {
            width: 40%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter45 {
            width: 45%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter {
            width: 50%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter55 {
            width: 55%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter60 {
            width: 60%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter65 {
            width: 65%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter70 {
            width: 70%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter75 {
            width: 75%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter80 {
            width: 80%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter85 {
            width: 85%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter90 {
            width: 90%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter95 {
            width: 95%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaCenter100 {
            width: 100%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .criteriaButton {
            width: 50%;
            text-align: center;
            float: none;
            margin: 0px auto -1px auto;
        }

        #standard .content {
            width: 100%;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner {
            width: 900px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1050 {
            width: 1050px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1100 {
            width: 1100px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1200 {
            width: 1200px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1300 {
            width: 1300px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1400 {
            width: 1400px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1500 {
            width: 1500px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1600 {
            width: 1600px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1700 {
            width: 1700px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .contentInner1800 {
            width: 1800px;
            clear: both;
            float: none;
            text-align: center;
            margin: auto;
        }

        #standard .center {
            text-align: center;
            display: inline-block;
        }

        #standard .center2col {
            text-align: center;
            display: inline-block;
            min-width: 1400px
        }

        #standard .center2col1200 {
            text-align: center;
            display: inline-block;
            min-width: 1200px
        }

        #standard .center2col1100 {
            text-align: center;
            display: inline-block;
            min-width: 1100px
        }

        #standard .left2col900 {
            text-align: left;
            display: inline-block;
            min-width: 900px
        }

        #standard .left2col800 {
            text-align: left;
            display: inline-block;
            width: 800px
        }

        #standard .col1 {
            width: 650px;
            float: left;
            text-align: left;
            margin-left: 0px;
        }

        #standard .col2 {
            width: 450px;
            float: left;
            text-align: left;
            margin-left: 0px;
        }

        #standard .left20 {
            width: 20%;
            text-align: left;
            display: inline-block
        }

        #standard .left25 {
            width: 25%;
            text-align: left;
            display: inline-block
        }

        #standard .left30 {
            width: 30%;
            text-align: left;
            display: inline-block
        }

        #standard .left35 {
            width: 35%;
            text-align: left;
            display: inline-block
        }

        #standard .left40 {
            width: 40%;
            text-align: left;
            display: inline-block;
        }

        #standard .left45 {
            width: 45%;
            text-align: left;
            display: inline-block
        }

        #standard .left {
            width: 50%;
            text-align: left;
            display: inline-block
        }

        #standard .left55 {
            width: 55%;
            text-align: left;
            display: inline-block
        }

        #standard .left60 {
            width: 60%;
            text-align: left;
            display: inline-block
        }

        #standard .left65 {
            width: 65%;
            text-align: left;
            display: inline-block
        }

        #standard .left70 {
            width: 70%;
            text-align: left;
            display: inline-block
        }

        #standard .left75 {
            width: 75%;
            text-align: left;
            display: inline-block
        }

        #standard .left80 {
            width: 80%;
            text-align: left;
            display: inline-block
        }

        #standard .left85 {
            width: 85%;
            text-align: left;
            display: inline-block
        }

        #standard .left90 {
            width: 96%;
            text-align: left;
            display: inline-block
        }

        #standard .left95 {
            width: 95%;
            text-align: left;
            display: inline-block
        }

        #standard .left100 {
            width: 100%;
            text-align: left;
            display: inline-block
        }

        #standard .gridPageLeftCol {
            float: left;
            width: 250px;
            margin: 0 0 0 100px;
        }

        #standard .gridPageLeftCol360 {
            float: left;
            width: 360px;
            margin: 0 0 0 22px;
        }

        #standard .gridPageLeftCol450 {
            float: left;
            width: 450px;
            margin: 0 0 0 0px;
        }

        #standard .gridPageLeftCol390 {
            float: left;
            width: 390px;
            min-height: 10px;
            margin: 0 5px 0 5px;
            padding-bottom: 12px;
        }

        #standard .gridPageLeftCol400 {
            float: left;
            width: 400px;
            min-height: 10px;
            margin: 0 0px 0 52px;
            padding-bottom: 12px;
        }

        #standard .gridPageLeftCol500 {
            float: left;
            width: 500px;
            min-height: 10px;
            margin: 0 0px 0 0px;
            padding-bottom: 12px;
            text-align: left
        }

        #standard .gridPageLeftCol600 {
            float: left;
            width: 600px;
            min-height: 10px;
            margin: 0 0px 0 0px;
            padding-bottom: 12px;
            text-align: left
        }

        #standard .gridPageLeftCol640 {
            float: left;
            width: 640px;
            min-height: 10px;
            margin: 0 0px 0 0px;
            padding-bottom: 12px;
            text-align: left
        }

        #standard .gridPageLeftCol800 {
            float: left;
            width: 800px;
            min-height: 10px;
            margin: 0 0px 0 0px;
            padding-bottom: 12px;
            text-align: left
        }

        #standard .gridPageLeftCol900 {
            float: left;
            width: 900px;
            min-height: 10px;
            margin: 0 0px 0 0px;
            padding-bottom: 12px;
            text-align: left
        }

        #standard .gridPageRightcol {
            float: right;
            width: 1000px;
        }

        #standard .gridPageRightcol900 {
            float: right;
            width: 900px;
        }

        #standard .gridPageRightcol515 {
            float: right;
            width: 515px;
        }

        #standard .gridPageRightcol450 {
            float: right;
            width: 450px;
        }

        #standard .gridPageRightcol400 {
            float: right;
            width: 390px;
            min-height: 10px;
            margin: 0px 55px 0 0px;
            padding-bottom: 12px
        }

        #standard .gridPageRightcol300 {
            float: right;
            width: 300px;
            min-height: 10px;
            margin: 0px 55px 0 0px;
            padding-bottom: 12px
        }

        #standard .gridPageRightcol250 {
            float: right;
            width: 250px;
            min-height: 10px;
            margin: 0px 55px 0 0px;
            padding-bottom: 12px
        }

        #standard .gridPageRightcol200 {
            float: right;
            width: 200px;
            min-height: 10px;
            margin: 0px 55px 0 0px;
            padding-bottom: 12px
        }

        #standard .gridPageBigLeftCol {
            float: left;
            width: 350px;
        }

        #standard .gridPageSmallRightcol {
            float: right;
            width: 1050px;
        }

            #standard .gridPageSmallRightcol label {
                width: 160px;
                float: left;
                display: block;
                margin: 8px 0 0 0;
                height: 16px;
            }

                #standard .gridPageSmallRightcol label.small {
                    width: 80px;
                    float: left;
                    display: block;
                    margin: 8px 0 0 0;
                    height: 16px;
                }

            #standard .gridPageSmallRightcol input {
                margin: 4px 0 0 0;
                padding: 2px;
            }

            #standard .gridPageSmallRightcol textarea {
                width: 182px;
                margin: 4px 0 0 0;
                padding: 2px;
                height: 48px;
            }

        #standard .large {
            font-size: 20px;
            font-weight: normal;
        }

        #standard .inputStyle01 {
            width: 180px;
        }

        #standard .inputStyle01multi {
            width: 180px;
            height: 72px
        }

        #standard .inputStyle02 {
            width: 71px;
        }

        #standard .inputStyle03 {
            width: 270px
        }

        #standard .inputStyle03multi {
            width: 270px;
            height: 72px
        }

        #standard .inputStyle04 {
            width: 360px
        }

        #standard .inputStyle05 {
            width: 460px
        }

        #standard .inputStyle06 {
            width: 600px
        }

        #standard .inputStyle07 {
            width: 700px
        }

        #standard .inputStyle08 {
            width: 800px
        }

        #standard .inputStyle09 {
            width: 900px
        }

        #standard .inputStyle095 {
            width: 950px
        }

        #standard .inputStyle098 {
            width: 980px
        }

        #standard .inputStyle10 {
            width: 1000px
        }

        #standard .inputStyleHidden {
            visibility: hidden
        }

        #standard .inputStyleLeft {
            text-align: left
        }

        #standard .inputStyleRight {
            text-align: right
        }

        #standard .checkbox {
            margin: 4px 0 0 0;
            padding: 2px;
            width: 8px;
        }

        #standard select {
            width: 190px;
            float: left;
            margin: 6px 0 0 0;
        }

        #standard .information {
            color: blue;
            text-align: left;
            width: 500px
        }

        #standard .error {
            color: Red;
            text-align: left;
            width: 500px;
        }

        #standard label.biglabel {
            font-size: 20px;
            font-weight: normal;
        }

        #standard .mediumdropdown {
            width: 240px;
            float: left;
            margin: 6px 0 0 0;
        }

        #standard .companylistdropdown {
            width: 350px;
            float: left;
            margin: 6px 0 0 0;
        }

        #standard .lblSmall {
            width: 160px;
            float: left;
            display: block;
            margin: 8px 0 0 0;
            height: 16px;
        }

        #standard .banner {
            width: 250px;
            text-align: center;
            font-size: 20px;
            font-weight: normal;
            margin: 10px 10px 10px 10px;
        }

        #standard .importantNumber {
            color: blue;
            text-align: right;
            font-size: 20px;
            font-weight: normal;
        }

        #standard label.biglabel {
            font-size: 20px;
            font-weight: normal;
        }


    /*button*/
    .button {
        background-repeat: no-repeat;
        background-position: center center; /* optional, center the image */
        background-color: transparent;
        border-style: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
        filter: alpha(opacity=45);
        opacity: 0.45;
    }

        .button:hover {
            opacity: 1.0;
        }

    .button-active {
        opacity: 1.0;
    }

    .button-event {
        background-repeat: no-repeat;
        background-position: center center; /* optional, center the image */
        background-color: transparent;
        border-style: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
        filter: alpha(opacity=45);
        opacity: 1.0;
    }

        .button-event:hover {
            opacity: 0.75;
        }

    .button-event-active {
        opacity: 0.75;
    }

    .add-event {
        background-image: url( '../Images/add-event.png' );
        background-size: 32px 32px;
        height: 32px;
        width: 32px;
        margin: 10px 10px 0px 10px;
    }

    .view-gallery {
        background-image: url( '../Images/view-gallery.png' );
        background-size: 32px 32px;
        height: 32px;
        width: 32px;
        margin: 5px;
    }

    .view-list {
        background-image: url( '../Images/view-list.png' );
        background-size: 32px 32px;
        height: 32px;
        width: 32px;
        margin: 5px;
    }

    /*search*/
    @media all {
        .header-search-wrapper {
            position: relative;
            z-index: 7;
            display: inline-block;
            height: 40px;
        }

        .icon-search-submit {
            background-image: url( '../Images/search-icon-hi.png' );
            background-size: 35px 35px;
            height: 35px;
            width: 35px;
        }

        .header-search-wrapper .search-input {
            border-style: none;
            height: 40px;
            min-width: 500px;
            line-height: 30px;
            font-size: 20px;
            padding: 0 10px 0 10px !important;
        }
    }

    @media only screen and (min-width:200px) {
        .header-search-wrapper .search-input {
            min-width: 50px !important;
        }
    }

    @media only screen and (min-width:500px) {
        .header-search-wrapper .search-input {
            min-width: 300px !important;
        }
    }

    @media all and (min-width:900px) {
        .header-search-wrapper .search-input {
            min-width: 600px !important;
        }
    }


    @media all and (min-width:1200px) {
        .header-search-wrapper .search-input {
            min-width: 700px !important;
        }
    }

    .modalTabelGray {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000000;
        filter: alpha(opacity=60);
        opacity: 0.6;
        z-index: 100;
        text-align: center;
        vertical-align: middle;
    }

    .modalDiv {
        position: absolute;
        z-index: 101;
    }

    .tbox {
        position: absolute;
        display: none;
        padding: 0px 14px 0px 17px;
        z-index: 900
    }

    .tinner {
        padding: 15px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff url(/css/Images/preload.gif?v=f_wO9MC6h93BEg26OXTKLSP8MoM&v=f_wO9MC6h93BEg26OXTKLSP8MoM) no-repeat 50% 50%;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333
    }

    .tmask {
        position: absolute;
        display: none;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: #000;
        z-index: 800
    }

    .tclose {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(/css/Images/close.png?v=orXc2A-O56q749azBle3fx4q09A&v=orXc2A-O56q749azBle3fx4q09A) no-repeat
    }

        .tclose:hover {
            background-position: 0 -30px
        }

    .tclose-detail {
        position: absolute;
        top: 35px;
        margin-left: 15px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(/css/Images/close.png?v=orXc2A-O56q749azBle3fx4q09A&v=orXc2A-O56q749azBle3fx4q09A) no-repeat;
        z-index: 100000010 !important;
    }

    #error {
        background: #ff6969;
        color: #fff;
        text-shadow: 1px 1px #cf5454;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 0
    }

        #error .tcontent {
            padding: 10px 14px 11px;
            border: 1px solid #ffb8b8;
            -moz-border-radius: 5px;
            border-radius: 5px
        }

    #success {
        background: #2ea125;
        color: #fff;
        text-shadow: 1px 1px #1b6116;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 10;
        -moz-border-radius: 0;
        border-radius: 0
    }

    #bluemask {
        background: #4195aa
    }

    #frameless {
        padding: 0
    }

        #frameless .tclose {
            left: 6px
        }

    .red {
        color: red !important;
    }

    .blue {
        color: blue !important;
    }

    .lightblue {
        color: lightblue !important;
    }

    .purple {
        color: purple !important;
    }

    .green {
        color: green !important;
    }

    .yellow {
        color: yellow !important;
    }

    .black {
        color: black !important;
    }

    .gray {
        color: gray !important;
    }

    .dimgray {
        color: dimgray !important;
    }

    .darkslategray {
        color: darkslategray !important;
    }

    .p-text {
        color: #666 !important;
    }

    .a-link {
        color: #0094ff !important;
    }

    /*watermark*/
.watermark-background {
        position: relative;
        display: block;
    }

.watermark-bg-text {
    width: 100%;
    position: absolute;
    opacity: 0.7;
    display: block;
    background-color: white;
    text-align: center;
    font-weight: 600;
    font-size: 25pt;
    color: red;

}

.watermark-bg-text-date {
    position: absolute;
    text-align: center;
    opacity: 0.7;
    font-size: 9pt;
    color: black !important;
    color: white;
    top: 54px;
    left: 5px;
    /*display: block;*/
    background-color: white;
    width: 60px;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
    border-color: red;
    /*float: right;*/
    /*margin-right: 5px;*/
}

.watermark-bg-text-feature {
    position: absolute;
    text-align: center;
    opacity: 0.7;
    font-size: 9pt;
    color: black !important;
    color: white;
    top: 170px;
    left: 5px;
    background-color: white;
    width: 60px;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
    border-color: red;
}

.wz-editor-listingStatus-small {
    position: absolute;
    text-align: center;
    opacity: 0.7;
    font-size: 9pt;
    color: black !important;
    color: white;
    top: 190px;
    left: 5px;
    background-color: white;
    width: 70px;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
    border-color: red;
}

.wz-editor-listingStatus-large {
    position: absolute;
    text-align: center;
    opacity: 0.7;
    font-size: 9pt;
    color: black !important;
    color: white;
    top: 190px;
    left: 5px;
    background-color: white;
    width: 150px;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
    border-color: red;
}

    .watermark-background-category {
        width: 93%;
        height: 25px;
        position: absolute;
        z-index: 0;
        display: block;
        filter: alpha(opacity=65);
        opacity: 0.55;
        top: 185px;
        left: 11px;
        margin: 0 auto;
        background-color: black;
    }

    .watermark-bg-text-category {
        text-align: right;
        font-size: 7.5pt !important;
        color: white;
        margin-top: 5px;
        margin-right: 5px;
        color: white;
    }

    .watermark-background-admission {
        width: 55px;
        height: 25px;
        position: absolute;
        z-index: 0;
        display: block;
        filter: alpha(opacity=55);
        opacity: 0.55;
        top: 165px;
        right: 12px;
        margin: 0 auto;
        background-color: black;
    }

    .watermark-bg-text-admission {
        text-align: right;
        font-size: 7.5pt;
        color: white;
        margin-top: 5px;
        color: white;
    }

    #mainlogo {
        text-align: center !important;
    }

    /* Slidebars */
    .sb-slidebar {
        background-color: #f2f2f2 !important; /* Background colour. */
        color: #666; /* Text colour. */
        z-index: 1000 !important;
    }

    .sb-slidebar a {
        color: #FF3971;
        text-decoration: none;
    }

    .sb-slidebar a:hover {
        color: #E83165; /* Link hover colour. */
        text-decoration: underline;
    }

    /* Main Menu */
    .sb-menu { /* Apply to <ul> or <ol>. */
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .sb-menu li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
    }

    .sb-menu > li:first-child {
        border-top: none; /* Removes top border from first list item.. */
    }

    .sb-menu > li:last-child {
        border-bottom: none; /* Removed bottom border from last list item. */
    }

    .sb-menu li a {
        width: 100%; /* Makes links full width. */
        display: inline-block;
        padding: 1em; /* Creates an even padding the same size as your font. */
        color: #f2f2f2;
    }

    .sb-menu li a:hover {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
    }

    .sb-right .sb-menu li a {
        border-right: 3px solid transparent;
    }

        .sb-right .sb-menu li a:hover {
            border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
        }

    /* Left */
    .sb-menu li .sb-open-right, .sb-menu li small {
        display: inline-block;
        padding: 14px;
    }

    .sb-menu li img {
        margin: 14px;
    }

    /* Right */
    aside#menu-search {
        padding: 4px 4px 4px 4px;
    }

    img.img-me {
        margin: 14px auto;
        border: 4px solid #fff;
    }

    /* Slidebar Type */

    .sb-slidebar, .sb-slidebar h3 {
        color: #F0F0F0;
    }

        .sb-slidebar ul.sb-nav li a {
            color: #DEDEDE;
        }

            .sb-slidebar ul.sb-nav li a:hover {
                color: #C7C7C7;
                text-decoration: none;
            }

        .sb-slidebar ul.sb-nav li span:hover {
            color: #C7C7C7;
        }

    /* Anchor Links */
    #download, #api, #options, #helper-classes {
        margin-top: -50px;
        padding-top: 50px;
    }

    /* Helper Classes */
    .add-bottom-margin {
        margin-bottom: 15px;
    }

    .no-bottom-margin {
        margin-bottom: 0;
    }

    .add-top-margin {
        margin-top: 15px;
    }

    .no-top-margin {
        margin-top: 0;
    }

    .push-down {
        position: relative;
        top: 2px;
    }

    .spaceDiv1 {
        height: 1px !important;
    }

    .spaceDiv2 {
        height: 2px !important;
    }

    .spaceDiv3 {
        height: 3px !important;
    }

    .spaceDiv4 {
        height: 4px !important;
    }

    .spaceDiv5 {
        height: 5px !important;
    }

    .spaceDiv10 {
        height: 10px !important;
    }

    .spaceDiv15 {
        height: 15px !important;
    }

    .spaceDiv20 {
        height: 20px !important;
    }

    .spaceDiv25 {
        height: 25px !important;
    }

    .spaceDiv20 {
        height: 30px !important;
    }

    .spaceDiv35 {
        height: 35px !important;
    }

    .form-group {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .ellipsis {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
        -o-text-overflow: ellipsis; /** Opera 9 & 10 **/
        width: 100%; /* note that this width will have to be smaller to see the effect */
    }
        /*.ellipsis:after{content:'...';}*/
        .ellipsis:hover {
            color: #5c87b2 !important;
        }

    @media (min-width: 360px) {
        ul.navbar-nav {
            display: initial !important;
            margin-right: 10px;
            margin-top: 16px !important;
        }

        .navbar .sb-toggle-right {
            width: 58px;
        }

        #logo {
            text-align: left;
        }

        #mainlogo {
            text-align: left !important;
        }
    }

    @media (min-width: 992px) {
    }

    @media (min-width: 1200px) {
    }

    /* start placeholder*/
    ::-webkit-input-placeholder {
        font-style: italic;
    }
    /* WebKit, Blink, Edge */
    :-moz-placeholder {
        font-style: italic;
    }
    /* Mozilla Firefox 4 to 18 */
    ::-moz-placeholder {
        font-style: italic;
    }
    /* Firefox 19+ */
    :-ms-input-placeholder {
        font-style: italic;
    }
    /* Internet Explorer 10-11 */
    :placeholder-shown {
        font-style: italic;
    }
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

    /* end placeholder*/

    /*#1) The Glow*/
    .style-1 input[type="text"] {
        padding: 10px;
        border: solid 1px #dcdcdc;
        transition: box-shadow 0.3s, border 0.3s;
    }

        .style-1 input[type="text"]:focus,
        .style-1 input[type="text"].focus {
            border: solid 1px #707070;
            box-shadow: 0 0 5px 1px #969696;
        }

    /*#2) The Thick Border*/
    .style-2 input[type="text"] {
        padding: 10px;
        border: solid 5px #c9c9c9;
        transition: border 0.3s;
    }

        .style-2 input[type="text"]:focus,
        .style-2 input[type="text"].focus {
            border: solid 5px #969696;
        }

    /*#3) The Double Border*/
    .style-3 input[type="text"] {
        padding: 10px;
        border: solid 5px #c9c9c9;
        box-shadow: inset 0 0 0 1px #707070;
        transition: box-shadow 0.3s, border 0.3s;
    }

        .style-3 input[type="text"]:focus,
        .style-3 input[type="text"].focus {
            border: solid 5px #969696;
        }

    /*#4) The Underline*/
    .style-4 input[type="text"] {
        padding: 10px;
        border: none;
        border-bottom: solid 2px #c9c9c9;
        transition: border 0.3s;
    }

        .style-4 input[type="text"]:focus,
        .style-4 input[type="text"].focus {
            border-bottom: solid 2px #969696;
        }

    /*#5) The Inset*/
    .style-5 input[type="text"] {
        padding: 10px;
        border: solid 1px #fff;
        box-shadow: inset 1px 1px 2px 0 #707070;
        transition: box-shadow 0.3s;
    }

        .style-5 input[type="text"]:focus,
        .style-5 input[type="text"].focus {
            box-shadow: inset 1px 1px 2px 0 #c9c9c9;
        }

    .button-filter {
        margin: 3px 0 0 3px !important;
    }

        .button-filter:hover {
        }

        .button-filter:active {
            background-color: brown !important;
        }

    /*overide slidebar*/

    .glass {
        position: relative !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid !important;
        border-bottom-color: cccccc !important;
        border-bottom-color: rgba(255, 255, 255, 0.2) !important;
        background-color: rgba(255, 255, 255, 0.2) !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
        height: 100% !important;
    }

        .glass::before {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            z-index: -1 !important;
            width: 100% !important;
            height: 100% !important;
            background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%221920%22%20height%3D%221120%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cimage%20xlink%3Ahref%3D%22http%3A%2F%2Fplacekitten.com%2F1920%2F1120%22%20width%3D%221920%22%20height%3D%221120%22%20filter%3D%22url%28%23blur%29%22%2F%3E%3C%2Fsvg%3E"), url("http://placekitten.com/1920/1120") !important;
            background-position: center bottom !important;
            background-attachment: fixed !important;
            background-size: cover !important;
            content: "";
            filter: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E#blur");
            -webkit-filter: blur(5px) !important;
            filter: blur(5px) !important;
        }

        .glass .legacy-ie-fix {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
        }

    /*overide tbox*/
    .tbox {
        z-index: 999999 !important;
    }

    .tclose {
        top: 30px !important;
        left: 30px !important;
    }

    /*semi-transparent-button*/
    .semi-transparent-button {
        display: block;
        /*box-sizing: border-box;*/
        margin: 0 auto;
        padding: 8px;
        width: 100%;
        background: #fff; /* fallback color for old browsers */
        background: rgba(255, 255, 255, 0.5);
        color: #fff;
        text-align: center;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease-out;
        outline: none;
    }

        .semi-transparent-button:hover,
        .semi-transparent-button:focus,
        .semi-transparent-button:active {
            background: #fff;
            color: #000;
            transition: all 0.5s ease-in;
        }

    /*ghost-button*/
    .ghost-button {
        display: inline-block;
        padding: 8px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        background-color: transparent;
    }

        .ghost-button:hover,
        .ghost-button:active {
            background-color: #fff;
            color: #000;
        }

    .ghost-button-rounded-corners {
        display: inline-block;
        padding: 8px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        outline: none;
        text-decoration: none;
    }

        .ghost-button-rounded-corners:hover,
        .ghost-button-rounded-corners:active {
            background-color: #fff;
            color: #000;
        }

    .ghost-button-transition {
        display: inline-block;
        /*width: 200px;*/
        padding: 8px;
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: background-color 0.2s ease-out, color 0.2s ease-out;
    }

        .ghost-button-transition:hover,
        .ghost-button-transition:active {
            background-color: #fff;
            color: #000;
            transition: background-color 0.3s ease-in, color 0.3s ease-in;
        }

    .ghost-button-thick-border {
        display: inline-block;
        font-weight: bold;
        padding: 8px;
        color: #fff;
        border: 3px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: background-color 0.2s ease-out, color 0.2s ease-out;
    }

        .ghost-button-thick-border:hover,
        .ghost-button-thick-border:active {
            background-color: #fff;
            color: #000;
            transition: background-color 0.3s ease-in, color 0.3s ease-in;
        }

    .ghost-button-semi-transparent {
        display: inline-block;
        padding: 8px;
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    }

        .ghost-button-semi-transparent:hover,
        .ghost-button-semi-transparent:active {
            background-color: #fff; /* fallback */
            background-color: rgba(255, 255, 255, 0.4);
            border-color: #fff; /* fallback */
            border-color: rgba(255, 255, 255, 0.4);
            transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
        }

    .ghost-button-border-color {
        display: inline-block;
        /*width: 200px;*/
        padding: 8px;
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: border-color 0.3s ease-out, color 0.3s ease-out;
    }

        .ghost-button-border-color:hover,
        .ghost-button-border-color:active {
            color: #66d8ed;
            border-color: #66d8ed;
            transition: border-color 0.4s ease-in, color 0.4s ease-in;
        }

    .ghost-button-full-color {
        display: inline-block;
        padding: 8px;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    }

        .ghost-button-full-color:hover,
        .ghost-button-full-color:active {
            background-color: #9363c4;
            border-color: #9363c4;
            color: #fff;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
        }

    .ghost-button-size-transition {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        margin: 0 auto;
        padding: 8px;
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: width 0.3s ease-out, height 0.3s ease-out, line-height 0.3s ease-out;
    }

        .ghost-button-size-transition:hover,
        .ghost-button-size-transition:active {
            height: 45px;
            line-height: 45px;
            transition: width 0.1s ease-in, height 0.1s ease-in, line-height 0.1s ease-in;
        }

    .ghost-button-active {
        color: black !important;
        background-color: #66d8ed !important;
        transition: border-color 0.4s ease-in, color 0.4s ease-in;
    }

    /* Fix Bootstrap .modal compatibility with jQuery UI Autocomplete,
see http://stackoverflow.com/questions/10957781/google-maps-autocomplete-result-in-bootstrap-modal-dialog */
    .ui-autocomplete {
        z-index: 1051 !important;
    }


    .phone-outer {
        border: 1px solid #FFFFFF;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        box-shadow: 0 3px 0.7px 1px #777777, 0 -7px rgba(0, 0, 0, 0.4) inset;
        height: 500px;
        width: 400px;
        margin: 0 auto;
        background-image: linear-gradient(right, #111 11%, #333 56%);
        background-image: -o-linear-gradient(right, #111 11%, #333 56%);
        background-image: -moz-linear-gradient(right, #111 11%, #333 56%);
        background-image: -webkit-linear-gradient(right, #111 11%, #333 56%);
    }

    .phone-inner {
        margin: 0 auto;
        background-color: #FFF;
        width: 360px;
        height: 460px;
    }

    .blur {
        box-shadow: 0 0 10px .1px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #eee;
        border-radius: 6px;
        overflow: hidden;
    }

        .blur:after {
            content: "";
            display: block;
            -webkit-filter: blur(5px);
            opacity: .6;
        }

    /*start event style*/

    /*@*style main*@*/

    .container-list {
         min-height: 375px;
    }

    #listView {
    }

    .template-view-divgold {
        padding: 0;
        background-color: white;
    }

    .template-view-div {
        padding: 0;
        background-color: white;
    }

    .dataItem-panel {
        padding: 0;
        background-color: white;
        box-shadow: 5px 5px 10px #888888;
    }

    .event-viewgallery {

    }

        .event-viewgallery .event-image {
            width: 100%;
            height: 220px;
            text-align: center;
            float: none;
            margin: 0px auto 0px auto;
            display: block;
            cursor: pointer;
        }

        .event-viewgallery .event-description {
            height: 180px;
            float: left;
            width: 72% !important;
        }

        .event-viewgallery .template-event-description {
            padding: 5px !important;
        }

        .event-viewgallery .template-event-description .title {
            font-size: 9pt !important;
            display: inline-block !important;
            color: #0094ff;
            width: 93%;
            max-height: 30px;
            text-align: center;
            background-color: transparent;
        }

        .event-viewgallery h3 {
            max-width: 100% !important;
            margin: 3px;
            padding: 0;
            overflow: hidden;
            line-height: 1.1em;
            text-transform: uppercase;
            font-size: 12pt !important;
            font-weight: 700 !important;
            color: #0094ff !important;
        }

    .event-viewgallery .admission {
        left: 0px;
        top: 0px;
        position: relative;
        color: #0094ff;
        text-align: right !important;
        float: right !important;
    }

    .event-viewlist {
        width: 90% !important;
        height: 200px;
        margin: 0 0 15px 0;
        position: relative;
        cursor: pointer;
        padding: 10px !important;
    }

        .event-viewlist .event-image {
            width: 40%;
            max-width: 280px;
            float: left;
        }

        .event-viewlist .event-description {
            height: 60%;
            float: left;
            width: 55% !important;
            background-color: white;
        }

        .event-viewlist .template-event-description {
            padding: 0 0 0 10px !important;
        }

            .event-viewlist .template-event-description .title {
                display: inline-block !important;
                font-size: 11pt;
                color: #0094ff;
            }

        .event-viewlist img {
            max-width: 100% !important;
            /*height: 135px;*/
            text-align: center;
            float: none;
            margin: 0px auto 0px auto;
            display: block;
        }

        .event-viewlist h3 {
            max-width: 100% !important;
            margin: 3px;
            padding: 0;
            overflow: hidden;
            line-height: 1.1em;
            font-size: 13pt !important;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 12pt !important;
            font-weight: 700 !important;
            color: #0094ff !important;
        }

    .template-event-description .admission {
        left: 0px;
        top: 2px;
        position: relative;
        color: #0094ff;
        text-align: right !important;
    }

    .template-event-description .e-tags {
        display: inline-block;
        min-width: 100px !important;
        max-width: 72% !important;
    }

    .template-event-description .e-startdate {
        display: inline-block;
        min-width: 100px !important;
        max-width: 99% !important;
    }

    .template-event-description .e-address {
        display: inline-block;
        min-width: 100px !important;
        max-width: 99% !important;
    }

    /*@*style detail*@*/

    #EventDetailWrapper {
        position: static !important;
        min-height: 150px;
    }

    .event-detail-wrapper-inner {
        -webkit-transform: translate3d(0, 0, 0) !important;
    }

    .map_canvas {
        width: 100%;
        height: 510px;
        position: relative;
        overflow: hidden;
    }

    #map_canvas {
        width: 100%;
        height: 510px;
        position: relative;
        overflow: hidden;
    }

    #map {
        width: 700px;
        max-height: 400px;
    }

    .content-wrapper {
        padding: 0 !important;
    }

    .content-wrapper-detail {
        padding: 0 !important;
    }

    .container-list-detail {
        height: 0px;
    }

    #listViewDetail {
        height: 0px;
    }

    .template-view-div-detail {
        padding: 0;
        background-color: white;
    }

    .event-viewgallery-detail {
        overflow-y: scroll;
        overflow-x: clip;
        height: 84vh;
        max-height: 84vh;
        padding: .5rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* ***TODO*** look at removing any event-detail CSS, replace with single-event-xxx*/

    .event-title-detail {
        background-color: #161b39;
        color: white !important;
        padding: 5px 20px 0px 20px !important;
    }

    .event-viewgallery-detail .event-image-detail {
        max-width: 100% !important;
    }

    .event-viewgallery-detail .event-description {
        height: 180px;
        float: left;
        width: 72% !important;
    }

    .event-viewgallery-detail .template-event-description-detail {
        padding: 0 10px 0 10px !important;
    }

    .event-viewgallery-detail .template-event-description-detail .title {
        width: 100% !important;
        display: inline-block !important;
    }

    .event-viewgallery-detail h3 {
        max-width: 100% !important;
        margin: 0;
        padding: 0;
        overflow: hidden;
        line-height: 1.1em;
        text-transform: uppercase;
        font-size: 12pt !important;
        font-weight: 700 !important;
        color: #161b39 !important;
    }

    .template-event-description-detail p {
        max-width: 100% !important;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
        font-size: 10.5pt !important;
        color: #161b39;
    }

    .event-viewgallery-detail .admission {
        left: 0px;
        top: 0px;
        position: relative;
        text-align: right !important;
        float: right !important;
    }

    .event-viewlist-detail {
        width: 98% !important;
        height: 230px;
        position: relative;
        cursor: pointer;
        padding: 10px !important;
    }

    .wz-single-event-modal-body {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .event-viewlist-detail .event-image-detail {
            width: 33%;
            float: left;
        }

        .event-viewlist-detail .event-description {
            height: 65%;
            float: left;
            background-color: transparent;
        }

        .event-viewlist-detail .template-event-description-detail {
            padding: 0px !important;
        }

            .event-viewlist-detail .template-event-description-detail .title {
                width: 90px !important;
                height: 230px;
                display: inline-block !important;
            }

        .event-viewlist-detail img {
            width: auto !important;
            height: 230px;
            text-align: center;
            float: none;
            margin: 0px auto 0px auto;
        }

        .event-viewlist-detail h3 {
            max-width: 100% !important;
            margin: 3px;
            padding: 0 0 0 10px;
            overflow: hidden;
            line-height: 1.1em;
            font-size: 13pt !important;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 12pt !important;
            font-weight: 700 !important;
            color: #0094ff !important;
        }

        .event-viewlist-detail .admission {
            left: 0px;
            top: 0Px;
            position: relative;
            color: #0094ff;
        }

    .k-pager-wrap {
        background-color: #f1f3f3 !important;
    }

        .k-pager-wrap .k-link {
            border-color: transparent !important;
        }

    .k-pager-wrap {
        color: gray !important;
    }


    /*@*style patterns*@*/

    .carbon-fibre {
        background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
        background-color: #282828;
        background-size: 16px 16px;
    }

    .carbon {
        background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
        background-color: #131313;
        background-size: 20px 20px;
    }

    .pyramid {
        background: linear-gradient(315deg, transparent 75%, #d45d55 0)-10px 0,linear-gradient(45deg, transparent 75%, #d45d55 0)-10px 0,linear-gradient(135deg, #a7332b 50%, transparent 0) 0 0, linear-gradient(45deg, #6a201b 50%, #561a16 0) 0 0 #561a16;
        background-size: 20px 20px;
    }

    .upholstery {
        background: radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0, radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px, radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0, radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px, radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0, radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px, radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0, radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px, linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0, linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
        background-color: #300;
        background-size: 100px 100px;
    }

    .starry-night {
        background-color: transparent;
        background-image: radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px), radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px), radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px), radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);
        background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
    }

    .cicada {
        background-color: #026873;
        background-size: 13px 13px, 29px 29px, 37px 37px, 53px 53px;
        background-image: -webkit-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%), -webkit-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%), -webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%), -webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%);
        background-image: -moz-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%), -moz-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%), -moz-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%), -moz-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%);
        background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%), linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%), linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
        -pie-background: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%) 0 0 / 13px, linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%) 0 0 / 29px, linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%) 0 0 / 37px, linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%) 0 0 / 53px, #026873;
    }

    .jcube {
        background-size: 80px 140px;
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
        background-image: -webkit-linear-gradient(60deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), -webkit-linear-gradient(-60deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), -webkit-linear-gradient(60deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), -webkit-linear-gradient(-60deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), -webkit-linear-gradient(30deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a), -webkit-linear-gradient(30deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a);
        background-image: -moz-linear-gradient(60deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), -moz-linear-gradient(-60deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), -moz-linear-gradient(60deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), -moz-linear-gradient(-60deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), -moz-linear-gradient(30deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a), -moz-linear-gradient(30deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a);
        background-image: linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445) 0 0, linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445) 0 0, linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445) 40px 70px, linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445) 40px 70px, linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a) 0 0, linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a) 40px 70px / 80px 140px;
        -pie-background: linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445) 0 0 / 80px 140px, linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445) 0 0 / 80px 140px, linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445) 40px 70px / 80px 140px, linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445) 40px 70px / 80px 140px, linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a) 0 0 / 80px 140px, linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a) 40px 70px / 80px 140px, #556;
    }

    .horizontal-stripes {
        background-size: 50px 50px;
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
        background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
        background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
        -pie-background: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent) 0 0 / 50px #0ae;
    }

    .picnic {
        background-size: 50px 50px;
        background-color: white;
        background-image: -webkit-linear-gradient(transparent 50%, rgba(200, 0, 0, .5) 50%, rgba(200, 0, 0, .5)), -webkit-linear-gradient(0deg, transparent 50%, rgba(200, 0, 0, .5) 50%, rgba(200, 0, 0, .5));
        background-image: -moz-linear-gradient(transparent 50%, rgba(200, 0, 0, .5) 50%, rgba(200, 0, 0, .5)), -moz-linear-gradient(0deg, transparent 50%, rgba(200, 0, 0, .5) 50%, rgba(200, 0, 0, .5));
        background-image: linear-gradient(transparent 50%, rgba(200, 0, 0, .5) 50%, rgba(200, 0, 0, .5)), linear-gradient(90deg, transparent 50%, rgba(200, 0, 0, .5) 50%, rgba(200, 0, 0, .5));
        -pie-background: linear-gradient(transparent 50%, rgba(200, 0, 0, .5) 50%, rgba(200, 0, 0, .5)) 0 0 / 50px 50px, linear-gradient(90deg, transparent 50%, rgba(200, 0, 0, .5) 50%, rgba(200, 0, 0, .5)) 0 0 / 50px 50px white;
    }

    .angled135 {
        background-size: 50px 50px;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        -pie-background: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent) 0 0 / 50px 50px, #c16;
    }

    /*end event style*/

    /*start Scroll IFRAMEs on iOS*/
    .scroll-wrapper {
        -webkit-overflow-scrolling: touch !important;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        /* important:  dimensions or positioning here! */
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }

        .scroll-wrapper iframe {
            height: 100%;
            width: 100%;
        }

    /*end Scroll IFRAMEs on iOS*/



    .social-top {
        height: 50px;
        padding-top: 10px;
        position: relative !important;
        z-index: 100000000;
    }

    .header-social-icons {
        display: block;
        margin: 0 auto;
    }

    .social-icons a {
        color: #fff !important;
    }

    ul.social-icons {
        margin-top: 10px;
    }

    .social-icons li {
        vertical-align: top;
        display: inline;
    }

    .social-icons a {
        color: #fff;
        text-decoration: none;
    }

    .wz-icon-button {
        /*padding: 10px 4px 7px 6px;*/
        background-color: var(--wz-icon-button-bg);
        color: #fff !important;
        border-radius: 6px;
        border-style: solid;
        border-width: 1px;
        border-color: var(--wz-icon-button-border); /*slategray*/
        cursor: pointer; /* Changes cursor to hand */
        width: 3em;
        height: 3em;
        justify-content: center;
        align-items : center;
    }

    .wz-icon-button:hover {
        /*background-color: #99a;*/
        background-color: var(--wz-icon-button-bg-hover);
    }

        .wz-icon-button img {
            /*            height: 30px;
            margin-top: -8px;*/
            max-width: 100%;
            max-height: 100%;
            padding: 3px;
        }
    }

    .back-to-top-button.docked {
        right: 0
    }

    .back-to-top-button {
        position: fixed;
        right: -140px;
        top: 94%;
        z-index: 99;
        background: #dedede;
        background: rgba(222,222,222,0.85);
        display: block;
        padding-left: .47619em;
        padding-right: .71429em;
        max-width: 140px;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
    }

        .back-to-top-button .button-caption {
            position: relative;
            bottom: 7px;
            width: 100%;
            text-align: center;
            color: #000;
            font-size: 8pt;
        }

    @media print {
        body > * {
            display: none !important;
        }

        body > .k-window {
            display: block !important;
            position: relative !important;
            top: auto !important;
            left: auto !important;
            width: auto !important;
            height: auto !important;
            border-width: 0;
            box-shadow: none !important;
        }

        .k-window .k-window-titlebar {

        }
    }

    /* region Feature Editor */

    #promotionCost .k-textbox {
        min-width: unset !important;
        max-width: 80px !important;
        background-color: white !important;
        color: blue !important;
        height: 40px !important;
        padding: 0px;
        border: none !important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0.5px;
        border-bottom-right-radius: 0.5px;
        border-bottom: solid 0.5px #c9c9c9 !important;
        border-radius: 0px !important;
        font-size: 12pt !important;
    }

    /* endregion Feature Editor */

    /* Start Bob's additions */

    .wz-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4px;
    }

    .wz-header-logo {
        flex-grow: 1;
    }

    .wz-header-logo img {
        width: 200px;
        height: auto;
    }

    .wz-header-nav ul {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
        padding: 0;
    }

    .wz-header-nav li {
        margin: 0 10px;
    }

    @media screen and (max-width: 600px) {
        .wz-header {
            flex-direction: column;
        }

        .wz-header-nav ul {
            justify-content: center;
            margin-top: 20px;
        }
    }

    .wz-image-default {
        width: 290px;
        height: 200px;
        max-width: 290px;
    }

    .wz-image-small {
        width: 140px;
        height: 100px;
        max-width: 140px;
    }

    .wz-image-huge {
        width: 768px;
        height: 549px;
        max-width: 768px;
    }

    .wz-panel-medium-outer {
        justify-content: center;
        display: grid;
    }

    .wz-panel-medium-inner {
        display: inline-block;
        width: 610px;
    }

    .wz-center {
        text-align: center;
    }

    .wz-label-medium {
        width: 150px;
        float: left;
    }

    .wz-label-textarea {
        vertical-align: top;
    }

    .wz-input textarea {
        height: 20px;
        border-color: #bbb;
    }

    .wz-Search-Radius-Slider-Handle {
        width: 35px !important;
        height: 20px !important;
        top: 50% !important;
        margin-top: -10px;
        text-align: center;
        line-height: 20px;
    }

    .wz-link {

    }

    .wz-link {
        color: var(--wz-primary) !important;
        outline: none;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: underline !important;
    }

    .wz-link:visited, .wz-link:hover {
        color: var(--wz-secondary) !important;
    }

    .wz-input-medium {
        width: 350px !important;
    }


    .wz-input-large {
        width: 600px !important;
    }

    .wz-input-70pc {
        width: 70% !important;
    }

    .wz-input-100pc {
        width: 100% !important;
    }

    .wz-input-100pc500px {
        width: 100% !important;
        max-width: 500px !important;
    }

    .wz-datepicker {
        width: 160px !important;
    }

    .wz-feature-icons {
        height: 20px;
    }

    .wz-grid-row-selected {
        background-color: powderblue !important;
    }

    .wz-panel {
        border-style: solid;
        border-radius: 12px;
        border-color: rgba(20,53,80,0.038);
        display: grid;
        background-color: rgba(20,53,80,0.038);
    }

    .wz-feature-row {
        min-height: 36px;
        margin-bottom: 8px;
    }

    .wz-amount {
        text-align: right;
        font-weight: bolder;
        font-size: larger !important;
        color: blue !important;
    }

    .wz-data-item {
        width: 100%;
        margin-top: 10px;
    }

    .wz-eway {
        text-align: center !important;
        cursor: pointer;
    }

    .wz-paymentType {
        border-color: gainsboro;
        border-style: solid;
        border-radius: 6px;
        border-width: 1px;
        width: 100%;
        padding-bottom: 12px;
        padding-top: 6px;
    }

.wz-data-panel {
    /*display: inline-block;*/
    border-radius: 6px;
    background-color: lightgray;
    border-color: #a9a9a9 !important;
    border-width: 1px !important;
    border-style: solid;
    padding: 6px;
}

    .wz-data-form {
        margin-bottom: 20px;
    }

    .wz-data-form label {
        margin-left: 5px;
        font-weight: 500;
        display: block; /* this is necessary to allow the text-align:right to work*/
        text-align: right;
    }

.wz-instruction {
    text-align: center !important;
    width: 100% !important;
    margin-top: 3px;
}

    .wz-editor-menu-bottom {
        margin-top: 40px;
    }

    .wz-dropdown {
        border-style: solid !important;
        border-width: 1px !important;
        border-color: #bbb !important;
    }

    .wz-whitebackground {
        background-color: white !important;
    }

    .wz-UploadDropZoneDiv {
        width: 500px !important;
        float: left;
        text-align: left;
    }

    .wz-UploadFileDiv {
        display: inline-block;
        width: 73%;
        float: left;
        padding: 5px;
        margin: 2px;
    }

    .wz-UploadFileDiv .k-upload {
        min-height: 100px !important;
    }

    .wz-UploadFileDiv .k-dropzone {
        min-height: 100px !important;
        background-color: white !important;
        text-align: left;
        border: none;
        border-style: dotted;
        margin: 5px;
    }

    .wz-hidden {
        display: none;
    }

    .wz-highlight {
        border: 1px solid red !important;
        background-color: #ffe6e6 !important;
    }

    .wz-precheckoutdiv {
        text-align: center;
        margin-top: 20px;
    }

        .wz-precheckoutdiv button {
            font-weight: bolder;
            font-size: larger !important;
            background-color: powderblue;
        }

    .wz-paypal {
        width: 45%;
        margin: auto;
        margin-top: 8px;
        height: 80px;
    }

    .wz-contrast-text {
        color: white !important;
    }

    .wz-action-hightlight {
        background-color: #c2f1ff;
    }

    .wz-rb-indent {
        margin-left: 155px;
    }

    .k-button.wz-rb-indent {
        margin-left: 155px;
    }

    .wz-featureColumn1 {
        float: left;
        width: 6%;
        min-width: 35px;
    }

    .wz-featureColumn2 {
         margin-top: 4px; 
        float: left;
        width: 29%;
        margin-bottom: 6px;
    }

    .wz-featureColumn3 {
        float: left;
        max-width: 100%;
        min-width: 60%;
    }

    .wz-featureColumn4 {
        float: left;
        width: 75%;
    }

    .wz-featureColumn5 {
        float: left;
        width: 100%;
    }

    .wz-featureColumn6 {
        float: none;
        text-align: center;
        width: 100%;
    }

    .wz-f-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom:10px;
    }

    .wz-f-col {
        box-sizing: border-box;
        /*padding: 10px;*/
    }

    .wz-f-col-1 {
        max-width: 35px;
        flex-basis: 10%;
    }

    .wz-f-col-2 {
        flex-basis: 25%;
    }

    .wz-f-col-3 {
        flex-basis: 65%;
    }

    .wz-f-col-3 > .wz-slider {
        margin-top: 14px;
    }

    /* For screens smaller than 768px */
    @media (max-width: 768px) {
        .wz-f-col-1, .wz-f-col-2 {
            flex-basis: 50%;
        }

        .wz-f-col-3 {
            flex-basis: 100%;
        }

        .wz-f-col-3 > .wz-slider {
            margin-top: 4px;
        }

        .wz-promotion-desc {
            max-width: 75% !important;
        }

        .wz-promotion-desc > div {
            display: block !important;
        }

        .wz-feature-add {
            min-height:420px;
        }

        .wz-feature-show {
            float: right !important;
            min-width: 80px;
            margin-top: 28px;
        }
    }

    .wz-feature-add {
        min-height:280px;
    }

    .wz-feature-show {
        float: right !important;
        min-width: 80px;
    }

    .wz-invoices-container {
        display: flex;
    }

    .wz-invoices-column {
        flex: 1;
        padding: 4px;
    }

    .wz-invoices-column a {
        text-decoration: underline !important;
    }

    .wz-promotion {
        max-width: 100%;
        min-height: 36px;
        display: inline-block;
    }

    .wz-promotion-desc {
        max-width: 90%;
        text-align: left;
        padding: 10px 5px 0 10px;
        display: inline;
        float: left;
    }

    .wz-promotion-desc > div {
        display: inline;
    }

    .wz-toolbar {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .wz-toolbar-space {
        border-style: none;
        cursor: default;
        width: 2.6em;
        height: 2.6em;
        display: inline-flex;
    }

    .wz-toolbar-icon {
        border-style: solid;
        border-width: thin;
        border-radius: 4px;
        cursor: pointer;
        width: 2.6em;
        height: 2.6em;
        justify-content: center;
        align-items: center;
        display: inline-flex;
    }

    .wz-toolbar-icon img {
        /*            height: 30px;
            margin-top: -8px;*/
        max-width: 100%;
        max-height: 100%;
        padding: 3px;
    }


    .wz-toolbar-space {
        width: 40px;
        height: 40px;
        margin-left: 2px !important;
        padding: 2px;
        border-style: none;
    }


    .wz-toolbar-icon:hover {
        background-color: var(--wz-icon-button-bg-hover);
    }

    .wz-fs-s {
        font-size: .875rem !important;
    }

    .wz-fs-xs {
        font-size: .75rem !important;
    }

    .wz-fs-xxs {
        font-size: .625rem !important;
    }

    .wz-pubOrPrvEvents {
        display: inline;
/*        margin-left: 12px;
        margin-right: 12px;*/
    }

.unpinned {
    font-size: 2.5em;
    position: relative;
    display: inline-block;
    background-color: gray;
    width: .2em;
    height: .3em;
    margin: auto 1.15em .35em;
    border-width: .08em .1em .1em;
    border-style: solid;
    border-color: gray white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: .1em .1em 0 0;
    box-sizing: unset !important;
    moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
}

        .unpinned:before {
            content: "";
            background-color: gray;
            position: absolute;
            top: 0;
            left: .08em;
            width: 2px;
            height: .75em;
            border-radius: 0 0 .05em;
        }

    .pinned {
        font-size: 2.5em;
        position: relative;
        display: inline-block;
        background-color: black;
        width: .2em;
        height: .3em;
        margin: auto 1.15em .35em;
        border-width: .08em .1em .1em;
        border-style: solid;
        border-color: black white;
        border-radius: .1em .1em 0 0;
        box-sizing: unset !important;
        moz-box-sizing: unset !important;
        -webkit-box-sizing: unset !important;
    }

    .pinned:before {
        content: "";
        background-color: black;
        position: absolute;
        top: 0;
        left: .08em;
        width: 2px;
        height: .75em;
        border-radius: 0 0 .05em;
    }

    .wz-DatePicker {
        width: 270px !important;
    }

    .wz-DatePicker input {
        padding-left: 4px !important;
    }

    .wz-disabled {
        background-color: lightgray
    }

    .content-wrapper-inside-how a {
        color: white !important;
    }

    .content-wrapper-inside-how a:hover {
        color: #CA992C !important;
    }

    #tabsSearch #refine-search {
        height: auto;
    }

    #tabsSearch #quick-search {
        height: auto;
    }

    #tabsSearch #quick-search .title {
        display: inline-block !important;
        width: 100% !important;
        text-align: center !important;
        background-color: gray !important;
        color: white !important;
    }

    #tabsSearch .k-grid-header {
        visibility: hidden;
        height: 0px;
    }

    #tabsSearch .k-tabstrip:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    #tabsSearch .editor-label {
        width: 35% !important;
        display: inline-block;
    }

    #tabsSearch .ddl-radius {
        width: 96% !important;
        border: none !important;
    }

    #tabsSearch .ddl-when {
        width: 96% !important;
        border: none !important;
    }

    #tabsSearch .ddl-category {
        width: 96% !important;
        border: none !important;
    }

    #tabsSearch .ddl-sub-category {
        width: 96% !important;
        border: none !important;
    }

    #tabsSearch .dropdown {
        /*width: 96% !important; */
        border-style: solid !important;
        border-width: 1px !important;
        border-color: #bbb !important;
        color: black !important;
        margin-left: 1px !important;
    }

    #tabsSearch .k-tabstrip .k-content.k-state-active {
        background-color: #ededed !important;
    }

    #tabsSearch .k-icon, .k-tool-icon {
        color: gray !important;
    }

    #tabsSearch .sb-menu li {
        border-bottom: none !important;
    }

    .section {
        width: 100%;
        margin: auto;
    }

    div.one {
        width: 60%;
        float: left;
    }

    div.two {
        margin-left: 50%;
    }

    .txtIntervalNumber {
        width: 25px
    }

    .content-wrapper-inside-privacy {
        max-width: 1280px;
    }

    .content-wrapper-inside-terms {
        max-width: 1280px;
    }

    .content-wrapper-inside-contact-us {
        max-width: 740px;
    }

        .content-wrapper-inside-contact-us input[type="text"] {

        }

    .content-wrapper-inside-editor-file-upload {
        max-width: 900px;
    }

        .content-wrapper-inside-editor-file-upload .txtValue {
            min-width: 700px !important;
            width: 700px !important;
        }

        .content-wrapper-inside-editor-file-upload label {
            width: 100px;
        }

    .template-event-description {
        height: 120px;
        font-size: 8.5pt !important;
        text-align: center !important;
    }

    .b-myevent-edit {
        width: 50px;
    }

    .b-myevent-delete {
        width: 70px;
    }

    .center-cropped {
        object-fit: cover; /* Do not scale the image but use cover */
        object-position: center; /* Center the image within the element */
    }

    .noDisplay {
        display: none;
    }

    .generalRow {
        background-color: white;
        padding: 10px !important;
        border-style: none;
        border-color: #eeecec;
    }

    .generalAltRow {
        background-color: rgba(20,53,80,0.038);
        padding: 10px !important;
    }

    .generalRowGroup {
        background-color: #f2f2f2;
        padding: 5px 0px !important;
    }

    .generalAltRowGroup {
        background-color: #d9d9d9;
        padding: 5px 0px !important;
    }

    .generalTitleGroup {
        background-color: #737373;
        color: white;
        padding: 5px 5px 5px 8px !important;
        border-style: none;
        border-color: #eeecec;
        min-height: 20px;
    }

    .generalGroup {
        padding: 1px 1px 0px 1px !important;
        border-style: none !important;
        border-color: #eeecec !important;
        min-height: 45px !important;
    }

    .spaceDiv1 {
        height: 1px !important;
    }

    .spaceDiv2 {
        height: 2px !important;
    }

    .spaceDiv3 {
        height: 3px !important;
    }

    .spaceDiv4 {
        height: 4px !important;
    }

    .spaceDiv5 {
        height: 5px !important;
    }

    .spaceDiv6 {
        height: 6px !important;
    }

    .spaceDiv7 {
        height: 7px !important;
    }

    .spaceDiv8 {
        height: 8px !important;
    }

    .spaceDiv9 {
        height: 9px !important;
    }

    .spaceDiv10 {
        height: 10px !important;
    }

    .spaceDiv15 {
        height: 15px !important;
    }

    .spaceDiv20 {
        height: 20px !important;
    }

    .spaceDiv25 {
        height: 25px !important;
    }

    .spaceDiv30 {
        height: 30px !important;
    }

    .spaceDiv35 {
        height: 35px !important;
    }

    .spaceDiv40 {
        height: 40px !important;
    }

    .spaceDiv45 {
        height: 45px !important;
    }

    .spaceDiv50 {
        height: 50px !important;
    }

    .spaceDiv55 {
        height: 55px !important;
    }

    .spaceDiv60 {
        height: 60px !important;
    }

    .spaceDiv65 {
        height: 65px !important;
    }

    .spaceDiv70 {
        height: 70px !important;
    }

    .spaceDiv75 {
        height: 75px !important;
    }

    .spaceDiv80 {
        height: 80px !important;
    }

    .spaceDiv85 {
        height: 85px !important;
    }

    .spaceDiv90 {
        height: 90px !important;
    }

    .spaceDiv95 {
        height: 95px !important;
    }

    .spaceDiv100 {
        height: 100px !important;
    }

    .spaceDiv150 {
        height: 150px !important;
    }

    .spaceDiv200 {
        height: 200px !important;
    }

    .fieldset {
        width: 100%;
        min-width: 100px;
        padding: 10px;
        background-color: rgba(20,53,80,0.038);
        border: 1px solid rgba(20,53,80,0.05);
    }

    .wz-textbox {
        min-width: 100px !important;
        background-color: white !important;
        color: #696969 !important;
        height: 25px !important;
        border: none !important;
        font-size: 9pt !important;
    }

    .iq-notification {
        font-size: 9pt !important;
        font-weight: normal;
    }

    /*#region Wenziton July 2021*/

    /*#region defaults*/

    /*----------------------------------------------------------
The base colours for this template are shown blow. If you'd like
to use a different colour start by replacing all instances of
these colours with your new colours.

    #CA992C = Wenziton blue
    #FCB34B = Wenziton gold
----------------------------------------------------------*/
    .wenzitonblue {
        background-color: #007599 !important;
        color: white !important;
    }

    .wenzitonblueborder {
        border-color: #007599;
        border-style: solid;
    }

    .wenzitongold {
        background-color: #FCB34B !important;
    }

    .pct45 {
        width: 45% !important;
    }

    .defaultfont {
        font-size: 1rem
    }

    .nodisplay {
        display: none;
    }

    .disabledbutton {
        pointer-events: none;
        opacity: 0.5;
    }

    /*#endregion defaults*/

    /*#region shapes*/

    .line2px {
        margin-top: 7px !important;
        height: 4px !important;
        border: none;
    }

    /*#endregion shapes*/

    /*#region navbar*/

    .navbar {
        background-image: linear-gradient(to bottom, silver, gainsboro) !important;
        background-size: 100%;
        background-repeat: no-repeat;
        border: none;
        width: 100%;
        left: auto;
        right: auto;
        z-index: 99999 !important;
        padding: 0 !important;
    }

    .navbar-leftnav {
        float: left;
        margin-left: 10px;
        min-width: 80px;
    }

    .navbar-rightnav {
        justify-content: right;
        width: 260px;
        margin-top: 16px;
        margin-left: auto
    }

    .navbar-login {
        max-height: 64px;
    }

    .navbar-icon {
        width: 60px;
        max-width: 60px;
    }

    .navbar-fixed-top {
        height: 64px !important;
    }

    .nav-menu {
        width: 220px;
    }

    .navbar-nav-left {
        width: 220px;
    }

    .navbar .sb-toggle-right {
        width: 40px;
        float: right;
        padding: 14px 0px;
    }

    .nav-item .sb-toggle-right, .sb-open-right, .sb-close {
        cursor: pointer;
    }

    .sb-right {
        margin-top: 64px !important;
        width: 365px !important;
        padding-bottom: 64px;
    }

    .navicon-line {
        width: 24px;
        height: 4px;
        border-radius: 1px;
        margin-bottom: 3px;
        background-color: #666;
    }

    .navicon-gear {
        width: 24px;
        height: 4px;
        border-radius: 1px;
        margin-bottom: 3px;
        background-color: #666;
        background: url(/css/Images/gear.png?v=WWRU-3QT6_qzbmIFpzjViTpYKhk&v=WWRU-3QT6_qzbmIFpzjViTpYKhk) no-repeat top left !important;
        z-index: 9999999 !important;
    }

    ul.navbar-nav {
        display: none;
    }


    /*#endregion navbar*/

    /*#endregion searchPanel*/

    /*#region login*/
    .login {
        padding: 20px;
        text-align: center;
    }

    /*#endregion login*/

    #recaptchaDiv {
        display: flex;
    }

    @media only screen and (max-width:464px) {
        #recaptchaDiv {
            display: unset;
        }
    }

    #contactUsOptions {
        width: 680px;
    }

        #contactUsOptions input {
            width: 30px !important;
        }

    /*#endregion ContactUs*/

    /*#region EventEditor*/

    #EndTime {
        padding-left: 4px;
    }

    /*#endregion EventEditor*/

    /*#region kendo*/
    .k-dropdown {
        color: #fff !important;
        height: 30px !important;
        transition: box-shadow 0.3s, border 0.3s;
        box-shadow: none;
        text-align: left !important;
        padding-bottom: 4px !important;
    }

    .k-textbox {
        background-color: white !important;
        color: #696969 !important;
        border-radius: 5px;
        font-size: 12pt !important;
    }

    .k-button {
        border-radius: 4px !important;
    }

    /*#endregion kendo*/

    /*#region popup windows*/

    #ConfirmTrackingPopup {
        background-color: white !important;
        border-color: #FCB34B;
        border-style: solid;
        border-radius: 6px;
    }

    .popupMessageSaveSearch {
        height: 20px;
        padding: 6px;
    }

    k-window-titlebar {
        display: none;
    }

    /*#endregion popup windows*/

    /*#region Kendo UI overRidess*/

    .k-edit-form-container {
        width: auto !important;
        padding: 10px !important;
    }

    .k-grid .k-grid-header .k-header .k-link {
        min-height: 20px;
    }

    .k-grid .k-grid-header .k-header {
        white-space: normal;
    }

    .k-hierarchy-cell {
        background-color: #4D4C4C !important;
    }

        .k-hierarchy-cell .k-icon .k-minus {
            content: 'Click here';
        }

    .k-button:hover {
        color: #CA992C !important;
        box-shadow: 0 0 5px 1px;
    }

        .k-menu .k-item > .k-link:hover {
            color: white;
            background: LightGray;
        }

    .k-textbox .k-icon {
        margin-left: -6px !important;
    }

    .k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
        text-indent: 0.4em !important
    }

    .k-input {
        text-indent: 0.4em !important
    }

    .k-picker-wrap .k-input {
        text-indent: 0.0em !important
    }

    .k-block {
        background-color: transparent !important;
    }

    .k-pager-wrap {
        color: transparent !important;
    }

        .k-pager-wrap .k-link {
            background-color: transparent !important;
        }

    .k-popup.k-group {
        color: #333333 !important;
    }

    .k-input {
        border-radius: 5px !important;
        color: #000 !important;
        min-height: 30px !important;
    }

    .k-multiselect .k-input {
        height: auto !important;
    }

    .k-dropdown-wrap {
        color: #fff !important;
        height: 30px !important;
        transition: box-shadow 0.3s, border 0.3s !important;
    }

    .k-window {
        z-index: 100003 !important;
        padding-top: 0 !important;
    }

    .k-header {
        margin-top: 0 !important;
    }

    .k-window-top {
        top: 0 !important;
    }

    .k-window-content {
        padding: 0px !important;
    }

    .k-select {
        color: gray !important
    }

    .k-delete-button {
        margin: -50px 0 0 0 !important;
    }

    /*#endregion Kendo UI overRidess*/

    /*#endregion Wenziton July 2021*/


/* region Wenziton Feb 2024 */

.modal-dialog {
    max-width: 900px;
}

.modal-content {
    width: 900px;
    max-width: 100%;
}

.modal-header {
    width: 100%;
}

.modal-title {
    width: 100%;
}

/* end region Wenziton Feb 2024 */

/* region April 2024 */
.wz-single-event-title {
    background-color: #161b39;
    color: white !important;
    padding: 5px 20px 0px 20px !important;
}

.wz-single-event-img {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 180px;
    max-height: 450px !important;
    text-align: center;
    float: none;
    margin: 0px auto 0px auto;
    display: block;
}

.wz-wait {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.wz-button {
    background-repeat: no-repeat;
    background-position: center center; /* optional, center the image */
    background-color: var(--wz-primary-alt);
    color: var(--wz-primary-alt-contrast);
    border-radius: 6px !important;
    border: 1px solid slategrey !important;
    cursor: pointer; /* Changes cursor to hand */
}

.wz-button:hover {
    background-color: var(--wz-primary);
    color: var(--wz-primary-contrast) !important;
}

.wz-alt-button {
    background-repeat: no-repeat;
    background-position: center center; /* optional, center the image */
    background-color: var(--wz-secondary);
    color: var(--wz-secondary-contrast);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    cursor: pointer; /* Changes cursor to hand */
}

    .wz-alt-button:not(.wz-disabled):hover {
        background-color: var(--wz-secondary-alt);
        color: var(--wz-secondary-alt-contrast) !important;
    }

    wz-alt-button.wz-disabled {
        background-color: lightGray !important;
        cursor: default;
    }

/*    wz-alt-button.disabled:hover {
        cursor: default;
    }
*/

    .wz-disabled {
        background-color: lightgrey !important;
        cursor: default !important;
    }


.wz-warning {
    background-color: #FF8800;
    color: black
}

.wz-close {
    position: fixed;
    top: 40px;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/css/Images/close.png?v=orXc2A-O56q749azBle3fx4q09A&v=orXc2A-O56q749azBle3fx4q09A) no-repeat;
    /*z-index: 100000010 !important;*/
}

.wz-trip-data-panel {
    border-style: solid;
    border-radius: 8px;
    border-color: darkgrey;
    padding: 4px;
    margin-bottom: 4px;
}

.wz-expander {
    float: right;
    max-width: 24px;
}

.wz-trip-item-icon {
    max-width: 42px;
    height: 38px;
    max-height: 38px;
}

/* wz-input should probably have border, font and radius settings */
.wz-input {
    width: 100% !important;
    font-size: .95em !important;
    color: #696969 !important;
    width: 100%;
    border-style: solid;
    border-color: #a9a9a9;
    border-radius: 6px !important;
    border-width: thin;
}

.wz-odd-row {
    background-color: Gainsboro;
}

.wz-even-row {
    background-color: white;
}

.wz-data-container {
    min-height: 450px;
}

.wz-page-contents {
    min-height: 650px;
}

.wz-border {
    /*border: 1px solid #cccccc !important; */
    /*border: 1px solid #666666 !important; */
    border: 1px solid slategrey !important;
    border-radius: 6px !important;
}

.wz-border-alt {
    border: 1px solid var(--wz-primary) !important;
    border-radius: 6px !important;
}


.wz-clearButton {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    border: 0;
    cursor: pointer;
    z-index: 1;
    color: red;
    font-weight: bold;
    background-color: white;
    padding-bottom: 1px;
    padding-right: 1px;
}

.wz-clearButton:hover {
    background-color: var(--wz-primary);
    color: white;
}

.wz-canClear input {
    padding-right: 1.4em;
}



/* end region Wenziton April 2024 */

