div.hidden, span.hidden, button.hidden {
  display: none;
}

body #job-filters select.tmfw-mobile-dropdown {
  display: none;
  width: 65%;
  margin: 20px auto;
  text-transform: uppercase;
  min-width: 210px !important;
}

@media only screen and (max-width: 965px) {
  body #job-filters select.tmfw-mobile-dropdown {
    text-align: left;
    display: block;
    margin: auto;
    width: 100%;
    background: #f1f1f1;
    border: none;
    padding: 10px 5px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 500ms cubic-bezier(.25,.75,.5,1.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
	border-radius:0px;
    text-overflow: '';
  }

  body #job-filters .tmfw-mobile-dropdown-container {
    position: relative;
    margin: 20px auto;
    width: 90%;
  }

  body #job-filters .tmfw-mobile-dropdown-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 70%;
    right: 17px;
    border-bottom: 2px solid #00A7B5;
    border-left: 2px solid #00A7B5;
    width: .5rem;
    height: .5rem;
    margin-top: -.41667rem;
    transition: transform .5s;
    transform: rotate(-45deg);
    z-index: 2;
    pointer-events: none;
  }

  .tmfw-mobile-dropdown-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 42px;
    top: 25px;
    z-index: 1;
    background: #e2e2e2;
    pointer-events: none;
  }
}

.tmfw-jobs-container {
  position: relative;
}

.tmfw-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  min-height: 300px;
  padding: 0px 0 200px 0;
}

@media only screen and (max-width: 965px) {
  .tmfw-jobs {
    padding: 0px 0 60px;
  }
}

.tmfw-share-button {
  position: absolute;
  color: #999;
  top: -50px;
  right: 0px;
  border: thin solid #eaeaea;
  height: 50px;
  padding: 15px 25px;
  background: #fff;
  cursor: pointer;
  width: 212px;
  text-align: center;
  opacity: 1;
  transition: all 200ms ease-in;
}

.tmfw-share-button:hover {
  transition: all 200ms ease-in;
  border: thin solid #dedede;
  background: #f8f8f8;
}

div.tmfw-share-button-hidden {
  top: 0;
  height: 0;
  opacity: 0;
  transition: all 200ms ease-in;
}

.tmfw-share-button img{
  width: 17px;
  margin-right: 15px;
}

.tmfw-share-button .pre-share,
.tmfw-share-button .post-share {
  position: absolute;
  width: 100%;
  font-size: 16px;
  top: 12px;
  left: 0;
  text-align: center;
  opacity: 1;
  transition: all 200ms ease-in;
}

div.tmfw-share-button .hidden {
  opacity: 0;
  transition: all 200ms ease-in;
}

.tmfw-readonly {
  position: absolute;
  opacity: 0;
  left: -1000px;
}

.tmfw-plugin-top-bar .tmfw-default-text {
  margin: auto;
}

#job-filters {
  width: 100%;
  background-color:#FFF;
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 27px 1px rgba(222,222,222,0.36); 
  box-shadow: 0px 0px 27px 1px rgba(222,222,222,0.36);
  min-height: 240px;
  padding: 10px 6% 45px;
  margin-bottom: 20px;
  margin-top: -62px;
}

@media only screen and (max-width: 965px) {
	#job-filters {
	  margin-bottom: 10px;
	}
}

#job-filters .tmfw-filter-dropdowns {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3% 0;
}

@media only screen and (max-width: 965px) {
  #job-filters div.tmfw-filter-dropdowns {
    display: block;
  }

  #job-filters {
   /* width: calc(100% + 50px);
    margin-left: -35px;*/
  }
}

#job-filters .single-filter-list-container {
  display: inline-block;
  width: 31%;
  position: relative;
}

span.filter-indicator {
    font-size: 14px;
    padding: 7px;
    opacity: 1;
    transition: all 200ms ease-in;
}

@media only screen and (min-width: 965px) {
  .tmfw-mobile-dropdown-container span.filter-indicator {
    display: none;
  }
}

span.filter-indicator.hidden {
  opacity: 0;
  transition: all 200ms ease-in;
}

@media only screen and (max-width: 965px) {
  #job-filters .single-filter-list-container {
    display: none;

  }
}

#job-filters .single-filter-list-container ul {
  transition: all 500ms cubic-bezier(.25,.75,.5,1.25);
  overflow: hidden;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
  box-sizing: border-box;
  max-height: 1000px;
  border: 1px solid #afafaf;
  border-top: none;
}

