body {
  position: relative;
}

#footer-h2 {
  display: none !important;
}

#footer-h3 {
  font-size: 1.174em !important;
  font-weight: 400;
}

.job_description_intro {
  padding: 2rem 4rem 0 4rem;
}

.job_description_intro > p > a {
  text-decoration: underline;
}

.advancedss .param {
  display: none !important;
}

.advancedss .param_p_search {
  display: inline-block !important;
}

@media (max-width: 768px) {
  .job_description_intro {
    padding: 0rem;
  }
}

span.back-to-top-text {
  color: #000000;
}

html {
  overflow-x: hidden;
}

/*
  .job_postings.job_detail {
	  background-color: #fff;
	  margin-right: -5vw;
	  padding: 10px 50px;
  }
  
  @media (max-width: 1100px) {
   .job_postings.job_detail {
	   margin-right: -13vw;
	}
  }
  
  
  .job_postings.job_detail, .temporary_positions.job_detail {
	  padding-top: 80px;
	  padding-bottom: 10px;
  }
  
  .job_postings.job_detail, .temporary_positions.job_detail {
	  padding: 16px;
	  margin-right: -50vw;
	  padding-right: 50vw;
	  margin-left: -1.5%;
	  padding-left: calc(1.5% + 80px);
	  background: #fff;
  }
  
  .job_postings .job_description {
	   padding: 0rem;
  }
  
  */

.ccp_profile .links .button.cancel {
  display: none;
}

.show {
  display: inline-block !important;
}

@media (max-width: 1439px) {
  .navbar-fixed-top .container {
    width: auto !important;
  }
}

/* header {
	border-bottom: 4px solid #3D3D3D;   
	background-color: #ffffff;
  } */

header .top-head-nav .navbar-brand img {
  width: 220px;
}

header .top-head-nav a {
  color: #3d3d3d;
  margin-right: 0;
}

header .top-head-nav a:hover {
  color: #3d3d3d;
}

header .top-head-nav #accessibility {
  margin-left: 0px !important;
}

header .top-head-nav #accessibility #accessibilityFont {
  vertical-align: middle;
  display: inline-block;
  color: #3d3d3d;
  cursor: pointer;
}

header .top-head-nav #accessibility #accessibilityFont a:nth-child(1) {
  font-size: 16px;
}

header .top-head-nav #accessibility #accessibilityFont a:nth-child(2) {
  font-size: 26px;
}

header .top-head-nav #accessibility #accessibilityFont a:nth-child(3) {
  font-size: 36px;
}

header .top-head-nav #accessibility li {
  list-style-type: none;
  vertical-align: sub;
  display: inline-block;
  position: relative;
}

.menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 32px 20px 10px;
  position: relative;
  user-select: none;
}

.menu-icon .navicon {
  background: #3d3d3d;
  display: block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 25px;
}

.menu-icon .navicon:before {
  background: #3d3d3d;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  top: 10px;
}

.menu-icon .navicon:after {
  background: #3d3d3d;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  top: -10px;
}

ul.nav li {
  padding: 10px 0px;
}

ul.nav li a:hover {
  text-decoration: underline;
}

.navbar-mobile {
  display: none;
}

.navbar-mobile.active {
  display: inline-block;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* width: 350px; */
  height: 100%;
  background-color: #009add;
  z-index: 9999;
  padding: 20px;
  border-left: 4px solid #3d3d3d;
}

.navbar-mobile.active li {
  float: left;
  list-style-type: none;
  width: 100%;
  margin-bottom: 20px;
}

.navbar-mobile.active #mobile-menu li a {
  color: #fff;
}

.navbar-mobile.active #mobile-menu li a:hover {
  color: #3d3d3d;
  text-decoration: underline;
}

.navbar-mobile.active #mobile-menu li .dropdown-menu a {
  color: #3d3d3d;
}

.navbar-mobile.active #mobile-menu li .dropdown-menu a:hover {
  color: #3d3d3d;
  text-decoration: underline;
}

@media (max-width: 450px) {
  .navbar-mobile.active {
    width: 100%;
  }
}

@media (min-width: 992px) {
  nav.navbar {
    display: inline-block;
  }

  .navbar-mobile {
    display: none !important;
  }

  .navbar-mobile li {
    display: none;
  }

  .overlay-mobile {
    display: none !important;
  }

  .menu-btn-upDiv {
    display: none;
  }

  #accessibility {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  nav.navbar {
    display: none;
  }

  #accessibility {
    display: none;
  }

  .menu-icon {
    display: inline-block;
  }
}

.menu-btn-upDiv {
  text-align: right;
}

.overlay-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.overlay-mobile.appear {
  display: inherit;
}

.fa-times {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}

.header-bread {
  background-color: #f2f3f4;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.header-bread-details {
  background-color: #f2f3f4;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-title-bread {
  background-color: #2074b1;
  padding-bottom: 20px;
  padding-top: 20px;
}

.header-title-bread-internal {
  background-color: #009add;
}

.header-title-bread h1 {
  font-size: 32px;
  color: white;
  font-weight: 700;
  /* font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif; */
  font-family: "Roboto", sans-serif;
}

.header-bread .breadcrumb {
  padding: 0rem 0;
}

.header-bread h1 {
  font-size: 40px;
}

#jobs_list .jobCard .card-body {
  padding: 2rem;
  border: 2px solid #f2f3f4;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
  min-height: 100%;
  /* box-shadow: 15px 10px 5px #f2f3f4; */
}

#jobs_list .jobCard .card-body:hover {
  background-color: #f2f3f4;
}

#jobs_list .jobCard .card-body:hover .readMore {
  background-color: #009add;
  color: #fff;
}

#jobs_list .jobCard .card-body .card-title a {
  color: #2074b1;
  font-size: 20px;
  text-decoration: underline;
  /* position: absolute;  */
  height: 100%;
}

#jobs_list .jobCard .card-body .card-title a:hover {
  color: #3d3d3d;
}

#jobs_list .jobCard .card-body .classifications {
  padding-left: 0;
  padding-left: 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-size: 14px;
  padding-top: 0.5rem;
  padding-bottom: 1em;
}

#jobs_list .jobCard .card-body .classifications .jobclass {
  display: inline-block;
  padding: 5px 20px 5px 0;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

#jobs_list .jobCard .card-body .classifications .jobclass .jobclass_type {
  font-weight: 700;
}

#jobs_list .jobCard .readMore {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f2f3f4;
  padding: 0.75rem;
  color: #009add;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 0;
  border: 0;
  display: none;
}

#jobs_list .jobCard .readMore:hover {
  color: #fff !important;
  text-decoration: underline;
}

.list .jobCard {
  width: 100% !important;
}

.jobs-nav {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.jobs-nav a {
  padding: 6px 12px;
  margin-right: 4px;
  border: 1px solid #3d3d3d;
  background-color: #fff;
}

.jobs-nav .jp-last:hover,
.jobs-nav .jp-next:hover,
.jobs-nav .jp-first:hover,
.jobs-nav .jp-previous:hover {
  text-decoration: underline !important;
  color: #2074b1 !important;
}

.jobs-nav .jp-current {
  color: #fff !important;
  background-color: #333;
  cursor: pointer;
}

/* .jobs-nav .jp-current:hover {
	font-size: 18px;
  } */

.jobs-nav .jp-last,
.jobs-nav .jp-next,
.jobs-nav .jp-first,
.jobs-nav .jp-previous {
  cursor: pointer;
}

.jobs-nav .jp-disabled {
  cursor: pointer !important;
}

.filter-h4 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #2074b1;
}

#search_links {
  display: flex !important;
  text-align: left;
}

@media (min-width: 768px) {
  #search_links {
    flex-direction: column;
  }
}

#hs_content .wget-filter-checkbox {
  margin-bottom: 16px;
}

