/* OSM-plugin css file                                        */
/* wp-osm-plugin.HanBlog.Net                                  */
/* note: there is also some style information in the php-file */


.entry .olMapViewport img{
  max-width: none !important;
  max-height: none !important;
  vertical-align: none !important;
}

.OSM_Map img {
  max-width: none !important;
  max-height: none !important;
  vertical-align: none;
}

.olTileImage {
  max-width: none !important;
  max-height: none !important;
  vertical-align: none !important;
}

.olControlAttribution {
  bottom: 0 !important;
}

div.olControlMousePosition {
  bottom: 1em !important;
}

.olPopupContent
{
    /*padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    padding-left:10px;*/
    padding: 0 0 0 0;
    border: #fff solid;
    border-width: 10px 10px;

    white-space:nowrap;
}

/* pink tiles at openseamap */
.olImageLoadError {
display: none !important;
}



/* +++ metabox tabs +++ */
.tabs {
    width:100%;
    display:inline-block;
}

/*----- metabox tabs Links -----*/
/* Clearfix */
.tab-links:after {
   display:block;
   clear:both;
   content:'';
}

.tab-links li {
  margin:0px 5px;
  float:left;
  list-style:none;
  text-decoration:none;
}

.tab-links a {
  padding:3px 6px;
  display:inline-block;
  border-radius:3px 3px 0px 0px;
  background:#FFFFFF;
  transition:all linear 0.15s;
  text-decoration:none;
}

.tab-links a:hover {
  background:#FFFFFF;
  text-decoration:none;
}

li.active a {
  border: 1px solid #D8D8D8;
  background:#FFFFFF;
  border-bottom: none;
  color: black;
}

li.active a:hover {
  border: 1px solid #D8D8D8;
  background:#FFFFFF;
  border-bottom: none;
}


/* --- new metabox marker select --- */

		.osm-marker-tab-container{
			width: 95%;
                        
			margin: 0 auto;
		}

		ul.osm-marker-tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.osm-marker-tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 2px 5px;
			cursor: pointer;
		}

		ul.osm-marker-tabs li.current{
			background: #fdfdfd;
			color: #222;
			border: 1px solid #D8D8D8;
			border-bottom: none;
		}

		.marker-tab-content{
			margin: -7px 0px 0px 0px;
                        padding:15px;
                        border-radius:3px;
			display: none;
			background: #fdfdfd;
			border: 1px solid #D8D8D8;
                        height: 300px;
		}

		.marker-tab-content.current{
			display: inherit;
		}

/* --- new metabox geotag marker select --- */

		.osm-geo-marker-tab-container{
			width: 95%;
                        
			margin: 0 auto;
		}

		ul.osm-geo-marker-tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.osm-geo-marker-tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 2px 5px;
			cursor: pointer;
		}

		ul.osm-geo-marker-tabs li.current{
			background: #fdfdfd;
			color: #222;
			border: 1px solid #D8D8D8;
			border-bottom: none;
		}

		.geo-marker-tab-content{
			margin: -7px 0px 0px 0px;
                        padding:15px;
                        border-radius:3px;
			display: none;
			background: #fdfdfd;
			border: 1px solid #D8D8D8;
                        height: 300px;
		}

		.geo-marker-tab-content.current{
			display: inherit;
		}




/* --- new metabox --- */

		.osm-tab-container{
			width: 95%;
			margin: 0 auto;
		}

		ul.osm-tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.osm-tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 2px 5px;
			cursor: pointer;
		}

		ul.osm-tabs li.current{
			background: #fdfdfd;
			color: #222;
			border: 1px solid #D8D8D8;
			border-bottom: none;
		}

		.osm-tab-content{
			margin: -7px 0px 0px 0px;
                        padding:15px;
                        border-radius:3px;
			display: none;
			background: #fdfdfd;
			border: 1px solid #D8D8D8;
		}

		.osm-tab-content.current{
			display: inherit;
		}

    /* is used for icon select at metabox */
    label.metabox-label > input{ /* HIDE RADIO */
      visibility: hidden; /* Makes input not-clickable */
      position: absolute; /* Remove input from document flow */
    }
    label.metabox-label > input + img{ /* IMAGE STYLES */
      cursor:pointer;
      border:2px solid transparent;
    }
    label.metabox-label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
      border:2px solid #808080;
    }

:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/* OSM-plugin css file                                        */
/* wp-osm-plugin.hyumika.com                                  */
/* note: there is also some style information in the php-file */

