/* Theme elements */
/*Theme color variables*/
/* Main styles */
html {
  font-size: 12px;
  height: 100%;
}
body {
  background-color: #666666;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  body.search-filters-shown {
    overflow: hidden;
  }
}
.logo {
  padding: 0;
}
.search-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .search-header {
    margin-top: 5px;
  }
}
.card {
  margin-bottom: 3px;
}
.card .header {
  padding: .5rem 1rem;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .card .header {
    line-height: 31px;
  }
}
.card .header:hover {
  cursor: pointer;
}
.card .header.selected {
  background-color: #67bff1;
}
.card .header.selected .apply {
  background-color: #0c5680;
  color: #fff;
}
.card .header.disabled-bar:hover {
  cursor: default;
}
.card .header .title {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  color: #0c5680;
  margin: 0;
  font-size: 1.333333rem;
}
@media screen and (min-width: 768px) {
  .card .header .title {
    line-height: 31px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .card .header .apply {
    line-height: 1.3;
    white-space: normal;
    width: 5em;
  }
}
.card .header .collapse-indicator {
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: #0c5680;
  font-size: 1.25rem;
  margin-left: .5rem;
}
.card .header .location {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.card .summary {
  padding: 1rem 3rem;
  overflow-y: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .card .summary {
    padding: 1rem 1rem;
  }
}
.card .job-posting-details {
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  padding: 0 3rem 1rem;
  overflow-y: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .card .job-posting-details {
    padding: 0 1rem 1rem;
  }
}
.card .job-posting-details .details-fields {
  padding-top: 6px;
  border: 1px solid #D7D7D7;
}
.card .job-posting-details label {
  font-style: italic;
  padding-left: 0;
  font-weight: normal;
}
.card .job-posting-details .description {
  padding-top: 1rem;
}
.card .job-posting-details .description img {
  max-width: 100%;
}
.card .job-posting-details .keywords-title {
  font-size: 14px;
  font-weight: bold;
}
.card .job-posting-details .job-tags {
  min-height: 30px;
}
.card .job-posting-details .job-tags .tag-ro {
  padding: 6px 12px;
  display: inline-block;
  border: 1px solid #D7D7D7;
  margin-right: 5px;
  margin-top: 6px;
  font-size: 11px;
}
.card .job-posting-details .base-button {
  padding-top: 12px;
  padding-bottom: 6px;
}
.card .job-posting-details .base-button .btn {
  margin-left: -15px;
  width: 152px;
}
@media screen and (max-width: 320px) {
  .card .job-posting-details .base-button .btn {
    width: auto;
  }
}
.card .job-posting-details .base-button .pull-right {
  margin-right: -15px;
}
.card .job-posting-details .center-button {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
}
.card .job-posting-details .center-button .btn {
  margin-left: -15px;
  width: 152px;
}
@media screen and (max-width: 320px) {
  .card .job-posting-details .center-button .btn {
    width: auto;
  }
}
.card .job-posting-details .center-button .pull-right {
  margin-right: -15px;
}
.btn {
  font-size: 11px;
}
.btn.btn-primary {
  color: #fff;
  border-color: #0c5680;
  background-color: #0c5680;
}
.btn.btn-primary:hover {
  border-color: #0c5680;
  background-color: #0a4669;
}
.btn.btn-primary:focus {
  color: #fff;
  border-color: #0c5680;
  background-color: #0c5680;
}
.btn.btn-primary-hollow {
  color: #0c5680;
  border-color: #0c5680;
  background-color: #fff;
}
.btn.btn-primary-hollow:hover {
  color: #0c5680;
  background-color: #67bff1;
}
.btn.btn-primary-hollow:focus {
  color: #0c5680;
  border-color: #0c5680;
  background-color: #fff;
}
.btn.btn-primary-hollow.active {
  color: #fff;
  background-color: #0c5680;
}
.toast {
  opacity: 1 !important;
}
.toast-top-center {
  top: 85px;
}
.full-width {
  width: 100%;
}
.radius-btn-container {
  min-height: 0px;
  padding-left: 0px;
  padding-right: 4px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .radius-btn-container {
    width: 48px;
    max-width: 48px;
  }
}
.radius-btn-container .btn.btn-primary-hollow.active {
  outline: none;
}
.av-dropdown-menu,
#site-header .av-dropdown-menu {
  background-color: #333;
  border: 1px solid #e4e4e4 !important;
  border-radius: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.av-dropdown-menu > li,
#site-header .av-dropdown-menu > li {
  display: block;
  border-top: 1px solid #e4e4e4;
}
.av-dropdown-menu > li:first-child,
#site-header .av-dropdown-menu > li:first-child,
.av-dropdown-menu > li.divider + li,
#site-header .av-dropdown-menu > li.divider + li {
  border-top: none;
}
.av-dropdown-menu > li.dropdown-header,
#site-header .av-dropdown-menu > li.dropdown-header {
  padding: 0;
  background-color: #4d4d4d;
}
.av-dropdown-menu > li a,
#site-header .av-dropdown-menu > li a {
  color: #fff;
  line-height: 35px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 11px;
}
.av-dropdown-menu > li a:hover,
#site-header .av-dropdown-menu > li a:hover {
  background-color: #0c5680;
}
.av-dropdown-menu > li a.multiline,
#site-header .av-dropdown-menu > li a.multiline {
  line-height: 18px;
}
.av-dropdown-menu > li a .first-line,
#site-header .av-dropdown-menu > li a .first-line {
  font-weight: bold;
}
.av-dropdown-menu .divider,
#site-header .av-dropdown-menu .divider {
  background-color: #333;
  border-top: none;
}
#filter-search-controls {
  min-height: 25px;
  margin-bottom: 12px;
}
#filter-search-controls .filter-jobs-label {
  padding-left: 0px;
  margin-top: 6px;
}
#filter-search-controls .search-filter-btn-container {
  padding-left: 4px;
  padding-right: 0px;
}
#site-header {
  background-color: #c9a23c;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#site-header .logo {
  vertical-align: middle;
  margin-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 40px;
}
#site-header a {
  color: #ffffff;
}
#site-header-text {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 320px) {
  #site-header-text {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #site-header-text {
    font-size: 1.1rem;
  }
}
#site-header-user {
  vertical-align: middle;
  padding-right: 1.25rem;
}
#aero-user-dropdown {
  height: 40px;
}
#aero-user-dropdown .av-dropdown-menu {
  max-width: 175px;
}
#aero-user-link {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80px;
}
@media screen and (min-width: 992px) {
  #aero-user-link {
    max-width: none;
  }
}
#site-body h1,
#site-body h2,
#site-body h3,
#site-body h4,
#site-body h5 {
  color: #0c5680;
}
#site-body > .container {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  #site-body > .container {
    width: 100%;
  }
}
#search-panel {
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background-color: #f7f7f7;
  position: fixed;
  top: 40px;
  bottom: 0;
  z-index: 100;
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  #search-panel {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    width: 100%;
  }
  #search-panel.shown {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 4px 8px #aaa;
  }
}
@media screen and (max-width: 991px) {
  #search-panel {
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) {
  #search-panel {
    width: 240.5px;
  }
}
@media screen and (min-width: 1200px) {
  #search-panel {
    width: 292.5px;
  }
}
#search-form .form-group {
  margin-bottom: 8px;
}
#search-form .form-group label {
  font-style: italic;
}
#search-form .btn-sm {
  border-radius: 5px;
  margin-left: 3px;
  padding: 5px 7px;
}
#search-form .has-error input {
  border-color: #b94a48;
  color: #b94a48;
}
#search-form .filter-jobs-label {
  color: #0c5680;
}
#search-form .search-filter-btn {
  padding-left: 5px;
  padding-right: 5px;
}
#search-results-panel {
  min-height: 100vh;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  #search-results-panel {
    margin-left: 25%;
  }
}
#search-results-panel .search-loading {
  text-align: center;
  padding-top: 40%;
}
#search-results-panel .search-error {
  font-size: 14px;
  padding: 12px 6px;
}
#search-filters {
  position: static;
}
#search-filters .search-filter-heading {
  color: #666;
  font-style: italic;
}
#search-filters .search-filter-heading:after {
  font-style: normal;
}
#search-filters .keyword-search-tips {
  text-decoration: underline;
  font-style: italic;
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  #search-filters .keyword-search-tips {
    padding-top: 5px;
    display: block;
  }
}
#search-filters .search-filter-group .search-filter-heading {
  background-color: #e3e3e3;
  border-radius: 2px;
  padding: .5rem 1rem;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