#hs_content .wget-filter-checkbox .box-filter {
  height: 2.68rem;
  overflow: hidden;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-header {
  background-color: #009add;
  color: #fff;
  padding: 0.75rem;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-header:after {
  content: "+";
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-content {
  padding: 10px 0 0 10px;
  background-color: #f2f3f4;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-content .checkbox-ui {
  border: 1px solid #aaa;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}

#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"] {
  display: none;
}

#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"]:checked
  + .checkbox-ui {
  background-color: #009add;
}

#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"]:checked
  + .checkbox-ui::after {
  content: "X";
  color: #fff;
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 21px;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-content span {
  font-weight: bold;
}

#hs_content .wget-filter-checkbox .box-filter.is_open {
  height: 100%;
}

#hs_content .wget-filter-checkbox .box-filter.is_open .box-filter-header:after {
  content: "-";
}

.displayModes .displayModesList {
  display: inline-block;
  padding: 0;
  list-style: none;
  cursor: pointer;
  margin-bottom: 11px;
}

.displayModes .displayModesList li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  height: 27px;
}

.displayModes .displayModesList li.gridDisplay a {
  position: absolute;
  top: 0;
}

.displayModes .displayModesList li.gridDisplay a::before {
  content: " ";
  background-image: url("/incl/images/customer/sprite.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  top: 5px;
  left: 6px;
}

.displayModes .displayModesList li.listDisplay {
  margin-left: 2em;
}

.displayModes .displayModesList li.listDisplay a {
  position: absolute;
  top: 0;
}

.displayModes .displayModesList li.listDisplay a::before {
  content: " ";
  background-image: url("/incl/images/customer/sprite.svg");
  height: 20px;
  width: 18px;
  position: absolute;
  background-position-x: 18px;
  top: 5px;
  left: 7px;
}

.displayModes .displayModesList li.active a::after {
  /* background-color: #151235 !important; */
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #2074b1;
  content: " ";
  position: absolute;
  top: -3px;
  left: -2px;
}

.displayModes .displayModesList li a:hover::after {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #2074b1;
  content: " ";
  position: absolute;
  top: -3px;
  left: -2px;
}

/* .displayModes .displayModesList li a:focus,
.displayModes .displayModesList li a:active {
	outline: none !important;
} */

.ccp_history table th,
.ccp_history table td {
  text-align: right !important;
}

.dropdown-item:focus-visible {
  background-color: #2074b1 !important;
}

@media screen and (max-width: 991px) {
  .displayModes {
    display: none;
  }
}

.fab,
.fa {
  font-size: 28px;
  color: #fff;
  margin-right: 10px;
}

.fab:hover,
.fa:hover {
  color: #2074b1;
}

.hs_menu {
  background-color: #f2f3f4;
  list-style-type: none;
  padding: 20px;
}

.hs_menu li:not(:last-child) {
  padding-bottom: 10px;
}

.hs_menu li a {
  color: #2074b1;
}

.hs_menu li a:hover {
  color: #3d3d3d;
}

.param_p_search {
  margin-bottom: 0px;
}

.param_p_search .label #p_searchErrorMessage {
  display: none;
}

.param_p_search .detail input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #3d3d3d;
  padding: 5px;
}

.param_p_search .detail input:focus {
  border: 1px solid #2074b1;
}

#search_links {
  display: block;
}

/*.param_p1_val,
.param_p2_val,
.param_p3_val,
.param_p4_val {
	display: none;
}
*/

.advancedms .param select {
  height: 18rem;
  margin-bottom: 2rem;
}

.dropdown-item:hover {
  background-color: #2074b1 !important;
  border-bottom-color: #2074b1 !important;
}

.dropdown-item:active {
  background-color: #2074b1 !important;
}

#slide-menu .dropdown-item:hover {
  background-color: #374d62 !important;
  border-bottom-color: #374d62 !important;
  text-decoration: underline !important;
}

#slide-menu .dropdown-item:active {
  background-color: #374d62 !important;
  text-decoration: underline !important;
}

.dropdown-item:not(:last-child) {
  color: white !important;
  padding: 1.6rem 2.1rem 1rem;
  display: block;
  border-bottom: 1px solid #6f7480;
  font-size: 1.12em !important;
}

.dropdown-item:last-child {
  color: white !important;
  padding: 1.6rem 2.1rem 1rem;
  display: block;
  border-bottom: 0px solid #6f7480;
  font-size: 1.12em !important;
}

#slide-menu .dropdown-item {
  color: white !important;
  padding: 1rem 4.2rem 1rem 3rem;
  display: block;
  border-bottom: 0px solid #6f7480;
  font-size: 14px !important;
}

.dropdown-menu {
  border-radius: 0;
}

@media (min-width: 1023px) and (max-width: 1200px) {
  ul.nav li {
    padding: 10px 10px !important;
  }

  #accessibility li a {
    font-size: 12px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .box-filter .box-filter-header {
    font-size: 12px !important;
  }

  .box-filter .box-filter-content {
    font-size: 12px !important;
  }

  .job_classifications {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .margin-left-right {
    margin: 0 15px;
  }

  .links-footer {
    margin-top: 30px;
  }
}

@media (max-width: 601px) {
  .job_summary {
    margin-top: 20px;
  }
}

.map-details {
  width: 100%;
  margin-bottom: 20px;
}

.list-header {
  color: #3f4245;
  padding: 0.75rem 0;
  margin-right: 2.5rem;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #3f4245;
}

.jobCard.col-lg-6.col-md-12.col-sm-12.col-xs {
  padding-bottom: 30px;
}

.job_classifications {
  /* background-color: #f2f3f4; */
  padding: 15px 0;
  margin-bottom: 20px;
  margin-right: 2.5rem;
}

.job_classifications .classification {
  margin-bottom: 10px;
}

.job_classifications .classification .class_type {
  font-weight: 700;
}

.job_description h1 {
  display: none;
}

.hs_apply_button {
  font-size: 14px !important;
  background-color: #2074b1 !important;
  color: #fff !important;
}

.bottomlinks .send_a_friend {
  background: #2074b1;
  width: 30%;
  text-align: center;
  padding: 8px 10px;
}

@media (min-width: 768px) {
  .bottomlinks .hs_applybutton.col-md-6 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .prefdetails.terms_and_conditions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .prefdetails.terms_and_conditions .consentCheckbox {
    margin-bottom: 4px;
  }

  .prefdetails.terms_and_conditions .column2 {
    order: -1;
  }

  .prefdetails.terms_and_conditions .consentCheckbox {
    height: 20px;
    min-width: 28px !important;
  }
}

.bottomlinks .hs_applybutton.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.hs_applybutton.hs_apply_desktop a {
  width: 100% !important;
}

.bottomlinks .apply_now,
.bottomlinks div.hs_applybutton,
.bottomlinks div.hs_apply_desktop {
  background: #2074b1;
  text-align: center;
  /* padding: 8px 10px; */
}

.hs_applybutton a {
  background: transparent !important;
}

div.hs_applybutton:hover {
  background: #009add;
}

div.hs_applybutton:active {
  background: #009add;
}

/* .hs_apply_button:hover {
	text-decoration: underline;
  }*/

#hs_popup .hs_popup_header {
  background-color: #009add;
  color: #fff;
}

#hs_popup .hs_popup_header .close_mobile_btn {
  background: url(/incl/images/icon_close.png) no-repeat right top;
}

#hs_popup .hs_bottom_line {
  border: 0;
}

#hs_popup .hs_bottom_line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #374d62;
}

#hs_popup .formbody textarea {
  min-height: 80px !important;
}

#hs_popup #btnsubmit {
  background-color: #009add;
  color: #fff;
  font-size: 14px;
}

#hs_popup #btnsubmit:hover {
  background-color: #2074b1;
}

.tbl {
  overflow-x: auto;
  width: 100%;
}

.hs_popup .form-group label {
  padding-top: 0 !important;
  font-size: 14px !important;
}

#hs_popup .formbuttons #btnsubmit.btn_double {
  margin-left: 170px !important;
}

.links {
  margin-top: 20px;
}

.detail input,
.detail select {
  width: 100%;
  border: 2px solid #3d3d3d;
}

.detail input:active,
.detail input:focus,
.detail select:active,
.detail select:focus {
  border: 2px solid #009add;
}

.tbl {
  overflow-x: auto;
}

.tbl td {
  padding: 15px 10px 15px 10px;
  text-align: center;
}

.tbl th {
  padding: 15px 10px 15px 10px;
  text-align: center;
  background: #2074b1;
  color: #ffffff;
}

.tbl .uneven {
  background-color: #e9ecef;
}