#job-filters .single-filter-list-container ul li {
  opacity: 1;
  padding: 10px 15px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  transition: all 100ms linear;
}

#job-filters .single-filter-list-container ul li:hover {
  color: #FFF;
  transition: all 100ms ease;
  background-color: #00A7B5;
}

.single-job-filter {
  text-align: left;
  display: block;
  color: #56596b;
  margin: auto;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 7px 12px;
  position: relative;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(.25,.75,.5,1.25);
}


.single-job-filter:focus{
  outline: none;
}

.single-job-filter.dropdown-active {
  border: 1px solid #afafaf;
  border-bottom: none;
  transition: all 500ms cubic-bezier(.25,.75,.5,1.25);
}

#job-filters .dropdown-filtered, #job-filters .tmfw-mobile-dropdown-container .dropdown-filtered {
  color: #00a7b5;
}

.single-job-filter.dropdown-active:hover,
.single-filter-list-container .dropdown-selected {
  color: #00A7B5;
  transition: all 300ms ease;
}

.single-job-filter.dropdown-active::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  border-bottom: 2px solid #00A7B5;
  border-left: 2px solid #00A7B5;
  width: .5rem;
  height: .5rem;
  margin-top: -.41667rem;
  transition: transform .5s;
  transform: rotate(135deg);
}

.single-job-filter::after {
  content: '';
  display: block;
  position: absolute;
  top: 53%;
  right: 15px;
  border-bottom: 2px solid #00A7B5;
  border-left: 2px solid #00A7B5;
  width: .5rem;
  height: .5rem;
  margin-top: -.41667rem;
  transition: transform .5s;
  transform: rotate(-45deg);
}
.single-job-filter::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 38px;
  background: #e2e2e2;
}

#job-filters .single-filter-list-container ul.filter-hidden {
  max-height: 0;
  transition: all 500ms cubic-bezier(.25,.75,.5,1.25);
  border: none;
}

#job-filters .single-filter-list-container ul.filter-hidden li {
  cursor: default;
}

#job-filters .single-filter-list-container ul.filter-hidden li {
  opacity: 0;
  transition: all 500ms linear;
}

#job-filters .job-specialty-filters {
  width: 100%;
  margin: 30px 0 20px auto;
  overflow: hidden;
}

#job-filters .job-specialty-filters h4 {
  font-size: 18px;
  padding-left: 5px;
  color: #56596b;
}

.tmfw-show-all-jobs {
  color: #00a7b5;
  cursor: pointer;
}

.tmfw-show-all-jobs:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 965px) {
  #job-filters .job-specialty-filters {
    margin: -40px 0 20px auto;
    padding: 40px 6% 20px;
  }

  div#job-filters .job-specialty-filters .tmfw-single-specialty-filter:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    transition: all 500ms ease;
  }

  div#job-filters .job-specialty-filters .tmfw-single-specialty-filter.active-filter:hover {
    background: #00A7B5;
    color: #fff;
    border: 1px solid #00A7B5;
    transition: all 500ms ease;
  }
}

#job-filters .job-specialty-filters .tmfw-single-specialty-filter {
  display: inline-block;
  float: left;
  padding: 5px;
  margin: 5px;
  color: #56596b;
  border: 1px solid #56596b;
  transition: all 500ms ease;
  min-width: 95px;
  text-align: center;
  cursor: pointer;
}

#job-filters .job-specialty-filters .tmfw-single-specialty-filter.active-filter,
#job-filters .job-specialty-filters .tmfw-single-specialty-filter:hover {
  background: #00A7B5;
  color: #fff;
  border: 1px solid #00A7B5;
  transition: all 500ms ease;
}

.tmfw-jobs .tmfw-single-job {
  padding: 25px 30px;
  width: 48.75%;
  height: fit-content;
  box-sizing: border-box;
  margin: 10px 0;
  background: #0b2d72;
  text-align: left;
  box-shadow: none;
  transition: all 900ms cubic-bezier(.25,.75,.5,1.25);
}

@media only screen and (max-width: 965px) {
  .tmfw-jobs .tmfw-single-job {
    width: 100%;
  }
}

.tmfw-jobs .tmfw-single-job:hover {
  color: #fff;
  background: #00A7B5;
  transition: all 200ms ease;
}