.ol-openseamap{
background: transparent;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 10px 25px 10px 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 200px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 4px;
}
.ol-popup-closer:after {
  content: "✖";
}
/*
            .toggle {
                width: 100px;
            }
 */
 .ol-mouse-position {
   right: 3em;
   color: #fff;
   background-color: rgba(0,60,136,.5);
   padding: 2px 10px;
   border-radius: 5px;
}
/*                                       
            .ol-scale-line {
                left: 175px;
            }
 */
.ol-rotate {
  top: 3em;
}

.ol-zoomslider {
  width: 200px;
  height: 25px;
  left: 3em;
  top: 0.5em;
}

.ol-zoomslider-thumb {
  height: 16px;
}

#osmLayerSelect span, #osmLayerSelect a {
  cursor:pointer;
}

#osmLayerSelect #generatedLink a {
  margin-top:1em; 
  font-weight:700; 
  display:block;
}

#osmLayerSelect {
  background-color:#ededed;
  margin-bottom:1em;
  padding:0.4em
}

#osmLayerSelect h3 {
  margin-bottom:0.2em
}

.layerColor {
  width:2em;
  height:1em;
  border: solid 1px #000;
  display:inline-block;
  margin-left:0.4em;
}

.setupChange {
  cursor:pointer;
}

.layerColorHidden {
  opacity:0.6;
  border: 1px dotted #c0c0c0;
}

.setupChange:before {
  content:"\f279";
  text-decoration:none;
  font:normal 12px/1 FontAwesome;
  padding-right:0.1em
}

.setupChange:hover:before {
  content:"\f278";
  font:normal 10.5px/1 FontAwesome;
} 

div.cantGenerateShortCode {
  border:dashed 1px lightblue;
  cursor:pointer;
}

div.generatedShortCode {
  border:solid 1px lightblue;
  cursor:pointer;
}

.padding1em{
  padding:0 0.4em;
}