.tbl td {
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.ccp_history,
.ccp_menu {
  overflow-x: auto;
}

.account_deactivate p {
  margin-top: 20px;
}

.button {
  background-color: #2074b1;
  color: #fff;
  font-size: 16px;
  padding: 6px 12px !important;
  border-radius: 0 !important;
  border: none;
  cursor: pointer;
}

.button.submit {
  background-color: #2074b1;
  color: #fff;
  font-size: 16px;
  padding: 6px 12px !important;
  border-radius: 0 !important;
  border: none;
  cursor: pointer;
}

.button:hover {
  text-decoration: none;
  background-color: #009add;
}

/* CCA styles */

/*
@font-face {
	font-family: "Glyphicons Halflings";
	src: url("/incl/Areas/CCA/fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("/incl/Areas/CCA/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/incl/Areas/CCA/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/incl/Areas/CCA/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/incl/Areas/CCA/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/incl/Areas/CCA/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
} 
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-menu-item {
  font-size: 16px !important;
  line-height: 20px;
  margin-top: 12px;
  color: #6f7480 !important;
  padding: 15px 10px 3px 10px !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hs-menu-item {
    font-size: 14px !important;
  }
}

.hs-menu-item:hover {
  /*color: #2074b1 !important; */
  text-decoration: none;
}

.dropdown-menu.show {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(179px, 57px, 0px) !important;
  background: #374d62;
  width: 33%;
}

header {
  display: block;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #slide-content {
    transform: none !important;
    left: auto !important;
  }
}

body {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* display: -moz-box; */
  /* display: -webkit-box; */
  margin: 0;
  /* font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif; */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #3f4245;
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: padding ease 0.2s;
  -moz-transition: padding ease 0.2s;
  ms-transition: padding ease 0.2s;
  transition: padding ease 0.2s;
  padding-top: 5rem !important;
}

@media (min-width: 992px) {
  body {
    padding-top: 14.2rem !important;
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

header > .navbar-fixed-top {
  background: #fff;
  border: 0;
  margin: 0;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  header > .navbar-fixed-top {
    height: 140px;
  }
}

@media (min-width: 992px) {
  .skip-mcontent {
    display: block !important;
  }

  .skip-mcontent.skipped {
    z-index: 1000;
  }

  header > .navbar-fixed-top.skipped {
    z-index: -9999;
  }
}

@media (min-width: 1440px) {
  .skip-mcontent {
    top: 8px !important;
  }
}

.skip-mcontent {
  position: absolute;
  top: 42px;
  z-index: -9999;
  width: 199px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  left: 40%;
  background-color: #374d62;
  color: #fff !important;
  text-decoration: none !important;
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

div[class^="score-column"] {
  margin-left: -15px;
  margin-right: -15px;
}

div[class^="score-column"]:before,
div[class^="score-column"]:after,
div[class*=" score-column"]:before,
div[class*=" score-column"]:after {
  content: " ";
  display: table;
}

div[class^="score-column"]:after,
div[class*=" score-column"]:after {
  clear: both;
}

div[class^="score-column"].score-column1 > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  div[class^="score-column"].score-column1 > .score-center {
    float: left;
    width: 100%;
  }
}

nav {
  display: block;
}

.score-megamenu {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 992px) {
  .score-megamenu {
    border-radius: 4px;
  }
}

.score-megamenu {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

@media (min-width: 992px) {
  .score-megamenu {
    margin-top: 1.5rem;
  }
}

@media (max-width: 1439px) {
  .navbar-fixed-top .container {
    width: auto !important;
  }
}

nav.score-megamenu {
  margin-bottom: 0;
  background: transparent;
  border: none;
}

.navbar:before,
.score-main-menu-spider:before,
.score-megamenu:before,
.navbar:after,
.score-main-menu-spider:after,
.score-megamenu:after {
  content: " ";
  display: table;
}

.navbar:after,
.score-main-menu-spider:after,
.score-megamenu:after {
  clear: both;
}

@media (min-width: 992px) {
  .score-column2 .score-left {
    float: left;
  }
}

div[class^="score-column"].score-column2.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  div[class^="score-column"].score-column2.equal > .score-left {
    float: left;
    width: 50%;
  }
}

div[class^="score-column"].score-column2.equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  div[class^="score-column"].score-column2.equal > .score-right {
    float: left;
    width: 50%;
  }
}

.score-content-spot {
  margin-bottom: 3rem;
}

.score-column2 .score-content-spot {
  margin: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 11px;
}

.score-menu-list[role="menu"] {
  padding: 0px;
  list-style-type: none;
}

.score-column2 .score-menu-list {
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-transition: top ease 0.2s;
  -moz-transition: top ease 0.2s;
  ms-transition: top ease 0.2s;
  transition: top ease 0.2s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  color: #2074b1;
  text-decoration: none;
}

.logo {
  overflow: hidden;
  display: inline-block;
  width: 225px;
  height: 44px;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .logo {
    width: 275px;
    height: 58px;
    margin-top: 5px;
  }
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  color: #23527c;
  text-decoration: underline;
}

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-header,
  .score-navbar-header {
    float: left;
  }
}

@media only screen and (min-width: 992px) {
  .score-navbar-header {
    display: none;
  }
}

.navbar-header:before,
.score-navbar-header:before,
.navbar-header:after,
.score-navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after,
.score-navbar-header:after {
  clear: both;
}

.collapse {
  display: none;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}

.navbar-collapse {
  max-height: initial;
}

@media (min-width: 992px) {
  .navbar-collapse {
    text-align: left;
    left: 0;
  }
}

