.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}
.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}
.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}
.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}
.select2-container .select2-search--inline{float:left;}
.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}
.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}
.select2-results{display:block;}
.select2-results__options{list-style:none;margin:0;padding:0;}
.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}
.select2-results__option[aria-selected]{cursor:pointer;}
.select2-container--open .select2-dropdown{left:0;}
.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}
.select2-search--dropdown{display:block;padding:4px;}
.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}
.select2-search--dropdown.select2-search--hide{display:none;}
.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}
.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}
.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}
.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}
.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}
.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}
.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}
.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}
.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}
.select2-container--default .select2-results__option[role=group]{padding:0;}
.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}
.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}
.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}
.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}
.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}
.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}
.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}
.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}
.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}
.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}
.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}
.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}
.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}
.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}
.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}
.select2-container--classic .select2-dropdown--above{border-bottom:none;}
.select2-container--classic .select2-dropdown--below{border-top:none;}
.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}
.select2-container--classic .select2-results__option[role=group]{padding:0;}
.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}
.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}
.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}.bootstrap-bmlt{}
.bootstrap-bmlt html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
.bootstrap-bmlt body{margin:0}
.bootstrap-bmlt article,.bootstrap-bmlt aside,.bootstrap-bmlt details,.bootstrap-bmlt figcaption,.bootstrap-bmlt figure,.bootstrap-bmlt footer,.bootstrap-bmlt header,.bootstrap-bmlt hgroup,.bootstrap-bmlt main,.bootstrap-bmlt menu,.bootstrap-bmlt nav,.bootstrap-bmlt section,.bootstrap-bmlt summary{display:block}
.bootstrap-bmlt audio,.bootstrap-bmlt canvas,.bootstrap-bmlt progress,.bootstrap-bmlt video{display:inline-block;vertical-align:baseline}
.bootstrap-bmlt audio:not([controls]){display:none;height:0}
.bootstrap-bmlt [hidden],.bootstrap-bmlt template{display:none}
.bootstrap-bmlt a{background-color:transparent}
.bootstrap-bmlt a:active,.bootstrap-bmlt a:hover{outline:0}
.bootstrap-bmlt abbr[title]{border-bottom:1px dotted}
.bootstrap-bmlt b,.bootstrap-bmlt strong{font-weight:700}
.bootstrap-bmlt dfn{font-style:italic}
.bootstrap-bmlt h1{font-size:2em;margin:.67em 0}
.bootstrap-bmlt mark{background:#ff0;color:#000}
.bootstrap-bmlt small{font-size:80%}
.bootstrap-bmlt sub,.bootstrap-bmlt sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
.bootstrap-bmlt sup{top:-.5em}
.bootstrap-bmlt sub{bottom:-.25em}
.bootstrap-bmlt img{border:0}
.bootstrap-bmlt svg:not(:root){overflow:hidden}
.bootstrap-bmlt hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}
.bootstrap-bmlt pre{overflow:auto}
.bootstrap-bmlt code,.bootstrap-bmlt kbd,.bootstrap-bmlt pre,.bootstrap-bmlt samp{font-family:monospace,monospace;font-size:1em}
.bootstrap-bmlt button,.bootstrap-bmlt input,.bootstrap-bmlt optgroup,.bootstrap-bmlt select,.bootstrap-bmlt textarea{color:inherit;font:inherit;margin:0}
.bootstrap-bmlt button{overflow:visible}
.bootstrap-bmlt button,.bootstrap-bmlt select{text-transform:none}
.bootstrap-bmlt button,.bootstrap-bmlt html input[type=button],.bootstrap-bmlt input[type=reset],.bootstrap-bmlt input[type=submit]{-webkit-appearance:button;cursor:pointer}
.bootstrap-bmlt button[disabled],.bootstrap-bmlt html input[disabled]{cursor:default}
.bootstrap-bmlt button::-moz-focus-inner,.bootstrap-bmlt input::-moz-focus-inner{border:0;padding:0}
.bootstrap-bmlt input[type=checkbox],.bootstrap-bmlt input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
.bootstrap-bmlt input[type=number]::-webkit-inner-spin-button,.bootstrap-bmlt input[type=number]::-webkit-outer-spin-button{height:auto}
.bootstrap-bmlt input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.bootstrap-bmlt input[type=search]::-webkit-search-cancel-button,.bootstrap-bmlt input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
.bootstrap-bmlt fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
.bootstrap-bmlt legend{border:0;padding:0}
.bootstrap-bmlt textarea{overflow:auto}
.bootstrap-bmlt optgroup{font-weight:700}
.bootstrap-bmlt table{border-collapse:collapse;border-spacing:0}
.bootstrap-bmlt td,.bootstrap-bmlt th{padding:0}
@font-face{font-family:'Glyphicons Halflings';src:url(//bvana.org/wp-content/plugins/bmlt-tabbed-ui/fonts/glyphicons-halflings-regular.eot);src:url(//bvana.org/wp-content/plugins/bmlt-tabbed-ui/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//bvana.org/wp-content/plugins/bmlt-tabbed-ui/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//bvana.org/wp-content/plugins/bmlt-tabbed-ui/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//bvana.org/wp-content/plugins/bmlt-tabbed-ui/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//bvana.org/wp-content/plugins/bmlt-tabbed-ui/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
.bootstrap-bmlt .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bootstrap-bmlt .glyphicon-asterisk:before{content:"\2a"}
.bootstrap-bmlt .glyphicon-plus:before{content:"\2b"}
.bootstrap-bmlt .glyphicon-eur:before,.bootstrap-bmlt .glyphicon-euro:before{content:"\20ac"}
.bootstrap-bmlt .glyphicon-minus:before{content:"\2212"}
.bootstrap-bmlt .glyphicon-cloud:before{content:"\2601"}
.bootstrap-bmlt .glyphicon-envelope:before{content:"\2709"}
.bootstrap-bmlt .glyphicon-pencil:before{content:"\270f"}
.bootstrap-bmlt .glyphicon-glass:before{content:"\e001"}
.bootstrap-bmlt .glyphicon-music:before{content:"\e002"}
.bootstrap-bmlt .glyphicon-search:before{content:"\e003"}
.bootstrap-bmlt .glyphicon-heart:before{content:"\e005"}
.bootstrap-bmlt .glyphicon-star:before{content:"\e006"}
.bootstrap-bmlt .glyphicon-star-empty:before{content:"\e007"}
.bootstrap-bmlt .glyphicon-user:before{content:"\e008"}
.bootstrap-bmlt .glyphicon-film:before{content:"\e009"}
.bootstrap-bmlt .glyphicon-th-large:before{content:"\e010"}
.bootstrap-bmlt .glyphicon-th:before{content:"\e011"}
.bootstrap-bmlt .glyphicon-th-list:before{content:"\e012"}
.bootstrap-bmlt .glyphicon-ok:before{content:"\e013"}
.bootstrap-bmlt .glyphicon-remove:before{content:"\e014"}
.bootstrap-bmlt .glyphicon-zoom-in:before{content:"\e015"}
.bootstrap-bmlt .glyphicon-zoom-out:before{content:"\e016"}
.bootstrap-bmlt .glyphicon-off:before{content:"\e017"}
.bootstrap-bmlt .glyphicon-signal:before{content:"\e018"}
.bootstrap-bmlt .glyphicon-cog:before{content:"\e019"}
.bootstrap-bmlt .glyphicon-trash:before{content:"\e020"}
.bootstrap-bmlt .glyphicon-home:before{content:"\e021"}
.bootstrap-bmlt .glyphicon-file:before{content:"\e022"}
.bootstrap-bmlt .glyphicon-time:before{content:"\e023"}
.bootstrap-bmlt .glyphicon-road:before{content:"\e024"}
.bootstrap-bmlt .glyphicon-download-alt:before{content:"\e025"}
.bootstrap-bmlt .glyphicon-download:before{content:"\e026"}
.bootstrap-bmlt .glyphicon-upload:before{content:"\e027"}
.bootstrap-bmlt .glyphicon-inbox:before{content:"\e028"}
.bootstrap-bmlt .glyphicon-play-circle:before{content:"\e029"}
.bootstrap-bmlt .glyphicon-repeat:before{content:"\e030"}
.bootstrap-bmlt .glyphicon-refresh:before{content:"\e031"}
.bootstrap-bmlt .glyphicon-list-alt:before{content:"\e032"}
.bootstrap-bmlt .glyphicon-lock:before{content:"\e033"}
.bootstrap-bmlt .glyphicon-flag:before{content:"\e034"}
.bootstrap-bmlt .glyphicon-headphones:before{content:"\e035"}
.bootstrap-bmlt .glyphicon-volume-off:before{content:"\e036"}
.bootstrap-bmlt .glyphicon-volume-down:before{content:"\e037"}
.bootstrap-bmlt .glyphicon-volume-up:before{content:"\e038"}
.bootstrap-bmlt .glyphicon-qrcode:before{content:"\e039"}
.bootstrap-bmlt .glyphicon-barcode:before{content:"\e040"}
.bootstrap-bmlt .glyphicon-tag:before{content:"\e041"}
.bootstrap-bmlt .glyphicon-tags:before{content:"\e042"}
.bootstrap-bmlt .glyphicon-book:before{content:"\e043"}
.bootstrap-bmlt .glyphicon-bookmark:before{content:"\e044"}
.bootstrap-bmlt .glyphicon-print:before{content:"\e045"}
.bootstrap-bmlt .glyphicon-camera:before{content:"\e046"}
.bootstrap-bmlt .glyphicon-font:before{content:"\e047"}
.bootstrap-bmlt .glyphicon-bold:before{content:"\e048"}
.bootstrap-bmlt .glyphicon-italic:before{content:"\e049"}
.bootstrap-bmlt .glyphicon-text-height:before{content:"\e050"}
.bootstrap-bmlt .glyphicon-text-width:before{content:"\e051"}
.bootstrap-bmlt .glyphicon-align-left:before{content:"\e052"}
.bootstrap-bmlt .glyphicon-align-center:before{content:"\e053"}
.bootstrap-bmlt .glyphicon-align-right:before{content:"\e054"}
.bootstrap-bmlt .glyphicon-align-justify:before{content:"\e055"}
.bootstrap-bmlt .glyphicon-list:before{content:"\e056"}
.bootstrap-bmlt .glyphicon-indent-left:before{content:"\e057"}
.bootstrap-bmlt .glyphicon-indent-right:before{content:"\e058"}
.bootstrap-bmlt .glyphicon-facetime-video:before{content:"\e059"}
.bootstrap-bmlt .glyphicon-picture:before{content:"\e060"}
.bootstrap-bmlt .glyphicon-map-marker:before{content:"\e062"}
.bootstrap-bmlt .glyphicon-adjust:before{content:"\e063"}
.bootstrap-bmlt .glyphicon-tint:before{content:"\e064"}
.bootstrap-bmlt .glyphicon-edit:before{content:"\e065"}
.bootstrap-bmlt .glyphicon-share:before{content:"\e066"}
.bootstrap-bmlt .glyphicon-check:before{content:"\e067"}
.bootstrap-bmlt .glyphicon-move:before{content:"\e068"}
.bootstrap-bmlt .glyphicon-step-backward:before{content:"\e069"}
.bootstrap-bmlt .glyphicon-fast-backward:before{content:"\e070"}
.bootstrap-bmlt .glyphicon-backward:before{content:"\e071"}
.bootstrap-bmlt .glyphicon-play:before{content:"\e072"}
.bootstrap-bmlt .glyphicon-pause:before{content:"\e073"}
.bootstrap-bmlt .glyphicon-stop:before{content:"\e074"}
.bootstrap-bmlt .glyphicon-forward:before{content:"\e075"}
.bootstrap-bmlt .glyphicon-fast-forward:before{content:"\e076"}
.bootstrap-bmlt .glyphicon-step-forward:before{content:"\e077"}
.bootstrap-bmlt .glyphicon-eject:before{content:"\e078"}
.bootstrap-bmlt .glyphicon-chevron-left:before{content:"\e079"}
.bootstrap-bmlt .glyphicon-chevron-right:before{content:"\e080"}
.bootstrap-bmlt .glyphicon-plus-sign:before{content:"\e081"}
.bootstrap-bmlt .glyphicon-minus-sign:before{content:"\e082"}
.bootstrap-bmlt .glyphicon-remove-sign:before{content:"\e083"}
.bootstrap-bmlt .glyphicon-ok-sign:before{content:"\e084"}
.bootstrap-bmlt .glyphicon-question-sign:before{content:"\e085"}
.bootstrap-bmlt .glyphicon-info-sign:before{content:"\e086"}
.bootstrap-bmlt .glyphicon-screenshot:before{content:"\e087"}
.bootstrap-bmlt .glyphicon-remove-circle:before{content:"\e088"}
.bootstrap-bmlt .glyphicon-ok-circle:before{content:"\e089"}
.bootstrap-bmlt .glyphicon-ban-circle:before{content:"\e090"}
.bootstrap-bmlt .glyphicon-arrow-left:before{content:"\e091"}
.bootstrap-bmlt .glyphicon-arrow-right:before{content:"\e092"}
.bootstrap-bmlt .glyphicon-arrow-up:before{content:"\e093"}
.bootstrap-bmlt .glyphicon-arrow-down:before{content:"\e094"}
.bootstrap-bmlt .glyphicon-share-alt:before{content:"\e095"}
.bootstrap-bmlt .glyphicon-resize-full:before{content:"\e096"}
.bootstrap-bmlt .glyphicon-resize-small:before{content:"\e097"}
.bootstrap-bmlt .glyphicon-exclamation-sign:before{content:"\e101"}
.bootstrap-bmlt .glyphicon-gift:before{content:"\e102"}
.bootstrap-bmlt .glyphicon-leaf:before{content:"\e103"}
.bootstrap-bmlt .glyphicon-fire:before{content:"\e104"}
.bootstrap-bmlt .glyphicon-eye-open:before{content:"\e105"}
.bootstrap-bmlt .glyphicon-eye-close:before{content:"\e106"}
.bootstrap-bmlt .glyphicon-warning-sign:before{content:"\e107"}
.bootstrap-bmlt .glyphicon-plane:before{content:"\e108"}
.bootstrap-bmlt .glyphicon-calendar:before{content:"\e109"}
.bootstrap-bmlt .glyphicon-random:before{content:"\e110"}
.bootstrap-bmlt .glyphicon-comment:before{content:"\e111"}
.bootstrap-bmlt .glyphicon-magnet:before{content:"\e112"}
.bootstrap-bmlt .glyphicon-chevron-up:before{content:"\e113"}
.bootstrap-bmlt .glyphicon-chevron-down:before{content:"\e114"}
.bootstrap-bmlt .glyphicon-retweet:before{content:"\e115"}
.bootstrap-bmlt .glyphicon-shopping-cart:before{content:"\e116"}
.bootstrap-bmlt .glyphicon-folder-close:before{content:"\e117"}
.bootstrap-bmlt .glyphicon-folder-open:before{content:"\e118"}
.bootstrap-bmlt .glyphicon-resize-vertical:before{content:"\e119"}
.bootstrap-bmlt .glyphicon-resize-horizontal:before{content:"\e120"}
.bootstrap-bmlt .glyphicon-hdd:before{content:"\e121"}
.bootstrap-bmlt .glyphicon-bullhorn:before{content:"\e122"}
.bootstrap-bmlt .glyphicon-bell:before{content:"\e123"}
.bootstrap-bmlt .glyphicon-certificate:before{content:"\e124"}
.bootstrap-bmlt .glyphicon-thumbs-up:before{content:"\e125"}
.bootstrap-bmlt .glyphicon-thumbs-down:before{content:"\e126"}
.bootstrap-bmlt .glyphicon-hand-right:before{content:"\e127"}
.bootstrap-bmlt .glyphicon-hand-left:before{content:"\e128"}
.bootstrap-bmlt .glyphicon-hand-up:before{content:"\e129"}
.bootstrap-bmlt .glyphicon-hand-down:before{content:"\e130"}
.bootstrap-bmlt .glyphicon-circle-arrow-right:before{content:"\e131"}
.bootstrap-bmlt .glyphicon-circle-arrow-left:before{content:"\e132"}
.bootstrap-bmlt .glyphicon-circle-arrow-up:before{content:"\e133"}
.bootstrap-bmlt .glyphicon-circle-arrow-down:before{content:"\e134"}
.bootstrap-bmlt .glyphicon-globe:before{content:"\e135"}
.bootstrap-bmlt .glyphicon-wrench:before{content:"\e136"}
.bootstrap-bmlt .glyphicon-tasks:before{content:"\e137"}
.bootstrap-bmlt .glyphicon-filter:before{content:"\e138"}
.bootstrap-bmlt .glyphicon-briefcase:before{content:"\e139"}
.bootstrap-bmlt .glyphicon-fullscreen:before{content:"\e140"}
.bootstrap-bmlt .glyphicon-dashboard:before{content:"\e141"}
.bootstrap-bmlt .glyphicon-paperclip:before{content:"\e142"}
.bootstrap-bmlt .glyphicon-heart-empty:before{content:"\e143"}
.bootstrap-bmlt .glyphicon-link:before{content:"\e144"}
.bootstrap-bmlt .glyphicon-phone:before{content:"\e145"}
.bootstrap-bmlt .glyphicon-pushpin:before{content:"\e146"}
.bootstrap-bmlt .glyphicon-usd:before{content:"\e148"}
.bootstrap-bmlt .glyphicon-gbp:before{content:"\e149"}
.bootstrap-bmlt .glyphicon-sort:before{content:"\e150"}
.bootstrap-bmlt .glyphicon-sort-by-alphabet:before{content:"\e151"}
.bootstrap-bmlt .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}
.bootstrap-bmlt .glyphicon-sort-by-order:before{content:"\e153"}
.bootstrap-bmlt .glyphicon-sort-by-order-alt:before{content:"\e154"}
.bootstrap-bmlt .glyphicon-sort-by-attributes:before{content:"\e155"}
.bootstrap-bmlt .glyphicon-sort-by-attributes-alt:before{content:"\e156"}
.bootstrap-bmlt .glyphicon-unchecked:before{content:"\e157"}
.bootstrap-bmlt .glyphicon-expand:before{content:"\e158"}
.bootstrap-bmlt .glyphicon-collapse-down:before{content:"\e159"}
.bootstrap-bmlt .glyphicon-collapse-up:before{content:"\e160"}
.bootstrap-bmlt .glyphicon-log-in:before{content:"\e161"}
.bootstrap-bmlt .glyphicon-flash:before{content:"\e162"}
.bootstrap-bmlt .glyphicon-log-out:before{content:"\e163"}
.bootstrap-bmlt .glyphicon-new-window:before{content:"\e164"}
.bootstrap-bmlt .glyphicon-record:before{content:"\e165"}
.bootstrap-bmlt .glyphicon-save:before{content:"\e166"}
.bootstrap-bmlt .glyphicon-open:before{content:"\e167"}
.bootstrap-bmlt .glyphicon-saved:before{content:"\e168"}
.bootstrap-bmlt .glyphicon-import:before{content:"\e169"}
.bootstrap-bmlt .glyphicon-export:before{content:"\e170"}
.bootstrap-bmlt .glyphicon-send:before{content:"\e171"}
.bootstrap-bmlt .glyphicon-floppy-disk:before{content:"\e172"}
.bootstrap-bmlt .glyphicon-floppy-saved:before{content:"\e173"}
.bootstrap-bmlt .glyphicon-floppy-remove:before{content:"\e174"}
.bootstrap-bmlt .glyphicon-floppy-save:before{content:"\e175"}
.bootstrap-bmlt .glyphicon-floppy-open:before{content:"\e176"}
.bootstrap-bmlt .glyphicon-credit-card:before{content:"\e177"}
.bootstrap-bmlt .glyphicon-transfer:before{content:"\e178"}
.bootstrap-bmlt .glyphicon-cutlery:before{content:"\e179"}
.bootstrap-bmlt .glyphicon-header:before{content:"\e180"}
.bootstrap-bmlt .glyphicon-compressed:before{content:"\e181"}
.bootstrap-bmlt .glyphicon-earphone:before{content:"\e182"}
.bootstrap-bmlt .glyphicon-phone-alt:before{content:"\e183"}
.bootstrap-bmlt .glyphicon-tower:before{content:"\e184"}
.bootstrap-bmlt .glyphicon-stats:before{content:"\e185"}
.bootstrap-bmlt .glyphicon-sd-video:before{content:"\e186"}
.bootstrap-bmlt .glyphicon-hd-video:before{content:"\e187"}
.bootstrap-bmlt .glyphicon-subtitles:before{content:"\e188"}
.bootstrap-bmlt .glyphicon-sound-stereo:before{content:"\e189"}
.bootstrap-bmlt .glyphicon-sound-dolby:before{content:"\e190"}
.bootstrap-bmlt .glyphicon-sound-5-1:before{content:"\e191"}
.bootstrap-bmlt .glyphicon-sound-6-1:before{content:"\e192"}
.bootstrap-bmlt .glyphicon-sound-7-1:before{content:"\e193"}
.bootstrap-bmlt .glyphicon-copyright-mark:before{content:"\e194"}
.bootstrap-bmlt .glyphicon-registration-mark:before{content:"\e195"}
.bootstrap-bmlt .glyphicon-cloud-download:before{content:"\e197"}
.bootstrap-bmlt .glyphicon-cloud-upload:before{content:"\e198"}
.bootstrap-bmlt .glyphicon-tree-conifer:before{content:"\e199"}
.bootstrap-bmlt .glyphicon-tree-deciduous:before{content:"\e200"}
.bootstrap-bmlt .glyphicon-cd:before{content:"\e201"}
.bootstrap-bmlt .glyphicon-save-file:before{content:"\e202"}
.bootstrap-bmlt .glyphicon-open-file:before{content:"\e203"}
.bootstrap-bmlt .glyphicon-level-up:before{content:"\e204"}
.bootstrap-bmlt .glyphicon-copy:before{content:"\e205"}
.bootstrap-bmlt .glyphicon-paste:before{content:"\e206"}
.bootstrap-bmlt .glyphicon-alert:before{content:"\e209"}
.bootstrap-bmlt .glyphicon-equalizer:before{content:"\e210"}
.bootstrap-bmlt .glyphicon-king:before{content:"\e211"}
.bootstrap-bmlt .glyphicon-queen:before{content:"\e212"}
.bootstrap-bmlt .glyphicon-pawn:before{content:"\e213"}
.bootstrap-bmlt .glyphicon-bishop:before{content:"\e214"}
.bootstrap-bmlt .glyphicon-knight:before{content:"\e215"}
.bootstrap-bmlt .glyphicon-baby-formula:before{content:"\e216"}
.bootstrap-bmlt .glyphicon-tent:before{content:"\26fa"}
.bootstrap-bmlt .glyphicon-blackboard:before{content:"\e218"}
.bootstrap-bmlt .glyphicon-bed:before{content:"\e219"}
.bootstrap-bmlt .glyphicon-apple:before{content:"\f8ff"}
.bootstrap-bmlt .glyphicon-erase:before{content:"\e221"}
.bootstrap-bmlt .glyphicon-hourglass:before{content:"\231b"}
.bootstrap-bmlt .glyphicon-lamp:before{content:"\e223"}
.bootstrap-bmlt .glyphicon-duplicate:before{content:"\e224"}
.bootstrap-bmlt .glyphicon-piggy-bank:before{content:"\e225"}
.bootstrap-bmlt .glyphicon-scissors:before{content:"\e226"}
.bootstrap-bmlt .glyphicon-bitcoin:before,.bootstrap-bmlt .glyphicon-btc:before,.bootstrap-bmlt .glyphicon-xbt:before{content:"\e227"}
.bootstrap-bmlt .glyphicon-jpy:before,.bootstrap-bmlt .glyphicon-yen:before{content:"\00a5"}
.bootstrap-bmlt .glyphicon-rub:before,.bootstrap-bmlt .glyphicon-ruble:before{content:"\20bd"}
.bootstrap-bmlt .glyphicon-scale:before{content:"\e230"}
.bootstrap-bmlt .glyphicon-ice-lolly:before{content:"\e231"}
.bootstrap-bmlt .glyphicon-ice-lolly-tasted:before{content:"\e232"}
.bootstrap-bmlt .glyphicon-education:before{content:"\e233"}
.bootstrap-bmlt .glyphicon-option-horizontal:before{content:"\e234"}
.bootstrap-bmlt .glyphicon-option-vertical:before{content:"\e235"}
.bootstrap-bmlt .glyphicon-menu-hamburger:before{content:"\e236"}
.bootstrap-bmlt .glyphicon-modal-window:before{content:"\e237"}
.bootstrap-bmlt .glyphicon-oil:before{content:"\e238"}
.bootstrap-bmlt .glyphicon-grain:before{content:"\e239"}
.bootstrap-bmlt .glyphicon-sunglasses:before{content:"\e240"}
.bootstrap-bmlt .glyphicon-text-size:before{content:"\e241"}
.bootstrap-bmlt .glyphicon-text-color:before{content:"\e242"}
.bootstrap-bmlt .glyphicon-text-background:before{content:"\e243"}
.bootstrap-bmlt .glyphicon-object-align-top:before{content:"\e244"}
.bootstrap-bmlt .glyphicon-object-align-bottom:before{content:"\e245"}
.bootstrap-bmlt .glyphicon-object-align-horizontal:before{content:"\e246"}
.bootstrap-bmlt .glyphicon-object-align-left:before{content:"\e247"}
.bootstrap-bmlt .glyphicon-object-align-vertical:before{content:"\e248"}
.bootstrap-bmlt .glyphicon-object-align-right:before{content:"\e249"}
.bootstrap-bmlt .glyphicon-triangle-right:before{content:"\e250"}
.bootstrap-bmlt .glyphicon-triangle-left:before{content:"\e251"}
.bootstrap-bmlt .glyphicon-triangle-bottom:before{content:"\e252"}
.bootstrap-bmlt .glyphicon-triangle-top:before{content:"\e253"}
.bootstrap-bmlt .glyphicon-console:before{content:"\e254"}
.bootstrap-bmlt .glyphicon-superscript:before{content:"\e255"}
.bootstrap-bmlt .glyphicon-subscript:before{content:"\e256"}
.bootstrap-bmlt .glyphicon-menu-left:before{content:"\e257"}
.bootstrap-bmlt .glyphicon-menu-right:before{content:"\e258"}
.bootstrap-bmlt .glyphicon-menu-down:before{content:"\e259"}
.bootstrap-bmlt .glyphicon-menu-up:before{content:"\e260"}
.bootstrap-bmlt *,.bootstrap-bmlt :after,.bootstrap-bmlt :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.bootstrap-bmlt html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.bootstrap-bmlt body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}
.bootstrap-bmlt button,.bootstrap-bmlt input,.bootstrap-bmlt select,.bootstrap-bmlt textarea{font-family:inherit;font-size:inherit;line-height:inherit}
.bootstrap-bmlt a{color:#337ab7;text-decoration:none}
.bootstrap-bmlt a:focus,.bootstrap-bmlt a:hover{color:#23527c;text-decoration:underline}
.bootstrap-bmlt a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}
.bootstrap-bmlt figure{margin:0}
.bootstrap-bmlt img{vertical-align:middle}
.bootstrap-bmlt .img-responsive{display:block;max-width:100%;height:auto}
.bootstrap-bmlt .img-rounded{border-radius:6px}
.bootstrap-bmlt .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.bootstrap-bmlt .img-circle{border-radius:50%}
.bootstrap-bmlt hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.bootstrap-bmlt .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}
.bootstrap-bmlt .sr-only-focusable:active,.bootstrap-bmlt .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.bootstrap-bmlt [role=button]{cursor:pointer}
.bootstrap-bmlt table{background-color:transparent}
.bootstrap-bmlt caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}
.bootstrap-bmlt th{text-align:left}
.bootstrap-bmlt .table{width:100%;max-width:100%;margin-bottom:20px}
.bootstrap-bmlt .table>tbody>tr>td,.bootstrap-bmlt .table>tbody>tr>th,.bootstrap-bmlt .table>tfoot>tr>td,.bootstrap-bmlt .table>tfoot>tr>th,.bootstrap-bmlt .table>thead>tr>td,.bootstrap-bmlt .table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
.bootstrap-bmlt .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.bootstrap-bmlt .table>caption+thead>tr:first-child>td,.bootstrap-bmlt .table>caption+thead>tr:first-child>th,.bootstrap-bmlt .table>colgroup+thead>tr:first-child>td,.bootstrap-bmlt .table>colgroup+thead>tr:first-child>th,.bootstrap-bmlt .table>thead:first-child>tr:first-child>td,.bootstrap-bmlt .table>thead:first-child>tr:first-child>th{border-top:0}
.bootstrap-bmlt .table>tbody+tbody{border-top:2px solid #ddd}
.bootstrap-bmlt .table .table{background-color:#fff}
.bootstrap-bmlt .table-condensed>tbody>tr>td,.bootstrap-bmlt .table-condensed>tbody>tr>th,.bootstrap-bmlt .table-condensed>tfoot>tr>td,.bootstrap-bmlt .table-condensed>tfoot>tr>th,.bootstrap-bmlt .table-condensed>thead>tr>td,.bootstrap-bmlt .table-condensed>thead>tr>th{padding:5px}
.bootstrap-bmlt .table-bordered,.bootstrap-bmlt .table-bordered>tbody>tr>td,.bootstrap-bmlt .table-bordered>tbody>tr>th,.bootstrap-bmlt .table-bordered>tfoot>tr>td,.bootstrap-bmlt .table-bordered>tfoot>tr>th,.bootstrap-bmlt .table-bordered>thead>tr>td,.bootstrap-bmlt .table-bordered>thead>tr>th{border:1px solid #ddd}
.bootstrap-bmlt .table-bordered>thead>tr>td,.bootstrap-bmlt .table-bordered>thead>tr>th{border-bottom-width:2px}
.bootstrap-bmlt .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.bootstrap-bmlt .table-hover>tbody>tr:hover{background-color:#f5f5f5}
.bootstrap-bmlt table col[class*=col-]{position:static;float:none;display:table-column}
.bootstrap-bmlt table td[class*=col-],.bootstrap-bmlt table th[class*=col-]{position:static;float:none;display:table-cell}
.bootstrap-bmlt .table>tbody>tr.active>td,.bootstrap-bmlt .table>tbody>tr.active>th,.bootstrap-bmlt .table>tbody>tr>td.active,.bootstrap-bmlt .table>tbody>tr>th.active,.bootstrap-bmlt .table>tfoot>tr.active>td,.bootstrap-bmlt .table>tfoot>tr.active>th,.bootstrap-bmlt .table>tfoot>tr>td.active,.bootstrap-bmlt .table>tfoot>tr>th.active,.bootstrap-bmlt .table>thead>tr.active>td,.bootstrap-bmlt .table>thead>tr.active>th,.bootstrap-bmlt .table>thead>tr>td.active,.bootstrap-bmlt .table>thead>tr>th.active{background-color:#f5f5f5}
.bootstrap-bmlt .table-hover>tbody>tr.active:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.active:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.active,.bootstrap-bmlt .table-hover>tbody>tr>td.active:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}
.bootstrap-bmlt .table>tbody>tr.success>td,.bootstrap-bmlt .table>tbody>tr.success>th,.bootstrap-bmlt .table>tbody>tr>td.success,.bootstrap-bmlt .table>tbody>tr>th.success,.bootstrap-bmlt .table>tfoot>tr.success>td,.bootstrap-bmlt .table>tfoot>tr.success>th,.bootstrap-bmlt .table>tfoot>tr>td.success,.bootstrap-bmlt .table>tfoot>tr>th.success,.bootstrap-bmlt .table>thead>tr.success>td,.bootstrap-bmlt .table>thead>tr.success>th,.bootstrap-bmlt .table>thead>tr>td.success,.bootstrap-bmlt .table>thead>tr>th.success{background-color:#dff0d8}
.bootstrap-bmlt .table-hover>tbody>tr.success:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.success:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.success,.bootstrap-bmlt .table-hover>tbody>tr>td.success:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}
.bootstrap-bmlt .table>tbody>tr.info>td,.bootstrap-bmlt .table>tbody>tr.info>th,.bootstrap-bmlt .table>tbody>tr>td.info,.bootstrap-bmlt .table>tbody>tr>th.info,.bootstrap-bmlt .table>tfoot>tr.info>td,.bootstrap-bmlt .table>tfoot>tr.info>th,.bootstrap-bmlt .table>tfoot>tr>td.info,.bootstrap-bmlt .table>tfoot>tr>th.info,.bootstrap-bmlt .table>thead>tr.info>td,.bootstrap-bmlt .table>thead>tr.info>th,.bootstrap-bmlt .table>thead>tr>td.info,.bootstrap-bmlt .table>thead>tr>th.info{background-color:#d9edf7}
.bootstrap-bmlt .table-hover>tbody>tr.info:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.info:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.info,.bootstrap-bmlt .table-hover>tbody>tr>td.info:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}
.bootstrap-bmlt .table>tbody>tr.warning>td,.bootstrap-bmlt .table>tbody>tr.warning>th,.bootstrap-bmlt .table>tbody>tr>td.warning,.bootstrap-bmlt .table>tbody>tr>th.warning,.bootstrap-bmlt .table>tfoot>tr.warning>td,.bootstrap-bmlt .table>tfoot>tr.warning>th,.bootstrap-bmlt .table>tfoot>tr>td.warning,.bootstrap-bmlt .table>tfoot>tr>th.warning,.bootstrap-bmlt .table>thead>tr.warning>td,.bootstrap-bmlt .table>thead>tr.warning>th,.bootstrap-bmlt .table>thead>tr>td.warning,.bootstrap-bmlt .table>thead>tr>th.warning{background-color:#fcf8e3}
.bootstrap-bmlt .table-hover>tbody>tr.warning:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.warning:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.warning,.bootstrap-bmlt .table-hover>tbody>tr>td.warning:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}
.bootstrap-bmlt .table>tbody>tr.danger>td,.bootstrap-bmlt .table>tbody>tr.danger>th,.bootstrap-bmlt .table>tbody>tr>td.danger,.bootstrap-bmlt .table>tbody>tr>th.danger,.bootstrap-bmlt .table>tfoot>tr.danger>td,.bootstrap-bmlt .table>tfoot>tr.danger>th,.bootstrap-bmlt .table>tfoot>tr>td.danger,.bootstrap-bmlt .table>tfoot>tr>th.danger,.bootstrap-bmlt .table>thead>tr.danger>td,.bootstrap-bmlt .table>thead>tr.danger>th,.bootstrap-bmlt .table>thead>tr>td.danger,.bootstrap-bmlt .table>thead>tr>th.danger{background-color:#f2dede}
.bootstrap-bmlt .table-hover>tbody>tr.danger:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.danger:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.danger,.bootstrap-bmlt .table-hover>tbody>tr>td.danger:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}
.bootstrap-bmlt .table-responsive{overflow-x:auto;min-height:.01%}
@media screen and (max-width:767px){.bootstrap-bmlt .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}
.bootstrap-bmlt .table-responsive>.table{margin-bottom:0}
.bootstrap-bmlt .table-responsive>.table>tbody>tr>td,.bootstrap-bmlt .table-responsive>.table>tbody>tr>th,.bootstrap-bmlt .table-responsive>.table>tfoot>tr>td,.bootstrap-bmlt .table-responsive>.table>tfoot>tr>th,.bootstrap-bmlt .table-responsive>.table>thead>tr>td,.bootstrap-bmlt .table-responsive>.table>thead>tr>th{white-space:nowrap}
.bootstrap-bmlt .table-responsive>.table-bordered{border:0}
.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.bootstrap-bmlt .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.bootstrap-bmlt .btn.active.focus,.bootstrap-bmlt .btn.active:focus,.bootstrap-bmlt .btn.focus,.bootstrap-bmlt .btn:active.focus,.bootstrap-bmlt .btn:active:focus,.bootstrap-bmlt .btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}
.bootstrap-bmlt .btn.focus,.bootstrap-bmlt .btn:focus,.bootstrap-bmlt .btn:hover{color:#333;text-decoration:none}
.bootstrap-bmlt .btn.active,.bootstrap-bmlt .btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.bootstrap-bmlt .btn.disabled,.bootstrap-bmlt .btn[disabled],.bootstrap-bmlt fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.bootstrap-bmlt a.btn.disabled,.bootstrap-bmlt fieldset[disabled] a.btn{pointer-events:none}
.bootstrap-bmlt .btn-default{color:#333;background-color:#fff;border-color:#ccc}
.bootstrap-bmlt .btn-default.focus,.bootstrap-bmlt .btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.bootstrap-bmlt .btn-default.active,.bootstrap-bmlt .btn-default:active,.bootstrap-bmlt .btn-default:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.bootstrap-bmlt .btn-default.active.focus,.bootstrap-bmlt .btn-default.active:focus,.bootstrap-bmlt .btn-default.active:hover,.bootstrap-bmlt .btn-default:active.focus,.bootstrap-bmlt .btn-default:active:focus,.bootstrap-bmlt .btn-default:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-default.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-default:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}
.bootstrap-bmlt .btn-default.active,.bootstrap-bmlt .btn-default:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-default{background-image:none}
.bootstrap-bmlt .btn-default.disabled,.bootstrap-bmlt .btn-default.disabled.active,.bootstrap-bmlt .btn-default.disabled.focus,.bootstrap-bmlt .btn-default.disabled:active,.bootstrap-bmlt .btn-default.disabled:focus,.bootstrap-bmlt .btn-default.disabled:hover,.bootstrap-bmlt .btn-default[disabled],.bootstrap-bmlt .btn-default[disabled].active,.bootstrap-bmlt .btn-default[disabled].focus,.bootstrap-bmlt .btn-default[disabled]:active,.bootstrap-bmlt .btn-default[disabled]:focus,.bootstrap-bmlt .btn-default[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-default,.bootstrap-bmlt fieldset[disabled] .btn-default.active,.bootstrap-bmlt fieldset[disabled] .btn-default.focus,.bootstrap-bmlt fieldset[disabled] .btn-default:active,.bootstrap-bmlt fieldset[disabled] .btn-default:focus,.bootstrap-bmlt fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}
.bootstrap-bmlt .btn-default .badge{color:#fff;background-color:#333}
.bootstrap-bmlt .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.bootstrap-bmlt .btn-primary.focus,.bootstrap-bmlt .btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}
.bootstrap-bmlt .btn-primary.active,.bootstrap-bmlt .btn-primary:active,.bootstrap-bmlt .btn-primary:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.bootstrap-bmlt .btn-primary.active.focus,.bootstrap-bmlt .btn-primary.active:focus,.bootstrap-bmlt .btn-primary.active:hover,.bootstrap-bmlt .btn-primary:active.focus,.bootstrap-bmlt .btn-primary:active:focus,.bootstrap-bmlt .btn-primary:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}
.bootstrap-bmlt .btn-primary.active,.bootstrap-bmlt .btn-primary:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary{background-image:none}
.bootstrap-bmlt .btn-primary.disabled,.bootstrap-bmlt .btn-primary.disabled.active,.bootstrap-bmlt .btn-primary.disabled.focus,.bootstrap-bmlt .btn-primary.disabled:active,.bootstrap-bmlt .btn-primary.disabled:focus,.bootstrap-bmlt .btn-primary.disabled:hover,.bootstrap-bmlt .btn-primary[disabled],.bootstrap-bmlt .btn-primary[disabled].active,.bootstrap-bmlt .btn-primary[disabled].focus,.bootstrap-bmlt .btn-primary[disabled]:active,.bootstrap-bmlt .btn-primary[disabled]:focus,.bootstrap-bmlt .btn-primary[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-primary,.bootstrap-bmlt fieldset[disabled] .btn-primary.active,.bootstrap-bmlt fieldset[disabled] .btn-primary.focus,.bootstrap-bmlt fieldset[disabled] .btn-primary:active,.bootstrap-bmlt fieldset[disabled] .btn-primary:focus,.bootstrap-bmlt fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}
.bootstrap-bmlt .btn-primary .badge{color:#337ab7;background-color:#fff}
.bootstrap-bmlt .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.bootstrap-bmlt .btn-success.focus,.bootstrap-bmlt .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}
.bootstrap-bmlt .btn-success.active,.bootstrap-bmlt .btn-success:active,.bootstrap-bmlt .btn-success:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.bootstrap-bmlt .btn-success.active.focus,.bootstrap-bmlt .btn-success.active:focus,.bootstrap-bmlt .btn-success.active:hover,.bootstrap-bmlt .btn-success:active.focus,.bootstrap-bmlt .btn-success:active:focus,.bootstrap-bmlt .btn-success:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-success.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-success:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}
.bootstrap-bmlt .btn-success.active,.bootstrap-bmlt .btn-success:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-success{background-image:none}
.bootstrap-bmlt .btn-success.disabled,.bootstrap-bmlt .btn-success.disabled.active,.bootstrap-bmlt .btn-success.disabled.focus,.bootstrap-bmlt .btn-success.disabled:active,.bootstrap-bmlt .btn-success.disabled:focus,.bootstrap-bmlt .btn-success.disabled:hover,.bootstrap-bmlt .btn-success[disabled],.bootstrap-bmlt .btn-success[disabled].active,.bootstrap-bmlt .btn-success[disabled].focus,.bootstrap-bmlt .btn-success[disabled]:active,.bootstrap-bmlt .btn-success[disabled]:focus,.bootstrap-bmlt .btn-success[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-success,.bootstrap-bmlt fieldset[disabled] .btn-success.active,.bootstrap-bmlt fieldset[disabled] .btn-success.focus,.bootstrap-bmlt fieldset[disabled] .btn-success:active,.bootstrap-bmlt fieldset[disabled] .btn-success:focus,.bootstrap-bmlt fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}
.bootstrap-bmlt .btn-success .badge{color:#5cb85c;background-color:#fff}
.bootstrap-bmlt .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.bootstrap-bmlt .btn-info.focus,.bootstrap-bmlt .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}
.bootstrap-bmlt .btn-info.active,.bootstrap-bmlt .btn-info:active,.bootstrap-bmlt .btn-info:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.bootstrap-bmlt .btn-info.active.focus,.bootstrap-bmlt .btn-info.active:focus,.bootstrap-bmlt .btn-info.active:hover,.bootstrap-bmlt .btn-info:active.focus,.bootstrap-bmlt .btn-info:active:focus,.bootstrap-bmlt .btn-info:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-info.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-info:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}
.bootstrap-bmlt .btn-info.active,.bootstrap-bmlt .btn-info:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-info{background-image:none}
.bootstrap-bmlt .btn-info.disabled,.bootstrap-bmlt .btn-info.disabled.active,.bootstrap-bmlt .btn-info.disabled.focus,.bootstrap-bmlt .btn-info.disabled:active,.bootstrap-bmlt .btn-info.disabled:focus,.bootstrap-bmlt .btn-info.disabled:hover,.bootstrap-bmlt .btn-info[disabled],.bootstrap-bmlt .btn-info[disabled].active,.bootstrap-bmlt .btn-info[disabled].focus,.bootstrap-bmlt .btn-info[disabled]:active,.bootstrap-bmlt .btn-info[disabled]:focus,.bootstrap-bmlt .btn-info[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-info,.bootstrap-bmlt fieldset[disabled] .btn-info.active,.bootstrap-bmlt fieldset[disabled] .btn-info.focus,.bootstrap-bmlt fieldset[disabled] .btn-info:active,.bootstrap-bmlt fieldset[disabled] .btn-info:focus,.bootstrap-bmlt fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}
.bootstrap-bmlt .btn-info .badge{color:#5bc0de;background-color:#fff}
.bootstrap-bmlt .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.bootstrap-bmlt .btn-warning.focus,.bootstrap-bmlt .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}
.bootstrap-bmlt .btn-warning.active,.bootstrap-bmlt .btn-warning:active,.bootstrap-bmlt .btn-warning:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.bootstrap-bmlt .btn-warning.active.focus,.bootstrap-bmlt .btn-warning.active:focus,.bootstrap-bmlt .btn-warning.active:hover,.bootstrap-bmlt .btn-warning:active.focus,.bootstrap-bmlt .btn-warning:active:focus,.bootstrap-bmlt .btn-warning:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}
.bootstrap-bmlt .btn-warning.active,.bootstrap-bmlt .btn-warning:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning{background-image:none}
.bootstrap-bmlt .btn-warning.disabled,.bootstrap-bmlt .btn-warning.disabled.active,.bootstrap-bmlt .btn-warning.disabled.focus,.bootstrap-bmlt .btn-warning.disabled:active,.bootstrap-bmlt .btn-warning.disabled:focus,.bootstrap-bmlt .btn-warning.disabled:hover,.bootstrap-bmlt .btn-warning[disabled],.bootstrap-bmlt .btn-warning[disabled].active,.bootstrap-bmlt .btn-warning[disabled].focus,.bootstrap-bmlt .btn-warning[disabled]:active,.bootstrap-bmlt .btn-warning[disabled]:focus,.bootstrap-bmlt .btn-warning[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-warning,.bootstrap-bmlt fieldset[disabled] .btn-warning.active,.bootstrap-bmlt fieldset[disabled] .btn-warning.focus,.bootstrap-bmlt fieldset[disabled] .btn-warning:active,.bootstrap-bmlt fieldset[disabled] .btn-warning:focus,.bootstrap-bmlt fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}
.bootstrap-bmlt .btn-warning .badge{color:#f0ad4e;background-color:#fff}
.bootstrap-bmlt .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.bootstrap-bmlt .btn-danger.focus,.bootstrap-bmlt .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}
.bootstrap-bmlt .btn-danger.active,.bootstrap-bmlt .btn-danger:active,.bootstrap-bmlt .btn-danger:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.bootstrap-bmlt .btn-danger.active.focus,.bootstrap-bmlt .btn-danger.active:focus,.bootstrap-bmlt .btn-danger.active:hover,.bootstrap-bmlt .btn-danger:active.focus,.bootstrap-bmlt .btn-danger:active:focus,.bootstrap-bmlt .btn-danger:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}
.bootstrap-bmlt .btn-danger.active,.bootstrap-bmlt .btn-danger:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger{background-image:none}
.bootstrap-bmlt .btn-danger.disabled,.bootstrap-bmlt .btn-danger.disabled.active,.bootstrap-bmlt .btn-danger.disabled.focus,.bootstrap-bmlt .btn-danger.disabled:active,.bootstrap-bmlt .btn-danger.disabled:focus,.bootstrap-bmlt .btn-danger.disabled:hover,.bootstrap-bmlt .btn-danger[disabled],.bootstrap-bmlt .btn-danger[disabled].active,.bootstrap-bmlt .btn-danger[disabled].focus,.bootstrap-bmlt .btn-danger[disabled]:active,.bootstrap-bmlt .btn-danger[disabled]:focus,.bootstrap-bmlt .btn-danger[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-danger,.bootstrap-bmlt fieldset[disabled] .btn-danger.active,.bootstrap-bmlt fieldset[disabled] .btn-danger.focus,.bootstrap-bmlt fieldset[disabled] .btn-danger:active,.bootstrap-bmlt fieldset[disabled] .btn-danger:focus,.bootstrap-bmlt fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}
.bootstrap-bmlt .btn-danger .badge{color:#d9534f;background-color:#fff}
.bootstrap-bmlt .btn-link{color:#337ab7;font-weight:400;border-radius:0}
.bootstrap-bmlt .btn-link,.bootstrap-bmlt .btn-link.active,.bootstrap-bmlt .btn-link:active,.bootstrap-bmlt .btn-link[disabled],.bootstrap-bmlt fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.bootstrap-bmlt .btn-link,.bootstrap-bmlt .btn-link:active,.bootstrap-bmlt .btn-link:focus,.bootstrap-bmlt .btn-link:hover{border-color:transparent}
.bootstrap-bmlt .btn-link:focus,.bootstrap-bmlt .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}
.bootstrap-bmlt .btn-link[disabled]:focus,.bootstrap-bmlt .btn-link[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-link:focus,.bootstrap-bmlt fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}
.bootstrap-bmlt .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.bootstrap-bmlt .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.bootstrap-bmlt .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.bootstrap-bmlt .btn-block{display:block;width:100%}
.bootstrap-bmlt .btn-block+.btn-block{margin-top:5px}
.bootstrap-bmlt input[type=button].btn-block,.bootstrap-bmlt input[type=reset].btn-block,.bootstrap-bmlt input[type=submit].btn-block{width:100%}
.bootstrap-bmlt .nav{margin-bottom:0;padding-left:0;list-style:none}
.bootstrap-bmlt .nav>li{position:relative;display:block}
.bootstrap-bmlt .nav>li>a{position:relative;display:block;padding:10px 15px}
.bootstrap-bmlt .nav>li>a:focus,.bootstrap-bmlt .nav>li>a:hover{text-decoration:none;background-color:#eee}
.bootstrap-bmlt .nav>li.disabled>a{color:#777}
.bootstrap-bmlt .nav>li.disabled>a:focus,.bootstrap-bmlt .nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}
.bootstrap-bmlt .nav .open>a,.bootstrap-bmlt .nav .open>a:focus,.bootstrap-bmlt .nav .open>a:hover{background-color:#eee;border-color:#337ab7}
.bootstrap-bmlt .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.bootstrap-bmlt .nav>li>a>img{max-width:none}
.bootstrap-bmlt .nav-tabs{border-bottom:1px solid #ddd}
.bootstrap-bmlt .nav-tabs>li{float:left;margin-bottom:-1px}
.bootstrap-bmlt .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.bootstrap-bmlt .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
.bootstrap-bmlt .nav-tabs>li.active>a,.bootstrap-bmlt .nav-tabs>li.active>a:focus,.bootstrap-bmlt .nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
.bootstrap-bmlt .nav-tabs.nav-justified{width:100%;border-bottom:0}
.bootstrap-bmlt .nav-tabs.nav-justified>li{float:none}
.bootstrap-bmlt .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}
.bootstrap-bmlt .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.bootstrap-bmlt .nav-tabs.nav-justified>li{display:table-cell;width:1%}
.bootstrap-bmlt .nav-tabs.nav-justified>li>a{margin-bottom:0}}.bootstrap-bmlt .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}
.bootstrap-bmlt .nav-tabs.nav-justified>.active>a,.bootstrap-bmlt .nav-tabs.nav-justified>.active>a:focus,.bootstrap-bmlt .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}
@media (min-width:768px){.bootstrap-bmlt .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.bootstrap-bmlt .nav-tabs.nav-justified>.active>a,.bootstrap-bmlt .nav-tabs.nav-justified>.active>a:focus,.bootstrap-bmlt .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-bmlt .nav-pills>li{float:left}
.bootstrap-bmlt .nav-pills>li>a{border-radius:4px}
.bootstrap-bmlt .nav-pills>li+li{margin-left:2px}
.bootstrap-bmlt .nav-pills>li.active>a,.bootstrap-bmlt .nav-pills>li.active>a:focus,.bootstrap-bmlt .nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}
.bootstrap-bmlt .nav-stacked>li{float:none}
.bootstrap-bmlt .nav-stacked>li+li{margin-top:2px;margin-left:0}
.bootstrap-bmlt .nav-justified{width:100%}
.bootstrap-bmlt .nav-justified>li{float:none}
.bootstrap-bmlt .nav-justified>li>a{text-align:center;margin-bottom:5px}
.bootstrap-bmlt .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.bootstrap-bmlt .nav-justified>li{display:table-cell;width:1%}
.bootstrap-bmlt .nav-justified>li>a{margin-bottom:0}}.bootstrap-bmlt .nav-tabs-justified{border-bottom:0}
.bootstrap-bmlt .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}
.bootstrap-bmlt .nav-tabs-justified>.active>a,.bootstrap-bmlt .nav-tabs-justified>.active>a:focus,.bootstrap-bmlt .nav-tabs-justified>.active>a:hover{border:1px solid #ddd}
@media (min-width:768px){.bootstrap-bmlt .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.bootstrap-bmlt .nav-tabs-justified>.active>a,.bootstrap-bmlt .nav-tabs-justified>.active>a:focus,.bootstrap-bmlt .nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-bmlt .tab-content>.tab-pane{display:none}
.bootstrap-bmlt .tab-content>.active{display:block}
.bootstrap-bmlt .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
.bootstrap-bmlt .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}
.bootstrap-bmlt .tooltip.in{opacity:.9;filter:alpha(opacity=90)}
.bootstrap-bmlt .tooltip.top{margin-top:-3px;padding:5px 0}
.bootstrap-bmlt .tooltip.right{margin-left:3px;padding:0 5px}
.bootstrap-bmlt .tooltip.bottom{margin-top:3px;padding:5px 0}
.bootstrap-bmlt .tooltip.left{margin-left:-3px;padding:0 5px}
.bootstrap-bmlt .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.bootstrap-bmlt .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.bootstrap-bmlt .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.bootstrap-bmlt .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.bootstrap-bmlt .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.bootstrap-bmlt .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.bootstrap-bmlt .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.bootstrap-bmlt .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.bootstrap-bmlt .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.bootstrap-bmlt .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.bootstrap-bmlt .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}
.bootstrap-bmlt .popover.top{margin-top:-10px}
.bootstrap-bmlt .popover.right{margin-left:10px}
.bootstrap-bmlt .popover.bottom{margin-top:10px}
.bootstrap-bmlt .popover.left{margin-left:-10px}
.bootstrap-bmlt .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}
.bootstrap-bmlt .popover-content{padding:9px 14px}
.bootstrap-bmlt .popover>.arrow,.bootstrap-bmlt .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.bootstrap-bmlt .popover>.arrow{border-width:11px}
.bootstrap-bmlt .popover>.arrow:after{border-width:10px;content:""}
.bootstrap-bmlt .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}
.bootstrap-bmlt .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}
.bootstrap-bmlt .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}
.bootstrap-bmlt .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}
.bootstrap-bmlt .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}
.bootstrap-bmlt .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}
.bootstrap-bmlt .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.bootstrap-bmlt .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}
.bootstrap-bmlt .clearfix:after,.bootstrap-bmlt .clearfix:before,.bootstrap-bmlt .nav:after,.bootstrap-bmlt .nav:before{content:" ";display:table}
.bootstrap-bmlt .clearfix:after,.bootstrap-bmlt .nav:after{clear:both}
.bootstrap-bmlt .center-block{display:block;margin-left:auto;margin-right:auto}
.bootstrap-bmlt .pull-right{float:right!important}
.bootstrap-bmlt .pull-left{float:left!important}
.bootstrap-bmlt .hide{display:none!important}
.bootstrap-bmlt .show{display:block!important}
.bootstrap-bmlt .invisible{visibility:hidden}
.bootstrap-bmlt .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.bootstrap-bmlt .hidden{display:none!important}
.bootstrap-bmlt .affix{position:fixed}
@-ms-viewport{width:device-width}
.bootstrap-bmlt .visible-lg,.bootstrap-bmlt .visible-lg-block,.bootstrap-bmlt .visible-lg-inline,.bootstrap-bmlt .visible-lg-inline-block,.bootstrap-bmlt .visible-md,.bootstrap-bmlt .visible-md-block,.bootstrap-bmlt .visible-md-inline,.bootstrap-bmlt .visible-md-inline-block,.bootstrap-bmlt .visible-print,.bootstrap-bmlt .visible-print-block,.bootstrap-bmlt .visible-print-inline,.bootstrap-bmlt .visible-print-inline-block,.bootstrap-bmlt .visible-sm,.bootstrap-bmlt .visible-sm-block,.bootstrap-bmlt .visible-sm-inline,.bootstrap-bmlt .visible-sm-inline-block,.bootstrap-bmlt .visible-xs,.bootstrap-bmlt .visible-xs-block,.bootstrap-bmlt .visible-xs-inline,.bootstrap-bmlt .visible-xs-inline-block{display:none!important}
@media (max-width:767px){.bootstrap-bmlt .visible-xs{display:block!important}
.bootstrap-bmlt table.visible-xs{display:table!important}
.bootstrap-bmlt tr.visible-xs{display:table-row!important}
.bootstrap-bmlt td.visible-xs,.bootstrap-bmlt th.visible-xs{display:table-cell!important}}@media (max-width:767px){.bootstrap-bmlt .visible-xs-block{display:block!important}}@media (max-width:767px){.bootstrap-bmlt .visible-xs-inline{display:inline!important}}@media (max-width:767px){.bootstrap-bmlt .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .visible-sm{display:block!important}
.bootstrap-bmlt table.visible-sm{display:table!important}
.bootstrap-bmlt tr.visible-sm{display:table-row!important}
.bootstrap-bmlt td.visible-sm,.bootstrap-bmlt th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .visible-md{display:block!important}
.bootstrap-bmlt table.visible-md{display:table!important}
.bootstrap-bmlt tr.visible-md{display:table-row!important}
.bootstrap-bmlt td.visible-md,.bootstrap-bmlt th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.bootstrap-bmlt .visible-lg{display:block!important}
.bootstrap-bmlt table.visible-lg{display:table!important}
.bootstrap-bmlt tr.visible-lg{display:table-row!important}
.bootstrap-bmlt td.visible-lg,.bootstrap-bmlt th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.bootstrap-bmlt .visible-lg-block{display:block!important}}@media (min-width:1200px){.bootstrap-bmlt .visible-lg-inline{display:inline!important}}@media (min-width:1200px){.bootstrap-bmlt .visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.bootstrap-bmlt .hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-bmlt .hidden-lg{display:none!important}}@media print{.bootstrap-bmlt .visible-print{display:block!important}
.bootstrap-bmlt table.visible-print{display:table!important}
.bootstrap-bmlt tr.visible-print{display:table-row!important}
.bootstrap-bmlt td.visible-print,.bootstrap-bmlt th.visible-print{display:table-cell!important}}@media print{.bootstrap-bmlt .visible-print-block{display:block!important}}@media print{.bootstrap-bmlt .visible-print-inline{display:inline!important}}@media print{.bootstrap-bmlt .visible-print-inline-block{display:inline-block!important}}@media print{.bootstrap-bmlt .hidden-print{display:none!important}}#please-wait{position:absolute;top:50%;left:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;}
.glyphicon-refresh-animate{-animation:spin .7s infinite linear;-webkit-animation:spin2 .7s infinite linear;}
@-webkit-keyframes spin2 {
from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}
}
@keyframes spin {
from{transform:scale(1) rotate(0deg);}
to{transform:scale(1) rotate(360deg);}
}
span.bmlt_tabs_meeting_count{font-size:18px;padding:0 10px 15px 0;display:inline-block;}
span.bmlt_tabs_group_count{font-size:18px;padding:0 10px 15px;display:inline-block;}
#bmlt-tabs #days{padding:4px;}
#bmlt-tabs #nav-days{padding:4px 4px 0;}
#bmlt-tabs #tabs-content{padding:1px 4px 4px;}
#bmlt-tabs #cities{padding:4px;}
#bmlt-tabs .glyphicon{top:2px;}
#bmlt-tabs .glyphicon-map-marker:before{content:"\e062";margin-right:3px;}
#bmlt-tabs .glyphicon-search:before{margin-right:5px;}
#bmlt-tabs .select2-container .select2-choice,#bmlt-tabs .select2-result-label{height:20px;}
#bmlt-tabs{font-size:14px;color:#5b5b5b;font-family:"Arial","Helvetica",sans-serif;text-align:left;font-style:normal;}
#bmlt-tabs span.select2.select2-container.select2-container--default{height:30px;}
#bmlt-tabs .bmlt-dropdown-container{display:inline;position:relative;margin-left:4px;top:1px !important;}
.bmlt-drop-format{width:250px !important;}
.bmlt-drop-zip{width:100px !important;}
.bmlt-drop{width:300px !important;}
#bmlt-tabs tr:nth-child(even){background:#F2F2F2;}
#bmlt-tabs tr:nth-child(odd){background:#FFF;}
#bmlt-tabs td{padding:.8em;}
#bmlt-tabs ul{padding:0;margin:0;line-height:26px;list-style-type:none;}
.bootstrap-bmlt .nav-tabs>li{padding:0;margin:0;}
#bmlt-tabs .bmlt-column1{text-align:left;width:30%;word-break:break-all;vertical-align:top;}
#bmlt-tabs .bmlt-column2{text-align:left;width:55%;vertical-align:top;}
#bmlt-tabs .bmlt-column3{text-align:center !important;vertical-align:middle !important;width:15%;}
#bmlt-tabs .nav-tabs > li.active > a,#bmlt-tabs .nav-tabs > li.active > a:hover,#bmlt-tabs .nav-tabs > li.active > a:focus{color:#fff;background-color:#DB4865;border:1px solid #DDD;border-bottom-color:rgba(0,0,0,0);cursor:default;}
#bmlt-tabs .nav-tabs > li > a{color:#000;background-color:#93c3cd;margin-right:2px;line-height:1.42857143;border:1px solid rgba(0,0,0,0);border-radius:4px 4px 0 0;}
#bmlt-tabs .nav-tabs > li > a:hover{color:#FFF;}
#bmlt-tabs a#map-button{margin-bottom:4px;}
#bmlt-tabs a#bmlt-formats{margin:4px 0;}
#bmlt-formats.btn-xs,#map-button.btn-xs{padding:3px 5px;font-size:10px;background-color:#93C3CD;color:#35414F;border-color:#C5C5C5;}
#bmlt-formats.btn-xs:hover,#map-button.btn-xs:hover{background-color:#F1F1F1;}
#bmlt-tabs #city.btn.btn-primary.btn-sm:hover{border-color:#fff;}
#bmlt-tabs #day.btn.btn-primary.btn-sm:hover{border-color:#fff;}
#bmlt-tabs .bmlt-comments{word-wrap:normal;word-break:break-word;}
#bmlt-tabs .nav > li > a{padding:4px 10px;font-style:normal;}
#bmlt-tabs .bmlt-day,#bmlt-tabs .meeting-name,#bmlt-tabs .bmlt-time-2{font-weight:700;font-size:14px;color:rgba(0,0,0,0.67);}
#bmlt-tabs .bmlt-button-container{display:inline;position:relative;}
#bmlt-tabs #day{color:#FFF;background-color:#DB4865;}
#bmlt-tabs #city{color:#000;background-color:#93c3cd;margin-left:2px;}
#bmlt-tabs .bmlt-header{padding:4px 0 0 4px;background-color:#35414F;}
#bmlt-tabs .bmlt-page{background-color:#35414F;padding:4px;}
#bmlt-tabs .tab-content{background-color:#35414F;}
#bmlt-tabs .nav-tabs{border-bottom:0;}
#bmlt-tabs .popover{max-width:800px;}
#bmlt-tabs #day.btn-sm,#bmlt-tabs #city.btn-sm{padding:2px 10px;font-size:inherit;line-height:1.6;}
#bmlt-tabs #day{margin-right:2px;}
#bmlt-tabs .bmlt_tabs_title{font-size:24px;margin-bottom:10px;font-weight:400;color:#000;}
#bmlt-tabs .bmlt_tabs_sub_title{font-size:22px;margin-bottom:15px;font-weight:400;color:#666;}
#bmlt-tabs table{margin:0;border:0;table-layout:auto;width:100%;}
#bmlt-tabs #cities table.bmlt-table{background-color:#fff;margin:0;border:0;}
#bmlt-tabs tr.meeting-header td{padding:.5em .8em !important;color:rgba(0,0,0,0.67);background-color:#93C3CD;font-size:15px;text-transform:uppercase;font-weight:600;border-top:0;}
@media (max-width: 39.9375em) {
#bmlt-tabs .bmlt-header{display:none !important;}
#bmlt-tabs #day.btn-sm,#bmlt-tabs #city.btn-sm{margin-bottom:4px;}
#bmlt-tabs .bmlt-dropdown-container{display:block;margin-left:0;margin-right:4px;}
#bmlt-tabs span.select2.select2-container{width:100% !important;}
#bmlt-tabs .meeting-name,#bmlt-tabs .bmlt-time-2{}
#bmlt-tabs .bmlt-time-2{color:#DB4865;}
#bmlt-tabs a#bmlt-formats,#bmlt-tabs a#map-button{background-color:#fff !important;color:#000;border-radius:0;}
#bmlt-tabs .nav-tabs > li > a{border-radius:0 !important;margin-right:0 !important;}
#bmlt-tabs .nav-tabs > li{float:none;border:1px solid #ddd;}
#bmlt-tabs .nav-tabs > li.active > a{border:none;}
#bmlt-tabs .nav > li > a:hover,#bmlt-tabs .nav > li > a:focus,#bmlt-tabs .nav-tabs > li.active > a,#bmlt-tabs .nav-tabs > li.active > a:hover,#bmlt-tabs .nav-tabs > li.active > a:focus{background:none;border:none;}
#bmlt-tabs .bmlt-column1{text-align:left;width:100%;vertical-align:top;border:0;padding-bottom:0;}
#bmlt-tabs .bmlt-column2{text-align:left;width:100%;vertical-align:top;border:0;padding-bottom:0;}
#bmlt-tabs .bmlt-column3{text-align:left !important;vertical-align:top !important;width:100%;border:0;}
#bmlt-formats.btn-xs,#map-button.btn-xs{padding:2px 7px !important;font-size:12px !important;}
#map-button.btn-xs{display:-webkit-inline-box;}
#bmlt-tabs a#bmlt-formats{margin-top:10px;}
#bmlt-tabs .geo.show{display:-webkit-inline-box !important;margin-left:10px;}
#bmlt-tabs td.formats_description{display:none !important;}
} table.tablesaw{empty-cells:show;max-width:100%;width:100%;}
.tablesaw{border-collapse:collapse;width:100%;}
.tablesaw{border:0;padding:0;}
.tablesaw th,.tablesaw td{box-sizing:border-box;padding:.5em .7em;}
.tablesaw thead tr:first-child th{padding-top:.9em;padding-bottom:.7em;}
.tablesaw-stack tbody tr{border-bottom:1px solid #dfdfdf;}
.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none;}
@media only all { .tablesaw-stack td,.tablesaw-stack th{text-align:left;display:block;}
.tablesaw-stack tr{clear:both;display:table-row;}
.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:block;padding:0 .6em 0 0;width:30%;display:inline-block;}
.tablesaw-stack th .tablesaw-cell-label-top,.tablesaw-stack td .tablesaw-cell-label-top{display:block;padding:.4em 0;margin:.4em 0;}
.tablesaw-cell-label{display:block;}
.tablesaw-stack tbody th.group{margin-top:-1px;}
.tablesaw-stack th.group b.tablesaw-cell-label{display:none !important;}
}
@media (max-width: 39.9375em) {
.tablesaw-stack thead td,.tablesaw-stack thead th{display:none;}
.tablesaw-stack tbody td,.tablesaw-stack tbody th{clear:left;float:left;width:100%;}
.tablesaw-cell-label{vertical-align:top;}
.tablesaw-cell-content{max-width:67%;display:inline-block;}
.tablesaw-stack td:empty,.tablesaw-stack th:empty{display:none;}
} @media (min-width: 40em) {
.tablesaw-stack tr {
display: table-row;
} .tablesaw-stack td,.tablesaw-stack th,.tablesaw-stack thead td,.tablesaw-stack thead th {
display: table-cell;
margin: 0;
} .tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label {
display: none !important;
}
}.apbct-real-user-wrapper{display:inline-flex;color:#000;flex-wrap:nowrap;justify-content:center;flex-direction:row;align-items:center}
.apbct-real-user-wrapper-woo{display:inline;align-items:center;color:#444;font-size:14px}
.apbct-real-user-author-name{display:inline-flex}
.apbct-real-user-badge{display:inline-flex;margin-left:12px;margin-right:3px;height:15px;cursor:pointer;position:relative}
.apbct-real-user-popup{position:absolute;width:auto;height:max-content;margin-left:21px;padding:16px;font-weight:400;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:5px 5px 24px -11px #444;z-index:-1;cursor:default;opacity:0;transition-property:opacity,z-index;transition-delay:1s}
.apbct-tooltip,.apbct-tooltip--text{border-radius:5px;background:#d3d3d3}
.apbct-real-user-badge:hover .apbct-real-user-popup{z-index:1;opacity:1;transition-delay:0s}
.apbct-real-user-title{display:grid;gap:4px!important}
.apbct-real-user-popup-content_row{display:flex;align-items:center;gap:1px}
.apbct-real-user-popup-img{align-self:start;margin:0!important;height:max-content;vertical-align:center}
.apbct-real-user-popup-header{font-weight:bolder;margin:0}
@media (min-width:768px){.apbct-real-user-popup{position:absolute}
.apbct-real-user-title{width:max-content}
.apbct-real-user-popup-text{display:inline-block;user-select:all;margin:2px 0;background:#fff!important;color:#000!important}}#honeypot-field-url,.um-form input[type=text].apbct_special_field,.wc_apbct_email_id,input[class*=apbct].apbct_special_field,label.apbct_special_field{display:none!important}
.apbct-trusted-text--center,.apbct-trusted-text--div{margin-bottom:2pc;text-align:center;font-size:small!important}
@media (max-width:768px){.apbct-real-user-popup{width:70vw;left:-100px;top:20px;margin-left:0}}.comment-form-cookies-consent{width:100%;overflow:hidden}
.apbct-tooltip{display:none;position:inherit;margin-top:5px;left:5px;opacity:.9}
.apbct-tooltip--text{position:sticky;padding:10px;width:max-content}
.apbct-tooltip--arrow{position:absolute;background:#d3d3d3;width:10px;height:10px;top:-5px;left:10px;transform:rotate(135deg)}
.apbct-trusted-text--div{display:inline-block;width:100%}
.apbct-trusted-text--center{display:block;width:100%}
.apbct-trusted-text--label{font-size:small!important;display:inline-block;text-align:center;width:100%;padding:5px 0}
.apbct-trusted-text--label_left{font-size:small!important;display:inline-block;text-align:left;padding:5px 0}
.apbct-trusted-text--span{display:inline-block}
.apbct-popup-fade:before{content:'';background:#000;position:fixed;left:0;top:0;width:100%;height:100%;opacity:.7;z-index:9999}
.apbct-popup{position:fixed;top:20%;left:50%;padding:20px;width:360px;margin-left:-200px;background:#fff;border:1px solid;border-radius:4px;z-index:99999;opacity:1}
.apbct-iframe-preloader{width:48px;height:48px;border-radius:50%;position:relative;animation:apbctIframePreloaderRotate 1s linear infinite}
.apbct-iframe-preloader::before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #FFF;animation:apbctIframePreloaderPrixClipFix 2s linear infinite}
.comments-area .comment-list article .comment-author{overflow:visible!important}
@keyframes apbctIframePreloaderRotate{100%{transform:rotate(360deg)}}@keyframes apbctIframePreloaderPrixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
100%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}.apbct-check_email_exist-bad_email,.apbct-check_email_exist-good_email,.apbct-check_email_exist-load{z-index:9999;margin:0 6px;transition:none!important;background-size:contain;background-repeat:no-repeat;background-position-x:right;background-position-y:center;cursor:pointer}
.apbct-check_email_exist-load{background-size:contain;background-image:url(//bvana.org/wp-content/plugins/cleantalk-spam-protect/css/images/checking_email.gif)}
.apbct-check_email_exist-block{position:fixed;display:block}
.apbct-check_email_exist-good_email{background-image:url(//bvana.org/wp-content/plugins/cleantalk-spam-protect/css/images/good_email.svg)}
.apbct-check_email_exist-bad_email{background-image:url(//bvana.org/wp-content/plugins/cleantalk-spam-protect/css/images/bad_email.svg)}
.apbct-check_email_exist-popup_description{display:none;position:fixed;padding:2px;border:1px solid #E5E8ED;border-radius:16px 16px 0;background:#FFF;background-position-x:right;font-size:14px;text-align:center;transition:all 1s ease-out}
@media screen and (max-width:782px){.apbct-check_email_exist-popup_description{width:100%}}.apbct-ee-blur_email-text,.apbct-email-encoder{position:relative}
.apbct-email-encoder-popup{width:30vw;min-width:400px;font-size:16px}
.apbct-email-encoder--popup-header{font-size:16px;color:#333}
.apbct-email-encoder-elements_center{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px;color:#000}
.top-margin-long{margin-top:5px}
.apbct-email-encoder-select-whole-email{-webkit-user-select:all;user-select:all}
.apbct-ee-blur-group br,.apbct-email-encoder br{display:none!important;visibility:hidden!important}
.apbct-email-encoder-got-it-button{all:unset;margin-top:10px;padding:5px 10px;border-radius:5px;background-color:#333;color:#fff;cursor:pointer;transition:background-color .3s}
.apbct-ee-blur{display:inline-block;position:absolute;background:rgba(255,255,255,.3);border-radius:15px;backdrop-filter:blur(1.5px);height:110%}
.apbct-ee-blur-group{position:relative}
.apbct-ee-static-blur{display:inherit}
.apbct-ee-animate-blur{display:none}
.apbct-ee-blur_rectangle-init{width:80%;left:10%}
.apbct-ee-blur_animate-init{animation:apbct-resize-init 2s forwards}
@keyframes apbct-resize-init{0%{width:80%;left:10%}100%{left:50%;width:0%}
}.apbct-ee-blur_rectangle-soft{width:70%;left:15%;border-radius:0}
.apbct-ee-blur_animate-soft{animation:apbct-resize-soft 2s forwards}
@keyframes apbct-resize-soft{0%{width:70%;left:15%}100%{left:50%;width:0%}
}.apbct-ee-blur_rectangle-hard{width:60%;left:20%;border-radius:0}
.apbct-ee-blur_animate-hard{animation:apbct-resize-hard 2s forwards}
.apbct_dog_one,.apbct_dog_three,.apbct_dog_two{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:apbct_dog}
@keyframes apbct-resize-hard{0%{width:60%;left:20%}100%{left:50%;width:0%}
}.apbct-ee-animation-wrapper{display:flex;height:60px;justify-content:center;font-size:16px;align-items:center}
.apbct_dog{margin:0 5px;color:transparent;text-shadow:0 0 2px #aaa}
.apbct_dog_one{animation-delay:0s}
.apbct_dog_two{animation-delay:.5s}
.apbct_dog_three{animation-delay:1s}
@keyframes apbct_dog{0%,100%,75%{scale:100%;color:transparent;text-shadow:0 0 2px #aaa}25%{scale:200%;color:unset;text-shadow:unset}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}
.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}
.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-search--inline{float:left}
.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}
.select2-results{display:block}
.select2-results__options{list-style:none;margin:0;padding:0}
.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}
.select2-results__option[aria-selected]{cursor:pointer}
.select2-container--open .select2-dropdown{left:0}
.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-search--dropdown{display:block;padding:4px}
.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-search--dropdown.select2-search--hide{display:none}
.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}
.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}
.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}
.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}
.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}
.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}
.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0}
.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--default .select2-results__option[role=group]{padding:0}
.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}
.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}
.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}
.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}
.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}
.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}
.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}
.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}
.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}
.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}
.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}
.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}
.select2-container--classic .select2-search--inline .select2-search__field{outline:0}
.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}
.select2-container--classic .select2-dropdown--above{border-bottom:none}
.select2-container--classic .select2-dropdown--below{border-top:none}
.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--classic .select2-results__option[role=group]{padding:0}
.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}
.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.bootstrap-bmlt{}
.bootstrap-bmlt html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
.bootstrap-bmlt body{margin:0}
.bootstrap-bmlt article,.bootstrap-bmlt aside,.bootstrap-bmlt details,.bootstrap-bmlt figcaption,.bootstrap-bmlt figure,.bootstrap-bmlt footer,.bootstrap-bmlt header,.bootstrap-bmlt hgroup,.bootstrap-bmlt main,.bootstrap-bmlt menu,.bootstrap-bmlt nav,.bootstrap-bmlt section,.bootstrap-bmlt summary{display:block}
.bootstrap-bmlt audio,.bootstrap-bmlt canvas,.bootstrap-bmlt progress,.bootstrap-bmlt video{display:inline-block;vertical-align:baseline}
.bootstrap-bmlt audio:not([controls]){display:none;height:0}
.bootstrap-bmlt [hidden],.bootstrap-bmlt template{display:none}
.bootstrap-bmlt a{background-color:transparent}
.bootstrap-bmlt a:active,.bootstrap-bmlt a:hover{outline:0}
.bootstrap-bmlt abbr[title]{border-bottom:1px dotted}
.bootstrap-bmlt b,.bootstrap-bmlt strong{font-weight:700}
.bootstrap-bmlt dfn{font-style:italic}
.bootstrap-bmlt h1{font-size:2em;margin:.67em 0}
.bootstrap-bmlt mark{background:#ff0;color:#000}
.bootstrap-bmlt small{font-size:80%}
.bootstrap-bmlt sub,.bootstrap-bmlt sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
.bootstrap-bmlt sup{top:-.5em}
.bootstrap-bmlt sub{bottom:-.25em}
.bootstrap-bmlt img{border:0}
.bootstrap-bmlt svg:not(:root){overflow:hidden}
.bootstrap-bmlt hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}
.bootstrap-bmlt pre{overflow:auto}
.bootstrap-bmlt code,.bootstrap-bmlt kbd,.bootstrap-bmlt pre,.bootstrap-bmlt samp{font-family:monospace,monospace;font-size:1em}
.bootstrap-bmlt button,.bootstrap-bmlt input,.bootstrap-bmlt optgroup,.bootstrap-bmlt select,.bootstrap-bmlt textarea{color:inherit;font:inherit;margin:0}
.bootstrap-bmlt button{overflow:visible}
.bootstrap-bmlt button,.bootstrap-bmlt select{text-transform:none}
.bootstrap-bmlt button,.bootstrap-bmlt html input[type=button],.bootstrap-bmlt input[type=reset],.bootstrap-bmlt input[type=submit]{-webkit-appearance:button;cursor:pointer}
.bootstrap-bmlt button[disabled],.bootstrap-bmlt html input[disabled]{cursor:default}
.bootstrap-bmlt button::-moz-focus-inner,.bootstrap-bmlt input::-moz-focus-inner{border:0;padding:0}
.bootstrap-bmlt input[type=checkbox],.bootstrap-bmlt input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
.bootstrap-bmlt input[type=number]::-webkit-inner-spin-button,.bootstrap-bmlt input[type=number]::-webkit-outer-spin-button{height:auto}
.bootstrap-bmlt input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.bootstrap-bmlt input[type=search]::-webkit-search-cancel-button,.bootstrap-bmlt input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
.bootstrap-bmlt fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
.bootstrap-bmlt legend{border:0;padding:0}
.bootstrap-bmlt textarea{overflow:auto}
.bootstrap-bmlt optgroup{font-weight:700}
.bootstrap-bmlt table{border-collapse:collapse;border-spacing:0}
.bootstrap-bmlt td,.bootstrap-bmlt th{padding:0}
@font-face{font-family:'Glyphicons Halflings';src:url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/fonts/glyphicons-halflings-regular.eot);src:url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
.bootstrap-bmlt .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bootstrap-bmlt .glyphicon-asterisk:before{content:"\2a"}
.bootstrap-bmlt .glyphicon-plus:before{content:"\2b"}
.bootstrap-bmlt .glyphicon-eur:before,.bootstrap-bmlt .glyphicon-euro:before{content:"\20ac"}
.bootstrap-bmlt .glyphicon-minus:before{content:"\2212"}
.bootstrap-bmlt .glyphicon-cloud:before{content:"\2601"}
.bootstrap-bmlt .glyphicon-envelope:before{content:"\2709"}
.bootstrap-bmlt .glyphicon-pencil:before{content:"\270f"}
.bootstrap-bmlt .glyphicon-glass:before{content:"\e001"}
.bootstrap-bmlt .glyphicon-music:before{content:"\e002"}
.bootstrap-bmlt .glyphicon-search:before{content:"\e003"}
.bootstrap-bmlt .glyphicon-heart:before{content:"\e005"}
.bootstrap-bmlt .glyphicon-star:before{content:"\e006"}
.bootstrap-bmlt .glyphicon-star-empty:before{content:"\e007"}
.bootstrap-bmlt .glyphicon-user:before{content:"\e008"}
.bootstrap-bmlt .glyphicon-film:before{content:"\e009"}
.bootstrap-bmlt .glyphicon-th-large:before{content:"\e010"}
.bootstrap-bmlt .glyphicon-th:before{content:"\e011"}
.bootstrap-bmlt .glyphicon-th-list:before{content:"\e012"}
.bootstrap-bmlt .glyphicon-ok:before{content:"\e013"}
.bootstrap-bmlt .glyphicon-remove:before{content:"\e014"}
.bootstrap-bmlt .glyphicon-zoom-in:before{content:"\e015"}
.bootstrap-bmlt .glyphicon-zoom-out:before{content:"\e016"}
.bootstrap-bmlt .glyphicon-off:before{content:"\e017"}
.bootstrap-bmlt .glyphicon-signal:before{content:"\e018"}
.bootstrap-bmlt .glyphicon-cog:before{content:"\e019"}
.bootstrap-bmlt .glyphicon-trash:before{content:"\e020"}
.bootstrap-bmlt .glyphicon-home:before{content:"\e021"}
.bootstrap-bmlt .glyphicon-file:before{content:"\e022"}
.bootstrap-bmlt .glyphicon-time:before{content:"\e023"}
.bootstrap-bmlt .glyphicon-road:before{content:"\e024"}
.bootstrap-bmlt .glyphicon-download-alt:before{content:"\e025"}
.bootstrap-bmlt .glyphicon-download:before{content:"\e026"}
.bootstrap-bmlt .glyphicon-upload:before{content:"\e027"}
.bootstrap-bmlt .glyphicon-inbox:before{content:"\e028"}
.bootstrap-bmlt .glyphicon-play-circle:before{content:"\e029"}
.bootstrap-bmlt .glyphicon-repeat:before{content:"\e030"}
.bootstrap-bmlt .glyphicon-refresh:before{content:"\e031"}
.bootstrap-bmlt .glyphicon-list-alt:before{content:"\e032"}
.bootstrap-bmlt .glyphicon-lock:before{content:"\e033"}
.bootstrap-bmlt .glyphicon-flag:before{content:"\e034"}
.bootstrap-bmlt .glyphicon-headphones:before{content:"\e035"}
.bootstrap-bmlt .glyphicon-volume-off:before{content:"\e036"}
.bootstrap-bmlt .glyphicon-volume-down:before{content:"\e037"}
.bootstrap-bmlt .glyphicon-volume-up:before{content:"\e038"}
.bootstrap-bmlt .glyphicon-qrcode:before{content:"\e039"}
.bootstrap-bmlt .glyphicon-barcode:before{content:"\e040"}
.bootstrap-bmlt .glyphicon-tag:before{content:"\e041"}
.bootstrap-bmlt .glyphicon-tags:before{content:"\e042"}
.bootstrap-bmlt .glyphicon-book:before{content:"\e043"}
.bootstrap-bmlt .glyphicon-bookmark:before{content:"\e044"}
.bootstrap-bmlt .glyphicon-print:before{content:"\e045"}
.bootstrap-bmlt .glyphicon-camera:before{content:"\e046"}
.bootstrap-bmlt .glyphicon-font:before{content:"\e047"}
.bootstrap-bmlt .glyphicon-bold:before{content:"\e048"}
.bootstrap-bmlt .glyphicon-italic:before{content:"\e049"}
.bootstrap-bmlt .glyphicon-text-height:before{content:"\e050"}
.bootstrap-bmlt .glyphicon-text-width:before{content:"\e051"}
.bootstrap-bmlt .glyphicon-align-left:before{content:"\e052"}
.bootstrap-bmlt .glyphicon-align-center:before{content:"\e053"}
.bootstrap-bmlt .glyphicon-align-right:before{content:"\e054"}
.bootstrap-bmlt .glyphicon-align-justify:before{content:"\e055"}
.bootstrap-bmlt .glyphicon-list:before{content:"\e056"}
.bootstrap-bmlt .glyphicon-indent-left:before{content:"\e057"}
.bootstrap-bmlt .glyphicon-indent-right:before{content:"\e058"}
.bootstrap-bmlt .glyphicon-facetime-video:before{content:"\e059"}
.bootstrap-bmlt .glyphicon-picture:before{content:"\e060"}
.bootstrap-bmlt .glyphicon-map-marker:before{content:"\e062"}
.bootstrap-bmlt .glyphicon-adjust:before{content:"\e063"}
.bootstrap-bmlt .glyphicon-tint:before{content:"\e064"}
.bootstrap-bmlt .glyphicon-edit:before{content:"\e065"}
.bootstrap-bmlt .glyphicon-share:before{content:"\e066"}
.bootstrap-bmlt .glyphicon-check:before{content:"\e067"}
.bootstrap-bmlt .glyphicon-move:before{content:"\e068"}
.bootstrap-bmlt .glyphicon-step-backward:before{content:"\e069"}
.bootstrap-bmlt .glyphicon-fast-backward:before{content:"\e070"}
.bootstrap-bmlt .glyphicon-backward:before{content:"\e071"}
.bootstrap-bmlt .glyphicon-play:before{content:"\e072"}
.bootstrap-bmlt .glyphicon-pause:before{content:"\e073"}
.bootstrap-bmlt .glyphicon-stop:before{content:"\e074"}
.bootstrap-bmlt .glyphicon-forward:before{content:"\e075"}
.bootstrap-bmlt .glyphicon-fast-forward:before{content:"\e076"}
.bootstrap-bmlt .glyphicon-step-forward:before{content:"\e077"}
.bootstrap-bmlt .glyphicon-eject:before{content:"\e078"}
.bootstrap-bmlt .glyphicon-chevron-left:before{content:"\e079"}
.bootstrap-bmlt .glyphicon-chevron-right:before{content:"\e080"}
.bootstrap-bmlt .glyphicon-plus-sign:before{content:"\e081"}
.bootstrap-bmlt .glyphicon-minus-sign:before{content:"\e082"}
.bootstrap-bmlt .glyphicon-remove-sign:before{content:"\e083"}
.bootstrap-bmlt .glyphicon-ok-sign:before{content:"\e084"}
.bootstrap-bmlt .glyphicon-question-sign:before{content:"\e085"}
.bootstrap-bmlt .glyphicon-info-sign:before{content:"\e086"}
.bootstrap-bmlt .glyphicon-screenshot:before{content:"\e087"}
.bootstrap-bmlt .glyphicon-remove-circle:before{content:"\e088"}
.bootstrap-bmlt .glyphicon-ok-circle:before{content:"\e089"}
.bootstrap-bmlt .glyphicon-ban-circle:before{content:"\e090"}
.bootstrap-bmlt .glyphicon-arrow-left:before{content:"\e091"}
.bootstrap-bmlt .glyphicon-arrow-right:before{content:"\e092"}
.bootstrap-bmlt .glyphicon-arrow-up:before{content:"\e093"}
.bootstrap-bmlt .glyphicon-arrow-down:before{content:"\e094"}
.bootstrap-bmlt .glyphicon-share-alt:before{content:"\e095"}
.bootstrap-bmlt .glyphicon-resize-full:before{content:"\e096"}
.bootstrap-bmlt .glyphicon-resize-small:before{content:"\e097"}
.bootstrap-bmlt .glyphicon-exclamation-sign:before{content:"\e101"}
.bootstrap-bmlt .glyphicon-gift:before{content:"\e102"}
.bootstrap-bmlt .glyphicon-leaf:before{content:"\e103"}
.bootstrap-bmlt .glyphicon-fire:before{content:"\e104"}
.bootstrap-bmlt .glyphicon-eye-open:before{content:"\e105"}
.bootstrap-bmlt .glyphicon-eye-close:before{content:"\e106"}
.bootstrap-bmlt .glyphicon-warning-sign:before{content:"\e107"}
.bootstrap-bmlt .glyphicon-plane:before{content:"\e108"}
.bootstrap-bmlt .glyphicon-calendar:before{content:"\e109"}
.bootstrap-bmlt .glyphicon-random:before{content:"\e110"}
.bootstrap-bmlt .glyphicon-comment:before{content:"\e111"}
.bootstrap-bmlt .glyphicon-magnet:before{content:"\e112"}
.bootstrap-bmlt .glyphicon-chevron-up:before{content:"\e113"}
.bootstrap-bmlt .glyphicon-chevron-down:before{content:"\e114"}
.bootstrap-bmlt .glyphicon-retweet:before{content:"\e115"}
.bootstrap-bmlt .glyphicon-shopping-cart:before{content:"\e116"}
.bootstrap-bmlt .glyphicon-folder-close:before{content:"\e117"}
.bootstrap-bmlt .glyphicon-folder-open:before{content:"\e118"}
.bootstrap-bmlt .glyphicon-resize-vertical:before{content:"\e119"}
.bootstrap-bmlt .glyphicon-resize-horizontal:before{content:"\e120"}
.bootstrap-bmlt .glyphicon-hdd:before{content:"\e121"}
.bootstrap-bmlt .glyphicon-bullhorn:before{content:"\e122"}
.bootstrap-bmlt .glyphicon-bell:before{content:"\e123"}
.bootstrap-bmlt .glyphicon-certificate:before{content:"\e124"}
.bootstrap-bmlt .glyphicon-thumbs-up:before{content:"\e125"}
.bootstrap-bmlt .glyphicon-thumbs-down:before{content:"\e126"}
.bootstrap-bmlt .glyphicon-hand-right:before{content:"\e127"}
.bootstrap-bmlt .glyphicon-hand-left:before{content:"\e128"}
.bootstrap-bmlt .glyphicon-hand-up:before{content:"\e129"}
.bootstrap-bmlt .glyphicon-hand-down:before{content:"\e130"}
.bootstrap-bmlt .glyphicon-circle-arrow-right:before{content:"\e131"}
.bootstrap-bmlt .glyphicon-circle-arrow-left:before{content:"\e132"}
.bootstrap-bmlt .glyphicon-circle-arrow-up:before{content:"\e133"}
.bootstrap-bmlt .glyphicon-circle-arrow-down:before{content:"\e134"}
.bootstrap-bmlt .glyphicon-globe:before{content:"\e135"}
.bootstrap-bmlt .glyphicon-wrench:before{content:"\e136"}
.bootstrap-bmlt .glyphicon-tasks:before{content:"\e137"}
.bootstrap-bmlt .glyphicon-filter:before{content:"\e138"}
.bootstrap-bmlt .glyphicon-briefcase:before{content:"\e139"}
.bootstrap-bmlt .glyphicon-fullscreen:before{content:"\e140"}
.bootstrap-bmlt .glyphicon-dashboard:before{content:"\e141"}
.bootstrap-bmlt .glyphicon-paperclip:before{content:"\e142"}
.bootstrap-bmlt .glyphicon-heart-empty:before{content:"\e143"}
.bootstrap-bmlt .glyphicon-link:before{content:"\e144"}
.bootstrap-bmlt .glyphicon-phone:before{content:"\e145"}
.bootstrap-bmlt .glyphicon-pushpin:before{content:"\e146"}
.bootstrap-bmlt .glyphicon-usd:before{content:"\e148"}
.bootstrap-bmlt .glyphicon-gbp:before{content:"\e149"}
.bootstrap-bmlt .glyphicon-sort:before{content:"\e150"}
.bootstrap-bmlt .glyphicon-sort-by-alphabet:before{content:"\e151"}
.bootstrap-bmlt .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}
.bootstrap-bmlt .glyphicon-sort-by-order:before{content:"\e153"}
.bootstrap-bmlt .glyphicon-sort-by-order-alt:before{content:"\e154"}
.bootstrap-bmlt .glyphicon-sort-by-attributes:before{content:"\e155"}
.bootstrap-bmlt .glyphicon-sort-by-attributes-alt:before{content:"\e156"}
.bootstrap-bmlt .glyphicon-unchecked:before{content:"\e157"}
.bootstrap-bmlt .glyphicon-expand:before{content:"\e158"}
.bootstrap-bmlt .glyphicon-collapse-down:before{content:"\e159"}
.bootstrap-bmlt .glyphicon-collapse-up:before{content:"\e160"}
.bootstrap-bmlt .glyphicon-log-in:before{content:"\e161"}
.bootstrap-bmlt .glyphicon-flash:before{content:"\e162"}
.bootstrap-bmlt .glyphicon-log-out:before{content:"\e163"}
.bootstrap-bmlt .glyphicon-new-window:before{content:"\e164"}
.bootstrap-bmlt .glyphicon-record:before{content:"\e165"}
.bootstrap-bmlt .glyphicon-save:before{content:"\e166"}
.bootstrap-bmlt .glyphicon-open:before{content:"\e167"}
.bootstrap-bmlt .glyphicon-saved:before{content:"\e168"}
.bootstrap-bmlt .glyphicon-import:before{content:"\e169"}
.bootstrap-bmlt .glyphicon-export:before{content:"\e170"}
.bootstrap-bmlt .glyphicon-send:before{content:"\e171"}
.bootstrap-bmlt .glyphicon-floppy-disk:before{content:"\e172"}
.bootstrap-bmlt .glyphicon-floppy-saved:before{content:"\e173"}
.bootstrap-bmlt .glyphicon-floppy-remove:before{content:"\e174"}
.bootstrap-bmlt .glyphicon-floppy-save:before{content:"\e175"}
.bootstrap-bmlt .glyphicon-floppy-open:before{content:"\e176"}
.bootstrap-bmlt .glyphicon-credit-card:before{content:"\e177"}
.bootstrap-bmlt .glyphicon-transfer:before{content:"\e178"}
.bootstrap-bmlt .glyphicon-cutlery:before{content:"\e179"}
.bootstrap-bmlt .glyphicon-header:before{content:"\e180"}
.bootstrap-bmlt .glyphicon-compressed:before{content:"\e181"}
.bootstrap-bmlt .glyphicon-earphone:before{content:"\e182"}
.bootstrap-bmlt .glyphicon-phone-alt:before{content:"\e183"}
.bootstrap-bmlt .glyphicon-tower:before{content:"\e184"}
.bootstrap-bmlt .glyphicon-stats:before{content:"\e185"}
.bootstrap-bmlt .glyphicon-sd-video:before{content:"\e186"}
.bootstrap-bmlt .glyphicon-hd-video:before{content:"\e187"}
.bootstrap-bmlt .glyphicon-subtitles:before{content:"\e188"}
.bootstrap-bmlt .glyphicon-sound-stereo:before{content:"\e189"}
.bootstrap-bmlt .glyphicon-sound-dolby:before{content:"\e190"}
.bootstrap-bmlt .glyphicon-sound-5-1:before{content:"\e191"}
.bootstrap-bmlt .glyphicon-sound-6-1:before{content:"\e192"}
.bootstrap-bmlt .glyphicon-sound-7-1:before{content:"\e193"}
.bootstrap-bmlt .glyphicon-copyright-mark:before{content:"\e194"}
.bootstrap-bmlt .glyphicon-registration-mark:before{content:"\e195"}
.bootstrap-bmlt .glyphicon-cloud-download:before{content:"\e197"}
.bootstrap-bmlt .glyphicon-cloud-upload:before{content:"\e198"}
.bootstrap-bmlt .glyphicon-tree-conifer:before{content:"\e199"}
.bootstrap-bmlt .glyphicon-tree-deciduous:before{content:"\e200"}
.bootstrap-bmlt .glyphicon-cd:before{content:"\e201"}
.bootstrap-bmlt .glyphicon-save-file:before{content:"\e202"}
.bootstrap-bmlt .glyphicon-open-file:before{content:"\e203"}
.bootstrap-bmlt .glyphicon-level-up:before{content:"\e204"}
.bootstrap-bmlt .glyphicon-copy:before{content:"\e205"}
.bootstrap-bmlt .glyphicon-paste:before{content:"\e206"}
.bootstrap-bmlt .glyphicon-alert:before{content:"\e209"}
.bootstrap-bmlt .glyphicon-equalizer:before{content:"\e210"}
.bootstrap-bmlt .glyphicon-king:before{content:"\e211"}
.bootstrap-bmlt .glyphicon-queen:before{content:"\e212"}
.bootstrap-bmlt .glyphicon-pawn:before{content:"\e213"}
.bootstrap-bmlt .glyphicon-bishop:before{content:"\e214"}
.bootstrap-bmlt .glyphicon-knight:before{content:"\e215"}
.bootstrap-bmlt .glyphicon-baby-formula:before{content:"\e216"}
.bootstrap-bmlt .glyphicon-tent:before{content:"\26fa"}
.bootstrap-bmlt .glyphicon-blackboard:before{content:"\e218"}
.bootstrap-bmlt .glyphicon-bed:before{content:"\e219"}
.bootstrap-bmlt .glyphicon-apple:before{content:"\f8ff"}
.bootstrap-bmlt .glyphicon-erase:before{content:"\e221"}
.bootstrap-bmlt .glyphicon-hourglass:before{content:"\231b"}
.bootstrap-bmlt .glyphicon-lamp:before{content:"\e223"}
.bootstrap-bmlt .glyphicon-duplicate:before{content:"\e224"}
.bootstrap-bmlt .glyphicon-piggy-bank:before{content:"\e225"}
.bootstrap-bmlt .glyphicon-scissors:before{content:"\e226"}
.bootstrap-bmlt .glyphicon-bitcoin:before,.bootstrap-bmlt .glyphicon-btc:before,.bootstrap-bmlt .glyphicon-xbt:before{content:"\e227"}
.bootstrap-bmlt .glyphicon-jpy:before,.bootstrap-bmlt .glyphicon-yen:before{content:"\00a5"}
.bootstrap-bmlt .glyphicon-rub:before,.bootstrap-bmlt .glyphicon-ruble:before{content:"\20bd"}
.bootstrap-bmlt .glyphicon-scale:before{content:"\e230"}
.bootstrap-bmlt .glyphicon-ice-lolly:before{content:"\e231"}
.bootstrap-bmlt .glyphicon-ice-lolly-tasted:before{content:"\e232"}
.bootstrap-bmlt .glyphicon-education:before{content:"\e233"}
.bootstrap-bmlt .glyphicon-option-horizontal:before{content:"\e234"}
.bootstrap-bmlt .glyphicon-option-vertical:before{content:"\e235"}
.bootstrap-bmlt .glyphicon-menu-hamburger:before{content:"\e236"}
.bootstrap-bmlt .glyphicon-modal-window:before{content:"\e237"}
.bootstrap-bmlt .glyphicon-oil:before{content:"\e238"}
.bootstrap-bmlt .glyphicon-grain:before{content:"\e239"}
.bootstrap-bmlt .glyphicon-sunglasses:before{content:"\e240"}
.bootstrap-bmlt .glyphicon-text-size:before{content:"\e241"}
.bootstrap-bmlt .glyphicon-text-color:before{content:"\e242"}
.bootstrap-bmlt .glyphicon-text-background:before{content:"\e243"}
.bootstrap-bmlt .glyphicon-object-align-top:before{content:"\e244"}
.bootstrap-bmlt .glyphicon-object-align-bottom:before{content:"\e245"}
.bootstrap-bmlt .glyphicon-object-align-horizontal:before{content:"\e246"}
.bootstrap-bmlt .glyphicon-object-align-left:before{content:"\e247"}
.bootstrap-bmlt .glyphicon-object-align-vertical:before{content:"\e248"}
.bootstrap-bmlt .glyphicon-object-align-right:before{content:"\e249"}
.bootstrap-bmlt .glyphicon-triangle-right:before{content:"\e250"}
.bootstrap-bmlt .glyphicon-triangle-left:before{content:"\e251"}
.bootstrap-bmlt .glyphicon-triangle-bottom:before{content:"\e252"}
.bootstrap-bmlt .glyphicon-triangle-top:before{content:"\e253"}
.bootstrap-bmlt .glyphicon-console:before{content:"\e254"}
.bootstrap-bmlt .glyphicon-superscript:before{content:"\e255"}
.bootstrap-bmlt .glyphicon-subscript:before{content:"\e256"}
.bootstrap-bmlt .glyphicon-menu-left:before{content:"\e257"}
.bootstrap-bmlt .glyphicon-menu-right:before{content:"\e258"}
.bootstrap-bmlt .glyphicon-menu-down:before{content:"\e259"}
.bootstrap-bmlt .glyphicon-menu-up:before{content:"\e260"}
.bootstrap-bmlt *,.bootstrap-bmlt :after,.bootstrap-bmlt :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.bootstrap-bmlt html{font-size:10px;-webkit-tap-highlight-color:transparent}
.bootstrap-bmlt body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}
.bootstrap-bmlt button,.bootstrap-bmlt input,.bootstrap-bmlt select,.bootstrap-bmlt textarea{font-family:inherit;font-size:inherit;line-height:inherit}
.bootstrap-bmlt a{color:#337ab7;text-decoration:none}
.bootstrap-bmlt a:focus,.bootstrap-bmlt a:hover{color:#23527c;text-decoration:underline}
.bootstrap-bmlt a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}
.bootstrap-bmlt figure{margin:0}
.bootstrap-bmlt img{vertical-align:middle}
.bootstrap-bmlt .img-responsive{display:block;max-width:100%;height:auto}
.bootstrap-bmlt .img-rounded{border-radius:6px}
.bootstrap-bmlt .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.bootstrap-bmlt .img-circle{border-radius:50%}
.bootstrap-bmlt hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.bootstrap-bmlt .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}
.bootstrap-bmlt .sr-only-focusable:active,.bootstrap-bmlt .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.bootstrap-bmlt [role=button]{cursor:pointer}
.bootstrap-bmlt table{background-color:transparent}
.bootstrap-bmlt caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}
.bootstrap-bmlt th{text-align:left}
.bootstrap-bmlt .table{width:100%;max-width:100%;margin-bottom:20px}
.bootstrap-bmlt .table>tbody>tr>td,.bootstrap-bmlt .table>tbody>tr>th,.bootstrap-bmlt .table>tfoot>tr>td,.bootstrap-bmlt .table>tfoot>tr>th,.bootstrap-bmlt .table>thead>tr>td,.bootstrap-bmlt .table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
.bootstrap-bmlt .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.bootstrap-bmlt .table>caption+thead>tr:first-child>td,.bootstrap-bmlt .table>caption+thead>tr:first-child>th,.bootstrap-bmlt .table>colgroup+thead>tr:first-child>td,.bootstrap-bmlt .table>colgroup+thead>tr:first-child>th,.bootstrap-bmlt .table>thead:first-child>tr:first-child>td,.bootstrap-bmlt .table>thead:first-child>tr:first-child>th{border-top:0}
.bootstrap-bmlt .table>tbody+tbody{border-top:2px solid #ddd}
.bootstrap-bmlt .table .table{background-color:#fff}
.bootstrap-bmlt .table-condensed>tbody>tr>td,.bootstrap-bmlt .table-condensed>tbody>tr>th,.bootstrap-bmlt .table-condensed>tfoot>tr>td,.bootstrap-bmlt .table-condensed>tfoot>tr>th,.bootstrap-bmlt .table-condensed>thead>tr>td,.bootstrap-bmlt .table-condensed>thead>tr>th{padding:5px}
.bootstrap-bmlt .table-bordered,.bootstrap-bmlt .table-bordered>tbody>tr>td,.bootstrap-bmlt .table-bordered>tbody>tr>th,.bootstrap-bmlt .table-bordered>tfoot>tr>td,.bootstrap-bmlt .table-bordered>tfoot>tr>th,.bootstrap-bmlt .table-bordered>thead>tr>td,.bootstrap-bmlt .table-bordered>thead>tr>th{border:1px solid #ddd}
.bootstrap-bmlt .table-bordered>thead>tr>td,.bootstrap-bmlt .table-bordered>thead>tr>th{border-bottom-width:2px}
.bootstrap-bmlt .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.bootstrap-bmlt .table-hover>tbody>tr:hover{background-color:#f5f5f5}
.bootstrap-bmlt table col[class*=col-]{position:static;float:none;display:table-column}
.bootstrap-bmlt table td[class*=col-],.bootstrap-bmlt table th[class*=col-]{position:static;float:none;display:table-cell}
.bootstrap-bmlt .table>tbody>tr.active>td,.bootstrap-bmlt .table>tbody>tr.active>th,.bootstrap-bmlt .table>tbody>tr>td.active,.bootstrap-bmlt .table>tbody>tr>th.active,.bootstrap-bmlt .table>tfoot>tr.active>td,.bootstrap-bmlt .table>tfoot>tr.active>th,.bootstrap-bmlt .table>tfoot>tr>td.active,.bootstrap-bmlt .table>tfoot>tr>th.active,.bootstrap-bmlt .table>thead>tr.active>td,.bootstrap-bmlt .table>thead>tr.active>th,.bootstrap-bmlt .table>thead>tr>td.active,.bootstrap-bmlt .table>thead>tr>th.active{background-color:#f5f5f5}
.bootstrap-bmlt .table-hover>tbody>tr.active:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.active:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.active,.bootstrap-bmlt .table-hover>tbody>tr>td.active:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}
.bootstrap-bmlt .table>tbody>tr.success>td,.bootstrap-bmlt .table>tbody>tr.success>th,.bootstrap-bmlt .table>tbody>tr>td.success,.bootstrap-bmlt .table>tbody>tr>th.success,.bootstrap-bmlt .table>tfoot>tr.success>td,.bootstrap-bmlt .table>tfoot>tr.success>th,.bootstrap-bmlt .table>tfoot>tr>td.success,.bootstrap-bmlt .table>tfoot>tr>th.success,.bootstrap-bmlt .table>thead>tr.success>td,.bootstrap-bmlt .table>thead>tr.success>th,.bootstrap-bmlt .table>thead>tr>td.success,.bootstrap-bmlt .table>thead>tr>th.success{background-color:#dff0d8}
.bootstrap-bmlt .table-hover>tbody>tr.success:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.success:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.success,.bootstrap-bmlt .table-hover>tbody>tr>td.success:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}
.bootstrap-bmlt .table>tbody>tr.info>td,.bootstrap-bmlt .table>tbody>tr.info>th,.bootstrap-bmlt .table>tbody>tr>td.info,.bootstrap-bmlt .table>tbody>tr>th.info,.bootstrap-bmlt .table>tfoot>tr.info>td,.bootstrap-bmlt .table>tfoot>tr.info>th,.bootstrap-bmlt .table>tfoot>tr>td.info,.bootstrap-bmlt .table>tfoot>tr>th.info,.bootstrap-bmlt .table>thead>tr.info>td,.bootstrap-bmlt .table>thead>tr.info>th,.bootstrap-bmlt .table>thead>tr>td.info,.bootstrap-bmlt .table>thead>tr>th.info{background-color:#d9edf7}
.bootstrap-bmlt .table-hover>tbody>tr.info:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.info:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.info,.bootstrap-bmlt .table-hover>tbody>tr>td.info:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}
.bootstrap-bmlt .table>tbody>tr.warning>td,.bootstrap-bmlt .table>tbody>tr.warning>th,.bootstrap-bmlt .table>tbody>tr>td.warning,.bootstrap-bmlt .table>tbody>tr>th.warning,.bootstrap-bmlt .table>tfoot>tr.warning>td,.bootstrap-bmlt .table>tfoot>tr.warning>th,.bootstrap-bmlt .table>tfoot>tr>td.warning,.bootstrap-bmlt .table>tfoot>tr>th.warning,.bootstrap-bmlt .table>thead>tr.warning>td,.bootstrap-bmlt .table>thead>tr.warning>th,.bootstrap-bmlt .table>thead>tr>td.warning,.bootstrap-bmlt .table>thead>tr>th.warning{background-color:#fcf8e3}
.bootstrap-bmlt .table-hover>tbody>tr.warning:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.warning:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.warning,.bootstrap-bmlt .table-hover>tbody>tr>td.warning:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}
.bootstrap-bmlt .table>tbody>tr.danger>td,.bootstrap-bmlt .table>tbody>tr.danger>th,.bootstrap-bmlt .table>tbody>tr>td.danger,.bootstrap-bmlt .table>tbody>tr>th.danger,.bootstrap-bmlt .table>tfoot>tr.danger>td,.bootstrap-bmlt .table>tfoot>tr.danger>th,.bootstrap-bmlt .table>tfoot>tr>td.danger,.bootstrap-bmlt .table>tfoot>tr>th.danger,.bootstrap-bmlt .table>thead>tr.danger>td,.bootstrap-bmlt .table>thead>tr.danger>th,.bootstrap-bmlt .table>thead>tr>td.danger,.bootstrap-bmlt .table>thead>tr>th.danger{background-color:#f2dede}
.bootstrap-bmlt .table-hover>tbody>tr.danger:hover>td,.bootstrap-bmlt .table-hover>tbody>tr.danger:hover>th,.bootstrap-bmlt .table-hover>tbody>tr:hover>.danger,.bootstrap-bmlt .table-hover>tbody>tr>td.danger:hover,.bootstrap-bmlt .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}
.bootstrap-bmlt .table-responsive{overflow-x:auto;min-height:.01%}
@media screen and (max-width:767px){.bootstrap-bmlt .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}
.bootstrap-bmlt .table-responsive>.table{margin-bottom:0}
.bootstrap-bmlt .table-responsive>.table>tbody>tr>td,.bootstrap-bmlt .table-responsive>.table>tbody>tr>th,.bootstrap-bmlt .table-responsive>.table>tfoot>tr>td,.bootstrap-bmlt .table-responsive>.table>tfoot>tr>th,.bootstrap-bmlt .table-responsive>.table>thead>tr>td,.bootstrap-bmlt .table-responsive>.table>thead>tr>th{white-space:nowrap}
.bootstrap-bmlt .table-responsive>.table-bordered{border:0}
.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-bmlt .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-bmlt .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-bmlt .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-bmlt .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.bootstrap-bmlt .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.bootstrap-bmlt .btn.active.focus,.bootstrap-bmlt .btn.active:focus,.bootstrap-bmlt .btn.focus,.bootstrap-bmlt .btn:active.focus,.bootstrap-bmlt .btn:active:focus,.bootstrap-bmlt .btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}
.bootstrap-bmlt .btn.focus,.bootstrap-bmlt .btn:focus,.bootstrap-bmlt .btn:hover{color:#333;text-decoration:none}
.bootstrap-bmlt .btn.active,.bootstrap-bmlt .btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.bootstrap-bmlt .btn.disabled,.bootstrap-bmlt .btn[disabled],.bootstrap-bmlt fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;-webkit-box-shadow:none;box-shadow:none}
.bootstrap-bmlt a.btn.disabled,.bootstrap-bmlt fieldset[disabled] a.btn{pointer-events:none}
.bootstrap-bmlt .btn-default{color:#333;background-color:#fff;border-color:#ccc}
.bootstrap-bmlt .btn-default.focus,.bootstrap-bmlt .btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.bootstrap-bmlt .btn-default.active,.bootstrap-bmlt .btn-default:active,.bootstrap-bmlt .btn-default:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.bootstrap-bmlt .btn-default.active.focus,.bootstrap-bmlt .btn-default.active:focus,.bootstrap-bmlt .btn-default.active:hover,.bootstrap-bmlt .btn-default:active.focus,.bootstrap-bmlt .btn-default:active:focus,.bootstrap-bmlt .btn-default:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-default.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-default:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}
.bootstrap-bmlt .btn-default.active,.bootstrap-bmlt .btn-default:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-default{background-image:none}
.bootstrap-bmlt .btn-default.disabled,.bootstrap-bmlt .btn-default.disabled.active,.bootstrap-bmlt .btn-default.disabled.focus,.bootstrap-bmlt .btn-default.disabled:active,.bootstrap-bmlt .btn-default.disabled:focus,.bootstrap-bmlt .btn-default.disabled:hover,.bootstrap-bmlt .btn-default[disabled],.bootstrap-bmlt .btn-default[disabled].active,.bootstrap-bmlt .btn-default[disabled].focus,.bootstrap-bmlt .btn-default[disabled]:active,.bootstrap-bmlt .btn-default[disabled]:focus,.bootstrap-bmlt .btn-default[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-default,.bootstrap-bmlt fieldset[disabled] .btn-default.active,.bootstrap-bmlt fieldset[disabled] .btn-default.focus,.bootstrap-bmlt fieldset[disabled] .btn-default:active,.bootstrap-bmlt fieldset[disabled] .btn-default:focus,.bootstrap-bmlt fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}
.bootstrap-bmlt .btn-default .badge{color:#fff;background-color:#333}
.bootstrap-bmlt .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.bootstrap-bmlt .btn-primary.focus,.bootstrap-bmlt .btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}
.bootstrap-bmlt .btn-primary.active,.bootstrap-bmlt .btn-primary:active,.bootstrap-bmlt .btn-primary:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.bootstrap-bmlt .btn-primary.active.focus,.bootstrap-bmlt .btn-primary.active:focus,.bootstrap-bmlt .btn-primary.active:hover,.bootstrap-bmlt .btn-primary:active.focus,.bootstrap-bmlt .btn-primary:active:focus,.bootstrap-bmlt .btn-primary:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}
.bootstrap-bmlt .btn-primary.active,.bootstrap-bmlt .btn-primary:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-primary{background-image:none}
.bootstrap-bmlt .btn-primary.disabled,.bootstrap-bmlt .btn-primary.disabled.active,.bootstrap-bmlt .btn-primary.disabled.focus,.bootstrap-bmlt .btn-primary.disabled:active,.bootstrap-bmlt .btn-primary.disabled:focus,.bootstrap-bmlt .btn-primary.disabled:hover,.bootstrap-bmlt .btn-primary[disabled],.bootstrap-bmlt .btn-primary[disabled].active,.bootstrap-bmlt .btn-primary[disabled].focus,.bootstrap-bmlt .btn-primary[disabled]:active,.bootstrap-bmlt .btn-primary[disabled]:focus,.bootstrap-bmlt .btn-primary[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-primary,.bootstrap-bmlt fieldset[disabled] .btn-primary.active,.bootstrap-bmlt fieldset[disabled] .btn-primary.focus,.bootstrap-bmlt fieldset[disabled] .btn-primary:active,.bootstrap-bmlt fieldset[disabled] .btn-primary:focus,.bootstrap-bmlt fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}
.bootstrap-bmlt .btn-primary .badge{color:#337ab7;background-color:#fff}
.bootstrap-bmlt .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.bootstrap-bmlt .btn-success.focus,.bootstrap-bmlt .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}
.bootstrap-bmlt .btn-success.active,.bootstrap-bmlt .btn-success:active,.bootstrap-bmlt .btn-success:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.bootstrap-bmlt .btn-success.active.focus,.bootstrap-bmlt .btn-success.active:focus,.bootstrap-bmlt .btn-success.active:hover,.bootstrap-bmlt .btn-success:active.focus,.bootstrap-bmlt .btn-success:active:focus,.bootstrap-bmlt .btn-success:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-success.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-success:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}
.bootstrap-bmlt .btn-success.active,.bootstrap-bmlt .btn-success:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-success{background-image:none}
.bootstrap-bmlt .btn-success.disabled,.bootstrap-bmlt .btn-success.disabled.active,.bootstrap-bmlt .btn-success.disabled.focus,.bootstrap-bmlt .btn-success.disabled:active,.bootstrap-bmlt .btn-success.disabled:focus,.bootstrap-bmlt .btn-success.disabled:hover,.bootstrap-bmlt .btn-success[disabled],.bootstrap-bmlt .btn-success[disabled].active,.bootstrap-bmlt .btn-success[disabled].focus,.bootstrap-bmlt .btn-success[disabled]:active,.bootstrap-bmlt .btn-success[disabled]:focus,.bootstrap-bmlt .btn-success[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-success,.bootstrap-bmlt fieldset[disabled] .btn-success.active,.bootstrap-bmlt fieldset[disabled] .btn-success.focus,.bootstrap-bmlt fieldset[disabled] .btn-success:active,.bootstrap-bmlt fieldset[disabled] .btn-success:focus,.bootstrap-bmlt fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}
.bootstrap-bmlt .btn-success .badge{color:#5cb85c;background-color:#fff}
.bootstrap-bmlt .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.bootstrap-bmlt .btn-info.focus,.bootstrap-bmlt .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}
.bootstrap-bmlt .btn-info.active,.bootstrap-bmlt .btn-info:active,.bootstrap-bmlt .btn-info:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.bootstrap-bmlt .btn-info.active.focus,.bootstrap-bmlt .btn-info.active:focus,.bootstrap-bmlt .btn-info.active:hover,.bootstrap-bmlt .btn-info:active.focus,.bootstrap-bmlt .btn-info:active:focus,.bootstrap-bmlt .btn-info:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-info.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-info:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}
.bootstrap-bmlt .btn-info.active,.bootstrap-bmlt .btn-info:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-info{background-image:none}
.bootstrap-bmlt .btn-info.disabled,.bootstrap-bmlt .btn-info.disabled.active,.bootstrap-bmlt .btn-info.disabled.focus,.bootstrap-bmlt .btn-info.disabled:active,.bootstrap-bmlt .btn-info.disabled:focus,.bootstrap-bmlt .btn-info.disabled:hover,.bootstrap-bmlt .btn-info[disabled],.bootstrap-bmlt .btn-info[disabled].active,.bootstrap-bmlt .btn-info[disabled].focus,.bootstrap-bmlt .btn-info[disabled]:active,.bootstrap-bmlt .btn-info[disabled]:focus,.bootstrap-bmlt .btn-info[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-info,.bootstrap-bmlt fieldset[disabled] .btn-info.active,.bootstrap-bmlt fieldset[disabled] .btn-info.focus,.bootstrap-bmlt fieldset[disabled] .btn-info:active,.bootstrap-bmlt fieldset[disabled] .btn-info:focus,.bootstrap-bmlt fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}
.bootstrap-bmlt .btn-info .badge{color:#5bc0de;background-color:#fff}
.bootstrap-bmlt .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.bootstrap-bmlt .btn-warning.focus,.bootstrap-bmlt .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}
.bootstrap-bmlt .btn-warning.active,.bootstrap-bmlt .btn-warning:active,.bootstrap-bmlt .btn-warning:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.bootstrap-bmlt .btn-warning.active.focus,.bootstrap-bmlt .btn-warning.active:focus,.bootstrap-bmlt .btn-warning.active:hover,.bootstrap-bmlt .btn-warning:active.focus,.bootstrap-bmlt .btn-warning:active:focus,.bootstrap-bmlt .btn-warning:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}
.bootstrap-bmlt .btn-warning.active,.bootstrap-bmlt .btn-warning:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-warning{background-image:none}
.bootstrap-bmlt .btn-warning.disabled,.bootstrap-bmlt .btn-warning.disabled.active,.bootstrap-bmlt .btn-warning.disabled.focus,.bootstrap-bmlt .btn-warning.disabled:active,.bootstrap-bmlt .btn-warning.disabled:focus,.bootstrap-bmlt .btn-warning.disabled:hover,.bootstrap-bmlt .btn-warning[disabled],.bootstrap-bmlt .btn-warning[disabled].active,.bootstrap-bmlt .btn-warning[disabled].focus,.bootstrap-bmlt .btn-warning[disabled]:active,.bootstrap-bmlt .btn-warning[disabled]:focus,.bootstrap-bmlt .btn-warning[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-warning,.bootstrap-bmlt fieldset[disabled] .btn-warning.active,.bootstrap-bmlt fieldset[disabled] .btn-warning.focus,.bootstrap-bmlt fieldset[disabled] .btn-warning:active,.bootstrap-bmlt fieldset[disabled] .btn-warning:focus,.bootstrap-bmlt fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}
.bootstrap-bmlt .btn-warning .badge{color:#f0ad4e;background-color:#fff}
.bootstrap-bmlt .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.bootstrap-bmlt .btn-danger.focus,.bootstrap-bmlt .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}
.bootstrap-bmlt .btn-danger.active,.bootstrap-bmlt .btn-danger:active,.bootstrap-bmlt .btn-danger:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.bootstrap-bmlt .btn-danger.active.focus,.bootstrap-bmlt .btn-danger.active:focus,.bootstrap-bmlt .btn-danger.active:hover,.bootstrap-bmlt .btn-danger:active.focus,.bootstrap-bmlt .btn-danger:active:focus,.bootstrap-bmlt .btn-danger:active:hover,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger.focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger:focus,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}
.bootstrap-bmlt .btn-danger.active,.bootstrap-bmlt .btn-danger:active,.bootstrap-bmlt .open>.dropdown-toggle.btn-danger{background-image:none}
.bootstrap-bmlt .btn-danger.disabled,.bootstrap-bmlt .btn-danger.disabled.active,.bootstrap-bmlt .btn-danger.disabled.focus,.bootstrap-bmlt .btn-danger.disabled:active,.bootstrap-bmlt .btn-danger.disabled:focus,.bootstrap-bmlt .btn-danger.disabled:hover,.bootstrap-bmlt .btn-danger[disabled],.bootstrap-bmlt .btn-danger[disabled].active,.bootstrap-bmlt .btn-danger[disabled].focus,.bootstrap-bmlt .btn-danger[disabled]:active,.bootstrap-bmlt .btn-danger[disabled]:focus,.bootstrap-bmlt .btn-danger[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-danger,.bootstrap-bmlt fieldset[disabled] .btn-danger.active,.bootstrap-bmlt fieldset[disabled] .btn-danger.focus,.bootstrap-bmlt fieldset[disabled] .btn-danger:active,.bootstrap-bmlt fieldset[disabled] .btn-danger:focus,.bootstrap-bmlt fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}
.bootstrap-bmlt .btn-danger .badge{color:#d9534f;background-color:#fff}
.bootstrap-bmlt .btn-link{color:#337ab7;font-weight:400;border-radius:0}
.bootstrap-bmlt .btn-link,.bootstrap-bmlt .btn-link.active,.bootstrap-bmlt .btn-link:active,.bootstrap-bmlt .btn-link[disabled],.bootstrap-bmlt fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.bootstrap-bmlt .btn-link,.bootstrap-bmlt .btn-link:active,.bootstrap-bmlt .btn-link:focus,.bootstrap-bmlt .btn-link:hover{border-color:transparent}
.bootstrap-bmlt .btn-link:focus,.bootstrap-bmlt .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}
.bootstrap-bmlt .btn-link[disabled]:focus,.bootstrap-bmlt .btn-link[disabled]:hover,.bootstrap-bmlt fieldset[disabled] .btn-link:focus,.bootstrap-bmlt fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}
.bootstrap-bmlt .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.bootstrap-bmlt .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.bootstrap-bmlt .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.bootstrap-bmlt .btn-block{display:block;width:100%}
.bootstrap-bmlt .btn-block+.btn-block{margin-top:5px}
.bootstrap-bmlt input[type=button].btn-block,.bootstrap-bmlt input[type=reset].btn-block,.bootstrap-bmlt input[type=submit].btn-block{width:100%}
.bootstrap-bmlt .nav{margin-bottom:0;padding-left:0;list-style:none}
.bootstrap-bmlt .nav>li{position:relative;display:block}
.bootstrap-bmlt .nav>li>a{position:relative;display:block;padding:10px 15px}
.bootstrap-bmlt .nav>li>a:focus,.bootstrap-bmlt .nav>li>a:hover{text-decoration:none;background-color:#eee}
.bootstrap-bmlt .nav>li.disabled>a{color:#777}
.bootstrap-bmlt .nav>li.disabled>a:focus,.bootstrap-bmlt .nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}
.bootstrap-bmlt .nav .open>a,.bootstrap-bmlt .nav .open>a:focus,.bootstrap-bmlt .nav .open>a:hover{background-color:#eee;border-color:#337ab7}
.bootstrap-bmlt .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.bootstrap-bmlt .nav>li>a>img{max-width:none}
.bootstrap-bmlt .nav-tabs{border-bottom:1px solid #ddd}
.bootstrap-bmlt .nav-tabs>li{float:left;margin-bottom:-1px}
.bootstrap-bmlt .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.bootstrap-bmlt .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
.bootstrap-bmlt .nav-tabs>li.active>a,.bootstrap-bmlt .nav-tabs>li.active>a:focus,.bootstrap-bmlt .nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
.bootstrap-bmlt .nav-tabs.nav-justified{width:100%;border-bottom:0}
.bootstrap-bmlt .nav-tabs.nav-justified>li{float:none}
.bootstrap-bmlt .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}
.bootstrap-bmlt .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.bootstrap-bmlt .nav-tabs.nav-justified>li{display:table-cell;width:1%}
.bootstrap-bmlt .nav-tabs.nav-justified>li>a{margin-bottom:0}}.bootstrap-bmlt .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}
.bootstrap-bmlt .nav-tabs.nav-justified>.active>a,.bootstrap-bmlt .nav-tabs.nav-justified>.active>a:focus,.bootstrap-bmlt .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}
@media (min-width:768px){.bootstrap-bmlt .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.bootstrap-bmlt .nav-tabs.nav-justified>.active>a,.bootstrap-bmlt .nav-tabs.nav-justified>.active>a:focus,.bootstrap-bmlt .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-bmlt .nav-pills>li{float:left}
.bootstrap-bmlt .nav-pills>li>a{border-radius:4px}
.bootstrap-bmlt .nav-pills>li+li{margin-left:2px}
.bootstrap-bmlt .nav-pills>li.active>a,.bootstrap-bmlt .nav-pills>li.active>a:focus,.bootstrap-bmlt .nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}
.bootstrap-bmlt .nav-stacked>li{float:none}
.bootstrap-bmlt .nav-stacked>li+li{margin-top:2px;margin-left:0}
.bootstrap-bmlt .nav-justified{width:100%}
.bootstrap-bmlt .nav-justified>li{float:none}
.bootstrap-bmlt .nav-justified>li>a{text-align:center;margin-bottom:5px}
.bootstrap-bmlt .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.bootstrap-bmlt .nav-justified>li{display:table-cell;width:1%}
.bootstrap-bmlt .nav-justified>li>a{margin-bottom:0}}.bootstrap-bmlt .nav-tabs-justified{border-bottom:0}
.bootstrap-bmlt .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}
.bootstrap-bmlt .nav-tabs-justified>.active>a,.bootstrap-bmlt .nav-tabs-justified>.active>a:focus,.bootstrap-bmlt .nav-tabs-justified>.active>a:hover{border:1px solid #ddd}
@media (min-width:768px){.bootstrap-bmlt .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.bootstrap-bmlt .nav-tabs-justified>.active>a,.bootstrap-bmlt .nav-tabs-justified>.active>a:focus,.bootstrap-bmlt .nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-bmlt .tab-content>.tab-pane{display:none}
.bootstrap-bmlt .tab-content>.active{display:block}
.bootstrap-bmlt .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
.bootstrap-bmlt .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0}
.bootstrap-bmlt .tooltip.in{opacity:.9}
.bootstrap-bmlt .tooltip.top{margin-top:-3px;padding:5px 0}
.bootstrap-bmlt .tooltip.right{margin-left:3px;padding:0 5px}
.bootstrap-bmlt .tooltip.bottom{margin-top:3px;padding:5px 0}
.bootstrap-bmlt .tooltip.left{margin-left:-3px;padding:0 5px}
.bootstrap-bmlt .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.bootstrap-bmlt .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.bootstrap-bmlt .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.bootstrap-bmlt .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.bootstrap-bmlt .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.bootstrap-bmlt .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.bootstrap-bmlt .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.bootstrap-bmlt .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.bootstrap-bmlt .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.bootstrap-bmlt .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.bootstrap-bmlt .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}
.bootstrap-bmlt .popover.top{margin-top:-10px}
.bootstrap-bmlt .popover.right{margin-left:10px}
.bootstrap-bmlt .popover.bottom{margin-top:10px}
.bootstrap-bmlt .popover.left{margin-left:-10px}
.bootstrap-bmlt .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}
.bootstrap-bmlt .popover-content{padding:9px 14px}
.bootstrap-bmlt .popover>.arrow,.bootstrap-bmlt .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.bootstrap-bmlt .popover>.arrow{border-width:11px}
.bootstrap-bmlt .popover>.arrow:after{border-width:10px;content:""}
.bootstrap-bmlt .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}
.bootstrap-bmlt .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}
.bootstrap-bmlt .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}
.bootstrap-bmlt .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}
.bootstrap-bmlt .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}
.bootstrap-bmlt .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}
.bootstrap-bmlt .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.bootstrap-bmlt .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}
.bootstrap-bmlt .clearfix:after,.bootstrap-bmlt .clearfix:before,.bootstrap-bmlt .nav:after,.bootstrap-bmlt .nav:before{content:" ";display:table}
.bootstrap-bmlt .clearfix:after,.bootstrap-bmlt .nav:after{clear:both}
.bootstrap-bmlt .center-block{display:block;margin-left:auto;margin-right:auto}
.bootstrap-bmlt .pull-right{float:right!important}
.bootstrap-bmlt .pull-left{float:left!important}
.bootstrap-bmlt .hide{display:none!important}
.bootstrap-bmlt .show{display:block!important}
.bootstrap-bmlt .invisible{visibility:hidden}
.bootstrap-bmlt .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.bootstrap-bmlt .hidden{display:none!important}
.bootstrap-bmlt .affix{position:fixed}
@-ms-viewport{width:device-width}
.bootstrap-bmlt .visible-lg,.bootstrap-bmlt .visible-lg-block,.bootstrap-bmlt .visible-lg-inline,.bootstrap-bmlt .visible-lg-inline-block,.bootstrap-bmlt .visible-md,.bootstrap-bmlt .visible-md-block,.bootstrap-bmlt .visible-md-inline,.bootstrap-bmlt .visible-md-inline-block,.bootstrap-bmlt .visible-print,.bootstrap-bmlt .visible-print-block,.bootstrap-bmlt .visible-print-inline,.bootstrap-bmlt .visible-print-inline-block,.bootstrap-bmlt .visible-sm,.bootstrap-bmlt .visible-sm-block,.bootstrap-bmlt .visible-sm-inline,.bootstrap-bmlt .visible-sm-inline-block,.bootstrap-bmlt .visible-xs,.bootstrap-bmlt .visible-xs-block,.bootstrap-bmlt .visible-xs-inline,.bootstrap-bmlt .visible-xs-inline-block{display:none!important}
@media (max-width:767px){.bootstrap-bmlt .visible-xs{display:block!important}
.bootstrap-bmlt table.visible-xs{display:table!important}
.bootstrap-bmlt tr.visible-xs{display:table-row!important}
.bootstrap-bmlt td.visible-xs,.bootstrap-bmlt th.visible-xs{display:table-cell!important}}@media (max-width:767px){.bootstrap-bmlt .visible-xs-block{display:block!important}}@media (max-width:767px){.bootstrap-bmlt .visible-xs-inline{display:inline!important}}@media (max-width:767px){.bootstrap-bmlt .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .visible-sm{display:block!important}
.bootstrap-bmlt table.visible-sm{display:table!important}
.bootstrap-bmlt tr.visible-sm{display:table-row!important}
.bootstrap-bmlt td.visible-sm,.bootstrap-bmlt th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .visible-md{display:block!important}
.bootstrap-bmlt table.visible-md{display:table!important}
.bootstrap-bmlt tr.visible-md{display:table-row!important}
.bootstrap-bmlt td.visible-md,.bootstrap-bmlt th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.bootstrap-bmlt .visible-lg{display:block!important}
.bootstrap-bmlt table.visible-lg{display:table!important}
.bootstrap-bmlt tr.visible-lg{display:table-row!important}
.bootstrap-bmlt td.visible-lg,.bootstrap-bmlt th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.bootstrap-bmlt .visible-lg-block{display:block!important}}@media (min-width:1200px){.bootstrap-bmlt .visible-lg-inline{display:inline!important}}@media (min-width:1200px){.bootstrap-bmlt .visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.bootstrap-bmlt .hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-bmlt .hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-bmlt .hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-bmlt .hidden-lg{display:none!important}}@media print{.bootstrap-bmlt .visible-print{display:block!important}
.bootstrap-bmlt table.visible-print{display:table!important}
.bootstrap-bmlt tr.visible-print{display:table-row!important}
.bootstrap-bmlt td.visible-print,.bootstrap-bmlt th.visible-print{display:table-cell!important}}@media print{.bootstrap-bmlt .visible-print-block{display:block!important}}@media print{.bootstrap-bmlt .visible-print-inline{display:inline!important}}@media print{.bootstrap-bmlt .visible-print-inline-block{display:inline-block!important}}@media print{.bootstrap-bmlt .hidden-print{display:none!important}}#please-wait{position:absolute;top:50%;left:50%;width:auto;height:auto;margin-top:-50px;margin-left:-50px}
span.bmlt_tabs_meeting_count{font-size:18px;padding:0 10px 15px 0;display:inline-block}
span.bmlt_tabs_group_count{font-size:18px;padding:0 10px 15px;display:inline-block}
#bmlt-tabs #days{padding:4px}
#bmlt-tabs #nav-days{padding:4px 4px 0}
#bmlt-tabs #tabs-content{padding:1px 4px 4px}
#bmlt-tabs #cities{padding:4px}
#bmlt-tabs .glyphicon{top:2px}
#bmlt-tabs .glyphicon-map-marker:before{content:"\e062";margin-right:3px}
#bmlt-tabs .glyphicon-search:before{margin-right:5px}
#bmlt-tabs .select2-container .select2-choice,#bmlt-tabs .select2-result-label{height:20px}
#bmlt-tabs{font-size:14px;color:#5b5b5b;font-family:Arial,Helvetica,sans-serif;text-align:left;font-style:normal}
#bmlt-tabs span.select2.select2-container.select2-container--default{height:30px}
#bmlt-tabs .bmlt-dropdown-container{display:inline;position:relative;margin-left:4px;top:1px!important}
.bmlt-drop{width:300px!important}
#bmlt-tabs tr:nth-child(even){background:#f2f2f2}
#bmlt-tabs tr:nth-child(odd){background:#fff}
#bmlt-tabs #byday .evenRow{background:#f2f2f2}
#bmlt-tabs #byday .oddRow{background:#fff}
#bmlt-tabs td{padding:.8em}
#bmlt-tabs ul{padding:0;margin:0;line-height:26px;list-style-type:none}
.bootstrap-bmlt .nav-tabs>li{padding:0;margin:0}
#bmlt-tabs .bmlt-column1{text-align:left;width:20%;overflow:hidden;word-break:break-all;vertical-align:top}
#bmlt-tabs .bmlt-column2{text-align:left;width:auto;vertical-align:top}
#bmlt-tabs .bmlt-column3{text-align:center!important;vertical-align:middle!important;width:30%;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:none;-moz-hyphens:none;hyphens:none}
#bmlt-tabs .virtual .bmlt-column1{text-align:left;width:20%;word-break:break-all;vertical-align:top}
#bmlt-tabs .virtual .bmlt-column2{text-align:left;width:50%;vertical-align:top}
#bmlt-tabs .virtual .bmlt-column3{text-align:center!important;vertical-align:middle!important;width:30%}
#bmlt-tabs .nav-tabs>li.active>a,#bmlt-tabs .nav-tabs>li.active>a:focus,#bmlt-tabs .nav-tabs>li.active>a:hover{color:#fff;background-color:#db4865;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
#bmlt-tabs .nav-tabs>li>a{color:#000;background-color:#93c3cd;margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
#bmlt-tabs .nav-tabs>li>a:hover{color:#fff}
#bmlt-tabs a#map-button,#bmlt-tabs a#share-button{margin-bottom:4px}
#bmlt-tabs a#bmlt-formats{margin:4px 0}
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs{padding:3px 5px;font-size:10px;background-color:#93c3cd;color:#35414f;border-color:#c5c5c5}
#bmlt-formats.btn-xs:hover,#map-button.btn-xs:hover,#share-button.btn-xs:hover{background-color:#f1f1f1}
#bmlt-tabs .filterButton.btn.btn-primary.btn-sm:hover{border-color:#fff}
#bmlt-tabs #day.btn.btn-primary.btn-sm:hover{border-color:#fff}
#bmlt-tabs .bmlt-comments{word-wrap:normal;word-break:break-word}
#bmlt-tabs .nav>li>a{padding:4px 10px;font-style:normal}
#bmlt-tabs .bmlt-day,#bmlt-tabs .bmlt-time-2,#bmlt-tabs .meeting-name{font-weight:700;font-size:14px;color:rgba(0,0,0,.67)}
#bmlt-tabs .bmlt-button-container{display:inline;position:relative}
#bmlt-tabs #day.btn.btn-primary.btn-sm.buttonHighlight{background-color:#db4865;color:#fff}
#bmlt-tabs #day.btn.btn-primary.btn-sm.buttonLowlight{background-color:#93c3cd;color:#000}
#bmlt-tabs .filterButton.btn.btn-primary.btn-sm.buttonHighlight{background-color:#db4865;color:#fff}
#bmlt-tabs .filterButton.btn.btn-primary.btn-sm.buttonLowlight{background-color:#93c3cd;color:#000}
#bmlt-tabs #day{color:#fff;background-color:#db4865}
#bmlt-tabs .filterButton{color:#000;background-color:#93c3cd;margin-left:2px}
#bmlt-tabs .rowHighlight{background-color:#db4865;color:#000}
#bmlt-tabs .bmlt-header{padding:4px 0 0 4px;background-color:#35414f}
#bmlt-tabs .bmlt-page{background-color:#35414f;padding:4px}
#bmlt-tabs .tab-content{background-color:#35414f}
#bmlt-tabs .nav-tabs{border-bottom:0}
#bmlt-tabs .popover{max-width:800px}
#bmlt-tabs #day.btn-sm,#bmlt-tabs .filterButton.btn-sm{padding:2px 10px;font-size:inherit;line-height:1.6}
#bmlt-tabs #day{margin-right:2px}
#bmlt-tabs .bmlt_tabs_title{font-size:24px;margin-bottom:10px;font-weight:400;color:#000}
#bmlt-tabs .bmlt_tabs_sub_title{font-size:22px;margin-bottom:15px;font-weight:400;color:#666}
#bmlt-tabs table{margin:0;border:0;table-layout:auto;width:100%}
#bmlt-tabs #cities table.bmlt-table{background-color:#fff;margin:0;border:0}
#bmlt-tabs tr.meeting-header td{padding:.5em .8em!important;color:rgba(0,0,0,.67);background-color:#93c3cd;font-size:15px;text-transform:uppercase;font-weight:600;border-top:0}
@media (max-width:39.9375em){#bmlt-tabs .bmlt-header{display:block!important}
#bmlt-tabs #day.btn-sm,#bmlt-tabs .filterButton.btn-sm{margin-bottom:4px}
#bmlt-tabs .bmlt-dropdown-container{display:block;margin-left:0;margin-right:4px}
#bmlt-tabs span.select2.select2-container{width:100%!important}
#bmlt-tabs a#bmlt-formats,#bmlt-tabs a#map-button{border-radius:0}
#bmlt-tabs a#bmlt-formats,#bmlt-tabs a#share-button{border-radius:0}
#bmlt-tabs .nav-tabs>li>a{border-radius:0!important;margin-right:0!important}
#bmlt-tabs .nav-tabs>li{float:none;border:1px solid #ddd}
#bmlt-tabs .nav-tabs>li.active>a{border:none}
#bmlt-tabs .nav-tabs>li.active>a,#bmlt-tabs .nav-tabs>li.active>a:focus,#bmlt-tabs .nav-tabs>li.active>a:hover,#bmlt-tabs .nav>li>a:focus,#bmlt-tabs .nav>li>a:hover{background:0 0;border:none}
#bmlt-tabs .bmlt-column1{text-align:left;width:100%;vertical-align:top;border:0;padding-bottom:0;height:auto}
#bmlt-tabs .bmlt-column2{text-align:left;width:100%;vertical-align:top;border:0;padding-bottom:0;height:auto}
#bmlt-tabs .bmlt-column3{text-align:left!important;vertical-align:top!important;width:100%;border:0;height:auto}
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs{padding:2px 7px!important;font-size:12px!important}
#map-button.btn-xs,#share-button.btn-xs{display:-webkit-inline-box}
#bmlt-tabs a#bmlt-formats{margin-top:10px}
#bmlt-tabs .geo.show{display:-webkit-inline-box!important;margin-left:10px}
#bmlt-tabs td.formats_description{display:none!important}} table.tablesaw{empty-cells:show;max-width:100%;width:100%}
.tablesaw{border-collapse:collapse;width:100%}
.tablesaw{border:0;padding:0}
.tablesaw td,.tablesaw th{box-sizing:border-box;padding:.5em .7em}
.tablesaw thead tr:first-child th{padding-top:.9em;padding-bottom:.7em}
.tablesaw-stack tbody tr{border-bottom:1px solid #dfdfdf}
.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none}
.bmlt-map{height:500px}
#byfield_embeddedMapPage{height:500px}
.bmlt-observer{font-size:14px;font-weight:700;font-style:italic}
.observerLine{margin-top:10px}
@media only all{.tablesaw-stack td,.tablesaw-stack th{text-align:left;display:block}
.tablesaw-stack tr{clear:both;display:table-row}
.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:block;padding:0 .6em 0 0;width:30%;display:inline-block}
.tablesaw-stack td .tablesaw-cell-label-top,.tablesaw-stack th .tablesaw-cell-label-top{display:block;padding:.4em 0;margin:.4em 0}
.tablesaw-cell-label{display:block}
.tablesaw-stack tbody th.group{margin-top:-1px}
.tablesaw-stack th.group b.tablesaw-cell-label{display:none!important}}@media (max-width:39.9375em){.tablesaw-stack thead td,.tablesaw-stack thead th{display:none}
.tablesaw-stack tbody td,.tablesaw-stack tbody th{clear:left;float:left;width:100%}
.tablesaw-cell-label{vertical-align:top}
.tablesaw-cell-content{max-width:67%;display:inline-block}
.tablesaw-stack td:empty,.tablesaw-stack th:empty{display:none}
th#meeting-details-title{display:table-cell;text-wrap:balance}}@media (min-width:40em){.tablesaw-stack tr{display:table-row}
.tablesaw-stack td,.tablesaw-stack th,.tablesaw-stack thead td,.tablesaw-stack thead th{display:table-cell;margin:0}
.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none!important}
#meetingpage_map_td{width:25em}}.mapcontrolslabel{font-size:12px;cursor:pointer;margin:5px;text-align:left;display:block}
.mapcontrolcontainer{background-color:#fff;border:2px solid #fff;cursor:pointer;margin-top:10px;margin-left:10px}
.mapcontrols{color:#191919;font-family:Roboto,Arial,sans-serif;font-size:12px}
.temporarilyClosed{font-size:16px;text-transform:uppercase;font-weight:700}
.qrcode{text-align:center;display:inline-block}
.meetsVirtually{font-size:16px;text-transform:uppercase;font-weight:700}
.meeting-additional-info{font-weight:700;font-size:14px}
.gm-svpc div img{position:relative!important}
#meeting-details-table td{vertical-align:top}
#meeting-details-table h4{margin-top:0}
#meeting-details-title{font-size:1.5em}
.bmlt-rtl{direction:rtl}
#bmlt-header.bmlt-rtl{text-align:right}
#nav-days.bmlt-rtl{float:right}
#nav-days.bmlt-rtl li{float:right}
#bmlt-tabs .bmlt-rtl .bmlt-column1{text-align:right}
#bmlt-tabs .bmlt-rtl .bmlt-column2{text-align:right}
.bmlt-rtl .marker_div_meeting{text-align:right!important}
.bmlt-rtl #meeting-details-title{text-align:right}
.bmlt-rtl #meeting-details-contents td{text-align:right!important}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}
.leaflet-container{overflow:hidden}
.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}
.leaflet-tile::selection{background:0 0}
.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}
.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}
.leaflet-marker-icon,.leaflet-marker-shadow{display:block}
.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important}
.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}
.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}
.leaflet-container{-webkit-tap-highlight-color:transparent}
.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}
.leaflet-tile{filter:inherit;visibility:hidden}
.leaflet-tile-loaded{visibility:inherit}
.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}
.leaflet-overlay-pane svg{-moz-user-select:none}
.leaflet-pane{z-index:400}
.leaflet-tile-pane{z-index:200}
.leaflet-overlay-pane{z-index:400}
.leaflet-shadow-pane{z-index:500}
.leaflet-marker-pane{z-index:600}
.leaflet-tooltip-pane{z-index:650}
.leaflet-popup-pane{z-index:700}
.leaflet-map-pane canvas{z-index:100}
.leaflet-map-pane svg{z-index:200}
.leaflet-vml-shape{width:1px;height:1px}
.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}
.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}
.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}
.leaflet-top{top:0}
.leaflet-right{right:0}
.leaflet-bottom{bottom:0}
.leaflet-left{left:0}
.leaflet-control{float:left;clear:both}
.leaflet-right .leaflet-control{float:right}
.leaflet-top .leaflet-control{margin-top:10px}
.leaflet-bottom .leaflet-control{margin-bottom:10px}
.leaflet-left .leaflet-control{margin-left:10px}
.leaflet-right .leaflet-control{margin-right:10px}
.leaflet-fade-anim .leaflet-tile{will-change:opacity}
.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}
.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}
.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}
.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}
.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}
.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}
.leaflet-interactive{cursor:pointer}
.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}
.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}
.leaflet-control,.leaflet-popup-pane{cursor:auto}
.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}
.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}
.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}
.leaflet-container{background:#ddd;outline:0}
.leaflet-container a{color:#0078a8}
.leaflet-container a.leaflet-active{outline:2px solid orange}
.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}
.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}
.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}
.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}
.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}
.leaflet-bar a:hover{background-color:#f4f4f4}
.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}
.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}
.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}
.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}
.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}
.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}
.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}
.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}
.leaflet-control-layers-toggle{background-image:url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/images/layers.png);width:36px;height:36px}
.leaflet-retina .leaflet-control-layers-toggle{background-image:url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/images/layers-2x.png);background-size:26px 26px}
.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}
.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}
.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}
.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}
.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}
.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}
.leaflet-control-layers label{display:block}
.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}
.leaflet-default-icon-path{background-image:url(//bvana.org/wp-content/plugins/crouton/croutonjs/dist/images/marker-icon.png)}
.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}
.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}
.leaflet-control-attribution a{text-decoration:none}
.leaflet-control-attribution a:hover{text-decoration:underline}
.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}
.leaflet-left .leaflet-control-scale{margin-left:5px}
.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}
.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}
.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}
.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}
.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}
.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}
.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}
.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}
.leaflet-popup-content{margin:13px 19px;line-height:1.4}
.leaflet-popup-content p{margin:18px 0}
.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}
.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}
.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}
.leaflet-container a.leaflet-popup-close-button:hover{color:#999}
.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}
.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto}
.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}
.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}
.leaflet-div-icon{background:#fff;border:1px solid #666}
.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}
.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}
.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;content:""}
.leaflet-tooltip-bottom{margin-top:6px}
.leaflet-tooltip-top{margin-top:-6px}
.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}
.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}
.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}
.leaflet-tooltip-left{margin-left:-6px}
.leaflet-tooltip-right{margin-left:6px}
.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}
.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}
.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}
.leaflet-container.crosshair-cursor-enabled{cursor:crosshair}
.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}
.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}
.marker-cluster-small{background-color:rgba(181,226,140,.6)}
.marker-cluster-small div{background-color:rgba(110,204,57,.6)}
.marker-cluster-medium{background-color:rgba(241,211,87,.6)}
.marker-cluster-medium div{background-color:rgba(240,194,12,.6)}
.marker-cluster-large{background-color:rgba(253,156,115,.6)}
.marker-cluster-large div{background-color:rgba(241,128,23,.6)}
.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}
.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}
.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}
.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}
.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}
.leaflet-oldie .marker-cluster-large div{background-color:#f18017}
.marker-cluster{background-clip:padding-box;border-radius:20px}
.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}
.marker-cluster span{line-height:30px}#footer-info + #footer-info{display:none}
#et-info-phone:hover{opacity:0.7;-moz-transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
#db_title_and_tagline{display:inline}
#logo{padding-right:10px}
#logo-text,#logo-tagline{margin:0;padding:0;display:inline;vertical-align:middle}
#logo-tagline{opacity:0.7;margin-left:16px;vertical-align:sub}
@media only screen and (max-width:767px){#logo-tagline{display:none}}.et_hide_primary_logo .logo_container{height:100% !important;opacity:1 !important}
.et_hide_primary_logo .logo_container #logo{display:none}
#db_title_and_tagline a{text-decoration:none}