@font-face {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: italic;
	src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKWyV9hrIqOxjaPX.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKWyV9hrIqU.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: italic;
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem6YaGs126MiZpBA-UFUK0Zdcs.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 600;
	font-style: italic;
	src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKXGUdhrIqOxjaPX.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKXGUdhrIqU.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: italic;
	src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKWiUNhrIqOxjaPX.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKWiUNhrIqU.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 800;
	font-style: italic;
	src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKW-U9hrIqOxjaPX.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKW-U9hrIqU.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem8YaGs126MiZpBA-UFVZ0d.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: normal;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN_r8OUuhv.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UNirkOUuhv.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN7rgOUuhv.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 800;
	font-style: normal;
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN8rsOUuhpKKSTjw.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN8rsOUuhv.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: italic;
	src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKWyV9hlIqOxjaPXZSk.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKWyV9hlIqU.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: italic;
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem6YaGs126MiZpBA-UFUK0Xdc1GAK6bt6o.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem6YaGs126MiZpBA-UFUK0Xdcs.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 600;
	font-style: italic;
	src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKXGUdhlIqOxjaPXZSk.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKXGUdhlIqU.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: italic;
	src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKWiUNhlIqOxjaPXZSk.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKWiUNhlIqU.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 800;
	font-style: italic;
	src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKW-U9hlIqOxjaPXZSk.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/memnYaGs126MiZpBA-UFUKW-U9hlIqU.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem8YaGs126MiZpBA-UFW50d.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: normal;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN_r8OXOhv.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UNirkOXOhv.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN7rgOXOhv.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: 800;
	font-style: normal;
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN8rsOXOhpKKSTj5PW.woff2) format('woff2'), url(//workgroup-solutions.com/wp-content/uploads/sgf-css/mem5YaGs126MiZpBA-UN8rsOXOhv.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
;font-display: swap;
}
div.tnp-subscription,form.tnp-subscription,form.tnp-profile{display:block;margin:1em auto;max-width:500px;width:100%}div.tnp-profile{display:block;margin:1em 0;max-width:500px}.tnp-subscription div.tnp-field,.tnp-profile div.tnp-field{margin-bottom:.7em;border:0;padding:0}.tnp-subscription label,.tnp-profile label{display:block;color:inherit;font-weight:400;line-height:normal;padding:0;margin:0;margin-bottom:.25em;font-size:.9em}.tnp-subscription .tnp-field-checkbox label,.tnp-profile .tnp-field-checkbox label{display:inline-block}.tnp-subscription input[type=text],.tnp-subscription input[type=email],.tnp-subscription input[type=submit],.tnp-subscription select,.tnp-subscription textarea,.tnp-profile input[type=text],.tnp-profile input[type=email],.tnp-profile input[type=submit],.tnp-profile select,.tnp-profile textarea{width:100%;padding:.7em;display:block;border:1px;color:#444;border-color:#ddd;background-color:#f4f4f4;background-image:none;text-shadow:none;font-size:1em;margin:0;line-height:normal;box-sizing:border-box}.tnp-subscription input[type=checkbox],.tnp-widget input[type=radio],.tnp-profile input[type=checkbox]{max-width:1em;display:inline-block;margin-right:.5em}.tnp-subscription select option,.tnp-profile select option{margin-right:.75em}.tnp-subscription input.tnp-submit,.tnp-profile input.tnp-submit,.tnp-unsubscribe button.tnp-submit,.tnp-reactivate button.tnp-submit{background-color:#444;color:#fff;width:auto;height:auto;margin:0;display:inline-block}@media all and (max-width:480px){.tnp-subscription input[type=submit],.tnp-profile input[type=submit]{width:100%}}.tnp-widget{width:100%;display:block;box-sizing:border-box}.tnp-widget .tnp-field{margin-bottom:10px;border:0;padding:0}.tnp-widget label{display:block;color:inherit;font-size:14px}.tnp-widget input[type=text],.tnp-widget input[type=email],.tnp-widget input[type=submit],.tnp-widget select{width:100%;padding:10px;display:block;border:1px solid #ddd;border-color:#ddd;background-color:#f4f4f4;background-image:none;text-shadow:none;color:#444;font-size:14px;line-height:normal;box-sizing:border-box;height:auto}.tnp-widget input[type=checkbox],.tnp-widget input[type=radio]{width:auto;display:inline-block}.tnp-widget select option{margin-right:10px}.tnp-widget input.tnp-submit{background-color:#444;background-image:none;text-shadow:none;color:#fff;margin:0}.tnp-field input[type="submit"]{position:inherit}.tnp-widget-minimal{width:100%}.tnp-widget-minimal form{margin:0;padding:0;border:0}.tnp-widget-minimal input.tnp-email{width:100%;box-sizing:border-box;padding:10px;display:inline-block;border:1px solid #ddd;background-color:#f4f4f4;color:#444;font-size:14px}.tnp-widget-minimal input.tnp-submit{width:100%;box-sizing:border-box;padding:10px;display:inline-block;border:1px;border-color:#ddd;background-color:#444;background-image:none;text-shadow:none;color:#fff;font-size:14px;line-height:normal;border-radius:0;height:auto;margin:0}.tnp-subscription-minimal{width:100%;box-sizing:border-box;margin:10px 0}.tnp-subscription-minimal form{width:auto;margin:0;padding:0;border:0;white-space:nowrap}.tnp-subscription-minimal input.tnp-email,.tnp-subscription-minimal input.tnp-name{width:70%;max-width:300px;box-sizing:border-box;padding:10px;display:inline-block;border:1px solid #ddd;background-color:#f4f4f4;color:#444;font-size:14px;line-height:20px;border-radius:0;margin-right:10px}.tnp-subscription-minimal.with-name input.tnp-email,.tnp-subscription-minimal.with-name input.tnp-name{width:31%}.tnp-subscription-minimal .tnp-privacy-field{margin-top:10px}.tnp-subscription-minimal input.tnp-submit{width:29%;box-sizing:border-box;display:inline-block;padding:10px;border:1px;border-color:#ddd;background-color:#444;background-image:none;text-shadow:none;color:#fff;font-size:14px;line-height:20px;border-radius:0;margin:0}.tnp-subscription-posts{margin-top:2em;margin-bottom:2em;padding:2rem}.tnp-subscription-posts .tnp-subscription{max-width:auto;margin:0}@media all and (max-width:525px){.tnp-subscription-minimal.with-name input.tnp-email,.tnp-subscription-minimal.with-name input.tnp-name,.tnp-subscription-minimal input.tnp-submit{width:100%;max-width:100%;margin:0;display:block;margin-bottom:.5rem}}.tnp-button-form button.tnp-submit{box-sizing:border-box;padding:10px;display:inline-block;border:1px;border-color:#ddd;background-color:#444;background-image:none;text-shadow:none;color:#fff;font-size:14px;line-height:normal;border-radius:0;height:auto;margin:0}.tnp-comments{clear:both;margin-top:15px;margin-bottom:15px}.tnp-comments label{display:block}.tnp-comments input[type=checkbox]{display:inline-block;width:auto!important}.tnp-lock{clear:both;display:block;box-sizing:border-box;box-shadow:none;margin:20px;padding:15px;background-color:#fff;border:1px solid #ddd}.tnp-nl-checkout{margin-bottom:1em}
.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 .select2-selection--single .select2-selection__clear{position:relative}.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;padding:0}.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 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.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__rendered li{list-style:none}.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,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{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;box-shadow:none;-webkit-appearance:textfield}.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:#f7f7f7;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;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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, #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;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', 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, #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;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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, #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;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', 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;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;box-shadow:none}.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}