.navbar-collapse {
  position: absolute !important;
  left: 0;
  right: 10px;
  top: 100%;
  margin-left: 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

@media (min-width: 992px) {
  .navbar-collapse {
    top: 0;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-fixed-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

/* .score-megamenu .navbar-collapse {
	border-color: #e7e7e7;
  } */

.score-megamenu .collapse {
  position: static;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

img {
  border: 0;
  vertical-align: middle;
}

.logo img {
  max-width: 100%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.logo .tree {
  display: none;
}

.score-column2 .score-right a {
  color: #575b61;
  padding: 1rem;
  font-size: 0.852em;
  display: block;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.score-megamenu .navbar-toggle {
  border-color: #ddd;
}

.navbar-fixed-top .navbar-toggle {
  margin-right: 0;
  border: 0;
  padding: 1rem;
  margin: 8px 0;
  border-radius: 0;
}

.score-megamenu .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-fixed-top .navbar-toggle:hover {
  background: #fafafa;
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.score-megamenu .navbar-brand {
  color: #777;
}

.navbar-brand:hover {
  text-decoration: none;
}

.score-megamenu .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* .navbar-nav {
	margin: 7px -15px;
  } */

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}

.score-megamenu .nav {
  position: static;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav {
    float: none;
    max-height: 50px;
  }
}

.nav:before,
.score-previous-next-menu:before,
.score-siblings-menu:before,
.score-section-menu:before,
.nav:after,
.score-previous-next-menu:after,
.score-siblings-menu:after,
.score-section-menu:after {
  content: " ";
  display: table;
}

.nav:after,
.score-previous-next-menu:after,
.score-siblings-menu:after,
.score-section-menu:after {
  clear: both;
}

#section_title h1 {
  font-weight: 600;
  color: #009add;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background: #575b61;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.nav > li {
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .navbar-nav > li {
    display: inline-block;
    float: none;
  }
}

nav .navbar-nav > li {
  clear: both;
}

/* @media only screen and (min-width: 992px) {
	nav .navbar-nav>li {
	  clear: both;
	}
  } */

@media only screen and (min-width: 992px) {
  nav .navbar-nav > li {
    clear: none;
  }
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav > li {
    position: static;
    margin-bottom: 0;
  }

  .navbar-collapse .navbar-nav .menu-right {
    float: right;
    overflow: hidden;
  }

  .navbar-collapse .navbar-nav .menu-right:last-child {
    margin-left: 2rem;
  }
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

nav .navbar-nav > li > a {
  float: left;
}

.score-megamenu .navbar-nav > li > a {
  color: #6f7480;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav > li > a {
    padding: 1.5rem 1rem;
    line-height: 20px;
  }
}

.nav > li > a:hover {
  text-decoration: none !important;
  background-color: #eee;
}

.score-megamenu .navbar-nav > li > a:hover,
.score-right > .hs-menu-list > li > a:hover {
  color: #333;
  background-color: transparent;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav>li:not(.menu-right):hover>a:after,
	.navbar-collapse .navbar-nav>li:not(.menu-right):focus>a:after

	/* .score-right>.hs-menu-list>li:hover>a:after,
	.score-right>.hs-menu-list>li:focus>a:after */ {
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background: #009add;
    position: absolute;
    bottom: 1rem;
  }
}

.score-right > .hs-menu-list > li:hover > a,
.score-right > .hs-menu-list > li:focus > a {
  border-bottom: 2px solid #009add;
  color: #333 !important;
  background-color: transparent;
}

.dropdown {
  position: relative;
}

.score-megamenu .dropdown {
  position: static;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown {
    width: 100%;
    text-align: left;
    min-height: 45rem;
    color: #fff;
    padding: 6rem 3.5rem;
    position: absolute;
    top: 100%;
    left: -9999px;
    opacity: 0;
    background: #374d62;
    z-index: 3;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    ms-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
  }

  .navbar-collapse .navbar-nav > li:hover .dropdown {
    left: 0;
    opacity: 0.999999;
  }
}

.btn-portal {
  border: 2px solid #296954;
  position: relative;
  color: #296954;
  text-transform: uppercase;
  padding: 1.3rem 2rem 1.3rem 3rem;
  text-indent: 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.navbar-collapse .navbar-nav > li .btn-portal {
  color: #296954;
  padding: 0.8rem 2rem 0.8rem 3rem;
  margin: 0.5rem 0 0.5rem 2rem;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .menu-right a {
    display: inline-block;
  }
}

@media (max-width: 992px) {
  header > .navbar-fixed-top {
    height: auto !important;
  }

  .navbar-collapse .navbar-nav

	/*, nav.score-megamenu */ {
    display: none;
  }

  .score-column2 .score-menu-list {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .navbar-fixed-top .navbar-collapse {
    display: none !important;
    height: 0px !important;
    max-height: none;
    background: #374d62;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    left: 0;
    right: 0;
    border: 0;
  }
}

@media (max-width: 991px) {
  header > .navbar-fixed-top .score-column2 {
    position: absolute;
    z-index: 10;
  }
}

@media (max-width: 991px) {
  header > .navbar-fixed-top .score-column2 .score-right {
    min-height: 0 !important;
  }
}

.navbar-fixed-top .navbar-toggle.closed .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background: #575b61;
}

.navbar-default .navbar-toggle .icon-bar,
.score-main-menu-spider .navbar-toggle .icon-bar {
  background-color: #888;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-fixed-top .navbar-toggle.closed .icon-bar:nth-child(3) {
  width: 0;
  opacity: 0;
}

.navbar-fixed-top .navbar-toggle.closed .icon-bar:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.score-megamenu .nav,
.score-megamenu .score-previous-next-menu,
.score-megamenu .score-siblings-menu,
.score-megamenu .score-section-menu,
.score-megamenu .collapse,
.score-megamenu .dropup,
.score-megamenu .dropdown {
  position: static;
}

.navbar-default .navbar-collapse,
.score-main-menu-spider .navbar-collapse,
/*.score-megamenu .navbar-collapse,*/
.navbar-default .navbar-form,
.score-main-menu-spider .navbar-form,
.score-megamenu .navbar-form {
  border-color: #e7e7e7;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.collapse.in {
  display: block;
}

header .navbar-collapse {
  position: absolute !important;
  left: 0;
  right: 10px;
  top: 100%;
  margin-left: 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.navbar-collapse {
  max-height: initial;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  -webkit-overflow-scrolling: touch;
}

.collapse {
  display: none;
}

@media (max-width: 991px) {
  .navbar-fixed-top .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.score-megamenu .nav,
.score-megamenu .score-previous-next-menu,
.score-megamenu .score-siblings-menu,
.score-megamenu .score-section-menu,
.score-megamenu .collapse,
.score-megamenu .dropup,
.score-megamenu .dropdown {
  position: static;
}

@media (max-width: 991px) {
  .slideout-open .slideout-menu {
    display: block;
  }
}

.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #282a2d;
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 16px;
  line-height: 20px;
}

.btn-search {
  background: #f2f3f4;
  text-transform: none;
  padding: 1.5rem 4rem 1.5rem 1rem;
  position: relative;
  text-indent: 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.navbar-collapse .navbar-nav > li .btn-search {
  padding: 1rem 5rem 1rem 1.5rem;
  margin: 0.5rem 0;
}

.btn-search:after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 20px;
  height: 21px;
  background: transparent
    url("https://canadacouncil.ca/Areas/CCA/img/magnifier.png") no-repeat center
    center;
  background-size: contain;
  background-image: url("https://canadacouncil.ca/Areas/CCA/img/magnifier.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
}

.score-megamenu .score-megamenu-content {
  padding: 15px 20px;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown .score-megamenu-content {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

ul ul {
  margin-bottom: 0;
}

.score-section-menu {
  margin-bottom: 3rem;
  padding-left: 0;
  list-style: none;
}

ul.level-1 {
  margin-left: 0;
}

.score-megamenu .score-section-menu {
  position: static;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 35rem;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .navbar-collapse .navbar-nav .dropdown ul {
    width: calc(75% - 35px);
    width: calc(75% - 3.5rem);
  }
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown .popular {
    width: 25%;
    padding: 0 0 0 3.5rem;
    border: 0;
    border-left: 1px solid #6f7480;
    background: transparent;
    text-transform: none;
    color: #fff;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
  }

  .navbar-collapse .navbar-nav .score-megamenu-dropdown:not(.funding) .level-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    min-height: 0;
  }
}

.score-section-menu > li {
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown .level-1 > li {
    position: static;
    width: 33.3333333333%;
  }
}

p {
  margin: 0 0 11px;
}

.score-lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .score-lead {
    font-size: 24px;
  }
}

.score-lead {
  font-size: 1.174em;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown .popular .score-lead {
    margin-bottom: 10px;
  }

  .navbar-collapse .navbar-nav .dropdown .popular .score-menu-list {
    width: auto;
    min-height: 0;
  }

  .navbar-collapse
    .navbar-nav
    .score-megamenu-dropdown:not(.funding)
    .level-1
    > li {
    margin-right: 3rem;
  }
}

.score-section-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown li a {
    -webkit-transition: background ease 0.2s;
    -moz-transition: background ease 0.2s;
    ms-transition: background ease 0.2s;
    transition: background ease 0.2s;
    color: #fff;
    padding: 1.6rem 2.1rem 1rem;
    display: block;
    border-bottom: 1px solid #6f7480;
  }
}

.score-section-menu > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown li:hover > a {
    margin-top: -1px;
    padding-top: 1.7rem;
    background-color: #2074b1;
    color: white;
    border-bottom-color: #2074b1;
    background: #2074b1 !important;
  }
}

ul.level-2 {
  margin-left: 20px;
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown .level-2 {
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    ms-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    position: absolute;
    width: 66.6666666667%;
    top: 0;
    left: -9999px;
    opacity: 0.1;
    text-transform: none;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 40rem;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

/* .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
	.navbar-collapse .navbar-nav .dropdown li .glyphicon {
		float: right;
		top: 4px;
		display: none;
	}

	.navbar-collapse .navbar-nav .dropdown li.has-children>a>.glyphicon {
		display: inline-block;
		margin-right: -20px;
	}
}

.glyphicon-menu-right:before {
	content: "?";
}

*/

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown .level-2 > li {
    width: 50%;
  }

  .navbar-collapse .navbar-nav .dropdown .popular a {
    color: #82d4ff;
  }

  .navbar-collapse .navbar-nav .dropdown .popular .score-menu-list a {
    padding: 5px 0;
    margin: 0 !important;
    background: transparent !important;
    border: 0;
    display: inline-block;
  }

  .navbar-collapse .navbar-nav .dropdown .level-2 > li > a {
    border-bottom-color: #575b65;
    margin-left: 2rem;
    margin-right: 3rem;
    font-size: 15px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: white;
  }

  .navbar-collapse .navbar-nav .dropdown .level-2 > li:hover a {
    border-bottom-color: #fad67b;
    padding: 1.6rem 1.8rem 1rem;
    margin-top: 0;
    color: #fff;
    background: transparent !important;
  }
}

body.small-menu {
  padding-top: 7rem;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

header > .navbar-fixed-top {
  background: #fff;
  border: 0;
  margin: 0;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  header > .navbar-fixed-top {
    height: 140px;
  }
}

.small-menu header > .navbar-fixed-top {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  height: 50px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 992px) {
  .small-menu header > .navbar-fixed-top {
    height: 60px;
  }
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.score-footer {
  font-size: 1.4rem;
  background: #374d62;
  color: #f2f3f4;
  text-align: center;
  position: relative;
  padding: 3rem 0 7rem;
  margin-top: 20px;
  display: block;
}

#score-footer-det {
  font-size: 1.4rem;
  background: #374d62;
  color: #f2f3f4;
  text-align: center;
  position: relative;
  padding: 3rem 0 7rem;
  margin-top: 0px;
  display: block;
}

@media (min-width: 992px) {
  .score-footer {
    padding: 3rem 0 11rem;
  }
}

@media (min-width: 992px) {
  .score-footer h3 {
    margin: 2rem 0 5rem;
  }
}

.score-footer h3 {
  /* margin: 0 0 2rem; */
  font-weight: 400;
}

@media (min-width: 1440px) {
  .score-footer h3 {
    font-size: 1.378em;
  }
}

/* @media (min-width: 992px) {
	.score-footer h3 {
	  font-size: 1.378em !important;
	}
  } */

@media (min-width: 992px) {
  .score-footer h3 {
    font-size: 1.174em;
  }
}

div[class^="score-column"] {
  margin-left: -15px;
  margin-right: -15px;
}

div[class^="score-column"]:before,
div[class^="score-column"]:after,
div[class*=" score-column"]:before,
div[class*=" score-column"]:after {
  content: " ";
  display: table;
}

div[class^="score-column"]:after,
div[class*=" score-column"]:after {
  clear: both;
}

.score-footer .score-column1 {
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.852em;
}

@media (min-width: 374px) {
  .score-footer .score-column1 {
    bottom: -72px;
  }
}

@media (min-width: 768px) {
  .score-footer .score-column1 {
    bottom: 0;
  }
}

@media (min-width: 991px) {
  .score-footer div.score-column1 {
    top: 350px;
  }
}

.score-footer div.score-column1 {
  padding-top: 0;
}

div[class^="score-column"].score-column1 > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  div[class^="score-column"].score-column1 > .score-center {
    float: left;
    width: 100%;
  }

  .score-footer .score-column3.equal .score-center {
    position: relative;
  }
}

div[class^="score-column"].score-column3.equal > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  div[class^="score-column"].score-column3.equal > .score-center {
    float: left;
    width: 33.3333333333%;
  }

  .score-footer .score-footer .score-column3.equal > div[class^="score"] {
    padding: 0 4.5rem;
  }

  .score-footer .score-column3.equal .score-center:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    background: #6d6d6d;
    width: 1px;
  }

  .score-footer .score-column3.equal .score-center:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    background: #6d6d6d;
    width: 1px;
  }
}

div[class^="score-column"].score-column3.equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  div[class^="score-column"].score-column3.equal > .score-right {
    float: left;
    width: 33.3333333333%;
  }
}

.score-footer .score-column1 div.score-center {
  padding: 0 0 2rem 0;
}

.socials {
  margin: 4rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.score-content-spot {
  margin-bottom: 3rem;
}

.score-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 3rem;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: none;
}

ul {
  margin-top: 0;
  margin-bottom: 11px;
}

.score-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.score-menu-list[role="menu"] {
  padding: 0px;
  list-style-type: none;
}

@media (min-width: 992px) {
  .score-left {
    float: left;
  }
}

.score-left {
  width: 100%;
  float: none;
}

div[class^="score-column"].score-column2.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  div[class^="score-column"].score-column2.equal > .score-left {
    float: left;
    width: 50%;
  }
}

div[class^="score-column"].score-column3.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  div[class^="score-column"].score-column3.equal > .score-left {
    float: left;
    width: 33.3333333333%;
  }
}

a {
  background-color: transparent;
  color: #2074b1;
  text-decoration: none;
}

.score-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #dbdfe8;
}