#search-filters .search-filter-group .search-filter-heading:after {
  font-family: 'FontAwesome';
  content: '\f067';
  display: inline-block;
  padding-top: 1px;
  position: absolute;
  right: 1rem;
}
#search-filters .search-filter-group .search-filter-heading.expanded:after {
  content: '\f068';
}
#search-title {
  font-size: 1.666666rem;
  display: inline;
}
@media screen and (max-width: 991px) {
  #search-title {
    padding-top: 5px;
    line-height: 35px;
  }
}
#search-button {
  margin-top: 25px;
  margin-bottom: 25px;
}
#search-results-summary {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 11px;
}
#search-results-summary .btn {
  display: none;
}
@media screen and (max-width: 991px) {
  #search-results-summary {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #search-results-summary .btn {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#search-results-summary .no-results {
  margin-top: 15px;
  font-size: 12px;
}
#show-search-results-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  #show-search-results-btn {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.rte-context p {
  margin: 0 0 .5rem 0;
}
.rte-context em {
  font-style: italic;
}
.rte-context b {
  font-weight: bold;
}
.rte-context u {
  text-decoration: underline;
}
.rte-context blockquote {
  padding: .5rem 1rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  border-left: none;
}
.rte-context ul,
.rte-context ol {
  margin-top: 0;
  margin-bottom: .5rem;
}
.rte-context a {
  color: #666;
  text-decoration: underline;
}
#search-results-panel .rte-context h1,
#search-results-panel .rte-context h2,
#search-results-panel .rte-context h3,
#search-results-panel .rte-context h4 {
  color: #666;
}
.job-board-menu-item a {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
/* Mixins - don't use in code! */
.pad-top {
  padding-top: 15px;
}
.margin-bottom {
  margin-bottom: 25px;
}
.ws-normal {
  white-space: normal;
}