.tmfw-jobs .tmfw-single-job:hover h2,
.tmfw-jobs .tmfw-single-job:hover h4 {
  color: #fff;
  transition: all 200ms ease;
}

.tmfw-jobs .tmfw-single-job h2 {
  color: #FFF;
  font-size: 18px
}

.tmfw-jobs .tmfw-single-job h4 {
  color: #f1f1f1;
  font-size: 16px;
  margin: 5px 0;
}

.load-overlay {
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-content: center;
}

.tmfw-no-results {
  overflow: hidden;
  padding: 20px 0;
}

.tmfw-no-results h4 {
  font-size: 18px!important;
  width: 65%;
  float: left;
  padding-left: 20px;
}

.tmfw-no-results a {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-left: 7%;
  margin-top: 5px;
  padding: 10px 50px;
  background: #00A7B5;
  color: #fff;
  border: 1px solid #00A7B5;
  transition: all 300ms ease;
}

.tmfw-no-results a:hover {
  background: #00A7B5;
  color: #fff;
  border: 1px solid #00A7B5;
  transition: all 300ms ease;
}

@media only screen and (max-width: 965px) {
  .tmfw-no-results {
    text-align: center;
  }

  .tmfw-no-results a {
    margin: 10px auto;
  }

  .tmfw-no-results h4 {
    float: none;
    margin: auto;
	width: 90%;
	text-align: left;
	margin-bottom: 24px;
  }
}

.tmfw-default-text {
  width: 100%;
  margin: 20px auto 0;
  overflow: hidden;
}

body .tmfw-default-text h4 {
  display: block;
  margin: auto;
  text-align: left;
  font-size: 18px;
  color: #56596b;
}

@media only screen and (max-width: 965px) {
	body .tmfw-default-text h4 {
	  padding: 0 20px;
	}	
}

.tmfw-default-text a:hover {
  opacity: 0.6;
}

.flex {
  min-height: 60pt;
}

@keyframes loading {
  0% {
    width: 50pt;
    height: 50pt;
    margin-top: 0;
  }
  25% {
    height: 4pt;
    margin-top: 23pt;
  }
  50% {
    width: 4pt;
  }
  75% {
    width: 50pt;
  }
  100% {
    width: 50pt;
    height: 50pt;
    margin-top: 0;
  }
}

.loader {
  display: none;
  width: 50pt;
  height: 50pt;
  border-radius: 100%;
  border: #6767fa 4pt solid;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  animation: loading 1s infinite;
}

.load-text {
  padding-top: 15px;
  text-align: center;
  font: 14pt "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: lighten(#6767fa, 75%);
}

.tmfw-job-app {
  height: 100%;
  overflow: hidden;
  transition: all 400ms cubic-bezier(.25,.75,.5,1.25);
}

.tmfw-job-app.job-app-no-height {
  height: 0;
  transition: all 400ms cubic-bezier(.25,.75,.5,1.25);
}

.tmfw-apply-now {
    display: inline-block;
    padding: 20px 40px;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    background: #00B6C9;
    color: #fff;
    cursor: pointer;
    transition: all 200ms cubic-bezier(.25,.75,.5,1.25);
}

.tmfw-single-job-container .tmfw-job-info h1{
  color: #56596b !important;
}

.tmfw-apply-now:hover {
  opacity: 0.6;
  transition: all 200ms cubic-bezier(.25,.75,.5,1.25);
}

.tmfw-jobs-overview li {
  list-style: none;
}

.tmfw-jobs-overview li a {
  text-decoration: none;
  color: #000;
}

.tmfw-jobs-overview li .tmfw-count{
  color: #fff;
  background-color: #00B6C9;
  border-radius: 5px;
  padding: 3px;
}

#no-jobs {
	display: block;
    padding: 0px 35px 16px 35px;
    max-width: 50%;
    height: auto;
    position: fixed;
    left: 25%;
	right: 25%;
    top: 35%;
    color: #fff;
    z-index: 99999;
    background: rgba(11, 45, 114, 0.9);
    text-align: left;
    cursor: pointer;
    line-height: 1.5em;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 17px 1px rgba(144, 144, 144, 0.7);
    box-shadow: 0px 0px 17px 1px rgba(144, 144, 144, 0.7);
}

.x-out {
  cursor: pointer;
  float:right;
  margin-right: -24px; 
  font-size: 16px;
}