.score-footer .score-button {
  display: block;
  margin: 2rem auto 0;
  background: transparent;
  color: #f2f3f4;
  max-width: 30rem;
  text-transform: uppercase;
  padding: 1rem;
  white-space: normal;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  color: #23527c;
  text-decoration: underline;
}

.score-button:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #b6bed0;
}

.score-button:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8d9ab6;
}

.score-footer .score-button:hover {
  background: #fad67b;
  border-color: #fad67b;
  color: #374d62;
}

.socials a {
  width: 5rem;
  height: 5rem;
  line-height: 4rem;
  padding-bottom: 1rem;
  margin: 0 0.5rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color ease 0.2s;
  -moz-transition: border-color ease 0.2s;
  ms-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}

.socials a:hover {
  border-bottom-color: #fad67b;
}

p {
  margin: 0 0 11px;
}

.score-footer .score-column3.equal .score-right p {
  margin-bottom: 3rem;
}

.score-well > .score-content-spot:last-child {
  margin-bottom: 0 !important;
}

.score-footer .score-column1 li {
  display: inline-block;
  margin: 0 1rem 2rem;
}

@media (min-width: 992px) {
  .score-footer .score-column1 li {
    margin-bottom: 0;
  }
}

img {
  border: 0;
  vertical-align: middle;
}

.score-footer img {
  max-width: 200px;
  height: auto;
  max-height: 100px;
}

.score-well > .score-content-spot:last-child > p:last-child {
  margin-bottom: 0 !important;
}

.score-footer .score-column1 a {
  color: #6f7480;
  text-transform: uppercase;
  padding: 0.5rem;
}

#map {
  display: none;
}

.bottomlinks {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.bottomlinks .apply_now,
.bottomlinks .send_a_friend {
  background: #2074b1;
  width: 30%;
  text-align: center;
  padding: 8px 10px;
}

.bottomlinks .apply_now a,
.bottomlinks div.hs_applybutton a,
.bottomlinks div.hs_apply_desktop a,
.bottomlinks .send_a_friend a {
  color: #fff;
  font-size: 16px;
  /* font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif; */
  font-family: "Roboto", sans-serif;
}

.bottomlinks .apply_now:hover,
.bottomlinks div.hs_applybutton a:hover,
/* .bottomlinks a.hs_apply_desktop:hover,  */
.bottomlinks .send_a_friend:hover {
  background: #009add;
}

.bottomlinks .apply_now a:hover,
.bottomlinks div.hs_applybutton a:hover,
.bottomlinks div.hs_apply_desktop a:hover,
.bottomlinks .send_a_friend a:hover {
  text-decoration: none;
}

.job_description {
  padding: 2rem 4rem 4rem 4rem;
}

@media (max-width: 768px) {
  .job_description {
    padding: 0rem;
  }

  .detail input,
  .detail select {
    width: 100% !important;
  }

  .job_postings.job_detail,
  .permanent_positions.job_detail,
  .temporary_positions.job_detail {
    padding: 20px 20px 115px 20px;
    margin-right: 0vw !important;
    padding-right: 5vw !important;
    margin-left: -1.5%;
    padding-left: calc(1.5% + 20px);
    background: #fff;
  }

  .classifications-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter-h4 {
    margin-bottom: 10px;
  }
}

.classifications-column {
  /* background: #f2f3f4; */
  padding-top: 4rem;
  height: 100%;
}

.job_description h2 {
  padding: 1rem 0 0.5rem 0;
  font-weight: 500 !important;
  font-size: 2.25rem !important;
  /*color: #2074b1;*/
}

.job_description_intro h2 {
  padding: 1rem 0 0.5rem 0;
  font-size: 2.75rem !important;
  font-weight: 500 !important;
  /*color: #2074b1;*/
}

.job_description h3 {
  padding: 1rem 0 0.5rem 0;
  font-weight: 500 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 3.4rem;
  color: #6c757d;
  content: "\00a0";
}

.breadcrumb-item + .breadcrumb-item.active::before {
  display: inline-block;
  padding-right: 3.2rem;
  color: #6c757d;
  content: "\00a0";
}

.breadcrumb-item.active {
  color: #2074b1 !important;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb-item a {
  color: #3f4245 !important;
  text-decoration: underline;
}

.breadcrumb-item a:hover {
  color: #2074b1 !important;
}

#main-content h1 {
  display: none;
}