body.single-jobs #content{
    padding-top: 0;
}

body.single-jobs .wrap{
    padding-left: 0;
    padding-right: 0;
}

.job-post *,
.job-listing-categories *,
.job-listing *{
    box-sizing: border-box;
}


.job-listing-categories{
    margin: 0 -2px 25px;
}

.job-listing-categories.align-right{
    text-align: right;
}

.job-listing-categories.align-center{
    text-align: center;
}

.job-listing-categories .job-category{
    display: inline-block;
    margin: 2px 2px;
    padding: 5px 15px;
    border: 2px solid #999;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.entry .entry-content .job-listing-categories a.job-category{
    text-decoration: none;
}

.job-listing-categories .job-category:focus{
    box-shadow: none;
}

.job-listing-categories .job-category:hover{
    box-shadow: none;
    background: #efefef;
}

.job-listing-categories .job-category.active{
    background: #22c0f1;
    color: #fff;
    border: 2px solid #12b0e1;
}

.jobs-offer-ended {
    text-align: center;
    color: #9d9d9d;
    margin: 0;
    border: 2px solid #e9e9e9;
    border-radius: 30px;
    padding: 15px 10px;
    background: #fff;
    font-size: 14px;
}

.job-post{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 40px;
    overflow: auto;
    padding-top: 40px;
}

.job-post .job-image{
    width: 100%;
    float: left;
    margin: 0 0 35px;
}