p.x-out-title {
	font-size:26px;
	font-weight:bold;
	margin: 12px 0;
	color:#FFF;
	text-align:center;
}
p.msg {
	color:#FFF;
	font-size:20px;
	text-align:center;
}

/*************SEARCH*****************/

#tmfw-search {
	font-size:16px;
	width: 31%;
}

@media only screen and (max-width: 965px) {
	#tmfw-search {
	margin-left: 15px;
	width: 90%;
	}
	#no-jobs {
	display: block;
    padding: 0px 35px 16px 35px;
    max-width: 90%;
    height: auto;
    position: fixed;
    left: 0;
	right: 0;
    top: 30%;
    margin: 2%;
    color: #fff;
    z-index: 99999;
    background: rgba(11, 45, 114, 0.87);
	-webkit-box-shadow: 0px 0px 17px 1px rgba(144, 144, 144, 0.52);
    box-shadow: 0px 0px 17px 1px rgba(144, 144, 144, 0.52);
	}
  p.x-out-title {
	text-align:center;
	font-size:22px;
	color:#FFF;
	margin-top:10px;
	}
}

@media handheld, only screen and (max-width: 985px) {
 .remove_pad .mk-padding-wrapper {
    padding: 0px;
 }
}

.tmfw-search-container{
  width: 100%;
  position: relative;
}

.tmfw-search-submit {
  position: absolute;
  top: 0;
  border: 0;
  left: calc(31% - 39px);
  height: 39px;
  width: 39px;
  background: #e2e2e2;
  cursor: pointer;
  transition: all 200ms cubic-bezier(.25,.75,.5,1.25);
}

.tmfw-search-submit:focus {
  outline: none;
}

.tmfw-search-container .tmfw-search-submit svg {
  position: absolute;
  height: 20px;
  right: 10px;
  top: 10px;
  transition: all 200ms cubic-bezier(.25,.75,.5,1.25);
}

#tmfw-search {
  text-align: left;
  color: #56596b;
  margin: auto;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 7px 12px;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(.25,.75,.5,1.25);
}

#tmfw-search:focus + .tmfw-search-submit{
  background: #00A7B5;
  transition: all 200ms cubic-bezier(.25,.75,.5,1.25);
}

#tmfw-search:focus + .tmfw-search-submit .tmfw-mag {
  fill: #fff;
  transition: all 200ms cubic-bezier(.25,.75,.5,1.25);
}

.tmfw-mag {
  fill: #00A7B5;
}

.tmfw-breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
}

.tmfw-clear-search {
  margin-left: 25px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}

.tmfw-clear-search:hover {
  color: #00A7B5;
}

.tmfw-search-container .filter-indicator {
  position: absolute;
  top: -30px;
}

.tmfw-reset-all {
  float: right;
  margin-right: 2%;
  padding: 8px 20px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #8E8E8E;
  color: #8E8E8E;
  transition: all 500ms cubic-bezier(.25,.75,.5,1.25);
}

.tmfw-search-container .tmfw-reset-all:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #00A7B5;
  transition: all 500ms cubic-bezier(.25,.75,.5,1.25);
  opacity: 1;
}

.tmfw-reset-all:focus {
  outline: none;
}

.tmfw-search-container input[type=text] {   
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
}

@media only screen and (max-width: 965px) {
  .tmfw-search-submit {
    left: auto;
    right: 0;
    height: 42px;
    width: 42px;
  }

  .tmfw-search-container .tmfw-search-submit img {
    right: 11px;
    top: 11px;
  }

  .tmfw-search-container {
    width: 90%;
    margin: auto;
  }

  #tmfw-search {
    padding: 9px 5px;
    font-size: 18px;
    font-weight: 500;
    color: #56596b;
    opacity: 1;
    background: #f1f1f1;
    width: 100%;
  }

  .tmfw-reset-all {
    display: block;
    float: none;
    margin: 40px auto 20px 0;
  }

  .tmfw-clear-search {
    margin-left: 5px;
    display: block;
    margin-top: 10px;
  }
}

.filter-dropdown[data-filter = "experience"] li:nth-child(2)::after, #experience option:nth-child(2)::after {
  content: ' < 2 years';
  float: right;
}

.filter-dropdown[data-filter = "experience"] li:nth-child(3)::after, #experience option:nth-child(3)::after {
  content: ' > 2 years';
  float: right;
}