.detail input,
.detail select {
  display: block;
  width: 40%;
  min-width: 50px !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login {
  padding: 10px 0;
}

label {
  margin: 1rem 0;
}

.password_reminder {
  padding: 15px 0 5px 0;
}

a.password_reminder {
  border-bottom: 1.5px solid #2074b1;
}

a.password_reminder:hover {
  text-decoration: none;
  border-bottom: 3px solid #009add;
}

.links .button.submit {
  margin-right: 15px;
}

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

/* .logged-in-menu {
	 padding: 5px 15px !important; 
} */

.hs-menu-list .score-menu-list-item:nth-of-type(3) .logged-in-menu {
  padding: 0px 5px 0 6px !important;
}

.hs-menu-list .score-menu-list-item:nth-of-type(4) .logged-in-menu {
  padding: 20px 5px 0 6px !important;
}

.hs-menu-list .score-menu-list-item:nth-of-type(2) .logged-in-menu {
  padding: 0px 8px 0 8px !important;
}

.logged-in-menu.hs-menu-item {
  margin-top: 9px;
}

.hs-menu-list .score-menu-list-item:nth-of-type(4) {
  width: 30% !important;
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .hs-menu-list .score-menu-list-item:nth-of-type(3) .logged-in-menu {
    padding: 0px 5px 0 5px !important;
  }

  .hs-menu-list .score-menu-list-item:nth-of-type(4) .logged-in-menu {
    padding: 20px 5px 0 5px !important;
  }
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .hs-menu-list .score-menu-list-item:nth-of-type(3) .logged-in-menu {
    padding: 0px 2px 0 3px !important;
  }

  .hs-menu-list .score-menu-list-item:nth-of-type(4) .logged-in-menu {
    padding: 20px 2px 0 3px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .hs-menu-list .score-menu-list-item:nth-of-type(3) {
    width: 23% !important;
  }

  .hs-menu-list .score-menu-list-item:nth-of-type(4) {
    width: 16% !important;
  }

  .hs-menu-list .score-menu-list-item:nth-of-type(1),
  .hs-menu-list .score-menu-list-item:nth-of-type(2) {
    width: 17% !important;
  }

  .small-menu .hs-menu-list .score-menu-list-item:nth-of-type(1),
  .small-menu .hs-menu-list .score-menu-list-item:nth-of-type(2) {
    width: 14% !important;
  }

  .small-menu .hs-menu-list .score-menu-list-item:nth-of-type(5) {
    width: 20% !important;
  }

  .hs-menu-list .score-menu-list-item:nth-of-type(1) .logged-in-menu {
    padding: 0 15px 0 30px !important;
  }

  .small-menu .hs-menu-list .score-menu-list-item:nth-of-type(3) {
    width: 24% !important;
  }

  .small-menu .hs-menu-list .score-menu-list-item:nth-of-type(4) {
    width: 18% !important;
  }

  .small-menu header .score-column2 .score-menu-list {
    justify-content: flex-end;
    margin-left: 30px;
  }
}

.logged-in-menu:nth-child(1),
.logged-in-menu:nth-child(5) {
  padding: 0px 15px 2px 15px !important;
}

@media (min-width: 1281px) and (max-width: 1400px) {
  .score-menu-list-item .sec-prefs.show {
    transform: translate3d(224px, 57px, 0px) !important;
    width: 22% !important;
  }

  .score-menu-list-item .cand-supp.show {
    transform: translate3d(415px, 57px, 0px) !important;
    width: 18% !important;
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .score-menu-list-item .sec-prefs.show {
    transform: translate3d(210px, 57px, 0px) !important;
    width: 32% !important;
  }

  .score-menu-list-item .cand-supp.show {
    transform: translate3d(345px, 57px, 0px) !important;
    width: 19% !important;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .score-menu-list-item .sec-prefs.show {
    transform: translate3d(162px, 57px, 0px) !important;
    width: 33% !important;
  }

  .score-menu-list-item .cand-supp.show {
    transform: translate3d(296px, 57px, 0px) !important;
    width: 21% !important;
  }
}

/* @media (min-width:1100px) and (max-width:1440px) {
	.hs-menu-list .score-menu-list-item:nth-of-type(1) .logged-in-menu {
		padding: 0px 15px 0 15px !important;
	}
} */

@media (min-width: 992px) and (max-width: 1100px) {
  .hs-menu-list .score-menu-list-item:nth-of-type(1) .logged-in-menu {
    padding: 0px 7px 0 7px !important;
  }

  .hs-menu-list .score-menu-list-item:nth-of-type(2) .logged-in-menu,
  .hs-menu-list .score-menu-list-item:nth-of-type(3) .logged-in-menu {
    padding: 0px 7px 0 7px !important;
  }

  .hs-menu-list .score-menu-list-item:nth-of-type(4) .logged-in-menu {
    padding: 20px 7px 0 7px !important;
  }

  .hs-menu-list .score-menu-list-item:nth-of-type(5) .logged-in-menu {
    padding: 0px 0px 0 7px !important;
  }
}

.sec-prefs.show {
  transform: translate3d(220px, 57px, 0px) !important;
  width: 27%;
}

.cand-supp.show {
  transform: translate3d(404px, 57px, 0px) !important;
  width: 18%;
}

/* slide menu bottom */

@media (max-width: 991px) {
  .slideout-open .slideout-menu {
    display: block;
  }
}

.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #282a2d;
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 16px;
  line-height: 20px;
}

.slideout-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slideout-menu .score-megamenu-dropdown,
.slideout-menu .has-children {
  position: relative;
}

.slideout-menu ul > li > a {
  color: #fff;
  display: block;
  padding: 1rem 4.2rem 1rem 3rem;
}

.slideout-menu ul > li > a.hs-menu-item {
  color: #fff !important;
  display: block !important;
  padding: 1rem 0.2rem 1rem 3rem !important;
  font-size: 16px !important;
  margin-top: 0 !important;
}

.slideout-menu ul > li > a.hs-menu-item:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.breadcrumb {
  background-color: transparent !important;
  padding: 0 !important;
}

/* .slideout-menu .glyphicon {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px;
	padding: 1.2rem;
	font-size: 16px;
	line-height: 16px;
	transition: all ease .2s;
	cursor: pointer;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*/

@media (max-width: 991px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
    left: -256px;
    z-index: 1;
  }

  .slideout-open .slideout-panel {
    overflow: hidden;
    left: 0px;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  .slideout-panel {
    position: relative;
    z-index: initial;
    background: #fff;
    transform: none !important;
  }
}

@media (max-width: 991px) {
  .navbar-fixed-top .navbar-collapse {
    display: none !important;
    height: 0px !important;
    max-height: none;
    background: #374d62;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    left: 0;
    right: 0;
    border: 0;
  }
}

@media (max-width: 991px) {
  .fixed-open {
    left: -256px;
    right: 256px;
  }
}

@media (max-width: 991px) {
  header > .navbar-fixed-top .logo img,
  header > .navbar-fixed-top .logo svg {
    height: 40px;
  }
}

header > .navbar-fixed-top .logo {
  overflow: hidden;
  display: inline-block;
  width: 225px;
  height: 40px;
  margin-top: 5px;
}

@media (min-width: 992px) {
  header > .navbar-fixed-top .logo {
    width: 275px;
    height: 58px;
    margin-top: 5px;
  }
}

header > .navbar-fixed-top .logo img,
header > .navbar-fixed-top .logo svg {
  max-width: 100%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@media (max-width: 991px) {
  header > .navbar-fixed-top .logo img,
  header > .navbar-fixed-top .logo svg {
    height: 40px;
  }
}

header > .navbar-fixed-top .logo .tree {
  display: none;
}

.small-menu header .logo {
  margin: 5px 0;
  display: block;
  height: 40px;
  width: 38px;
}

@media (min-width: 992px) {
  .small-menu header .logo {
    margin: 10px 0;
  }
}

.small-menu header .logo svg,
.small-menu header .logo img {
  width: auto;
  max-width: none;
  height: 40px;
}

.small-menu header .logo .full {
  display: none;
}

.small-menu header .logo .tree {
  display: block;
}

body.small-menu {
  padding-top: 70px !important;
  padding-top: 7rem;
}

@media (min-width: 992px) {
  body.small-menu {
    padding-top: 85px !important;
    padding-top: 8.5rem !important;
  }
}

.small-menu .navbar-collapse .navbar-nav > li .btn-search {
  padding: 10px 30px 10px 10px;
  padding: 1rem 3rem 1rem 1rem;
  margin-top: 5px;
  margin-top: 0.5rem;
  text-indent: -99px;
}

@media (min-width: 992px) {
  .small-menu .navbar-collapse .navbar-nav > li .btn-search {
    padding: 10px 20px;
    padding: 1rem 2rem;
  }
}

.hs_popup ul.sections li.section_completed a,
.hs_popup ul.sections li.section_completed span {
  background: #009add !important;
  border: 1px solid #009add !important;
  color: #fff !important;
}

.small-menu .navbar-collapse .navbar-nav > li .btn-portal,
.small-menu .navbar-collapse .navbar-nav > li .block-apply-portal .score-button,
.small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .block-apply-portal
  .rfp-listing
  .actions
  a,
.rfp-listing
  .actions
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .block-apply-portal
  a,
.block-apply-portal .small-menu .navbar-collapse .navbar-nav > li .score-button,
.block-apply-portal
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .rfp-listing
  .actions
  a,
.rfp-listing
  .actions
  .block-apply-portal
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  a,
.small-menu .navbar-collapse .navbar-nav > li .block-prize-info .score-button,
.small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .block-prize-info
  .rfp-listing
  .actions
  a,
.rfp-listing
  .actions
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .block-prize-info
  a,
.block-prize-info .small-menu .navbar-collapse .navbar-nav > li .score-button,
.block-prize-info
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .rfp-listing
  .actions
  a,
.rfp-listing
  .actions
  .block-prize-info
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  a,
.small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .block-component-info
  .score-button,
.small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .block-component-info
  .rfp-listing
  .actions
  a,
.rfp-listing
  .actions
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .block-component-info
  a,
.block-component-info
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .score-button,
.block-component-info
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  .rfp-listing
  .actions
  a,
.rfp-listing
  .actions
  .block-component-info
  .small-menu
  .navbar-collapse
  .navbar-nav
  > li
  a {
  margin-top: 5px;
  margin-top: 0.5rem;
  text-indent: -109px;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
}

@media (min-width: 991px) {
  .small-menu .navbar-collapse .navbar-nav > li .btn-portal,
  .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .block-apply-portal
    .score-button,
  .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .block-apply-portal
    .rfp-listing
    .actions
    a,
  .rfp-listing
    .actions
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .block-apply-portal
    a,
  .block-apply-portal
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .score-button,
  .block-apply-portal
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .rfp-listing
    .actions
    a,
  .rfp-listing
    .actions
    .block-apply-portal
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    a,
  .small-menu .navbar-collapse .navbar-nav > li .block-prize-info .score-button,
  .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .block-prize-info
    .rfp-listing
    .actions
    a,
  .rfp-listing
    .actions
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .block-prize-info
    a,
  .block-prize-info .small-menu .navbar-collapse .navbar-nav > li .score-button,
  .block-prize-info
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .rfp-listing
    .actions
    a,
  .rfp-listing
    .actions
    .block-prize-info
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    a,
  .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .block-component-info
    .score-button,
  .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .block-component-info
    .rfp-listing
    .actions
    a,
  .rfp-listing
    .actions
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .block-component-info
    a,
  .block-component-info
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .score-button,
  .block-component-info
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    .rfp-listing
    .actions
    a,
  .rfp-listing
    .actions
    .block-component-info
    .small-menu
    .navbar-collapse
    .navbar-nav
    > li
    a {
    padding: 8px 5px 8px 20px;
    padding: 0.8rem 0.5rem 0.8rem 2rem;
  }
}

.small-menu header > .navbar-fixed-top {
  box-shadow: 0 2px 5px #aaa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  height: 50px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 991px) {
  .small-menu header > .navbar-fixed-top {
    height: 60px;
  }
}

.small-menu header .score-column2 .score-left {
  width: 100%;
  float: none;
}

.small-menu header .score-column2 .score-menu-list {
  top: -80px;
}

.small-menu header .navbar-collapse {
  margin-left: 65px;
}

@media (min-width: 991px) {
  .small-menu header .navbar-collapse {
    top: -78px;
  }
}

@media (min-width: 1440px) {
  .small-menu header .navbar-collapse {
    margin-left: 60px;
  }
}

@media (min-width: 991px) {
  .tree.show {
    display: -none;
  }
}

.job-desc-body {
  background-color: #f2f3f4;
}

.job_postings.job_detail,
.permanent_positions.job_detail,
.temporary_positions.job_detail {
  padding: 20px 20px 115px 20px;
  margin-right: -50vw;
  padding-right: 50vw;
  margin-left: -1.5%;
  padding-left: calc(1.5% + 20px);
  background: #fff;
}

#slide-menu .cand-supp.show {
  width: 100%;
}

#slide-menu .sec-prefs.show {
  width: 100%;
}

#slide-menu .dropdown-menu.show {
  width: 100%;
  background: #3f4245;
  padding: 0;
}

.slideout-menu .score-menu-list-item.active {
  width: 100% !important;
}

.slideout-menu .dropdown-item {
  font-size: 1.12em !important;
  text-transform: none;
}

#back2Top {
  padding: 12px;
  overflow: hidden;
  opacity: 0.6;
  background: #cdcdcd;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 0;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 992px) {
  #back2Top .back-to-top-text {
    display: none;
  }
}