.job-post .job-image img{
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.job-post .job-content{
    float: left;
    width: 65%;
    box-sizing: border-box;
}

.job-post .job-side{
    float: left;
    width: 35%;
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.job-post .job-content-wrap{
    padding: 0 20px;
}

.job-post .job-side .job-content-wrap{
    background: #f5f5f5;
    border: 2px solid #e9e9e9;
    padding: 0 30px;
    border-radius: 4px;
}

.jp-attachment-button{
    background: #dcdcdc;
    color: #000;
    border-radius: 30px;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.jp-attachment-button:before{
    content: url('https://workgroup-solutions.com/wp-content/plugins/job-postings/css/../images/clip.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;

}
.jp-attachment-button:hover{
    background: #d4d4d4;
    color: #000;
}


.job-pdf-export{
    display: block;
}
.job-pdf-export img{
    width: 21px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;

}

.jobs-row-apply{
    padding: 20px 0;
}

.jobs-row-apply .jobs-modal-form h3{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 2px;
    margin: 0 0 10px;
}

.jobs-row-apply .jobs-modal-form .jobs-modal-input p.message{
    font-size: 12px;
    margin-top: 3px;
}

.jobs-modal-input p.validation{
    font-size: 12px;
    margin-top: 3px;
    color: #ec0a42;
}

.jobs-submit-validation{
  font-size: 14px;
  color: #ec0a42;
  text-align: left;
}

.jobs-row-apply .jobs-modal-form .modal-input-fileinput,
.jobs-row-apply .jobs-modal-form .modal-input-text{
    background: #ffffff;
    padding: 5px 10px;
    border: 2px solid #e1e1e1;
    font-size: 14px;
}
.jobs-row-apply .jobs-modal-form .modal-input-fileinput.multiple{
    background: #ffffff;
    padding: 3px 5px;
    border: 2px solid #e1e1e1;
    font-size: 14px;
}

.jobs-row-apply .jobs-modal-form .choose_file,
.jobs-row-apply .jobs-modal-form .choose_file_multi_add,
.jobs-row-apply .jobs-modal-form .choose_file_multi{
    padding: 6px 15px 5px;
    font-size: 12px;
    box-shadow: none;
    max-width: 220px;
}

.jobs-row-apply .jobs-modal-form .choose_file .add,
.jobs-row-apply .jobs-modal-form .choose_file_multi_add .add{
    margin-top: -4px;
}

.jobs-row-apply .jobs-modal-form .modal-input-fileinput.multiple .choose_file_multi_add,
.jobs-row-apply .jobs-modal-form .choose_file_multi {
    margin: 2px 5px;
}

.jobs-row-apply .jobs-modal-footer .job-submit{
    width: 100%;
}

.jp-apply-button,
.primary-style{
    background-color: #22c0f1;
    color: #fff;
    border-radius: 30px;
    padding: 12px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    text-transform: uppercase;
    display: block !important;
    width: 100%;
    text-align: center;
    transition: background 0.5s ease;
    border: none;
    width: 100%;
    cursor: pointer;
}
.jp-apply-button:hover,
.primary-style:hover{
    background: #0da1cf;
    color: #fff;
}


.secondary-style{
    background: #bcbcbc;
    color: #fff;
    border-radius: 30px;
    padding: 12px 10px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.secondary-style:hover{
    background: #ababab;
    color: #fff;
}


.job-post .jobs-row{
    margin: 20px 0 30px;
}

.job-post .job-side .jobs-row{
    margin: 20px 0;
}

.job-post .job-side .jobs-row.position_logo{
    margin: 35px 0 40px;
}

.job-post .job-side .jobs-row.jobs-row-button{
    margin: 0;
    padding: 20px 0;
}


.job-post .jobs-row .jobs-row-label{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.job-post .jobs-row .jobs-row-label span{
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 2px;
}

.job-post .jobs-row .jobs-row-input p{
    margin-bottom: 10px;
}


.job-post .jobs-row .jobs-row-input ul{
    list-style: disc;
    margin: 0 0 15px 25px;
}
.job-post .jobs-row .jobs-row-input ol{
    list-style: decimal;
    margin: 0 0 15px 25px;
}

.job-post .jobs-row .jobs-row-input svg{
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-bottom: -4px;
}

.job-post .jobs-row.position_title .jobs-row-input{
    font-size: 28px;
    line-height: 37px;
}

.job-post .jobs-row.position_logo .jobs-row-input img{
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    display: block;

}

.jobs-modal-open{
    overflow: hidden;
}

.jobs-submit-error-msg{
    margin-top: 30px;
    background: #ed6363;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    text-align: center;
}


.jobs-sending{
    display: none;
    width: 40px;
    height: 40px;
    padding: 5px;
    vertical-align: middle;
    margin: 0 auto;

    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#job-apply-confirmation{
    padding: 20px 10px;
    margin: 25px 0 0;
    display: none;
}

.jobs-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    overflow: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.jobs-modal.hide{
    display: none;
}

.jobs-modal.open{
    z-index: 1200;
    opacity: 1;
    visibility: visible;
}

.jobs-modal-table{
    display: table;
    width: 100%;
    height: 100%;
}

.jobs-modal-table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.jobs-modal .jobs-modal-content{
    width: 90%;
    max-width: 650px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 80px 60px 60px 60px;
    box-shadow: 0 3px 15px 0px rgba(0,0,0,0.35);
    border-radius: 4px;
    top: -50px;
    transition: all 0.5s ease;
}

.jobs-modal.open .jobs-modal-content{
    top: 0px;
}

.jobs-modal .jobs-modal-content .modal-close{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jobs-modal-form{

}

.jobs-modal-form .modal-title-small{
    margin: 0 0 10px;
    font-weight: bold;
}

.jobs-modal-form .modal-title{
    font-size: 20px;
    margin: 0 0 30px;
    padding: 0;
    font-weight: bold;
}

.jobs-modal-footer{
    margin-top: 30px;
    text-align: center;
}

.jobs-modal-form .job-submit{
    background: #22c0f1;
    color: #ffffff;
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: 600;
    border: none;
    min-width: 240px;
    line-height: 25px;
    font-size: 16px;
}
.jobs-modal-form .job-submit:hover{
    background: #0fb7eb;
}

.jobs-modal-form .jobs-section-row{
    min-height: 1px;
}
.jobs-modal-form .jobs-section-row .jobs-section-heading{
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.jobs-modal-form .jobs-modal-input{
    margin-bottom: 20px;
}

.jobs-modal-form .jobs-modal-input + .section_field{
    padding-top: 20px;
}

.jobs-modal-form .jobs-modal-input .input-label{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    display: block;
}


.jobs-modal-form .jobs-modal-input .input-label .field_required{
    margin-left: 5px;
    color: #f02a00;
}

.required_field_notice .input-paragraph {
    font-size: 14px;
}
.required_field_notice .input-paragraph .field_required{
    margin-right: 5px;
    color: #f02a00;
    font-weight: bold;
}

.jobs-modal-form .jobs-modal-input p.message{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #8a8a8a;
}

.jobs-modal-form .jobs-modal-input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b4b4b4;
}
.jobs-modal-form .jobs-modal-input ::-moz-placeholder { /* Firefox 19+ */
    color: #b4b4b4;
}
.jobs-modal-form .jobs-modal-input :-ms-input-placeholder { /* IE 10+ */
    color: #b4b4b4;
}
.jobs-modal-form .jobs-modal-input :-moz-placeholder { /* Firefox 18- */
    color: #b4b4b4;
}

.jobs-modal-form .jobs-modal-input.jobs-alert .modal-input-fileinput{
    border-color: red;
}


.jobs-modal-form .jobs-modal-input.checkbox_field.jobs-alert .input-label,
.jobs-modal-form .jobs-modal-input.radio_field.jobs-alert .input-label{
    color: red;
}

.jobs-modal-form .modal-input-honeypot{
  overflow: hidden;
  height: 0px;
  visibility: hidden;
}

.jobs-modal-form .modal-input-text{
    background: #e1e1e1;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 39px;
}

.jobs-modal-form textarea.modal-input-text{
    min-height: 60px;
}

.jobs-modal-form .checkbox_field .checkbox-label{
    font-weight: normal;
    margin: 2px 0;
    cursor: pointer;
    display: block;
}
.jobs-modal-form .radio_field .radio-label{
    font-weight: normal;
    margin: 2px 0;
    cursor: pointer;
    display: block;
}

.jobs-modal-form .checkbox_field .checkbox-label .checkbox-text,
.jobs-modal-form .radio_field .radio-label .radio-text{
    margin: 0 5px;
}

.jobs-modal-form .modal-input-text.jobs-alert{
    border-color: red;
}

.jobs-modal-form .modal-input-file{
    display: none;
}

.jobs-modal-form .modal-input-fileinput{
    background: #e1e1e1;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

.jobs-modal-form .modal-input-fileinput.multiple{
    padding: 5px 15px;
}

.jobs-modal-form .choose_file img,
.jobs-modal-form .choose_file_multi img,
.jobs-modal-form .choose_file_multi_add img{
    display: inline-block;
}

.jobs-modal-form .choose_file,
.jobs-modal-form .choose_file_multi,
.jobs-modal-form .choose_file_multi_add{
    display: inline-block;
    background: #22c0f1;
    border-radius: 40px;
    padding: 8px 20px 9px;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.jobs-modal-form .choose_file:hover,
.jobs-modal-form .choose_file_multi:hover,
.jobs-modal-form .choose_file_multi_add:hover {
    background: #0fb7eb;
}

.jobs-modal-form .choose_file_multi,
.jobs-modal-form .choose_file_multi_add{
    margin: 5px;
}



.jobs-modal-form .choose_file .add,
.jobs-modal-form .choose_file_multi .add,
.jobs-modal-form .choose_file_multi_add .add{
    margin: -3px 10px -1px -5px;
    width: 15px;
    vertical-align: middle;
}

.jobs-modal-form .choose_file_multi .remove{
    display: inline-block;
    margin: -2px -10px -1px 10px;
    width: 14px;
    vertical-align: middle;
}

.job-listing .no-jobs-available{
    background-color: #f0f0f0;
    padding: 35px 25px;
    text-align: center;
    border: 2px solid #e9e9e9;
    color: #979797;
    border-radius: 4px;
}

.job-listing .no-jobs-available p{
    margin: 0;
    padding: 0;
}

.job-listing .job-preview {
    background-color: #f0f0f0;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.job-listing .job-preview .job-image {
    display: table-cell;
    height: 100%;
    padding: 25px 10px 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
}

.job-listing .job-preview .job-content {
    display: table-cell;
    height: 100%;
    padding: 25px 10px 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.job-listing .job-preview .job-content h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: black;
    margin: 0 0 10px;
}

.job-listing .job-preview .job-content h5 a {
    border-bottom: none;
    box-shadow: none;
    color: black;
}

.job-listing .job-preview .job-content .job-additional-information {
    display: block;
    margin-top: -5px;
    font-size: 14px;
    line-height: 26px;
    color: #373737;
    font-weight: 500;
}



.job-listing .job-preview .job-cta {
    display: table-cell;
    text-align: right;
    width: 35%;
    height: 100%;
    vertical-align: middle;
    padding: 25px 25px 25px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.job-listing .job-preview .job-cta .apply-btn {
    background-color: #22c0f1;
    border-bottom: 50px;
    font-size: 16px;
    line-height: 22px;
    color: white;
    padding: 15px 50px;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.6s ease;
    font-weight: 500;
    display: block;
    text-align: center;
    /*max-width: 250px;*/
    width: 100%;
}

.position_base_salary .jobs-row-input span{
    color: #696969;
    margin: 0 5px;
}



.progress-button{
    position: relative;
    display: inline-block;
    text-align: center;
}

.progress-button button{
    display: block;
    min-width: 250px;
    height: 50px;

    margin: 0 auto;
    padding: 0;

    background-color: #22c1f1;
    border: 2px solid #22c1f1;
    border-radius: 40px;

    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;

    /*
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}


.progress-button button:hover,
.progress-button button:focus {
    background-color: #0e9dc9;
    border-color: #22c1f1;
    color: #ffffff;
}
.progress-button button:focus {
    outline: none;
}

.progress-button svg{
    position: absolute;
    top: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.progress-button svg path {
    visibility: hidden;
    opacity: 0;
    fill: none;
}

.progress-button svg.progress-circle path {
    stroke: #22c1f1;
}

.progress-button svg.progress-circle path {
    stroke-width: 5;
}

.progress-button svg.checkmark path,
.progress-button svg.cross path
{
    stroke: #ffffff;
    stroke-width: 5;
    stroke-linecap: round;

    -webkit-transition: visibility 0s linear .1s, opacity 0.1s linear;
    transition: visibility 0s linear .1s, opacity 0.1s linear;
}

.loading.progress-button button {
    min-width: 50px;
    background-color: transprarent;
    border-width: 5px;
    border-color: #ddd;

    color: #fff;

    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.loading.progress-button button:hover,
.loading.progress-button button:focus {
    background-color: transparent;
}

.loading.progress-button button{
    background-color: transparent !important;
}

.loading.progress-button button span,
.success.progress-button button span,
.error.progress-button button span
{
    visibility: hidden;
    opacity: 0;
    font-size: 0px;
}

.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
    visibility: visible;
    opacity: 1;

    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
}

.success.progress-button button {
    background-color: #1ecd97;
    border-color: #1ecd97;
}
.error.progress-button button {
    background-color: #fb797e;
    border-color: #fb797e;
}

.job-postings-filters{

}

.job-postings-filters.filter-style-1 .job-listing-categories{
  float: left;
  width: 70%;
}
.job-postings-filters.filter-style-1 .jobs-search{
  float: right;
  width: 30%;
}

.job-postings-filters.filter-style-1.no-category-filter .jobs-search{
    float: none;
    max-width: 320px;
    min-width: 240px;
}

.job-postings-filters.filter-style-2 .job-listing-categories{
  float: right;
  width: 70%;
  text-align: right;
}
.job-postings-filters.filter-style-2 .jobs-search{
  float: left;
  width: 30%;
}

.job-postings-filters.filter-style-2.no-category-filter .jobs-search{
    float: none;
    max-width: 320px;
    min-width: 240px;
}

.job-postings-filters.filter-style-3 .job-listing-categories{
  width: 100%;
}
.job-postings-filters.filter-style-3 .jobs-search{
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.job-postings-filters.filter-style-3.no-category-filter .jobs-search{
    float: none;
    max-width: 320px;
    min-width: 240px;
    margin-top: 0px;
}

.job-postings-filters.filter-style-4 .job-listing-categories{
  width: 100%;
  text-align: right;
  float: left;
}
.job-postings-filters.filter-style-4 .jobs-search{
  float: right;
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.job-postings-filters.filter-style-4.no-category-filter .jobs-search{
    float: none;
    max-width: 320px;
    min-width: 240px;
    margin-top: 0px;
}

.job-postings-filters.filter-style-5 .job-listing-categories{
  width: 100%;
}
.job-postings-filters.filter-style-5 .jobs-search{
  width: 100%;
  margin-bottom: 30px;
  margin-top: -10px;
}
.job-postings-filters.filter-style-5.no-category-filter .jobs-search{
    margin-top: 0px;
}

.job-postings-filters.filter-style-6 .job-listing-categories{
  width: 100%;
  text-align: center;
}
.job-postings-filters.filter-style-6 .jobs-search{
  width: 100%;
  max-width: 320px;
  margin: -10px auto 30px;
}
.job-postings-filters.filter-style-6.no-category-filter .jobs-search{
    margin-top: 0px;
}

.jobs-search{
  margin: 2px;
}
.jobs-search form{
  position: relative;
}
.jobs-search .job-search{
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 9px 15px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  border: 2px solid #b3b3b3;
}
.jobs-search .job-search-submit{
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
  padding: 10px;
  background: none;
  width: 40px;
  height: 35px;
  margin: 0;
  border: none;
}
.jobs-search .job-search-submit:hover svg {
  transform: scale(0.9);
}

.jobs-search .job-search-submit svg{
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.job-postings-shortcode-search .jobs-search form{
  max-width: 320px;
}

.job-listing .medium-12 {
    width: 100%;
}


.select_field .select2-container{
    width: 100%;
    display: block;
}

.select_field .select2-container .select2-selection{
    height: 39px;
}
.select_field .select2-container .select2-selection .select2-selection__rendered,
.select_field .select2-container .select2-selection .select2-selection__arrow{
    height: 35px;
    line-height: 35px;
}

.select2-container.select2-container--open{
    z-index: 9999;
}

.select2-search__field{
    height: 35px;
}

#jobs_google_recaptcha{
    margin-bottom: 30px;
}

.pagination {
    margin-top: 20px;
    display: flex;
}
.pagination .page-numbers{
    padding: 5px 7px;
    font-size: 16px;
    line-height: 16px;
}
.pagination .page-numbers.current{
    font-weight: bold;
}

@media screen and (max-width: 900px) {
    .job-post{
        padding: 100px 10px;
    }

    .job-post .job-content-wrap{
        padding: 0 10px;
    }

    .job-post .job-content{
        width: 60%;
    }
    .job-post .job-side{
        width: 40%;
    }

    .job-post .job-side{
        padding-left: 10px;
        padding-right: 10px;
    }

    .job-post .job-side .job-content-wrap{
        padding: 0 15px;
    }
    .job-post .job-content .job-content-wrap{
        padding: 0 20px;
    }


    .job-postings-filters.filter-style-1 .job-listing-categories{
      width: 65%;
    }
    .job-postings-filters.filter-style-1 .jobs-search{
      width: 35%;
    }

    .job-postings-filters.filter-style-2 .job-listing-categories{
      width: 65%;
    }
    .job-postings-filters.filter-style-2 .jobs-search{
      width: 35%;
    }

    .job-postings-filters.filter-style-3 .job-listing-categories{
      width: auto;
    }
    .job-postings-filters.filter-style-3 .jobs-search{
      width: 100%;
      margin: -10px 0 30px;
    }

    .job-postings-filters.filter-style-4 .job-listing-categories{
      width: auto;
      text-align: right;
      float: none;
    }
    .job-postings-filters.filter-style-4 .jobs-search{
      width: 100%;
      float: right;
      margin: -10px 0 30px;
    }

    .job-postings-filters.filter-style-5 .job-listing-categories{
      width: auto;
      float: none;
    }
    .job-postings-filters.filter-style-5 .jobs-search{
      width: auto;
      float: none;
      margin: -10px 0 30px;
    }

    .job-postings-filters.filter-style-6 .job-listing-categories{
      width: auto;
      float: none;
    }
    .job-postings-filters.filter-style-6 .jobs-search{
      width: 100%;
      float: none;
      max-width: 320px;
      margin: -10px auto 30px;
    }
}

@media screen and (max-width: 560px) {
    .job-post{
        margin: 0 0px 30px;
        padding: 60px 15px;
    }

    .job-post .job-content{
        margin-bottom: 30px;
    }


    .job-post .job-image{
        margin: 0 0 15px;
    }

    .job-post .job-content-wrap{
        padding: 0 0;
    }

    .job-post .job-side .job-content-wrap{
        padding: 0 15px;
    }

    .job-post .job-content .job-content-wrap{
        padding: 0 0;
    }

    .job-post .job-content,
    .job-post .job-side{
        width: 100%;
    }


    .job-post .job-side{
        padding-left: 0;
        padding-right: 0;
    }

    .job-post .job-side{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }


    .job-listing .job-preview {
        display: block;
    }

    .job-listing .job-preview .job-content {
        display: block;
        padding-bottom: 0;
    }

    .job-listing .job-preview .job-cta{
        display: block;
        width: 100%;
        padding-top: 15px;
    }

    .job-listing .job-preview .job-cta .apply-btn{
        margin: 0 auto;
    }

    .jobs-modal .jobs-modal-content{
        padding: 70px 20px 20px 20px;
    }

    .job-postings-filters.filter-style-1 .job-listing-categories{
      width: auto;
    }
    .job-postings-filters.filter-style-1 .jobs-search{
      width: 100%;
      margin: -10px 0 30px;
    }

    .job-postings-filters.filter-style-2 .job-listing-categories{
      width: auto;
      text-align: right;
    }
    .job-postings-filters.filter-style-2 .jobs-search{
      width: 100%;
      margin: -10px 0 30px;
    }

    .job-postings-filters.filter-style-3 .job-listing-categories{
      width: auto;
    }
    .job-postings-filters.filter-style-3 .jobs-search{
      width: 100%;
      margin: -10px 0 30px;
    }

    .job-postings-filters.filter-style-4 .job-listing-categories{
      width: auto;
    }
    .job-postings-filters.filter-style-4 .jobs-search{
      width: 100%;
      margin: -10px 0 30px;
    }

    .job-postings-filters.filter-style-5 .job-listing-categories{
      width: auto;
    }
    .job-postings-filters.filter-style-5 .jobs-search{
      width: 100%;
      margin: -10px 0 30px;
    }

    .job-postings-filters.filter-style-6 .job-listing-categories{
      width: auto;
    }
    .job-postings-filters.filter-style-6 .jobs-search{
      width: 100%;
      max-width: 320px;
      margin: -10px auto 30px;
    }
}
