﻿*{Outline:  none !important;}
/*#region bootstrap modal*/
.modal-open {overflow: hidden;}
.modal {bottom: 0;display: none; left: 0;outline: 0; overflow: hidden;position: fixed;right: 0;top: 0;z-index: 1050;-webkit-overflow-scrolling: touch;}
.modal.fade .modal-dialog {-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);-o-transform: translate(0, -25%);-moz-transform: translate(0, -25%);transform: translate(0, -25%);-webkit-transition: -webkit-transform 0.3s ease-out;-o-transition: -o-transform 0.3s ease-out;-moz-transition: -moz-transform 0.3s ease-out;transition: transform 0.3s ease-out;}
.modal.in .modal-dialog { -webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0); -moz-transform: translate(0, 0);transform: translate(0, 0);}
.modal-open .modal {overflow-x: hidden;overflow-y: auto;}
.modal-dialog {margin: 10px;position: relative;width: auto;}
.modal-content {position: relative;background-color: #ffffff;border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 6px;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -webkit-background-clip: padding-box;-moz-background-clip: padding-box;background-clip: padding-box;outline: 0;}
.modal-backdrop { position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000000;}.modal-backdrop.fade {opacity: 0; filter: alpha(opacity=0);}.modal-backdrop.in {opacity: 0.5;filter: alpha(opacity=50);}
.modal-header {padding: 15px;border-bottom: 1px solid #e5e5e5;}
.modal-header .close {margin-top: -2px;}
.modal-title {margin: 0;line-height: 1.42857143;}
.modal-body {max-height: calc(100vh - 200px);overflow-y: auto;position: relative;padding: 15px;}
.modal-footer {padding: 15px;text-align: right;border-top: 1px solid #e5e5e5;}
.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0;}
.modal-footer .btn-group .btn + .btn {margin-left: -1px;}
.modal-footer .btn-block + .btn-block {margin-left: 0;}
.modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll;}
@media (min-width: 768px) { .modal-dialog {width: 600px;margin: 30px auto;}.modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}.modal-sm {width: 300px;}}
@media (min-width: 992px) {.modal-lg {width: 900px; }}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {content: " ";display: table;}
.modal-header:after,
.modal-footer:after {clear: both;}
/*#endregion bootstrap modal*/
.attribution-container img {float: right;height: 25px;margin: 5px 5px 0 5px;}
/*#region leaflet cluster group styles for animation*/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in; -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in; transition: transform 0.3s ease-out, opacity 0.3s ease-in;}
.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in; -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;}
.leaflet-control-container { bottom: 0; position: absolute;right: 0; width: 100%;z-index: 0;}
.map-controls {display: inline;}
/*#endregion leaflet cluster group styles for animation*/
/*#region static map pinpoints default color*/
.highcharts-markers path.default-fill {fill: rgb(67, 67, 72);}
/*#endregion static map pinpoints default color*/
/*#region talent network help tooltip*/
.help-tip { position: absolute;top: 30px;right: 5px;text-align: center;background-color: #BCDBEA;border-radius: 50%;width: 24px;height: 24px;line-height: 26px; cursor: default;z-index: 9;}
.help-tip:hover {z-index: 999;}
.help-tip:before {content: '?';font-weight: bold;color: #fff;}
.help-tip:hover p {display: block;-moz-transform-origin: 100% 0; -ms-transform-origin: 100% 0;-o-transform-origin: 100% 0;-webkit-transform-origin: 100% 0;-webkit-animation: fadeIn 0.3s ease-in-out;transform-origin: 100% 0;-moz-animation: fadeIn 0.3s ease-in-out;-o-animation: fadeIn 0.3s ease-in-out;animation: fadeIn 0.3s ease-in-out;}
.help-tip p {display: none;text-align: left;background-color: #1E2021;padding: 20px;width: 300px;position: absolute;border-radius: 3px;box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);right: -4px;color: #FFF;font-size: 13px;line-height: 1.4;}
.help-tip p:before { position: absolute;content: '';width: 0; height: 0;border: 6px solid transparent;border-bottom-color: #1E2021;right: 10px;top: -12px;}
.help-tip p:after {width: 100%;height: 40px;content: '';position: absolute;top: -40px;left: 0;}
/*#endregion talent network help tooltip*/
/*#region Find me for main map*/
.map-button {position: absolute;top: 13px;left: 10px;z-index: 999;background-color: rgba(47, 44, 44, 0.5);border: #fff 2px solid;border-radius: 0; box-shadow: none;margin-top: -2px;cursor: pointer;}
#mapsearch-button {left: 93px;}
.map-button:hover, .map-button:focus, .map-button.active {background-color: rgba(47, 44, 44, 0.8);}
.map-button span {display: block;position: relative;height: 54px; min-width: 60px;padding: 4px 0;color: #fff;}
.map-button span:before {content: "\f05b";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #fff;font-size: 28px;display: block; width: 100%;text-align: center;}
/*#endregion Find me for main map*/
/*#region Map Search */
#mapsearch-button span:before {content: "\f002";}
#mapsearch-button span.map-button--clear:before {content: "\f00d";}
.map-search { z-index: 9999;position: absolute;width: 50%;top: 10px;left: 177px;display: none;}
.map-search .ui.form {padding: 13px;margin: 0;border-radius: 0;background-color: rgba(47, 44, 44, 0.5);border: #fff 2px solid; }
#mapsearch {width: 300px;}
#close-map {display: block;position: relative;position: absolute;top: -12px;right: -15px; height: 28px; width: 28px;text-align: center;line-height: 24px; background: #444;border: #fff 2px solid;border-radius: 28px; cursor: pointer;}
#close-map:before {content: "\f00d";font-family: FontAwesome;display: inline-block;font-style: normal;font-weight: normal;text-decoration: inherit;color: #fff;font-size: 18px;}
#mapext { position: relative;}
@media(max-width: 959px) {.mapsocial {padding-top: 0;}.map-button {top: 20px;left: 20px;}.map-search {z-index: 9999;position: absolute; width: 90%;left: 20px;right: 20px;top: auto;}.map-search-input { display: block !important;}#mapsearch {width: 100%;}#search-location {margin-top: 10px;margin-left: 0 !important;}}
/*#endregion Map Search*/
.Apply.Buttom {margin-top: 1rem;}
.job-results tbody tr.jtable-no-data-row:after {content: none;}
#BackToTop {display: none;position: fixed;right: 1.3rem;bottom: 1.8rem;padding: 0.4rem;background: #333;opacity: 0.5;cursor: pointer;color: #ccc; font-size: 1.8rem;}
.joinSuccessDiv, .unsubscribedSuccessDiv {text-align: center;}
.location-external-page a:after {content: 'Location Details'; margin-top: 0.2rem;color: #fff;text-decoration: none;}
.stringdate, .stringdatewithday, .venue-details-list, .time-top, .time-bottom, .eventtype {display: none;}
.event-search-inputs .fields .eventtype {display: block;}
.talent-network-form .input-group-validation span {display: none; font-size: 11px;color: #f00;}
.talent-network-form .input-group-validation span.field-validation-error, .rsvp-form .input-group-validation span.field-validation-error { display: block;}
.ui.slider.checkbox { width: 100%;}
.talent-network-form.ui.form .locationbasedareaofinterest.fields,
.ui.form .locationbasedareaofinterest.fields {display: -webkit-box;display: -ms-flexbox;display: flex;}
.tn-form-inputs.talent-network-form.ui.form .locationbasedareaofinterest {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;-webkit-flex-direction: row;flex-direction: row;margin-bottom: 0;}
.locationbasedareaofinterest .selected-data.ui.labels .ui.label {background-color: #c8c8c8;}
.ui.dropdown.selection.input-validation-error {background: #fff6f6; border-color: #e0b4b4;color: #9f3a38;box-shadow: none;}
/*#region Talent Network Settings*/
.intro {margin: 40px 0 auto;text-align: center;}
.intro h1 { text-transform: uppercase;font-size: 22px;}
.alerts {width: 90%;max-width: 1024px;margin: 0 auto;}
.alerts h2 {font-size: 18px;}
.alerts h3 {font-size: 16px;}
.alerts .activesubs,
.alerts .profile {width: 100%;clear: both;}
.alerts .newsub,
.alerts .removealert {width: 48%;float: right;margin: 1rem 0;padding: 1em 1em;}
.alerts .removealert {text-align: center; }
.alerts .newsub {float: left;}
.alerts .newsub .field {padding-bottom: 10px !important;width:100% !important;padding-left: 0 !important;padding-right: 0 !important;}
.alerts .profile {clear: both;padding-top: 40px;}
.alerts .profile .ui.form .fields {display: -webkit-box;display: -ms-flexbox;display: flex;}
.alerts .profile .ui.form .fields input {padding-left: 10px;}
.alerts .profile .ui.form .fields .field-validation-error {color: red;}
.alerts .profile .ui.form .profile-success,
.alerts .removealert .unsubscribe-success {color: green;display: none;font-weight: bold;}
.alerts .sheader h3 {width: 40%;margin-bottom: 10px;display: inline-block;background: inherit;color: black;font-weight: 700;line-height: 30px;padding: 0;border: 0;margin: 0;outline: 0;vertical-align: baseline;}
.alerts .sheader h3.aheader {width: 20%;}
.alerts .sdata .subscription {border-bottom: 1px solid #e0e1e2;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;-webkit-box-align: center;-ms-flex-align: center; align-items: center;position: relative;}
.alerts .sdata .subscription p {width: 40%;display: inline-block;margin:5px !important;}
.alerts .sdata .subscription p.action { width: 20%;}
.settings .alerts .newsub .ui.form .fields {display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-ms-flex-direction: column !important;-webkit-flex-direction: column !important;flex-direction: column !important;}
.settings .alerts .newsub .ui.form .fields .ui.fluid.search.dropdown.selection {height: 32px !important;min-height: 32px !important;min-width: unset !important;padding: 6px !important;}
.settings .alerts .newsub .ui.form .fields .ui.dropdown:not(.button) > .default.text {color: rgba(191,191,191,.87) !important;}
.settings .alerts, .settings .alerts h2 {text-align: left !important;}
.settings .alerts .profile .ui.form .fields {display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;-ms-flex-wrap: wrap !important;-webkit-flex-wrap: wrap !important;flex-wrap: wrap !important;}
.settings .alerts .profile .ui.form .fields>.field {width: 50% !important;padding: 6px .5em 6px .5em !important;}
.settings .alerts .ui.form .fields > .field input[type=text] {padding: 6px !important;}
.settings .alerts .profile .ui.form .fields > .field label {display: block !important;}
.settings .alerts .geolocation-error, .settings .alerts .duplication-error, .alerts .profile .ui.form .fields .field-validation-error {margin-top: 1px !important;display: none;font-size: 12px !important;padding: 3px !important;color: #e82110 !important;}
.settings #footer .Band.SignUp, .settings #footer .tn-join-widget-container, .settings #footer .tn {display: none !important;}
@media screen and (max-width: 960px) {.alerts .newsub,.alerts .removealert {width: 100%;float: none;margin: 1rem 0; padding: 1em 1em;}.sheader { display: none;}.alerts .sdata .subscription {display: block;}.alerts .sdata .subscription:first-of-type {border-top: 1px solid #e0e1e2;}.alerts .sdata .subscription p {position: relative;width: 100%;clear: both;}.alerts .sdata .subscription p:empty {display: none;}}
/*#endregion Talent Network Settings*/
/*#region Posted Date Slider*/
.ui-slider {position: relative;text-align: left;}
.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 1.2em;height: 1.2em;cursor: default;}
.ui-slider .ui-slider-range {background-color: rgba(0, 0, 0, 0.2);position: absolute; z-index: 1;font-size: .7em;display: block;border: 0; background-position: 0 0;}
.ui-slider-horizontal {border: 1px solid #bbb;height: .8em;width: 95%;margin: 0 auto;}
.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.6em;background-color: gray;border: 1px solid gray;border-radius: 50%;}
.ui-slider-horizontal .ui-slider-handle.ui-state-focus, .ui-slider-horizontal .ui-slider-handle.ui-state-active {top: -.3em;margin-left: -.6em; background-color: gray;border: 1px solid gray;border-radius: 50%;outline-color: transparent; }
.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}
.ui-slider-horizontal .ui-slider-range-min {left: 0; }
.ui-slider-horizontal .ui-slider-range-max {right: 0; }
.ui.segment.posteddatelabels { width: 95%;margin: 0 auto;}
.ui.segment.posteddatelabels .ui.labeled.range:not(.vertical) > .labels {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.ui.segment.posteddatelabels .ui.labeled.range > .labels {margin-top: 5px; }
/*#endregion Posted Date Slider*/
/*#region Cookie Consent*/
.cc-window {opacity: 1;-moz-transition: opacity 1s ease;-o-transition: opacity 1s ease;-webkit-transition: opacity 1s ease;transition: opacity 1s ease;}
.cc-window.cc-invisible {opacity: 0;}.cc-animate.cc-revoke {-moz-transition: transform 1s ease;-o-transition: transform 1s ease;-webkit-transition: transform 1s ease;transition: transform 1s ease;}
.cc-animate.cc-revoke.cc-top {-moz-transform: translateY(-2em);-o-transform: translateY(-2em);-webkit-transform: translateY(-2em);-ms-transform: translateY(-2em);transform: translateY(-2em);}
.cc-animate.cc-revoke.cc-bottom {-moz-transform: translateY(2em);-o-transform: translateY(2em);-webkit-transform: translateY(2em);-ms-transform: translateY(2em);transform: translateY(2em);}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover { -moz-transform: translateY(0);-o-transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0); }
.cc-grower {max-height: 0;overflow: hidden;-moz-transition: max-height 1s;-o-transition: max-height 1s;-webkit-transition: max-height 1s;transition: max-height 1s;}
.cc-link, .cc-revoke:hover {text-decoration: underline;}.cc-revoke, .cc-window {position: fixed;overflow: hidden;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Helvetica,Calibri,Arial,sans-serif;font-size: 16px;line-height: 1.5em;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;z-index: 9999;}
.cc-window.cc-static {position: static;}    .cc-window.cc-floating {padding: 2em;max-width: 24em; -ms-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
.cc-window.cc-banner {padding: 1em 1.8em;width: 100%;-ms-flex-direction: row;-webkit-flex-direction: row;flex-direction: row;}
.cc-revoke {padding: .5em;}.cc-header {font-size: 18px;font-weight: 700;}.cc-btn, .cc-close, .cc-link, .cc-revoke {cursor: pointer;}
.cc-link {opacity: .8;display: inline-block;padding: .2em;}.cc-link:hover {opacity: 1;}
.cc-link:active, .cc-link:visited {color: initial;}.cc-btn {display: block;padding: .4em .8em;font-size: .9em;font-weight: 700;border-width: 2px;border-style: solid;text-align: center; white-space: nowrap;}
.cc-banner .cc-btn:last-child {min-width: 140px;}.cc-highlight .cc-btn:first-child {background-color: transparent;border-color: transparent;}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {background-color: transparent;text-decoration: underline;}
.cc-close {display: block;position: absolute;top: .5em;right: .5em;font-size: 1.6em;opacity: .9;line-height: .75;}
.cc-close:focus, .cc-close:hover {opacity: 1;}.cc-revoke.cc-top {top: 0;left: 3em;border-bottom-left-radius: .5em;border-bottom-right-radius: .5em;}
.cc-revoke.cc-bottom { bottom: 0;left: 3em; border-top-left-radius: .5em;border-top-right-radius: .5em;}
.cc-revoke.cc-left {left: 3em;right: unset;}.cc-revoke.cc-right {right: 3em;left: unset;}.cc-top { top: 1em;}.cc-left {left: 1em;}
.cc-right {right: 1em;}.cc-bottom {bottom: 1em;}.cc-floating > .cc-link {margin-bottom: 1em;}.cc-floating .cc-message {display: block;margin-bottom: 1em;}
.cc-window.cc-floating .cc-compliance {-ms-flex: 1;flex: 1;}.cc-window.cc-banner {-ms-flex-align: center; align-items: center;}
.cc-banner.cc-top {left: 0;right: 0;top: 0;}.cc-banner.cc-bottom {left: 0;right: 0;bottom: 0;}.cc-banner .cc-message {-ms-flex: 1;-webkit-flex: 1;flex: 1;}
.cc-compliance {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-line-pack: justify;-ms-align-content: space-between;-webkit-align-content: space-between;align-content: space-between;}
.cc-compliance > .cc-btn {-ms-flex: 1;-webkit-flex: 1;flex: 1;}.cc-btn + .cc-btn {margin-left: .5em;}
@media print {.cc-revoke, .cc-window {display: none;}}
@media screen and (max-width:900px) {.cc-btn {white-space: normal;}}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {.cc-window.cc-top {top: 0;}.cc-window.cc-bottom {bottom: 0;}.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {left: 0;right: 0; }.cc-window.cc-banner {-ms-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}.cc-window.cc-banner .cc-compliance {-ms-flex: 1;-webkit-flex: 1;flex: 1; }.cc-window.cc-floating { max-width: none;}.cc-window .cc-message {margin-bottom: 1em;}.cc-window.cc-banner { -ms-flex-align: unset; align-items: unset;}}
.cc-floating.cc-theme-classic {padding: 1.2em;border-radius: 5px;}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {text-align: center;display: inline;-ms-flex: none;-webkit-flex: none;flex: none;}.cc-theme-classic .cc-btn {border-radius: 5px;}.cc-theme-classic .cc-btn:last-child {min-width: 140px;}.cc-floating.cc-type-info.cc-theme-classic .cc-btn {display: inline-block;}.cc-theme-edgeless.cc-window {padding: 0;}.cc-floating.cc-theme-edgeless .cc-message { margin: 2em 2em 1.5em;}
.cc-banner.cc-theme-edgeless .cc-btn {margin: 0;padding: .8em 1.8em;height: 100%;}.cc-banner.cc-theme-edgeless .cc-message { margin-left: 1em;}.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn { margin-left: 0;}
/*#endregion Cookie Consent*/
/*#region Geolocation Error*/
.geolocation-warning-message {position: absolute;top: 75px;left: 0;width: 100%;z-index: 900000;}
.geolocation-alert-message {margin: 20px auto;width: 400px;font-size: 11px;position: relative;padding: 7px 15px;margin-bottom: 18px;color: #404040;background-color: #eedc94;background-repeat: repeat-x;background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));background-image: -moz-linear-gradient(top, #fceec1, #eedc94);background-image: -ms-linear-gradient(top, #fceec1, #eedc94);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); background-image: -o-linear-gradient(top, #fceec1, #eedc94);background-image: linear-gradient(top, #fceec1, #eedc94);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);border-color: #eedc94 #eedc94 #e4c652;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);border-width: 1px;border-style: solid;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);}
.geolocation-alert-message .btn-close {opacity: 1; position: relative;float: right;color: #000000;font-size: 20px;font-weight: bold;line-height: 13.5px;text-shadow: 0 1px 0 #ffffff;text-decoration: none;}
/*#endregion Geolocation Error*/
/*#region talent-network message*/
div.tn-success-no-pseudo:after,div.tn-success-no-pseudo:before {content:'';}
/*#endregion talent-network message*/
/*#region Search Gelocation Find Me*/
.field.geolocation {position:relative;}.field.geolocation i.search-find-me {position: absolute;background-color: transparent;cursor: pointer;right: 10px;top: 50%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:1.5rem;font-style:normal;}
/*#endregion Search Gelocation Find Me*/
.map-search{width: auto; top: 0; left: 160px;}
.map-search .ui.form {height: 60px; background: rgba(40, 44, 43, 0.75)}
.map-search input#keywordmapsearch.ui-autocomplete-input, .map-search input#mapsearch {border-radius: 0;}
.map-search .ui.selection.dropdown {min-height: 30px; border-radius: 0; height: 30px; width: 300px; margin-right: 25px;}
.map-search .ui.selection.dropdown > .dropdown.icon, .map-search .ui.selection.dropdown {line-height: 4px;}
.map-search .ui.search.selection.dropdown > input.search {padding-top: 5px;}
.map-search button#search-location.ui.button {line-height: 5px !important}
.map-search .ui.dropdown:not(.button) > .default.text {opacity: 0.5; margin-top: -2px;}
button#mapsearch-button.map-button{top: 3px; left: 80px;}
button#geo-button.map-button{top: 3px; left: 0;}
ul#ui-id-2.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {margin-left: -12px; margin-top: 10px; width: 300px !important; z-index: 9999;}
ul#ui-id-2.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li {padding: 0.5rem;}
body.locations .mapsocial div#as_container.as_container_search.as_container {width: 300px; margin-top: -13.5px; right: 130px;}
@media screen and (max-width: 959px){
    .map-search {width: 100%; position: relative; left: 0; margin: 0 auto;}
    .map-search .ui.form {height: auto;}
    .map-search input#keywordmapsearch.ui-autocomplete-input, .map-search .ui.selection.dropdown {width: 100% !important; margin-bottom: 10px;}
    button#mapsearch-button.map-button{position: relative; width: 47.5%; left: 0; top: 0; margin-top: 5px;}
    button#geo-button.map-button{position: relative; width: 47.5%; left: 0; top: 0; margin-top: 5px;}
    body.locations .mapsocial div#as_container.as_container_search.as_container {margin-top: 0; width: 100%; right: 0;}
    button#search-location.ui.button {width: 100%;}
}
/*#region Main Search*/
#data .jtable-main-container .jtable-top-panel.jtable-bottom-panel {margin-bottom: 10px;}
/*#endregion Main Search*/
/*#region Lead capture*/
.lead-capture-form.ui.form.fields label {display: inline-block;}
/*#endregion Lead capture*/