#back2Top:hover {
  opacity: 1;
}

/* .button:active:hover,
.bottomlinks .apply_now:active:hover,
.bottomlinks .send_a_friend:active:hover,
.bottomlinks div.hs_applybutton:active:hover,
.bottomlinks div.hs_apply_desktop:active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8d9ab6;
} */

@media screen and (min-width: 992px) {
  .hs_popup .hs_popup_header {
    padding: 10px 20px 10px 20px !important;
  }
}

@media screen and (min-width: 992px) {
  .hs_platform_form input.btn.submit,
  .form.applyform input.btn.submit,
  .hs_platform_area #btnsubmit,
  .hs_popup input.btn.submit,
  .hs_popup div.formbuttons input.submit {
    padding: 8px 8px !important;
  }
}

@media screen and (min-width: 992px) {
  .hs_popup .hs_popup_header a.close_mobile_btn {
    top: 13px !important;
  }
}

/* input[type="text"]:disabled {
	background-color: gray !important;
  }
  
  input[type="text"]:active {
	border-color: #009ADD !important;
  }
  
  input[type="text"]:not(:focus):not(:placeholder-shown):valid {
	background-color: #009ADD;
	opacity: 0.8;
	color: black !important;
  } */

.job_description .bottomlinks {
  display: flex;
  align-content: center;
  justify-content: flex-end !important;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.column.send_a_friend {
  display: none !important;
}

.skip-mcontent:focus {
  z-index: 9999;
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .score-footer .score-column1 {
    bottom: -35%;
  }

  .detail input,
  .detail select {
    width: 80%;
  }

  .button {
    font-size: 14px !important;
  }

  .breadcrumb-item + .breadcrumb-item::before,
  .breadcrumb-item + .breadcrumb-item.active::before {
    padding-right: 1.4rem;
  }
}

@media (max-width: 320px) {
  .breadcrumb-item + .breadcrumb-item::before,
  .breadcrumb-item + .breadcrumb-item.active::before {
    padding-right: 0rem;
    display: none;
    padding-left: 0;
  }

  ol.breadcrumb {
    display: flex;
    flex-direction: column !important;
    flex-wrap: nowrap;
    align-items: flex-start !important;
    align-content: flex-start;
    justify-content: center;
  }

  .header-title-bread h1 {
    font-size: 20px;
  }

  header > .navbar-fixed-top .logo img,
  header > .navbar-fixed-top .logo svg {
    height: 30px;
  }

  .header-title-bread {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .detail input,
  .detail select {
    width: 80%;
  }

  .button {
    font-size: 14px !important;
  }

  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem !important;
  }

  .score-footer .score-column1 {
    bottom: -22%;
  }
}

.alert-info {
  margin-top: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  ul.nav li {
    padding: 10px 0px 10px 10px !important;
    font-size: 14px;
  }

  .navbar-collapse .navbar-nav > li > a {
    padding: 1.5rem 0rem;
  }

  .logged-in-menu {
    padding: 5px 5px 5px 20px !important;
  }
}

@media (max-width: 240px) {
  .header-bread {
    padding: 10px 0;
    margin: 0;
    margin-bottom: 20px;
  }

  .header-title-bread h1 {
    font-size: 16px;
  }

  header > .navbar-fixed-top .logo img,
  header > .navbar-fixed-top .logo svg {
    height: 50%;
  }

  header > .navbar-fixed-top .logo {
    width: 100%;
  }

  header > .navbar-fixed-top {
    height: 35px !important;
  }

  .breadcrumb {
    margin-bottom: 0rem;
  }

  .slideout-menu,
  .score-menu-list-item.active {
    width: 130px;
    font-size: 12px;
    line-height: 14px;
  }

  .slideout-menu .dropdown-menu.show {
    transform: translate3d(22px, 400px, 0px) !important;
    width: 80%;
  }

  header > .navbar-fixed-top .score-column2 {
    z-index: -1;
  }

  .job_postings.job_detail,
  .permanent_positions.job_detail,
  .temporary_positions.job_detail {
    padding-left: 15px !important;
    margin-left: -20.5% !important;
  }

  .job_description h2 {
    font-size: 1.5rem !important;
  }

  .dropdown-item:not(:last-child),
  .dropdown-item:last-child {
    padding: 1rem 1rem 1rem;
  }

  .slideout-open,
  .slideout-open body {
    overflow: hidden;
    left: -120px;
    z-index: 1;
    width: 175px !important;
  }

  div[class^="score-column"].score-column1 > .score-center {
    padding-right: 7px;
    padding-left: 7px;
  }

  .navbar-header.score-navbar-header,
  nav.score-megamenu {
    height: 35px;
  }

  .navbar-fixed-top .navbar-toggle {
    margin: 10px 6px;
    padding: 0rem;
  }

  .navbar-fixed-top .navbar-toggle.closed .icon-bar:nth-child(4) {
    transform-origin: 0% 90%;
  }

  .navbar-fixed-top .navbar-toggle.closed .icon-bar:nth-child(2) {
    transform-origin: 0% 0%;
  }

  .fixed-open {
    left: -133px;
    right: 133px;
  }

  .header-title-bread,
  .header-bread-details {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
  }

  body {
    padding-top: 3.5rem !important;
  }

  body,
  .slideout-open .slideout-menu,
  .slideout-menu ul > li > a.hs-menu-item,
  .hs_apply_button {
    font-size: 12px !important;
  }

  .button {
    font-size: 12px !important;
    padding: 4px 8px !important;
  }

  .job_description ul {
    padding-inline-start: 15px;
  }

  .detail input,
  .detail select {
    width: 80%;
    height: 25px;
    font-size: 12px;
  }

  .score-footer .score-column1 {
    bottom: -34%;
  }

  .score-footer img {
    max-height: 45px;
  }

  .score-content-spot > p,
  .score-button {
    font-size: 12px !important;
  }

  .navbar-toggle .icon-bar {
    width: 16px;
  }

  .socials {
    margin: 4rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  #jobs_list .jobCard .card-body .classifications {
    font-size: 12px;
  }

  .filter-h4 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  #jobs_list .jobCard .card-body .card-title a {
    font-size: 14px;
  }

  #search_links {
    display: flex !important;
    text-align: left;
    flex-direction: column;
  }

  .links .button.submit {
    margin-right: 0px;
    padding-bottom: 10px;
  }

  .slideout-menu ul > li > a,
  .slideout-menu ul > li > a.hs-menu-item {
    color: #fff;
    display: block;
    padding: 1rem 2.2rem 1rem 2rem !important;
  }
}

/* #slide-menu .dropdown-item {
	font-size: 1.12em !important;
	text-transform: none;
  } */

@media (max-width: 180px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
    left: -125px;
    z-index: 1;
    width: 140px !important;
  }

  .navbar-fixed-top .container {
    padding-right: 0;
  }

  header > .navbar-fixed-top .logo {
    width: 65%;
  }

  #jobs_list .jobCard .card-body .card-title a {
    font-size: 12px;
  }

  #jobs_list .jobCard .card-body .classifications {
    font-size: 10px;
  }
}

p.error {
  color: #db0000;
  font-weight: 500;
  font-size: 18px;
}

span.mandatory-marker {
  color: #db0000;
  font-weight: 700;
}

input.button.reset {
  margin-right: 0px;
}

#search_links .button.submit {
  order: -1;
}

@media (min-width: 992px) {
  #search_links .button.submit,
  #search_links .button.reset {
    width: 80%;
    margin-bottom: 10px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #search_links .button.submit,
  #search_links .button.reset {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .margin-left-right {
    margin: 0px;
  }

  .advancedss .param_p_search {
    width: 75%;
  }
}

div#jobs_list {
  margin-top: 20px;
}

.ccp_withdraw .withdrawdetails .detail select#p_web_page_id {
  width: 35%;
  height: 20vh;
}

.open-key {
  border: 3px solid #333333;
  border-radius: 4px;
}

#slide-menu #logged-off-dropdown,
#slide-menu .sec-prefs.show,
#slide-menu .cand-supp.show {
  position: relative !important;
  transform: none !important;
}

/* #slide-menu .dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 1.555em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
  } */

#slide-menu #sec-pref-drop:after {
  display: inline-flex;
  margin-left: 0.455em;
  content: "";
  background-image: url(/incl/images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  border: none;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  filter: invert(1);
}

/*#slide-menu #cand-supp-drop:after {
  display: inline-flex;
  margin-left: -0.1em;
  content: "";
  background-image: url(/incl/images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  border: none;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  filter: invert(1);
}

#slide-menu #cand-supp:after {
  display: inline-flex;
  margin-left: -0.045em;
  content: "";
  background-image: url(/incl/images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  border: none;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  filter: invert(1);
}*/

ul.score-menu-list.hs-menu-list.hidden-xs {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  #not-logged-1,
  #not-logged-3,
  #not-logged-4 {
    width: 22% !important;
  }

  #not-logged-2 {
    width: 18% !important;
  }

  #not-logged-1 > a.hs-menu-item,
  #not-logged-3 > a.hs-menu-item,
  #not-logged-4 > a.hs-menu-item {
    margin-top: -9px !important;
  }

  #not-logged-2 > a.hs-menu-item {
    margin-top: 11px !important;
  }
}

@media (min-width: 1300px) {
  #not-logged-1 > a.hs-menu-item {
    margin-top: -8px !important;
  }
}

.small-menu #not-logged-2 > a.hs-menu-item {
  margin-top: 15px !important;
}

.small-menu #not-logged-1 > a.hs-menu-item,
.small-menu #not-logged-4 > a.hs-menu-item,
.small-menu #not-logged-3 > a.hs-menu-item {
  margin-top: -3px !important;
}

#slide-menu .score-menu-list-item.active.show #cand-supp:after,
#slide-menu .score-menu-list-item.active.show #cand-supp-drop:after,
#slide-menu .score-menu-list-item.active.show #sec-pref-drop:after {
  transform: rotate(180deg);
}

.history thead > tr > td,
.sam > thead > tr > td {
  background: #2074b1;
}

.hs_platform_area .form-group.mandatory label.form-label:after,
.hs_platform_area .form-group.mandatory legend:after,
.hs_popup .form-group.mandatory label.form-label:after,
.hs_popup .form-group.mandatory legend:after,
.hs_popup .form_details.mandatory label.field_label:after,
.hs_popup .form_details.mandatory legend.field_label:after {
  top: 0px !important;
}

.formhead p > span,
.hs_platform_area .form-group.mandatory label.form-label:after,
.hs_platform_area .form-group.mandatory legend:after,
.hs_popup .form-group.mandatory label.form-label:after,
.hs_popup .form-group.mandatory legend:after,
.hs_popup .form_details.mandatory label.field_label:after,
.hs_popup .form_details.mandatory legend.field_label:after {
  color: #db0000 !important;
}

@media (min-width: 992px) and (max-width: 1150px) {
  #not-logged-1 > a.hs-menu-item,
  #not-logged-2 > a.hs-menu-item,
  #not-logged-3 > a.hs-menu-item,
  #not-logged-4 > a.hs-menu-item {
    width: 101%;
  }
}

.hs-menu-list .score-menu-list-item:nth-of-type(5) {
  width: 21%;
}
